@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}
.flickity-enabled:focus{outline:0}
.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y}
.flickity-slider{position:absolute;width:100%;height:100%;left:0}
.flickity-rtl .flickity-slider{left:unset;right:0}
.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}
.flickity-cell{position:absolute;left:0}
.flickity-rtl .flickity-cell{left:unset;right:0}
.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}
.flickity-button:hover{background:#fff;cursor:pointer}
.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-button:active{opacity:.6}
.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}
.flickity-button-icon{fill:currentColor}
.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}
.flickity-prev-next-button.previous{left:10px}
.flickity-prev-next-button.next{right:10px}
.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}
.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}
.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}
.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}
.flickity-rtl .flickity-page-dots{direction:rtl}
.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-indent:-9999px;overflow:hidden}
.flickity-rtl .flickity-page-dot{text-indent:9999px}
.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}
.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}
.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}
.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}
.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}
.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}
@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}
@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}
.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}
.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}
@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}
@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}
.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}
.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}
@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}
@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}
.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}
.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}
@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes f-fadeOut{100%{opacity:0}}
.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}
.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}
@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}
@keyframes f-fadeFastOut{100%{opacity:0}}
.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}
.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}
@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}
@keyframes f-fadeSlowOut{100%{opacity:0}}
.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}
.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}
@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes f-crossfadeOut{100%{opacity:0}}
.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}
.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}
.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}
.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}
@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}
@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}
@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}
@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}
.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}
.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}
.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}
.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}
@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}
@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}
@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}
@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}
: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-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--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-disabled-opacity: 0.65}
.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;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);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}
@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}
.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}
.f-button:focus:not(:focus-visible){outline:none}
.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}
.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}
.f-button[disabled]{cursor:default}
.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}
.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}
.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}
.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}
.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}
.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}
.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}
.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}
.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}
.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}
html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}
html.with-fancybox body{touch-action:none}
html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}
.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}
.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}
.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}
.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}
.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}
.fancybox__viewport{width:100%;height:100%}
.fancybox__viewport.is-draggable{cursor:move;cursor:grab}
.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}
.fancybox__track{display:flex;margin:0 auto;height:100%}
.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}
.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}
.fancybox__slide.has-image{overflow:hidden}
.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}
.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}
.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}
.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}
.is-loading .fancybox__content{opacity:0}
.is-draggable .fancybox__content{cursor:move;cursor:grab}
.can-zoom_in .fancybox__content{cursor:zoom-in}
.can-zoom_out .fancybox__content{cursor:zoom-out}
.is-dragging .fancybox__content{cursor:move;cursor:grabbing}
.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}
.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}
.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}
.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}
.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}
.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}
.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}
.is-compact .fancybox__caption{padding-bottom:0}
.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}
.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}
.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}
.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}
.fancybox__content>.f-button.is-close-btn:hover{opacity:1}
.fancybox__footer{padding:0;margin:0;position:relative}
.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}
.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}
.is-compact .fancybox__footer .fancybox__caption{padding:12px}
.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}
.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}
.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}
.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}
.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}
.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}
.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}
.fancybox__container:not([aria-hidden]){opacity:0}
.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}
.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}
.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}
.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}
.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}
.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}
.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}
.has-map .fancybox__content{background:#e5e3df}
.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}
.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}
.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}
.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}
.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}
.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}
.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}
.f-thumbs .f-spinner svg{display:none}
.f-thumbs.is-vertical{height:100%}
.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}
.f-thumbs__track{display:flex}
.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}
.f-thumbs__slide.is-loading img{opacity:0}
.is-classic .f-thumbs__viewport{height:100%}
.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}
.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}
.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}
.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}
.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}
.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}
.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}
.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}
.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}
.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}
.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}
.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}
.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}
.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}
.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}
.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}
.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}
.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}
.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}
.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}
.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}
.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}
.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}
.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}
.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}
.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}
.fancybox__thumbs.is-masked{max-height:0px !important}
.is-closing .fancybox__thumbs{transition:none !important}
.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}
.fancybox__toolbar :focus-visible{z-index:1}
.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}
.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}
.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}
.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}
.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}
.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.fancybox__infobar span{padding:0 5px}
.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}
[data-fancybox-toggle-slideshow]{position:relative}
[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}
[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}
[data-fancybox-toggle-slideshow] svg g:last-child{display:none}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}
[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}
[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}
.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
.ts-control{border:1px solid var(--bs-border-color);border-radius:var(--bs-border-radius);box-shadow:none;box-sizing:border-box;flex-wrap:wrap;overflow:hidden;padding:.375rem .75rem;position:relative;width:100%;z-index:1}
.ts-wrapper.multi.has-items .ts-control{padding:calc(.375rem - 1px) .75rem calc(.375rem - 4px)}
.full .ts-control{background-color:var(--bs-body-bg)}
.disabled .ts-control,.disabled .ts-control *{cursor:default!important}
.focus .ts-control{box-shadow:none}
.ts-control>*{display:inline-block;vertical-align:initial}
.ts-wrapper.multi .ts-control>div{background:#efefef;border:0 solid #dee2e6;color:#343a40;cursor:pointer;margin:0 3px 3px 0;padding:1px 5px}
.ts-wrapper.multi .ts-control>div.active{background:#0d6efd;border:0 solid transparent;color:#fff}
.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{background:#fff;border:0 solid #fff;color:#878787}
.ts-control>input{background:none!important;border:0!important;box-shadow:none!important;display:inline-block!important;flex:1 1 auto;line-height:inherit!important;margin:0!important;max-height:none!important;max-width:100%!important;min-height:0!important;min-width:7rem;padding:0!important;text-indent:0!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}
.ts-control>input::-ms-clear{display:none}
.ts-control>input:focus{outline:none!important}
.has-items .ts-control>input{margin:0 4px!important}
.ts-control.rtl{text-align:right}
.ts-control.rtl.single .ts-control:after{left:calc(.75rem + 5px);right:auto}
.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}
.disabled .ts-control{background-color:var(--bs-secondary-bg);opacity:.5}
.input-hidden .ts-control>input{left:-10000px;opacity:0;position:absolute}
.ts-dropdown{background:var(--bs-body-bg);border:1px solid #d0d0d0;border-radius:0 0 var(--bs-border-radius) var(--bs-border-radius);border-top:0;box-shadow:0 1px 3px rgba(0,0,0,.1);box-sizing:border-box;left:0;margin:.25rem 0 0;position:absolute;top:100%;width:100%;z-index:10}
.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}
.ts-dropdown [data-selectable] .highlight{background:rgba(255,237,40,.4);border-radius:1px}
.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:3px .75rem}
.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}
.ts-dropdown [data-selectable].option{cursor:pointer;opacity:1}
.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0}
.ts-dropdown .optgroup-header{background:var(--bs-body-bg);color:#6c757d;cursor:default}
.ts-dropdown .active{background-color:var(--bs-tertiary-bg)}
.ts-dropdown .active,.ts-dropdown .active.create{color:var(--bs-body-color)}
.ts-dropdown .create{color:rgba(52,58,64,.5)}
.ts-dropdown .spinner{display:inline-block;height:30px;margin:3px .75rem;width:30px}
.ts-dropdown .spinner:after{animation:lds-dual-ring 1.2s linear infinite;border-color:#d0d0d0 transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:24px;margin:3px;width:24px}
@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.ts-dropdown-content{max-height:200px;overflow:hidden auto;scroll-behavior:smooth}
.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}
.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}
.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}
.plugin-checkbox_options.rtl .option input{margin-left:.5rem}
.plugin-clear_button{--ts-pr-clear-button:1em}
.plugin-clear_button .clear-button{background:transparent!important;cursor:pointer;margin-right:0!important;opacity:0;position:absolute;right:calc(.75rem - 5px);top:50%;transform:translateY(-50%);transition:opacity .5s}
.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),.75rem)}
.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}
.ts-wrapper .dropdown-header{background:color-mix(var(--bs-body-bg),#d0d0d0,85%);border-bottom:1px solid #d0d0d0;border-radius:var(--bs-border-radius) var(--bs-border-radius) 0 0;padding:6px .75rem;position:relative}
.ts-wrapper .dropdown-header-close{color:#343a40;font-size:20px!important;line-height:20px;margin-top:-12px;opacity:.4;position:absolute;right:.75rem;top:50%}
.ts-wrapper .dropdown-header-close:hover{color:#000}
.plugin-dropdown_input.focus.dropdown-active .ts-control{border:1px solid var(--bs-border-color);box-shadow:none;box-shadow:var(--bs-box-shadow-inset)}
.plugin-dropdown_input .dropdown-input{background:transparent;border:solid #d0d0d0;border-width:0 0 1px;box-shadow:none;display:block;padding:.375rem .75rem;width:100%}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}
.plugin-dropdown_input .items-placeholder{border:0!important;box-shadow:none!important;width:100%}
.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-moz-placeholder{color:transparent}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}
.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;flex-basis:0;flex-grow:1;min-width:0}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}
.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}
.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}
.ts-wrapper.plugin-remove_button .item{align-items:center;display:inline-flex}
.ts-wrapper.plugin-remove_button .item .remove{border-radius:0 2px 2px 0;box-sizing:border-box;color:inherit;display:inline-block;padding:0 5px;text-decoration:none;vertical-align:middle}
.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}
.ts-wrapper.plugin-remove_button .remove-single{font-size:23px;position:absolute;right:0;top:0}
.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #dee2e6;margin-left:5px}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:transparent}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}
.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}
.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #dee2e6;margin-right:5px}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:transparent}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}
:root{--ts-pr-clear-button:0px;--ts-pr-caret:0px;--ts-pr-min:.75rem}
.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}
.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}
.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}
.ts-wrapper{position:relative}
.ts-control,.ts-control input,.ts-dropdown{color:#343a40;font-family:inherit;font-size:inherit;line-height:1.5}
.ts-control,.ts-wrapper.single.input-active .ts-control{background:var(--bs-body-bg);cursor:text}
.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}
.ts-dropdown,.ts-dropdown.form-control,.ts-dropdown.form-select{background:var(--bs-body-bg);border:1px solid var(--bs-border-color-translucent);border-radius:.375rem;box-shadow:0 6px 12px rgba(0,0,0,.175);height:auto;padding:0;z-index:1000}
.ts-dropdown .optgroup-header{font-size:.875rem;line-height:1.5}
.ts-dropdown .optgroup:first-child:before{display:none}
.ts-dropdown .optgroup:before{border-top:1px solid var(--bs-border-color-translucent);content:" ";display:block;height:0;margin:.5rem -.75rem;overflow:hidden}
.ts-dropdown .create{padding-left:.75rem}
.ts-dropdown-content{padding:5px 0}
.ts-control{align-items:center;display:flex;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.ts-control{transition:none}}
.focus .ts-control{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}
.ts-control .item{align-items:center;display:flex}
.ts-wrapper.is-invalid,.was-validated .invalid,.was-validated :invalid+.ts-wrapper{border-color:var(--bs-form-invalid-color)}
.ts-wrapper.is-invalid:not(.single),.was-validated .invalid:not(.single),.was-validated :invalid+.ts-wrapper:not(.single){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.ts-wrapper.is-invalid.single,.was-validated .invalid.single,.was-validated :invalid+.ts-wrapper.single{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-repeat:no-repeat;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}
.ts-wrapper.is-invalid.focus .ts-control,.was-validated .invalid.focus .ts-control,.was-validated :invalid+.ts-wrapper.focus .ts-control{border-color:var(--bs-form-invalid-color);box-shadow:0 0 0 .25rem rgba(var(--bs-form-invalid-color),.25)}
.ts-wrapper.is-valid,.was-validated .valid,.was-validated :valid+.ts-wrapper{border-color:var(--bs-form-valid-color)}
.ts-wrapper.is-valid:not(.single),.was-validated .valid:not(.single),.was-validated :valid+.ts-wrapper:not(.single){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.ts-wrapper.is-valid.single,.was-validated .valid.single,.was-validated :valid+.ts-wrapper.single{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-repeat:no-repeat;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}
.ts-wrapper.is-valid.focus .ts-control,.was-validated .valid.focus .ts-control,.was-validated :valid+.ts-wrapper.focus .ts-control{border-color:var(--bs-form-valid-color);box-shadow:0 0 0 .25rem rgba(var(--bs-form-valid-color),.25)}
.ts-wrapper{display:flex;min-height:calc(1.5em + .75rem + var(--bs-border-width)*2)}
.input-group-sm>.ts-wrapper,.ts-wrapper.form-control-sm,.ts-wrapper.form-select-sm{min-height:calc(1.5em + .5rem + var(--bs-border-width)*2)}
.input-group-sm>.ts-wrapper .ts-control,.ts-wrapper.form-control-sm .ts-control,.ts-wrapper.form-select-sm .ts-control{border-radius:var(--bs-border-radius-sm);font-size:.875rem}
.input-group-sm>.ts-wrapper.has-items .ts-control,.ts-wrapper.form-control-sm.has-items .ts-control,.ts-wrapper.form-select-sm.has-items .ts-control{font-size:.875rem;padding-bottom:0}
.input-group-sm>.ts-wrapper.multi.has-items .ts-control,.ts-wrapper.form-control-sm.multi.has-items .ts-control,.ts-wrapper.form-select-sm.multi.has-items .ts-control{padding-top:calc(.75em - .40625rem + var(--bs-border-width)*2/2 - (var(--bs-border-width) + 1px)*2/2)!important}
.ts-wrapper.multi.has-items .ts-control{padding-left:calc(.75rem - 5px);--ts-pr-min:calc(0.75rem - 5px)}
.ts-wrapper.multi .ts-control>div{border-radius:calc(var(--bs-border-radius) - 1px)}
.input-group-lg>.ts-wrapper,.ts-wrapper.form-control-lg,.ts-wrapper.form-select-lg{min-height:calc(1.5em + 1rem + var(--bs-border-width)*2)}
.input-group-lg>.ts-wrapper .ts-control,.ts-wrapper.form-control-lg .ts-control,.ts-wrapper.form-select-lg .ts-control{border-radius:var(--bs-border-radius-lg);font-size:1.25rem}
.ts-wrapper:not(.form-control,.form-select){background:none;border:none;box-shadow:none;height:auto;padding:0}
.ts-wrapper:not(.form-control,.form-select).single .ts-control{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px}
.ts-wrapper.form-select,.ts-wrapper.single{--ts-pr-caret:2.25rem}
.ts-wrapper.form-control,.ts-wrapper.form-select{box-shadow:none;display:flex;height:auto;padding:0!important}
.ts-wrapper.form-control .ts-control,.ts-wrapper.form-control.single.input-active .ts-control,.ts-wrapper.form-select .ts-control,.ts-wrapper.form-select.single.input-active .ts-control{border:none!important}
.ts-wrapper.form-control:not(.disabled) .ts-control,.ts-wrapper.form-control:not(.disabled).single.input-active .ts-control,.ts-wrapper.form-select:not(.disabled) .ts-control,.ts-wrapper.form-select:not(.disabled).single.input-active .ts-control{background:transparent!important}
.input-group>.ts-wrapper{flex-grow:1;width:1%}
.input-group>.ts-wrapper:not(:nth-child(2))>.ts-control{border-bottom-left-radius:0;border-top-left-radius:0}
.input-group>.ts-wrapper:not(:last-child)>.ts-control{border-bottom-right-radius:0;border-top-right-radius:0}
/*# sourceMappingURL=tom-select.bootstrap5.min.css.map */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}
[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}
[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}
[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}
[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}
[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}
[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}
[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}
[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}
[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}
[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}
[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}
[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}
[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}
[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}
[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}
[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}
[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}
[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}
[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}
[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}
[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}
[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}
[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}
[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}
[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}
[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}
[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}
[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}
[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}
[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}
[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}
[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}
[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}
[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}
[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}
[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}
[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}
[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}
[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}
[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}
[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}
[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}
[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}
[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}
[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}
[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}
[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}
[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}
[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}
[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}
[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}
[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}
[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}
[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}
[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}
[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}
[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}
[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}
[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}
[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}
[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}
[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}
[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}
[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}
[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}
[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}
[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}
[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}
[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}
[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}
[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}
[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}
[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}
[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}
[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}
[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}
[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}
[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}
[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}
[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}
[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}
[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}
[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}
[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}
[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}
[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}
[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}
[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}
[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}
[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}
[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}
[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}
[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}
[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}
[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}
[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}
[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}
[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}
[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}
[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}
[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}
[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}
[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}
[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}
[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}
[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}
[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}
[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}
[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}
[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}
[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}
[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}
[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}
[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}
[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}
[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}
[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}
[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}
[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}
[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}
[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}
[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}
[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}
[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}
[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}
[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}
[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}
[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}
[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}
[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}
[data-aos=fade-up]{transform:translate3d(0,100px,0)}
[data-aos=fade-down]{transform:translate3d(0,-100px,0)}
[data-aos=fade-right]{transform:translate3d(-100px,0,0)}
[data-aos=fade-left]{transform:translate3d(100px,0,0)}
[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}
[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}
[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}
[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}
[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}
[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}
[data-aos=zoom-in]{transform:scale(.6)}
[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}
[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}
[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}
[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}
[data-aos=zoom-out]{transform:scale(1.2)}
[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}
[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}
[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}
[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}
[data-aos^=slide][data-aos^=slide]{transition-property:transform}
[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}
[data-aos=slide-up]{transform:translate3d(0,100%,0)}
[data-aos=slide-down]{transform:translate3d(0,-100%,0)}
[data-aos=slide-right]{transform:translate3d(-100%,0,0)}
[data-aos=slide-left]{transform:translate3d(100%,0,0)}
[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}
[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}
[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}
[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}
[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}
[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}
[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}
[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}
[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --primary-color: #3a85e6;
  --pink-color: #cb3384;
}
/****************************************************************************
 * Fonts
 ***************************************************************************/
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  src: local("roboto-light"), url("./roboto-light-234ivS-K.eot");
  src: url("./roboto-light-234ivS-K.eot?#iefix") format("embedded-opentype"), url("./roboto-light-DyT1Cqvh.woff2") format("woff2"), url("./roboto-light-BKFOQZIc.woff") format("woff"), url("./roboto-light-BIUD9vsB.svg#roboto-light") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: local("roboto-regular"), url("./roboto-regular-Dx5s1cdZ.eot");
  src: url("./roboto-regular-Dx5s1cdZ.eot?#iefix") format("embedded-opentype"), url("./roboto-regular-CjpmKkVO.woff2") format("woff2"), url("./roboto-regular-Dn7-6_f2.woff") format("woff"), url("./roboto-regular-DxunIC5U.svg#roboto-regular") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  src: local("roboto-medium"), url("./roboto-medium-tDcS_QjL.eot");
  src: url("./roboto-medium-tDcS_QjL.eot?#iefix") format("embedded-opentype"), url("./roboto-medium-yGkfJgLy.woff2") format("woff2"), url("./roboto-medium-Bkv3ra4D.woff") format("woff"), url("./roboto-medium-n4pyfTBo.svg#roboto-medium") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: local("roboto-bold"), url("./roboto-bold-Dt4gMIC1.eot");
  src: url("./roboto-bold-Dt4gMIC1.eot?#iefix") format("embedded-opentype"), url("./roboto-bold-CFD21sBR.woff2") format("woff2"), url("./roboto-bold-B2Jaue_u.woff") format("woff"), url("./roboto-bold-CzwYQXD3.svg#roboto-bold") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "visby";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: local("visby-regular"), url("./visby-regular-BtSsDOkG.ttf");
}
@font-face {
  font-display: swap;
  font-family: "visby";
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: local("visby-demibold"), url("./visby-demibold-BKw0Ykkf.ttf");
}
@font-face {
  font-display: swap;
  font-family: "visby";
  font-stretch: normal;
  font-style: normal;
  font-weight: 800;
  src: local("visby-extrabold"), url("./visby-extrabold-DDFzhJrZ.ttf");
}
@font-face {
  font-display: swap;
  font-family: "visby";
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  src: local("visby-heavy"), url("./visby-heavy-BEhCAg1b.ttf");
}
/****************************************************************************
  Body
 ***************************************************************************/
html {
  position: relative;
  scroll-behavior: smooth;
}
body {
  font-size: 15px;
  line-height: 26px;
  color: #4e6177;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
body.mega-menu--open {
  overflow: hidden;
}
.container {
  max-width: 1200px;
  --bs-gutter-x: 30px;
}
@media (min-width: 768px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1920px;
}
p {
  font-weight: 400;
  margin-bottom: 15px;
}
img {
  height: auto;
  image-rendering: auto;
  max-width: 100%;
}
figure {
  margin: 0 0 15px;
}
ul {
  list-style-type: none;
  padding: 0;
}
/****************************************************************************
  Links
 ***************************************************************************/
a {
  transition: all 0.2s ease 0s;
  color: inherit;
  outline: 2px dashed;
  outline-color: transparent;
  outline-offset: 2px;
  text-decoration: none;
  text-decoration-color: var(--primary-color);
}
a:hover, a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
a:focus-visible {
  color: #04122d;
  outline-color: inherit;
}
.page-header:not(.page-header--dark) a:focus-visible, .hero-banner a:focus-visible, .page-footer a:focus-visible {
  color: #fff;
}
a span {
  transition: all 0.2s ease 0s;
}
strong,
b {
  color: #04122d;
  font-weight: 900;
}
/* Code for Firefox */
:-moz-selection {
  background: var(--primary-color);
  color: #fff;
}
::-moz-selection {
  background: var(--primary-color);
  color: #fff;
}
::selection {
  background: var(--primary-color);
  color: #fff;
}
@media (min-width: 768px) {
  .row {
    --bs-gutter-x: 30px;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .row.g-0 {
    --bs-gutter-x: 0;
  }
  .row.g-2 {
    --bs-gutter-x: 0.5rem;
  }
  .row.g-3 {
    --bs-gutter-x: 1rem;
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
/****************************************************************************
  Headings
 ***************************************************************************/
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #04122d;
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
h1, .h1,
h2,
.h2 {
  font-family: "visby";
  font-weight: 700;
}
.product-detail-page--header-banner h1, .product-detail-page--header-banner .h1,
.product-detail-page--header-banner h2,
.product-detail-page--header-banner .h2 {
  font-weight: 800;
}
h1, .h1 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.product-detail-page--header-banner h1, .product-detail-page--header-banner .h1, .product-detail--header-accessibility h1, .product-detail--header-accessibility .h1, .product-detail--header-karma h1, .product-detail--header-karma .h1 {
  font-size: 28px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .product-detail-page--header-banner h1, .product-detail-page--header-banner .h1, .product-detail--header-accessibility h1, .product-detail--header-accessibility .h1, .product-detail--header-karma h1, .product-detail--header-karma .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail-page--header-banner h1, .product-detail-page--header-banner .h1, .product-detail--header-accessibility h1, .product-detail--header-accessibility .h1, .product-detail--header-karma h1, .product-detail--header-karma .h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
h2, .h2 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
h3, .h3 {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
h5, .h5 {
  font-size: 17px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 25px;
  }
}
/*******************************************************************************
* Header
*******************************************************************************/
.page-header {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999;
}
.page-header.header-sticky {
  background: #04122d;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.08);
}
.mega-menu--open .page-header:not(.page-header--dark), .menu--open .page-header:not(.page-header--dark) {
  background: #04122d;
}
.page-header.page-header--accessibility {
  background-color: #f5f8fb;
}
.remove-box-shadow .page-header {
  box-shadow: none;
}
.page-header.page-header--dark.header-sticky {
  background: #fff;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .header-main {
    padding: 0;
  }
}
.navigation {
  background-color: #fff;
  left: 0;
  max-height: 0;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  top: 63px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.nav-items {
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  position: relative;
}
.nav-items > li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  width: 100%;
}
.nav-items > li:not(:last-child)::after {
  background-color: #f5f8fb;
  bottom: 0;
  content: "";
  height: 1px;
  left: 21px;
  position: absolute;
  width: calc(100% - 42px);
}
nav {
  max-height: calc(100vh - 68px);
  overflow: auto;
  padding: 30px 0;
  width: 100%;
}
nav > ul > li.slide--up .nav-arrow {
  transform: rotate(180deg);
}
nav > ul > li > a {
  color: #04122d;
  display: block;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
  z-index: 99;
}
.page-header--dark nav > ul > li > a {
  color: #04122d;
}
nav > ul > li > a:hover {
  color: var(--primary-color);
}
nav > ul > li:last-child a svg, nav > ul > li:nth-last-child(2) a svg {
  transition: all 0.3s ease 0s;
}
nav > ul > li:last-child a:hover svg path, nav > ul > li:nth-last-child(2) a:hover svg path {
  fill: var(--primary-color);
}
nav > ul > li.active > a {
  color: var(--primary-color);
  font-weight: 700;
}
nav > ul > li.active .nav-arrow::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEuMDY2IDYuMjQxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNhODVlNiIgZD0iTS4zNTMuMzU0bDUuMTggNS4xOCA1LjE4LTUuMTgiIGRhdGEtbmFtZT0iUGF0aCAxNTQzMyIvPjwvc3ZnPg==");
}
.brand-logo {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.brand-logo a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.brand-logo img {
  height: 36px;
  max-width: 145px;
}
.menu-trigger {
  transition: all 0.2s ease 0s;
  cursor: pointer;
  display: block;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 26px;
  width: 20px;
  z-index: 3;
}
.menu-trigger .bars {
  transition: all 0.2s ease 0s;
  background-color: #fff;
  border-radius: 5px;
  height: 2px;
  margin-bottom: 4px;
  width: 100%;
}
.page-header--dark .menu-trigger .bars {
  background-color: #04122d;
}
.menu-trigger .bars:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .menu-trigger {
    display: none;
  }
}
.menu--open {
  overflow: hidden;
}
.menu--open .page-header--dark.page-header {
  background-color: #fff;
}
.menu--open .navigation {
  box-shadow: 0 20px 20px rgba(0, 68, 135, 0.08);
  max-height: calc(100vh - 63px);
  visibility: visible;
}
.menu--open .bars {
  background-color: #fff;
}
.page-header--dark .menu--open .bars {
  background-color: #4e6177;
}
.menu--open .bars:first-child {
  transform: translateY(6px) rotate(130deg);
}
.menu--open .bars:last-child {
  transform: translateY(-6px) rotate(-132deg);
}
.menu--open .bars:nth-child(2) {
  transform: scale(0);
}
.nav-arrow {
  transition: all 0.3s ease 0s;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 43px;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 0;
  width: 30px;
  z-index: 9999;
}
.nav-arrow::after {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2011.066%206.241%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%234e6177%22%20d%3D%22M.353.354l5.18%205.18%205.18-5.18%22%20data-name%3D%22Path%2015433%22%2F%3E%3C%2Fsvg%3E");
  width: 13px;
}
.page-header--dark .nav-arrow::after {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2011.066%206.241%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%234e6177%22%20d%3D%22M.353.354l5.18%205.18%205.18-5.18%22%20data-name%3D%22Path%2015433%22%2F%3E%3C%2Fsvg%3E");
}
.has-sub > a {
  cursor: pointer;
  padding-right: 35px;
}
@media (min-width: 992px) {
  .has-sub > a.search-trigger__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.has-sub:hover > a {
  color: var(--primary-color);
}
.sub-menu {
  background-color: #f5f8fb;
  max-height: 0;
  overflow-y: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
.sub-menu .has-second-menu-link {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  color: #04122d;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 30px 10px 25px;
  position: relative;
  width: 100%;
}
.sub-menu .has-second-menu-link:hover {
  color: var(--primary-color);
}
.sub-menu li.active > a {
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .sub-menu {
    background-color: transparent;
  }
  .sub-menu .has-second-menu-link {
    padding: 10px 30px 10px 40px;
  }
}
.header-language-menu {
  position: relative;
  right: 45px;
  top: 1px;
}
.header-language-menu .dropdown-menu {
  border-radius: 0;
  min-width: 50px;
  padding: 0;
}
.header-language-menu .dropdown-item.active, .header-language-menu .dropdown-item.dropdown-item:active {
  background-color: #f5f8fb;
}
.header-language-menu .dropdown-toggle::after {
  display: none;
}
@media (min-width: 992px) {
  .header-language-menu {
    right: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu--open .page-header.page-header--dark {
    background: #f5f8fb;
  }
  body:not(.mega-menu--open) .page-header.header--unpinned.header-sticky {
    transform: translateY(-100%);
  }
}
@media (min-width: 992px) {
  .menu--open {
    overflow-y: auto;
  }
  .menu--open .header-main {
    height: auto;
  }
  .menu--open .navigation {
    box-shadow: none;
  }
  .nav-arrow {
    display: inline-block;
    height: auto;
    pointer-events: none;
    right: 11px;
    top: 32px;
    width: auto;
  }
  .nav-arrow::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEuMDY2IDYuMjQxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgZD0iTS4zNTMuMzU0bDUuMTggNS4xOCA1LjE4LTUuMTgiIGRhdGEtbmFtZT0iUGF0aCAxNTQzMyIvPjwvc3ZnPg==");
  }
  .sub-menu {
    max-height: none;
    overflow-y: inherit;
    padding-top: 20px;
  }
  .sub-menu > .nav-item {
    max-width: 234px;
    padding: 15px 3px;
  }
  .sub-menu > .nav-item:first-child {
    padding-top: 3px;
  }
  .sub-menu > .nav-item:first-child > a .nav-arrow {
    top: 1px;
  }
  .sub-menu .has-second-menu-link {
    padding: 0;
  }
  .sub-menu .has-second-menu-link:hover {
    color: var(--primary-color);
  }
  .navigation {
    background-color: transparent;
    max-height: none;
    max-width: calc(100% - 188px);
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    position: static;
    visibility: visible;
    width: 100%;
  }
  nav {
    max-height: none;
    overflow: inherit;
    padding: 0;
  }
  nav > ul > li {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  nav > ul > li.slide--up .nav-arrow {
    transform: rotate(0);
  }
  nav > ul > li > a {
    color: #fff;
    padding: 0 20px;
    position: revert-layer;
  }
  nav > ul > li > a:hover {
    color: var(--primary-color);
  }
  nav > ul > li:last-child a, nav > ul > li:nth-last-child(2) a {
    padding-left: 8px;
    padding-right: 10px;
  }
  nav > ul > li:last-child.active a svg path, nav > ul > li:nth-last-child(2).active a svg path {
    fill: var(--primary-color);
  }
  nav > ul > li > ul {
    transition: all 0.2s ease 0s;
    box-shadow: 0 3px 20px rgba(0, 68, 135, 0.08);
    background-color: #fff;
    left: 50%;
    min-width: 184px;
    opacity: 0;
    padding: 15px 0;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 120%;
    transform: translateX(-50%);
  }
  nav > ul > li.has-sub--open ul {
    opacity: 1;
    pointer-events: auto;
  }
  nav > ul > li.has-sub--open .nav-arrow::after {
    content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2011.066%206.241%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%233a85e6%22%20d%3D%22M.353.354l5.18%205.18%205.18-5.18%22%20data-name%3D%22Path%2015433%22%2F%3E%3C%2Fsvg%3E");
  }
  .nav-items {
    display: flex;
  }
  .nav-items > li {
    position: relative;
    width: auto;
  }
  .nav-items > li::after {
    display: none;
  }
}
.header-main .mega-menu-wrapper .hero-banner--search {
  background-image: none !important;
  background: transparent;
  color: #04122d;
  min-height: auto;
  padding: 50px 0;
}
.header-main .mega-menu-wrapper .hero-banner--search * {
  color: inherit;
}
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner-wrapper .custom-dropdown,
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner-wrapper .ts-control {
  border: 1px solid #04122d;
  border-right: transparent;
}
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner-wrapper .custom-dropdown::before {
  opacity: 0;
}
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner-wrapper .custom-dropdown .custom-dropdown__list {
  top: 52px;
}
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner-wrapper .custom-dropdown::after {
  background-color: #04122d;
}
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner__search .ts-control {
  color: #04122d;
}
.header-main .mega-menu-wrapper .hero-banner--search .hero-banner__search .ts-control input {
  color: #04122d;
}
.header-main .mega-menu-wrapper .hero-banner--search::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .header-main .search-trigger__link + .mega-menu-wrapper .mega-menu-inner {
    padding-top: 20px;
  }
  .header-main .search-trigger__link + .mega-menu-wrapper .mega-menu-content-teaser-wrap {
    padding-top: 0 !important;
  }
}
/*******************************************************************************
* Footer
*******************************************************************************/
.page-footer {
  background-color: #04122d;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
}
.main-footer {
  padding: 25px 0 15px;
}
.main-footer .footer-image {
  margin-bottom: 30px;
}
.main-footer .footer-image a {
  margin-bottom: 0;
}
.footer-block {
  margin: 15px 0;
}
.footer-block h3, .footer-block .h3 {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer-block h3, .footer-block .h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-block .footer-col-content ul li {
  margin-bottom: 16px;
}
.footer-block .contact-details {
  margin-bottom: 0;
  margin-top: 30px;
}
.footer-block .contact-details li {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 27px 8px 0;
}
.footer-block .contact-details li svg {
  margin-right: 10px;
}
.footer-block .contact-details a {
  align-items: center;
  display: inline-flex;
}
.footer-block .contact-details .contact-teaser__phone {
  color: #fff;
  margin-bottom: 8px;
}
.footer-block .contact-details .contact-teaser__phone svg {
  margin-right: 7px;
}
.footer-block .review-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
}
.footer-block .review-block a {
  display: block;
}
.footer-block .review-block a:hover {
  box-shadow: 3px 3px 8px rgba(0, 68, 135, 0.07);
}
.footer-block.footer-block-about {
  max-width: 255px;
}
.footer-block.footer-block-about a {
  display: inline-block;
  margin-bottom: 0;
}
.footer-block .list-icon {
  display: flex;
  margin-top: 20px;
}
.footer-block .list-icon a {
  margin-right: 14px;
}
@media (min-width: 576px) {
  .footer-block .list-icon {
    margin-top: 24px;
  }
  .footer-block .list-icon a {
    margin-right: 17px;
  }
  .footer-block .contact-details li svg {
    margin-right: 13px;
  }
}
.footer-block-logo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px -6px;
}
.footer-block-logo.achievement-logos {
  margin-right: 20px;
  max-width: 246px;
}
.footer-block-logo.achievement-logos .certification-image {
  display: inline-block;
  margin-right: 12px;
}
.footer-block-logo.achievement-logos svg {
  margin-bottom: 15px;
}
.footer-block-logo.achievement-logos h3, .footer-block-logo.achievement-logos .h3 {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .footer-block-logo.achievement-logos h3, .footer-block-logo.achievement-logos .h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-bottom {
  border-top: 1px solid #4e6177;
  padding: 20px 0;
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom .list-icon {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 -8px;
}
.footer-bottom .list-icon li {
  padding: 0 8px;
}
.footer-bottom .list-icon li a svg path {
  transition: all 0.3s ease 0s;
}
.footer-bottom .list-icon li a:hover svg path {
  fill: var(--primary-color);
}
.footer-bottom .review-block {
  display: flex;
}
.footer-bottom .review-block li {
  margin-right: 10px;
}
.footer-bottom .copyright-text {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .footer-bottom .copyright-text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 576px) {
  .footer-bottom .copyright-text {
    white-space: nowrap;
  }
}
.footer-form .btn {
  min-width: auto;
  padding: 4px 12px;
}
@media (min-width: 768px) {
  .main-footer {
    padding: 30px 0;
  }
  .footer-block-logo.achievement-logos {
    max-width: 100%;
  }
  .footer-block-logo .achievement-logo:nth-child(1) {
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .footer-block {
    margin: 0;
  }
  .footer-block-logo {
    margin: 0 -6px;
  }
  .footer-block-logo.achievement-logos {
    margin-right: 30px;
  }
  .footer-block-logo.achievement-logos h3, .footer-block-logo.achievement-logos .h3 {
    margin-bottom: 15px;
  }
  .footer-block-logo .achievement-logo {
    margin-top: 10px;
  }
  .footer-block-logo .achievement-logo:nth-child(1) {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .main-footer {
    padding: 45px 0;
  }
  .footer-bottom {
    padding: 33px 0;
  }
}
@media (min-width: 1200px) {
  .footer-block-logo.achievement-logos {
    max-width: 246px;
  }
  .footer-block-logo.achievement-logos h3, .footer-block-logo.achievement-logos .h3 {
    margin-right: 0;
  }
}
/*******************************************************************************
* Content Section
*******************************************************************************/
.content-section.bg-gray {
  padding: 40px 0;
}
main ul {
  list-style: none;
}
main ul li {
  margin-bottom: 5px;
}
main ul ul {
  padding-left: 15px;
}
main ol {
  counter-reset: my-badass-counter;
  margin: 12px 0 25px;
  padding: 0;
}
main ol li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
main ol li::before {
  content: counter(my-badass-counter, upper-roman) ".";
  counter-increment: my-badass-counter;
  font-weight: 500;
  left: 1px;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .content-section.bg-gray {
    padding: 70px 0;
  }
  main ol {
    margin: 15px 0 35px;
  }
  main ol li {
    margin-bottom: 15px;
    padding-left: 42px;
  }
}
/*******************************************************************************
* General
*******************************************************************************/
.site-main {
  min-height: 370px;
  position: relative;
  transition: opacity 1s, transform 1s;
}
.site-main.site-main-default, .site-main.product-listing-page, .site-main.faq-page, .site-main.faq-detail-page, .site-main.products-page {
  padding-top: 100px;
}
.site-main.site-main-default::before, .site-main.product-listing-page::before, .site-main.faq-page::before, .site-main.faq-detail-page::before, .site-main.products-page::before {
  background: #fff;
  background: linear-gradient(0deg, #fff 0%, #ecf2fb 100%);
  content: "";
  height: 370px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .site-main.site-main-default, .site-main.product-listing-page, .site-main.faq-page, .site-main.faq-detail-page, .site-main.products-page {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .site-main.site-main-default, .site-main.product-listing-page, .site-main.faq-page, .site-main.faq-detail-page, .site-main.products-page {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .site-main.site-main-default, .site-main.product-listing-page, .site-main.faq-page, .site-main.faq-detail-page, .site-main.products-page {
    padding-top: 160px;
  }
}
.site-main.fade {
  opacity: 0;
  transform: translateY(-30px);
}
.site-main p a:not(.btn, .link) {
  color: #04122d;
  font-weight: 500;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-decoration: underline;
  word-break: break-word;
}
.site-main p a:not(.btn, .link):hover {
  color: var(--primary-color);
}
.site-main .flickity-enabled .flickity-slider .flickity-cell:not(.is-selected) .link.link-arrow {
  display: none;
}
a * {
  pointer-events: none;
}
.no-scrollbar {
  overflow: hidden;
}
.secondary-color {
  color: #04122d;
}
.primary-color {
  color: var(--primary-color);
}
.primary-color strong {
  color: inherit;
}
.tertiary-color {
  color: #004487;
}
.gradient-color {
  -webkit-text-fill-color: transparent !important;
  animation: animated-text 4s ease infinite;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  background-size: 200% 100% !important;
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
}
.highlight-color {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.highlight-color::before {
  background: color-mix(in srgb, var(--primary-color) 34%, var(--primary-color) 15%);
  bottom: 6px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .highlight-color::before {
    bottom: 7px;
  }
}
@media (min-width: 992px) {
  .highlight-color::before {
    bottom: 9px;
  }
}
h2.h1 .highlight-color::before,
h2.h1 .highlight-color.h1::before,
h2 .highlight-color::before,
.h2 .highlight-color::before,
h2 .highlight-color.h1::before {
  bottom: 9px;
}
@media (min-width: 768px) {
  h2.h1 .highlight-color::before,
  h2.h1 .highlight-color.h1::before,
  h2 .highlight-color::before,
  .h2 .highlight-color::before,
  h2 .highlight-color.h1::before {
    bottom: 11px;
  }
}
@media (min-width: 992px) {
  h2.h1 .highlight-color::before,
  h2.h1 .highlight-color.h1::before,
  h2 .highlight-color::before,
  .h2 .highlight-color::before,
  h2 .highlight-color.h1::before {
    bottom: 9px;
  }
}
@media (min-width: 992px) {
  h2.h1 .highlight-color.h1::before,
  h2 .highlight-color.h1::before,
  .h2 .highlight-color.h1::before {
    bottom: 10px;
  }
}
h3 .highlight-color::before, .h3 .highlight-color::before {
  height: 6px;
  bottom: 7px;
}
@media (min-width: 768px) {
  h3 .highlight-color::before, .h3 .highlight-color::before {
    bottom: 6px;
  }
}
@media (min-width: 992px) {
  h3 .highlight-color::before, .h3 .highlight-color::before {
    bottom: 7px;
  }
}
@keyframes animated-text {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.product-detail-page--bg-gradient {
  position: relative;
}
.product-detail-page--bg-gradient::before {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.bg-gray {
  background-color: #f5f8fb;
}
.bg-darkgray {
  background-color: #c8d4e3;
}
.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img--content {
  margin: 15px 0;
  padding: 50px;
}
.bg-img--content p {
  color: #fff;
  max-width: 40%;
}
.bg-gradient {
  background: radial-gradient(circle, #002d71 0%, #04122d 100%) !important;
  color: #fff;
}
.bg-gradient p {
  color: #c8d4e3;
}
.bg-gradient p * {
  color: inherit;
}
.bg-gradient p a:not(.btn, .link) {
  color: #c8d4e3;
}
.bg-gradient p a:not(.btn, .link) * {
  color: inherit;
}
.bg-gradient * {
  color: inherit;
}
.record-section .frame a {
  color: #04122d;
  font-weight: 500;
  text-decoration: underline;
}
.record-section .frame a:hover {
  color: var(--primary-color);
}
.record-section .frame a.link {
  color: #04122d;
  text-decoration: none;
}
.record-section .frame a.btn {
  color: #fff;
  text-decoration: none;
}
.record-section .frame a.btn-transparent {
  color: #04122d;
}
.record-section .frame a.btn-transparent:hover {
  color: #fff;
}
.record-section .frame h4 a, .record-section .frame .h4 a,
.record-section .frame h3 a,
.record-section .frame .h3 a {
  text-decoration: none;
}
.record-section .content-section .container {
  padding: 0;
}
.v-tag-wrap .v-tag {
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(4, 18, 45, 0.7);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 1.8;
  margin-right: 5px;
  padding: 0 7px;
}
.modal-dialog {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 30px;
  max-width: 100%;
}
.cc-theme-edgeless.cc-window {
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.2);
}
.text-section a {
  color: #04122d;
  font-weight: 500;
  text-decoration: underline;
}
.text-section a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.contact-page-logos svg {
  height: 100px;
}
.contact-page-logos a:hover {
  transform: translateY(-5px);
}
.testimonial-section {
  margin: 0 auto;
  max-width: 1920px;
}
@media (min-width: 768px) {
  .site-main {
    min-height: 522px;
  }
  .contact-page-logos svg {
    height: 131px;
  }
}
@media (min-width: 992px) {
  .site-main {
    min-height: 600px;
  }
  .contact-page-logos svg {
    height: 158px;
  }
}
[lang=de-DE] .product-detail-actions .btn {
  margin-right: 10px;
}
[lang=de-DE] .product-detail-info {
  gap: 18px;
}
#nprogress {
  background: #fff;
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#nprogress .peg {
  background: #fff;
  box-shadow: none;
}
#nprogress .bar {
  background: var(--primary-color);
  height: 3px;
}
#gtx-trans {
  display: none;
}
.product-detail-page--header-banner .product-price-teaser.product-price-teaser--annual,
.product-detail-page--header-banner .product-price-teaser.product-price-teaser--lifetime,
.product-detail-page--header-banner .product-data-teaser,
.product-detail-page--header-banner .product-detail-teaser__content,
.product-detail-page--header-banner .review-teaser,
.product-detail-page--header-banner .review-form form,
.product-detail-page--header-banner .cta-teaser,
.product-detail-page--header-banner .free-pro-table-wrap,
.product-detail-page--header-banner .text-with-media__image,
.product-detail-page--header-banner .impact-teaser,
.product-detail-page--header-banner .counter-teaser.bg-gray {
  border-radius: 10px;
}
.product-detail-page--header-banner .btn {
  border-radius: 50px;
}
.product-detail-page--header-banner .video-embed,
.product-detail-page--header-banner .ce-column .image img,
.product-detail-page--header-banner .container > .content-section.text-with-image.bg-gray {
  border-radius: 15px;
}
.product-detail-page--header-banner .tabs-content__inner {
  min-height: 220px;
  position: relative;
}
.product-detail-page--header-banner .tabs-content__inner--loaded .tabs-content__inner-loader {
  display: none;
}
@media (min-width: 768px) {
  .product-detail-page--header-banner .tabs-content__inner {
    min-height: 500px;
  }
}
.product-detail-page--header-banner .tabs-content__inner-loader {
  animation: 1.5s cusImgLoaded linear infinite;
  background: #eee;
  background: linear-gradient(110deg, #ecf2fb 8%, #f2f5f7 18%, #ecf2fb 33%);
  background-size: 200% 100%;
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail-page--header-banner .sticky-section--fancy .view-demo {
    min-width: 95px;
    padding-inline: 20px;
  }
}
@media (min-width: 992px) {
  .product-detail-page--header-banner .container > .content-section.text-with-image.bg-gray {
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .has-html5video .fancybox__content {
    height: auto !important;
    max-width: 1200px;
    width: 100% !important;
  }
}
@keyframes cusImgLoaded {
  to {
    background-position-x: -200%;
  }
}
.product-detail--header-accessibility .customer-logo,
.product-detail--header-accessibility .icon-text-teaser,
.product-detail--header-accessibility .tabs-wrap .tabs-content.bg-gray,
.product-detail--header-accessibility .tabs-wrap.bg-gray,
.product-detail--header-accessibility .two-col-teaser-wrapper .two-col-teaser img,
.product-detail--header-accessibility .table-responsive.free-pro-table-wrap,
.product-detail--header-accessibility .two-col-teaser,
.product-detail--header-accessibility .cta-teaser {
  border-radius: 8px;
}
.highlight-karma {
  padding-bottom: 15px;
  position: relative;
  font-weight: 400;
}
.highlight-karma::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTY1LjMzMyAxNC4yMDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjM2E4NWU2IiBkPSJNMCAwaDE2NS4zMzN2MTQuMjA5SDB6IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5MzY5Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDY3NjciPjxwYXRoIGZpbGw9IiMzYTg1ZTYiIGQ9Ik0wIDE0LjIwOUMyNi43MjUgNy4wMTUgNTQuNTY0IDMuMSA4Mi4xNTYgMS4wNzljMjcuNTctMS43MTkgNTUuNzc2LTEuNiA4My4xNzcgMS45NDQtMjcuNTMuNDg5LTU1LjM3NiAxLjExNS04Mi44MzkgMy4wNDJDNTQuOTcyIDcuODU5IDI3LjQgMTAuOTYyIDAgMTQuMjA5IiBkYXRhLW5hbWU9IlBhdGggMTkyMDciLz48L2c+PC9zdmc+");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
/*******************************************************************************
* Button
*******************************************************************************/
button:focus {
  outline: none;
}
.btn {
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  margin: 0;
  outline: 2px dashed;
  outline-color: transparent;
  outline-offset: 2px;
  padding: 8px 15px 10px;
  text-decoration: none;
  transition: all 0.5s ease;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #04122d;
  border-color: #04122d;
  box-shadow: none;
  color: #fff;
  outline: none;
}
.btn:focus-visible, .btn:focus {
  outline: 2px dashed;
  outline-color: #04122d;
}
.btn.btn-link {
  background-color: transparent;
  border: 0;
  color: #04122d;
  font-weight: 500;
  margin-bottom: 4px;
  padding: 2px;
}
.btn.btn-secondary {
  background-color: #04122d;
  border: 1px solid #04122d;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn.btn-secondary:focus-visible, .btn.btn-secondary:focus {
  outline: 2px dashed;
  outline-color: var(--primary-color);
}
.btn.btn-tertiary {
  background-color: #004487;
  border: 1px solid #004487;
  color: #fff;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn.btn-tertiary:focus-visible, .btn.btn-tertiary:focus {
  outline-color: var(--primary-color);
}
.btn.btn-gradient {
  background-size: 200% auto;
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
  border-radius: 50px;
  border: transparent;
  color: #fff;
}
.btn.btn-gradient:hover, .btn.btn-gradient:focus, .btn.btn-gradient:active {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff;
}
.btn.btn-gray {
  background-color: #f5f8fb;
  border-color: #f5f8fb;
  color: #4e6177;
}
.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn.btn-gray:focus-visible, .btn.btn-gray:focus {
  outline-color: var(--primary-color);
}
.btn.btn-gray:focus-visible, .btn.btn-gray:focus {
  outline-color: var(--primary-color);
}
.btn.btn-dark-gray {
  background-color: #4e6177;
  border-color: #4e6177;
  color: #fff;
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus, .btn.btn-dark-gray:active {
  background-color: #04122d;
  border-color: #04122d;
  color: #fff;
}
.btn.btn-solid {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 68, 135, 0.1);
  color: #04122d;
}
.btn.btn-solid:hover, .btn.btn-solid:focus, .btn.btn-solid:active {
  background-color: #04122d;
  border-color: #04122d;
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  border: 1px solid #04122d;
  color: #04122d;
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus, .btn.btn-transparent:active {
  background-color: #04122d;
  color: #fff;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
@media (min-width: 576px) {
  .btn {
    padding: 8px 18px 10px;
  }
}
@media (min-width: 768px) {
  .btn {
    min-width: 160px;
    padding: 9px 25px 11px;
  }
  .btn.btn-link {
    margin-bottom: 8px;
  }
  .btn.btn-solid {
    min-width: 140px;
  }
}
@media (min-width: 992px) {
  .btn {
    min-width: 235px;
  }
  .btn.btn-link {
    margin-bottom: 12px;
  }
  .btn.btn-solid {
    min-width: 170px;
  }
}
/**************************************************************************
* Form
***************************************************************************/
.form-group {
  margin-bottom: 22px;
}
.form-group .btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 15px;
  width: auto;
}
.form-group .btn:last-child {
  margin-right: 0;
}
*[type=text] {
  margin-left: 0;
  width: 100%;
}
input,
select,
textarea,
.form-control {
  font-size: 15px;
  line-height: 26px;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  border: 1px solid #c8d4e3;
  border-radius: 0;
  color: #4e6177;
  height: auto;
  padding: 10px 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  input,
  select,
  textarea,
  .form-control {
    font-size: 16px;
    line-height: 28px;
  }
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  border-color: var(--primary-color);
}
.footer-form .form-control,
.footer-form input,
.footer-form select,
.footer-form textarea {
  background-color: #ecf2fb;
  border-color: #ecf2fb;
  line-height: 1;
}
.footer-form .form-control:focus,
.footer-form input:focus,
.footer-form select:focus,
.footer-form textarea:focus {
  box-shadow: none;
}
.footer-form + .status-text {
  font-size: 14px;
  line-height: 20px;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}
.control-label {
  color: #04122d;
}
.control-label:empty {
  display: none;
}
.custom-file-input {
  border: 1px solid #c8d4e3;
  padding: 0;
}
.custom-file-input::file-selector-button {
  background-color: #f5f8fb;
  border: 0;
  border-right: 1px solid #c8d4e3;
  margin-right: 20px;
  padding: 10px 20px;
}
select {
  /* needed */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(70,70,70)'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-color: #efefef;
  background-position: calc(100% - 16px) calc(100% - 16px);
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
textarea {
  height: 180px;
  resize: none;
}
*[type=radio],
*[type=checkbox] {
  width: auto;
}
*[type=radio]:focus,
*[type=checkbox]:focus {
  outline: none;
}
.form-check {
  padding-left: 0;
}
.form-check .form-check-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 47px;
  position: relative;
}
.form-check .form-check-label::after {
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 11px;
  border: 1px solid #c8d4e3;
  border-radius: 12px;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 2px;
  transition: all 0.3s ease 0s;
  width: 25px;
}
.form-check .form-check-input:checked + .form-check-label::after {
  background-color: #04122d;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNjczIDkuNjEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwOCAzLjQzMmw0Ljc2OCA0Ljc2N0wxMi45NjcuNzA3IiBkYXRhLW5hbWU9IlBhdGggMSIvPjwvc3ZnPg==");
  border-color: #04122d;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .form-check .form-check-label {
    padding-left: 47px;
  }
  .form-check .form-check-label::after {
    height: 27px;
    top: 0;
    width: 27px;
  }
}
.parsley-custom-error-message,
.parsley-error,
.parsley-required,
.parsley-type {
  font-size: 15px;
  line-height: 26px;
  color: #dd4967;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .parsley-custom-error-message,
  .parsley-error,
  .parsley-required,
  .parsley-type {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  textarea {
    height: 240px;
  }
}
.default-form .col-1 {
  display: none;
}
.default-form .form-navigation .btn {
  background-color: #04122d;
  border-color: #04122d;
}
.default-form .form-navigation .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.default-form .error.help-block {
  color: #dd4967;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.default-form .submit.loading .btn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.default-form .submit.loading .btn::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0ibWFyZ2luOmF1dG87YmFja2dyb3VuZDowIDAiIGRpc3BsYXk9ImJsb2NrIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1IDUwYTM1IDM1IDAgMDA3MCAwIDM1IDQxLjIgMCAwMS03MCAwIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGR1cj0iMC43MDQyMjUzNTIxMTI2NzYxcyIga2V5VGltZXM9IjA7MSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDUwIDUzLjE7MzYwIDUwIDUzLjEiLz48L3BhdGg+PC9zdmc+");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.custom-radio-multiple .form-check {
  margin-bottom: 12px;
}
.custom-radio-multiple .form-check input[type=radio] {
  display: none;
}
.custom-radio-multiple .form-check .form-check-label {
  padding-left: 38px;
}
.custom-radio-multiple .form-check .form-check-label::after {
  background-size: 14px;
  height: 24px;
  top: 3px;
  width: 24px;
}
/****************************************************************************
 * TYPO3 CMS Styles
 ***************************************************************************/
.ce-align-left,
.ce-headline-left {
  text-align: left;
}
.ce-align-center,
.ce-headline-center {
  text-align: center;
}
.ce-align-right,
.ce-headline-right {
  text-align: right;
}
/* Table */
.ce-table {
  max-width: 100%;
  width: 100%;
}
.ce-table th,
.ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.ce-table thead th {
  border-bottom: 2px solid #f5f8fb;
}
.ce-table th,
.ce-table td {
  border-top: 1px solid #f5f8fb;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.ce-table-bordered th,
.ce-table-bordered td {
  border: 1px solid #f5f8fb;
}
hr {
  border-top: solid 1px #c8d4e3;
  margin: 30px 0;
}
.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}
.ce-uploads li {
  padding-left: 0;
}
.ce-center .ce-outer {
  float: right;
  position: relative;
  right: 50%;
}
.ce-center .ce-inner {
  float: right;
  position: relative;
  right: -50%;
}
.ce-gallery figure {
  display: table;
  margin: 0;
}
.ce-gallery figcaption {
  caption-side: bottom;
  display: table-caption;
}
.ce-gallery img {
  display: block;
}
.ce-gallery iframe {
  border-width: 0;
}
.ce-border img,
.ce-border iframe {
  border: 1px solid #000;
  padding: 0;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery,
.ce-below .ce-gallery {
  margin-bottom: 0;
}
.ce-intext.ce-right .ce-gallery {
  margin-top: 3px;
}
.ce-intext.ce-left .ce-gallery {
  margin-top: 3px;
}
.ce-intext.ce-right .ce-bodytext h5, .ce-intext.ce-right .ce-bodytext .h5,
.ce-intext.ce-left .ce-bodytext h5,
.ce-intext.ce-left .ce-bodytext .h5 {
  margin-top: 4px;
}
.ce-above .ce-gallery {
  margin-top: 0;
}
.ce-below.ce-right .ce-gallery,
.ce-below.ce-left .ce-gallery,
.ce-below.ce-center .ce-gallery {
  margin-bottom: 0;
  margin-top: 0;
}
.ce-column {
  margin-bottom: 15px;
}
.ce-column:last-child {
  margin-right: 0;
}
.ce-row {
  margin-bottom: 10px;
}
.ce-row:last-child {
  margin-bottom: 0;
}
.ce-above .ce-bodytext {
  clear: both;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px;
}
.ce-intext.ce-left ul {
  padding-left: 0;
}
.ce-uploads li::before {
  display: none;
}
.ce-uploads li a:hover {
  color: var(--primary-color);
}
.ce-uploads li a span {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.ce-uploads img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.ce-uploads span {
  display: block;
}
.float-leftimg {
  margin-right: 20px;
}
.float-rightimg {
  margin-left: 20px;
}
.frame .ce-textpic {
  padding-bottom: 20px;
}
.frame .ce-textpic img {
  margin-bottom: 10px;
}
.frame .ce-textpic.ce-left {
  padding-bottom: 0;
}
.frame .ce-textpic.ce-left .ce-gallery img {
  margin-bottom: 0;
}
.button-group {
  margin: 20px auto;
}
.cc-window {
  flex-wrap: wrap;
}
.cc-message {
  margin-bottom: 10px;
}
.ce-right .ce-gallery,
.ce-left .ce-gallery {
  float: none;
  margin: 0 auto;
}
.ce-column {
  float: none;
}
.ce-image img {
  margin-bottom: 10px;
}
.video-section .ce-textpic {
  padding-bottom: 0;
}
.video-section .ce-textpic img,
.video-section .ce-textpic .ce-column {
  margin-bottom: 0;
}
/* Space */
.frame-space-before-extra-small {
  margin-top: 15px;
}
.frame-space-before-small {
  margin-top: 20px;
}
.frame-space-before-medium {
  margin-top: 30px;
}
.frame-space-before-large {
  margin-top: 50px;
}
.frame-space-before-extra-large {
  margin-top: 60px;
}
.frame-space-after-extra-small {
  margin-bottom: 15px;
}
.frame-space-after-small {
  margin-bottom: 20px;
}
.frame-space-after-medium {
  margin-bottom: 30px;
}
.frame-space-after-large {
  margin-bottom: 50px;
}
.frame-space-after-extra-large {
  margin-bottom: 60px;
}
/* Frame */
.frame-ruler-before::before {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  margin-bottom: 2em;
}
.frame-ruler-after::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  margin-top: 2em;
}
.frame-indent {
  margin-left: 8%;
  margin-right: 8%;
}
.frame-indent-left {
  margin-left: 15%;
}
.frame-indent-right {
  margin-right: 15%;
}
.video-embed {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  margin: 15px;
  padding: 10px;
}
.video-embed video {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ce-column {
    margin-right: 15px;
  }
  .ce-column:last-child {
    margin-right: 0;
  }
  .ce-left .ce-gallery,
  .ce-column {
    float: left;
  }
  .ce-right .ce-gallery {
    float: right;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 30px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
  }
  .frame .ce-textpic.ce-left .ce-bodytext {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* Space */
  .frame-space-before-extra-small {
    margin-top: 25px;
  }
  /* Space */
  .frame-space-before-small {
    margin-top: 30px;
  }
  .frame-space-before-medium {
    margin-top: 45px;
  }
  .frame-space-before-large {
    margin-top: 60px;
  }
  .frame-space-before-extra-large {
    margin-top: 100px;
  }
  .frame-space-after-extra-small {
    margin-bottom: 25px;
  }
  .frame-space-after-small {
    margin-bottom: 30px;
  }
  .frame-space-after-medium {
    margin-bottom: 45px;
  }
  .frame-space-after-large {
    margin-bottom: 60px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 100px;
  }
  .frame-indent {
    margin-left: 15%;
    margin-right: 15%;
  }
  .frame-indent-left {
    margin-left: 33%;
  }
  .frame-indent-right {
    margin-right: 33%;
  }
}
@media (min-width: 1200px) {
  /* Space */
  .frame-space-before-extra-small {
    margin-top: 30px;
  }
  .frame-space-before-small {
    margin-top: 45px;
  }
  .frame-space-before-medium {
    margin-top: 60px;
  }
  .frame-space-before-large {
    margin-top: 110px;
  }
  .frame-space-before-extra-large {
    margin-top: 160px;
  }
  .frame-space-after-extra-small {
    margin-bottom: 30px;
  }
  .frame-space-after-small {
    margin-bottom: 45px;
  }
  .frame-space-after-medium {
    margin-bottom: 60px;
  }
  .frame-space-after-large {
    margin-bottom: 110px;
  }
  .frame-space-after-extra-large {
    margin-bottom: 160px;
  }
}
/*******************************************************************************
* Hero Banner
*******************************************************************************/
.hero-banner {
  align-items: center;
  display: inline-flex;
  min-height: 100vh;
  overflow: hidden;
  padding: 90px 0 0;
  width: 100%;
  /* iPads (landscape) ----------- */
  /* iPads (portrait) ----------- */
}
.hero-banner.hero-banner--service {
  min-height: 70vh;
  padding: 135px 0 0;
}
.hero-banner.hero-banner--service .hero-banner__content {
  padding-bottom: 15px;
}
.hero-banner.hero-banner--service .hero-banner__content h2, .hero-banner.hero-banner--service .hero-banner__content .h2 {
  font-size: 34px;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .hero-banner.hero-banner--service .hero-banner__content h2, .hero-banner.hero-banner--service .hero-banner__content .h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner.hero-banner--service .hero-banner__content h2, .hero-banner.hero-banner--service .hero-banner__content .h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
.hero-banner.hero-banner--inner {
  background: transparent;
  min-height: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hero-banner {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hero-banner {
    min-height: 65vh;
  }
  .hero-banner.hero-banner--service {
    min-height: 60vh;
  }
}
@media (min-width: 1400px) {
  .hero-banner {
    min-height: auto;
  }
  .hero-banner.hero-banner--service {
    min-height: auto;
  }
}
.hero-banner__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 0;
  min-height: 100%;
}
.hero-banner__image img {
  width: 100%;
}
.hero-banner--service .hero-banner__image img {
  width: auto;
}
@media (min-width: 1400px) {
  .hero-banner__image {
    align-items: flex-end;
  }
}
.hero-banner__video {
  margin-left: 50px;
  width: 110%;
}
.hero-banner__content {
  padding-bottom: 40px;
}
.hero-banner__content .hero-headline {
  margin-bottom: 20px;
  position: relative;
}
.hero-banner__content .hero-headline.h1 {
  font-size: 40px;
  line-height: 55px;
}
@media screen and (min-width: 768px) {
  .hero-banner__content .hero-headline.h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner__content .hero-headline.h1 {
    font-size: 70px;
    line-height: 99px;
  }
}
.hero-banner__content p:not(:last-child) {
  margin-bottom: 26px;
}
.hero-banner--service .hero-banner__content p:not(:last-child) {
  margin-bottom: 15px;
}
.hero-banner__content p .btn {
  margin: 10px 0;
}
.hero-banner__content p .btn:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .hero-banner--service .hero-banner__content {
    padding-bottom: 0;
  }
}
.hero-tagline {
  font-size: 20px;
  line-height: 28px;
  color: #04122d;
  font-weight: 400;
  letter-spacing: 6px;
  margin-bottom: 15px !important;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero-tagline {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .hero-tagline {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .hero-banner {
    padding: 110px 0 0;
  }
  .hero-banner__content h1, .hero-banner__content .h1 {
    margin-bottom: 22px;
  }
  .hero-banner__content p:not(:last-child) {
    margin-bottom: 40px;
  }
  .hero-banner--service .hero-banner__content p:not(:last-child) {
    margin-bottom: 25px;
  }
  .hero-banner__content p .btn:not(:last-child) {
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .hero-banner {
    padding: 160px 0 0;
  }
  .hero-banner.hero-banner--service {
    padding: 158px 0 105px;
  }
  .hero-banner__image {
    margin-right: -10%;
  }
  .hero-banner--service .hero-banner__image {
    margin-right: 0;
  }
  .hero-banner__content h1, .hero-banner__content .h1 {
    margin-bottom: 26px;
  }
  .hero-banner__content p:not(:last-child) {
    margin-bottom: 52px;
  }
  .hero-banner--service .hero-banner__content p:not(:last-child) {
    margin-bottom: 30px;
  }
  .hero-banner__content p .btn:not(:last-child) {
    margin-right: 35px;
  }
}
@media (min-width: 1400px) {
  .hero-banner__image {
    margin-right: -20%;
  }
}
.hero-banner--inner .hero-banner__image {
  margin-bottom: 30px;
  margin-right: 0;
  min-height: auto;
  text-align: right;
}
.hero-banner--inner .hero-banner__image img,
.hero-banner--inner .hero-banner__image picture {
  width: 100%;
}
@media (min-width: 576px) {
  .hero-banner--inner .hero-banner__image {
    margin-bottom: 0;
    margin-right: -15px;
    padding-left: 7%;
  }
}
.hero-banner--inner .hero-banner__content {
  padding-bottom: 0;
}
.rotate-item {
  color: var(--primary-color);
  display: inline-flex;
  margin-left: 15px;
  position: absolute;
}
.rotate-item .wrap {
  position: relative;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.rotate-item .wrap::after {
  animation: caret 1s steps(1) infinite;
  border-right: 2px solid #04122d;
  content: "";
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.hero-banner--search {
  background-color: #000;
  background-position: bottom;
  color: #fff;
  padding-bottom: 200px;
  padding-top: 180px;
  position: relative;
}
.hero-banner--search * {
  color: inherit;
}
.hero-banner--search::before {
  background: rgba(4, 18, 45, 0.68);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-banner--search .hero-banner-wrapper {
  font-size: 17px;
  line-height: 26px;
  font-family: "visby";
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero-banner--search .hero-banner-wrapper {
    font-size: 18px;
    line-height: 28px;
  }
}
.hero-banner--search .hero-banner-wrapper p:first-child {
  font-weight: 400;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero-banner--search .hero-banner-wrapper p:first-child {
    margin-bottom: 33px;
  }
}
.hero-banner--search .hero-banner-wrapper h1, .hero-banner--search .hero-banner-wrapper .h1 {
  font-size: 65px;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  .hero-banner--search .hero-banner-wrapper h1, .hero-banner--search .hero-banner-wrapper .h1 {
    font-size: 70px;
    line-height: 85px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner--search .hero-banner-wrapper h1, .hero-banner--search .hero-banner-wrapper .h1 {
    font-size: 85px;
    line-height: 98px;
  }
}
.hero-banner--search .hero-banner-wrapper .hero-banner__content {
  font-size: 15px;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .hero-banner--search .hero-banner-wrapper .hero-banner__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.hero-banner--search .hero-banner-wrapper .hero-banner__content a {
  background: rgba(var(--primary-color), 12%);
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 9px 24px 7px 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__content a:not(:last-child) {
  margin-right: 15px;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .kesearchbox {
  border: transparent;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-select {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-select input {
  color: #fff;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-select input::-moz-placeholder {
  font-size: 15px;
  line-height: 26px;
  color: #4e6177;
  font-weight: 400;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-select input::placeholder {
  font-size: 15px;
  line-height: 26px;
  color: #4e6177;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-select input::-moz-placeholder {
    font-size: 16px;
    line-height: 28px;
  }
  .hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-select input::placeholder {
    font-size: 16px;
    line-height: 28px;
  }
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .clear-button:hover {
  color: #fff;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-dropdown {
  background: rgba(255, 255, 255, 0.09);
  border: transparent;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-dropdown::after {
  background-color: #fff;
}
.hero-banner--search .hero-banner-wrapper .hero-banner__search .custom-dropdown::before {
  width: 1px;
}
@media (min-width: 768px) {
  .hero-banner--search {
    padding-bottom: 200px;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 2400px) {
  .hero-banner--search {
    height: 100%;
    min-height: 100vh;
  }
}
/*******************************************************************************
* Featured Product Slider
*******************************************************************************/
.featured-teaser {
  background-color: #f5f8fb;
  display: block;
  margin-bottom: 34px;
  min-height: calc(100% - 34px);
  padding: 30px;
  text-align: center;
}
.bg-gray .featured-teaser {
  background-color: #fff;
}
.featured-teaser.featured-teaser--small {
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
  text-align: left;
}
.featured-teaser.featured-teaser--boxed {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  text-align: left;
}
.featured-teaser.featured-teaser--big {
  padding: 20px 10px;
}
.featured-teaser.featured-teaser--big .featured-teaser__image {
  margin-bottom: 0;
}
.featured-teaser.featured-teaser--big .featured-teaser__content {
  padding: 0 30px;
}
.featured-teaser.featured-teaser--big .featured-teaser__content .product-logo {
  max-width: 170px;
  width: 100%;
}
.featured-teaser.featured-teaser--big .featured-teaser__content .product-logo svg {
  width: 100%;
}
.featured-teaser:hover, .featured-teaser:focus {
  color: inherit;
}
.featured-teaser:hover .link-arrow,
.featured-teaser:hover .price, .featured-teaser:focus .link-arrow,
.featured-teaser:focus .price {
  color: var(--primary-color);
}
.featured-teaser:hover .link-arrow::after, .featured-teaser:focus .link-arrow::after {
  right: 7px;
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzNhODVlNiIgZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
}
.featured-teaser__image {
  display: block;
  margin-bottom: 30px;
}
.featured-teaser__image img {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.featured-teaser__image:hover img {
  transform: scale(1.02);
}
.featured-teaser__content .product-logo {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-bottom: 18px;
}
.featured-teaser__content .product-logo svg {
  width: 55px;
}
.featured-teaser__content p {
  margin-bottom: 25px;
}
.featured-teaser__content .btn {
  display: block;
  margin: 0 auto;
  max-width: 230px;
}
.featured-teaser__content .link {
  margin-top: 18px;
}
.featured-teaser--small .featured-teaser__image {
  background-color: #f5f8fb;
  margin-bottom: 18px;
  padding: 10px;
}
.featured-teaser--small .featured-teaser__content .product-logo {
  margin-bottom: 10px;
}
.featured-teaser--small .featured-teaser__content p {
  margin-bottom: 10px;
}
.featured-teaser--small .featured-teaser__content .link {
  margin-top: 0;
}
.featured-teaser--boxed {
  position: relative;
}
.featured-teaser--boxed.featured-teaser {
  padding: 40px 35px 65px;
}
.featured-teaser--boxed.featured-teaser--extension {
  padding: 30px 35px 65px;
  text-align: center;
}
.featured-teaser--boxed.featured-teaser--extension .product-logo {
  margin-bottom: 25px;
  min-height: 76px;
}
.featured-teaser--boxed.featured-teaser--extension .product-logo svg {
  width: 70px;
}
.featured-teaser--boxed.featured-teaser--extension .featured-teaser__content .link {
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.featured-teaser--boxed.featured-teaser--extension .featured-teaser__content p {
  min-height: auto;
}
.featured-teaser--boxed.featured-teaser--extension .featured-teaser__content h4, .featured-teaser--boxed.featured-teaser--extension .featured-teaser__content .h4 {
  margin-bottom: 20px;
}
.featured-teaser--boxed .featured-teaser__content p {
  margin-bottom: 15px;
  min-height: 85px;
}
.featured-teaser--boxed .featured-teaser__content h4, .featured-teaser--boxed .featured-teaser__content .h4 {
  margin-bottom: 0;
}
.featured-teaser--boxed .featured-teaser__content .featured-teaser__title {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.featured-teaser--boxed .featured-teaser__content .link {
  bottom: 35px;
  left: 35px;
  position: absolute;
}
@media (min-width: 576px) {
  .featured-teaser--boxed.featured-teaser {
    padding: 30px 25px 60px;
  }
  .featured-teaser--boxed.featured-teaser--extension {
    padding: 40px 25px 70px;
  }
  .featured-teaser--boxed.featured-teaser--extension .featured-teaser__content .link {
    bottom: 35px;
  }
  .featured-teaser--boxed .featured-teaser__content .link {
    bottom: 25px;
    left: 25px;
  }
}
@media (min-width: 768px) {
  .featured-teaser--boxed.featured-teaser {
    padding: 40px 35px 65px;
  }
  .featured-teaser--boxed.featured-teaser--extension {
    padding: 55px 25px 80px;
  }
  .featured-teaser--boxed.featured-teaser--extension .featured-teaser__content .link {
    bottom: 55px;
  }
  .featured-teaser--boxed .featured-teaser__content .link {
    bottom: 35px;
    left: 35px;
  }
}
.product-demand-teaser {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px 0 22px;
}
.product-demand-teaser > div {
  margin: 0 10px;
}
.product-demand-teaser > div svg {
  margin-right: 9px;
}
.product-demand-teaser .product-demand-teaser__rating,
.product-demand-teaser .product-demand-teaser__download {
  align-items: center;
  display: inline-flex;
}
@media (min-width: 768px) {
  .featured-teaser {
    padding: 35px 40px;
  }
  .featured-teaser.featured-teaser--big {
    padding: 20px 15px 40px;
  }
  .featured-teaser.featured-teaser--big .featured-teaser__content {
    padding: 0 30px;
  }
  .featured-teaser__image {
    margin-bottom: 40px;
  }
  .featured-teaser__content .product-logo {
    margin-bottom: 25px;
  }
  .featured-teaser__content p {
    margin-bottom: 35px;
  }
  .featured-teaser__content .link {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .featured-teaser {
    padding: 51px 55px;
  }
  .featured-teaser.featured-teaser--big {
    padding: 25px 20px 55px;
  }
  .featured-teaser.featured-teaser--big .featured-teaser__content {
    padding: 0 40px;
  }
  .featured-teaser__image {
    margin-bottom: 55px;
  }
  .featured-teaser__content .product-logo {
    margin-bottom: 25px;
  }
  .featured-teaser__content p {
    margin-bottom: 40px;
  }
  .featured-teaser__content .btn {
    max-width: 230px;
  }
  .featured-teaser__content .link {
    margin-top: 23px;
  }
}
/*******************************************************************************
* Link
*******************************************************************************/
.link {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  color: #04122d;
  font-weight: 400;
  text-decoration: none;
}
.link strong {
  color: #04122d;
  font-weight: 700;
}
.link.link-arrow {
  padding-right: 40px;
  position: relative;
}
.record-section .link.link-arrow {
  text-decoration: none;
}
.link.link-arrow::after {
  transition: all 0.3s ease 0s;
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2022.84%2016.06%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.38.242a.81.81%200%2000-1.151%201.139l5.837%205.837H.806A.8.8%200%20000%208.026a.811.811%200%2000.806.817h19.26l-5.837%205.826a.826.826%200%20000%201.151.806.806%200%20001.151%200L22.6%208.6a.793.793%200%20000-1.139z%22%20data-name%3D%22right-arrow%20(3)%22%2F%3E%3C%2Fsvg%3E");
  height: 13px;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 7px;
  width: 18px;
}
.link.link-arrow:hover::after {
  right: 7px;
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzNhODVlNiIgZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
}
.link.link-arrow:hover .price {
  color: var(--primary-color);
}
.product-detail-info .link {
  align-items: center;
  color: #04122d;
  display: inline-flex;
}
.product-detail-info .link svg {
  margin-right: 10px;
}
.product-detail-info .link svg path {
  transition: all 0.3s ease 0s;
}
.product-detail-info .link.arrange-call-link svg {
  margin-right: 7px;
}
.product-detail-info .link:hover {
  color: var(--primary-color);
}
.product-detail-info .link:hover path {
  fill: var(--primary-color);
}
/*******************************************************************************
* Product Link Teaser
*******************************************************************************/
.products-link-teaser {
  background-color: #04122d;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTYuNzQ3IDk4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMTAyMDNkIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTAyMDNkIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBmaWxsPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDEzMjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTcuNDgxIC0xMjIuMjUpIj48cGF0aCBkPSJNMjcwLjY4MiAxODkuNzhhMTMuNDUyIDEzLjQ1MiAwIDAxLTQuMTMyLjU5Yy0xMi40NDYgMC0zMC43MjMtNDMuNS0zMC43MjMtNTcuOTcyIDAtNS4zMjggMS4yNjItNy4xMDkgMy4wNDItOC42MzMtMTUuMjM0IDEuNzc4LTMzLjUxMSA3LjM2OS0zOS4zNTYgMTQuNDc1LTEuMjY0IDEuNzgxLTIuMDMyIDQuNTcyLTIuMDMyIDguMTI4IDAgMjIuNiAyNC4xMjIgNzMuODc4IDQxLjEzNyA3My44NzggNy44NzEgMCAyMS4xNDQtMTIuOTQgMzIuMDY0LTMwLjQ2NiIgZGF0YS1uYW1lPSJQYXRoIDE1MzgyIi8+PHBhdGggZD0iTTI2Mi43MzQgMTIyLjI1YzE1Ljc0IDAgMzEuNDkxIDIuNTM3IDMxLjQ5MSAxMS40MjQgMCAxOC4wMjYtMTEuNDMgMzkuODctMTcuMjY3IDM5Ljg3LTEwLjQxMSAwLTIzLjM2My0yOC45NTEtMjMuMzYzLTQzLjQyOSAwLTYuNiAyLjU0LTcuODY2IDkuMTM4LTcuODY2IiBkYXRhLW5hbWU9IlBhdGggMTUzODMiLz48L2c+PC9zdmc+");
  background-position: 85% 63px;
  background-repeat: no-repeat;
  background-size: 98px 96px;
  color: #fff;
  display: block;
  padding: 30px 30px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.products-link-teaser::before {
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOS41NzggMTYuMzMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNy40NTcgNy40NTgtNy40NTcgNy40NTgiIGRhdGEtbmFtZT0iUGF0aCAxNTM4MSIvPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  bottom: 28px;
  content: "";
  height: 30px;
  position: absolute;
  right: 23px;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.products-link-teaser h4, .products-link-teaser .h4 {
  color: #fff;
  font-weight: 400;
}
.products-link-teaser .total-products {
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .products-link-teaser .total-products {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (min-width: 992px) {
  .products-link-teaser .total-products {
    font-size: 54px;
    line-height: 72px;
  }
}
.products-link-teaser:hover, .products-link-teaser:focus {
  background-position: 85% 50px;
  color: #fff;
}
.products-link-teaser:hover::before, .products-link-teaser:focus::before {
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOS41NzggMTYuMzMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNhODVlNiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNy40NTcgNy40NTgtNy40NTcgNy40NTgiIGRhdGEtbmFtZT0iUGF0aCAxNTM4MSIvPjwvc3ZnPg==");
}
@media (min-width: 576px) {
  .products-link-teaser {
    padding: 25px 40px;
  }
}
@media (min-width: 992px) {
  .products-link-teaser {
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
    padding: 50px 45px 60px;
  }
}
.products-link-teaser--primary {
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTIgOTMuMTkxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMTAyMDNkIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTAyMDNkIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBmaWxsPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDg2NiIgb3BhY2l0eT0iLjMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTk3LjQ4MSAtMTIyLjI1KSI+PHBhdGggZD0iTTI2Ny4wOSAxODYuNDdhMTIuNzkzIDEyLjc5MyAwIDAxLTMuOTI5LjU2MWMtMTEuODM1IDAtMjkuMjE2LTQxLjM2Mi0yOS4yMTYtNTUuMTI4IDAtNS4wNjcgMS4yLTYuNzYgMi44OTMtOC4yMS0xNC40ODcgMS42OTEtMzEuODY3IDcuMDA3LTM3LjQyNSAxMy43NjUtMS4yIDEuNjkzLTEuOTMyIDQuMzQ4LTEuOTMyIDcuNzI5IDAgMjEuNDg5IDIyLjkzOCA3MC4yNTMgMzkuMTE5IDcwLjI1MyA3LjQ4NSAwIDIwLjEwNy0xMi4zMDUgMzAuNDktMjguOTcxIiBkYXRhLW5hbWU9IlBhdGggMTUzODIiLz48cGF0aCBkPSJNMjU5LjUzNSAxMjIuMjVjMTQuOTY3IDAgMjkuOTQ2IDIuNDEzIDI5Ljk0NiAxMC44NjQgMCAxNy4xNDEtMTAuODY5IDM3LjkxNC0xNi40MTkgMzcuOTE0LTkuOSAwLTIyLjIxNi0yNy41My0yMi4yMTYtNDEuMyAwLTYuMjc3IDIuNDE1LTcuNDggOC42OS03LjQ4IiBkYXRhLW5hbWU9IlBhdGggMTUzODMiLz48L2c+PC9zdmc+");
  color: #fff;
}
.products-link-teaser--primary::before {
  background-color: #04122d;
}
.products-link-teaser--primary:hover::before, .products-link-teaser--primary:focus::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOS41NzggMTYuMzMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA0MTIyZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNy40NTcgNy40NTgtNy40NTcgNy40NTgiIGRhdGEtbmFtZT0iUGF0aCAxNTM4MSIvPjwvc3ZnPg==");
}
/*******************************************************************************
* Counter Section
*******************************************************************************/
.counter-teaser {
  margin: 0 auto 30px;
  max-width: 300px;
  min-height: calc(100% - 30px);
  min-width: 192px;
}
.counter-teaser.bg-gray {
  padding: 17px 30px;
}
.bg-gray .counter-teaser {
  background-color: #fff;
}
.counter-teaser a {
  color: var(--primary-color);
  text-decoration: none;
}
@media (min-width: 992px) {
  .counter-teaser {
    margin-bottom: 0;
    min-height: 100%;
  }
  .counter-teaser.counter-teaser--column {
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
  }
}
.counter-teaser__number {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.counter-teaser__number::after {
  content: attr(data-symbol);
}
.counter-teaser__text {
  margin-bottom: 0;
}
.counter-teaser__text--link {
  margin-bottom: 15px;
}
/*******************************************************************************
* Text With Image Teaser
*******************************************************************************/
.text-with-image-teaser__img {
  margin-bottom: 30px;
}
.text-with-image-teaser__img img {
  width: 100%;
}
@media (min-width: 992px) {
  .text-with-image-teaser__img {
    margin-bottom: 0;
    margin-right: -35px;
  }
  .text-with-image-teaser__img.text-with-image-teaser-boxed__img {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .text-with-image-teaser__img {
    margin-left: 50px;
    margin-right: -70px;
  }
}
.text-teaser {
  margin-top: 20px;
  padding-left: 70px;
  position: relative;
}
.text-teaser.text-teaser--boxed {
  background-color: #f5f8fb;
  border: 1px solid #c8d4e3;
  margin-top: 20px;
  min-height: calc(100% - 20px);
  padding: 40px 30px 20px;
}
.bg-gray .text-teaser.text-teaser--boxed {
  background-color: #fff;
}
@media (min-width: 992px) {
  .text-teaser {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .text-teaser {
    margin-top: 40px;
  }
  .text-teaser.text-teaser--boxed {
    margin-top: 30px;
    min-height: calc(100% - 30px);
  }
}
.text-teaser__content p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text-teaser__content p {
    margin-bottom: 30px;
  }
}
.text-teaser__icon {
  left: 0;
  position: absolute;
  top: 0;
}
.text-teaser--boxed .text-teaser__icon {
  left: auto;
  margin-bottom: 10px;
  position: relative;
  top: auto;
}
.text-with-image-teaser__content {
  max-width: 895px;
}
.text-with-image-teaser__content h2, .text-with-image-teaser__content .h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .text-with-image-teaser__content.text-with-image-teaser-boxed__content {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .text-with-image-teaser__content.text-with-image-teaser-boxed__content {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .text-with-image-teaser__content {
    padding-left: 50px;
  }
  .text-with-image-teaser__content h2, .text-with-image-teaser__content .h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .text-with-image-teaser__content {
    padding-left: 95px;
  }
  .text-with-image-teaser__content h2, .text-with-image-teaser__content .h2 {
    margin-bottom: 20px;
  }
}
.text-teaser__title {
  margin-bottom: 10px;
}
.text-teaser__text p {
  margin-bottom: 0;
}
/*******************************************************************************
* Customers Logo
*******************************************************************************/
.customer-logo {
  display: block;
  margin: 20px 0;
  min-width: 163px;
  transition: all 0.3s ease 0s;
}
.customer-logo img {
  height: auto;
  width: auto;
}
.customer-logo.customer-logo--border {
  align-items: center;
  border: 1px solid #c8d4e3;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 14px;
}
.customer-logo.customer-logo--border img {
  width: auto;
}
.customer-logo.customer-logo--boxed {
  margin: 10px auto;
  min-width: auto;
}
.customer-logo.customer-logo--boxed img {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  height: 75px;
  width: auto;
}
@media (min-width: 768px) {
  .customer-logo.customer-logo--boxed img {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .customer-logo.customer-logo--boxed img {
    height: 139px;
  }
}
.customer-logo:hover {
  transform: translateY(-5px);
}
.marquee-slider {
  overflow: hidden;
}
.marquee-slider .customer-logo-wrap {
  margin: 0 15px;
}
.marquee-slider .customer-logo {
  display: flex;
  transition: all 0.3s ease 0s;
  height: 75px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.marquee-slider .customer-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .marquee-slider .customer-logo-wrap {
    margin: 0 28px;
  }
}
.customer-logo-wrapper {
  padding: 25px;
}
.customer-logo-wrapper .customer-logo {
  height: calc(100% - 20px);
  margin-top: 0;
  padding: 15px;
}
@media (min-width: 992px) {
  .customer-logo-wrapper .customer-logo {
    padding: 15px 22px;
  }
}
.customer-logo-wrapper .customer-logo-link {
  margin-top: 10px;
}
.customer-logo-wrapper .customer-logo-link .btn {
  border-radius: 50px;
}
@media (min-width: 992px) {
  .customer-logo-wrapper .customer-logo-link {
    margin-top: 30px;
  }
}
.customer-logo-wrapper.bg-gray {
  border-radius: 20px;
}
.customer-logo-wrapper.bg-gray .customer-logo {
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .customer-logo-wrapper {
    padding: 70px;
  }
}
/*******************************************************************************
* Start Rating
*******************************************************************************/
.static-star--rating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  line-height: 1;
}
.static-star--rating::after {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, var(--primary-color) var(--percent), #c8d4e3 var(--percent)) text;
  content: attr(data-content);
  font-size: 18px;
  letter-spacing: 3px;
  margin-left: 14px;
}
.rating-wrapper {
  margin-bottom: 22px;
  margin-top: -22px;
}
.rating-wrapper .star-rating {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTguNzkzIDE4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNjOGQ0ZTMiIGQ9Ik0xNC42MDUgMTcuOTE2bC01LjIwOS0zLjI2LTUuMjA5IDMuMjU5YS41NS41NSAwIDAxLS44MjYtLjZsMS40OTEtNS45NjJMLjE5NyA3LjQwNmEuNTUxLjU1MSAwIDAxLjMxNi0uOTcxbDYuMDc2LS40MjQgMi4zLTUuN2EuNTc0LjU3NCAwIDAxMS4wMjEgMGwyLjMgNS43IDYuMDc2LjQyNGEuNTUxLjU1MSAwIDAxLjMxNi45NzFsLTQuNjU1IDMuOTQ3IDEuNDkxIDUuOTYyYS41NTEuNTUxIDAgMDEtLjgyNi42eiIgZGF0YS1uYW1lPSJQYXRoIDE1Mjk1Ii8+PC9zdmc+");
}
.rating-wrapper .star-rating .star-value {
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjguODQ4IDI3LjYzMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjM2E4NWU2IiBkPSJNMjIuNDIgMjcuNWwtOC01LTggNWEuODQ1Ljg0NSAwIDAxLTEuMjY4LS45MjFsMi4yODgtOS4xNTItNy4xNDYtNi4wNTlhLjg0Ni44NDYgMCAwMS40ODQtMS40OTFsOS4zMjYtLjY1MkwxMy42MzIuNDc2YS44OC44OCAwIDAxMS41NjcgMGwzLjUyOCA4Ljc0OSA5LjMyNi42NTJhLjg0NS44NDUgMCAwMS40ODQgMS40OTFsLTcuMTQ2IDYuMDU5IDIuMjg4IDkuMTUyYS44NDUuODQ1IDAgMDEtMS4yNjguOTIyeiIgZGF0YS1uYW1lPSJQYXRoIDE1Mjk1Ii8+PC9zdmc+");
  background-repeat: repeat-x;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .rating-wrapper {
    margin-bottom: 0;
    margin-top: -8px;
  }
}
/*******************************************************************************
* Slider
*******************************************************************************/
.flickity-enabled .flickity-page-dots {
  bottom: auto;
  display: none;
  justify-content: flex-start;
  margin-top: 25px;
  position: relative;
  text-align: left;
}
.flickity-enabled .flickity-page-dots .flickity-page-dot {
  background-color: #4e6177;
  border-radius: 0;
  height: 14px;
  margin: 0 10px 5px 0;
  opacity: 1;
  padding: 0;
  width: 14px;
}
.flickity-enabled .flickity-page-dots .flickity-page-dot:focus {
  box-shadow: none;
}
.flickity-enabled .flickity-page-dots .flickity-page-dot:first-child {
  margin-left: 0;
}
.flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--primary-color);
}
.flickity-enabled .flickity-page-dots .flickity-page-dot::before {
  display: none;
}
.flickity-enabled .flickity-button {
  background-position: center;
}
.flickity-enabled .flickity-button:focus {
  box-shadow: none;
}
.flickity-enabled .flickity-prev-next-button {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUuNjA5IDI4LjM5MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwNDEyMmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE0LjkwMy43MDlMMS40MTUgMTQuMTk4bDEzLjQ4OCAxMy40ODciIGRhdGEtbmFtZT0iUGF0aCAxNjk4NCIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 27px;
  border-radius: 0;
}
.flickity-enabled .flickity-prev-next-button:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUuNjA5IDI4LjM5MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwNDEyMmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE0LjkwMy43MDlMMS40MTUgMTQuMTk4bDEzLjQ4OCAxMy40ODciIGRhdGEtbmFtZT0iUGF0aCAxNjk4NCIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 27px;
  opacity: 1;
}
.flickity-enabled .flickity-prev-next-button svg {
  display: none;
}
.flickity-enabled .flickity-prev-next-button.previous {
  left: 0;
}
.flickity-enabled .flickity-prev-next-button.next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUuNjA5IDI4LjM5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwNDEyMmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS43MDguNzA5bDEzLjQ4OCAxMy40OUwuNzA4IDI3LjY4NyIgZGF0YS1uYW1lPSJQYXRoIDE2OTg0Ii8+PC9zdmc+");
  right: 0;
}
.flickity-enabled.build-slider .build-slide__content-logo {
  max-width: 230px;
}
.flickity-enabled.build-slider .flickity-button, .flickity-enabled.carousel-nav .flickity-button, .flickity-enabled.demos-slider .flickity-button {
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOC40NzkgMTIuNzE1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNNy40MTkgMS4wNjFsLTUuMyA1LjMgNS4zIDUuMyIvPjwvc3ZnPg==");
  background-position: 9px 8px;
  background-repeat: no-repeat;
  background-size: 10px 14px;
  border-radius: 50%;
  bottom: -40px;
  height: 30px;
  left: 0;
  position: absolute;
  top: auto;
  width: 30px;
}
.flickity-enabled.build-slider .flickity-button.next, .flickity-enabled.carousel-nav .flickity-button.next, .flickity-enabled.demos-slider .flickity-button.next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOC40NzkgMTIuNzE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNMS4wNjEgMS4wNjNsNS4zIDUuMy01LjMgNS4zIi8+PC9zdmc+");
  background-position: 11px 8px;
  left: 45px;
}
.flickity-enabled.carousel-nav .flickity-button {
  bottom: auto;
  left: auto;
  right: 40px;
  top: -30px;
}
.flickity-enabled.carousel-nav .flickity-button.next {
  left: auto;
  right: 0;
}
.flickity-enabled.demos-slider {
  margin-top: 40px;
}
.flickity-enabled.demos-slider .flickity-button {
  bottom: auto;
  left: auto;
  right: 58px;
  top: -37px;
}
.flickity-enabled.demos-slider .flickity-button.next {
  left: auto;
  right: 15px;
}
@media (min-width: 768px) {
  .flickity-enabled.demos-slider .flickity-button {
    top: -40px;
  }
}
@media (min-width: 992px) {
  .flickity-enabled.demos-slider .flickity-button {
    top: -68px;
  }
}
.flickity-enabled.demos-slider .flickity-cell {
  padding: 0 15px;
}
.flickity-slider .flickity-cell {
  min-height: 100%;
}
.flickity-viewport {
  transition: height 0.2s;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  height: 100%;
  position: relative;
}
.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
}
/* Draggable */
.flickity-enabled.is-draggable {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  tap-highlight-color: transparent;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-page-dots {
  display: flex;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.remove-arrow .flickity-button {
  display: none;
}
.build-slider-variant {
  padding: 60px 25px 90px 25px;
  position: relative;
}
.bg-gradient .build-slider-variant a {
  color: var(--primary-color);
}
.build-slider-variant .build-slider {
  padding-bottom: 25px;
}
.build-slider-variant .build-slider .build-slide {
  width: 100%;
}
.build-slider-variant .build-slider .build-slide .carousel-cell-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .build-slider-variant .build-slider .build-slide {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .build-slider-variant .build-slider .build-slide {
    width: 34%;
  }
}
@media (min-width: 992px) {
  .build-slider-variant {
    padding: 115px 0 135px 0;
  }
}
.build-slider-variant .flickity-enabled.build-slider .flickity-button {
  bottom: -60px;
  left: 50%;
}
.build-slider-variant .flickity-enabled.build-slider .flickity-button.previous {
  transform: translate(-41px, -50%);
}
.build-slider-variant .flickity-enabled.build-slider .flickity-button.next {
  transform: translate(0, -50%);
}
.build-slider-variant .flickity-enabled.build-slider .flickity-button:hover {
  background-color: #c8d4e3;
}
.build-slider-variant::before, .build-slider-variant::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .build-slider-variant::before, .build-slider-variant::after {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .build-slider-variant::before, .build-slider-variant::after {
    width: 500px;
  }
}
.build-slider-variant::before {
  left: 0;
  background: linear-gradient(to right, rgb(4, 18, 45) 20%, rgba(4, 18, 45, 0) 100%);
}
.build-slider-variant::after {
  right: 0;
  background: linear-gradient(to left, rgb(4, 18, 45) 20%, rgba(4, 18, 45, 0) 100%);
}
.build-slider-variant .build-slide__visit {
  margin-top: 33px;
  opacity: 0;
  text-align: center;
}
.build-slider-variant .build-slide__visit span,
.build-slider-variant .build-slide__visit a {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .build-slider-variant .build-slide__visit span,
  .build-slider-variant .build-slide__visit a {
    font-size: 20px;
    line-height: 28px;
  }
}
.build-slider-variant .build-slide__visit a {
  color: var(--primary-color);
  margin-left: 5px;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.build-slider-variant .build-slide__visit a:hover {
  text-decoration: none;
}
.build-slider-variant .build-slide.is-selected .build-slide__visit {
  opacity: 1;
}
/*******************************************************************************
* Testimonial Slider
*******************************************************************************/
.testimonial-slide {
  align-items: center;
  background-color: #f5f8fb;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bg-gray .testimonial-slide {
  background-color: #fff;
}
.testimonial-slide.testimonial-slide--simple {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .testimonial-slide {
    flex-wrap: nowrap;
  }
}
.rating-platform {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-bottom: 18px;
  padding: 10px 0;
  width: auto;
}
.testimonial-customer {
  color: #fff;
  flex: 0 0 200px;
  margin: 0 auto;
  max-width: 200px;
  position: relative;
}
.testimonial-customer .testimonial-customer__content-name {
  color: #fff;
}
.testimonial-customer::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTguOTQ0IDUwLjUyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjM2E4NWU2IiBkPSJNNTguOTQ0IDI1LjI2NXYyNS4yNTlIMzMuNjgyVjI1LjI2NWgxNi44NDFBMTYuODYxIDE2Ljg2MSAwIDAwMzMuNjgyIDguNDIxVjBhMjUuMjkgMjUuMjkgMCAwMTI1LjI2MiAyNS4yNjV6TTAgOC40MjFWMGEyNS4yOSAyNS4yOSAwIDAxMjUuMjYyIDI1LjI2NXYyNS4yNTlIMFYyNS4yNjVoMTYuODQxQTE2Ljg2MSAxNi44NjEgMCAwMDAgOC40MjR6Ii8+PC9zdmc+");
  height: 50px;
  left: -28px;
  position: absolute;
  top: 35px;
  width: 58px;
}
.testimonial-slide--simple .testimonial-customer {
  align-items: center;
  display: flex;
  flex: auto;
  max-width: 100%;
  padding: 0 30px 30px;
  width: 100%;
}
.testimonial-slide--simple .testimonial-customer::before {
  display: none;
}
.testimonial-slide--simple .testimonial-customer .testimonial-customer__content {
  background-color: transparent;
}
.testimonial-slide--simple .testimonial-customer .testimonial-customer__content-name {
  font-size: 18px;
  line-height: 28px;
  color: #04122d;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .testimonial-slide--simple .testimonial-customer .testimonial-customer__content-name {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .testimonial-slide--simple .testimonial-customer {
    padding: 0 40px 30px;
  }
}
@media (min-width: 1200px) {
  .testimonial-slide--simple .testimonial-customer {
    padding: 0 45px 30px;
  }
}
.testimonial-customer__image img {
  height: auto;
  width: 100%;
}
.testimonial-customer__image a {
  display: inline-block;
}
.testimonial-slide--simple .testimonial-customer__image {
  height: 60px;
  position: relative;
  width: 60px;
}
.testimonial-slide--simple .testimonial-customer__image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-slide__content {
  padding: 20px 30px;
}
.testimonial-slide__content p {
  line-height: 26px;
}
.testimonial-slide--simple .testimonial-slide__content {
  flex: auto;
  max-width: 100%;
  padding: 90px 30px 10px;
  position: relative;
  width: 100%;
}
.testimonial-slide--simple .testimonial-slide__content::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTguOTQ0IDUwLjUyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjM2E4NWU2IiBkPSJNNTguOTQ0IDI1LjI2NXYyNS4yNTlIMzMuNjgyVjI1LjI2NWgxNi44NDFBMTYuODYxIDE2Ljg2MSAwIDAwMzMuNjgyIDguNDIxVjBhMjUuMjkgMjUuMjkgMCAwMTI1LjI2MiAyNS4yNjV6TTAgOC40MjFWMGEyNS4yOSAyNS4yOSAwIDAxMjUuMjYyIDI1LjI2NXYyNS4yNTlIMFYyNS4yNjVoMTYuODQxQTE2Ljg2MSAxNi44NjEgMCAwMDAgOC40MjR6Ii8+PC9zdmc+");
  height: 39px;
  left: 45px;
  position: absolute;
  top: 40px;
  width: 45px;
}
@media (min-width: 576px) {
  .testimonial-slide__content {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .testimonial-slide__content {
    padding: 25px 50px 25px 35px;
  }
  .testimonial-slide__content p {
    line-height: 28px;
  }
  .testimonial-slide--simple .testimonial-slide__content {
    padding: 100px 40px 10px;
  }
}
@media (min-width: 1200px) {
  .testimonial-slide__content {
    padding: 27px 70px;
  }
  .testimonial-slide__content p {
    line-height: 32px;
  }
  .testimonial-slide--simple .testimonial-slide__content {
    padding: 105px 45px 10px;
  }
}
.testimonial-customer__content {
  background-color: #04122d;
  padding: 21px 27px;
}
.testimonial-slide--simple .testimonial-customer__content {
  padding: 10px 20px;
}
.testimonial-customer__content-title {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.testimonial-slide--simple .testimonial-customer__content-title {
  color: #04122d;
}
.testimonial-two-slider {
  margin-left: auto;
  max-width: 1555px;
  padding-left: 15px;
}
.testimonial-two-slider .testimonial-slide__content {
  padding: 25px 60px 25px 25px;
}
@media (min-width: 992px) {
  .testimonial-two-slider .testimonial-slide__content {
    padding: 30px 60px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .testimonial-two-slider .testimonial-slide__content {
    padding: 30px 70px;
  }
}
.testimonial-two-slider .testimonial-slide {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .testimonial-two-slider .testimonial-slide {
    max-width: calc(50% - 15px);
    min-height: 377px;
  }
}
.testimonial-two-slider .testimonial-customer__content-name {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .testimonial-two-slider .testimonial-customer__content-name {
    font-size: 20px;
    line-height: 28px;
  }
}
/*******************************************************************************
* Icon Teaser
*******************************************************************************/
.icon-teaser-wrap {
  margin: 0;
  margin-top: 30px;
}
.icon-teaser-wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #c8d4e3;
  padding: 18px 20px;
  position: relative;
}
.icon-teaser-wrap > div::after {
  border-right: 1px solid #c8d4e3;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.icon-teaser-wrap > div:nth-child(n+5) {
  border-bottom: 0;
  padding-bottom: 18px;
  padding-top: 18px;
}
.icon-teaser-wrap > div:last-child::after, .icon-teaser-wrap > div:nth-child(2)::after, .icon-teaser-wrap > div:nth-child(4)::after {
  display: none;
}
@media (min-width: 576px) {
  .icon-teaser-wrap > div:nth-child(n+5) {
    border-bottom: 1px solid #c8d4e3;
  }
  .icon-teaser-wrap > div:nth-child(n+4) {
    border-bottom: 0;
    padding-bottom: 15px;
    padding-top: 30px;
  }
  .icon-teaser-wrap > div:last-child::after, .icon-teaser-wrap > div:nth-child(3)::after, .icon-teaser-wrap > div:nth-child(6)::after {
    display: none;
  }
  .icon-teaser-wrap > div:nth-child(2)::after, .icon-teaser-wrap > div:nth-child(4)::after {
    display: block;
  }
}
@media (min-width: 768px) {
  .icon-teaser-wrap > div {
    padding: 20px 25px 35px;
  }
  .icon-teaser-wrap > div:nth-child(n+4) {
    padding-bottom: 20px;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .icon-teaser-wrap > div {
    padding: 25px 35px 45px;
  }
  .icon-teaser-wrap > div:nth-child(n+4) {
    padding-bottom: 25px;
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .icon-teaser-wrap {
    margin-top: 0;
  }
}
.icon-teaser__icon {
  margin-bottom: 20px;
}
/*******************************************************************************
* Product Teaser
*******************************************************************************/
.product-teaser {
  background-color: #fff;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  text-align: center;
}
.product-teaser__content {
  padding: 25px 30px 30px;
}
.product-teaser__image {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-teaser__image img {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.product-teaser__image:hover img {
  transform: scale(1.08);
}
/*******************************************************************************
* Isotope Grid Section
*******************************************************************************/
.filters-button-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.filters-button-group .btn {
  font-size: 15px;
  line-height: 26px;
  line-height: 20px;
  margin: 11px;
  min-width: 110px;
  padding: 5px 20px;
}
@media screen and (min-width: 992px) {
  .filters-button-group .btn {
    font-size: 16px;
    line-height: 28px;
  }
}
.filters-button-group .btn.is-checked {
  background-color: #04122d;
  border-color: #04122d;
  color: #fff;
}
.bg-gray .filters-button-group .btn {
  background-color: #c8d4e3;
  border-color: #c8d4e3;
}
.bg-gray .filters-button-group .btn.is-checked {
  background-color: #04122d;
  border-color: #04122d;
  color: #fff;
}
.bg-gray .filters-button-group .btn:focus, .bg-gray .filters-button-group .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
@media (min-width: 992px) {
  .filters-button-group {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .filters-button-group {
    margin-bottom: 50px;
  }
}
.project-list-teaser {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  margin-bottom: 30px;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.project-list-teaser:hover .product-btn-group {
  bottom: 0;
  opacity: 1;
}
.project-list-teaser:hover .project-list-teaser__image img {
  transform: translateY(calc(-100% + 315px));
  transition: transform 3s ease-in-out 0s;
}
@media (min-width: 576px) {
  .project-list-teaser:hover .project-list-teaser__image img {
    transform: translateY(calc(-100% + 310px));
  }
}
@media (min-width: 992px) {
  .project-list-teaser:hover .project-list-teaser__image img {
    transform: translateY(calc(-100% + 330px));
  }
}
@media (min-width: 1200px) {
  .project-list-teaser:hover .project-list-teaser__image img {
    transform: translateY(calc(-100% + 375px));
  }
}
.project-list-teaser.demos-product-teaser {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.project-list-teaser.demos-product-teaser .project-list-teaser__image {
  background-color: #fff;
  border: 1px solid #c8d4e3;
  padding: 10px;
}
.project-list-teaser.demos-product-teaser .project-list-teaser__image img {
  transform: none;
}
.project-list-teaser.demos-product-teaser .project-list-teaser__content {
  justify-content: center;
  padding: 18px 18px 0;
}
.project-list-teaser.demos-product-teaser:hover {
  transform: translateY(-5px);
}
.project-list-teaser .badge-label {
  bottom: auto;
  left: auto;
  position: absolute;
  right: -35px;
  top: 20px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  rotate: 45deg;
  text-align: center;
  width: 140px;
  z-index: 1;
}
.project-list-teaser__image {
  height: 315px;
  overflow: hidden;
  position: relative;
}
.project-list-teaser__image img {
  transform: translateY(0);
  transition: transform 1s ease 0s;
  width: 100%;
}
.demos-product-teaser .project-list-teaser__image {
  height: auto;
}
@media (min-width: 576px) {
  .project-list-teaser__image {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .project-list-teaser__image {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .project-list-teaser__image {
    height: 375px;
  }
}
.product-btn-group {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 1s ease 0s;
  width: 100%;
}
.product-btn-group .btn {
  align-items: center;
  display: inline-flex;
  flex: 0 0 50%;
  justify-content: center;
  max-width: 50%;
  min-width: auto;
}
.product-btn-group .btn.btn-primary {
  background: color-mix(in srgb, var(--primary-color) 95%, var(--primary-color) 95%);
}
.product-btn-group .btn.btn-primary:hover, .product-btn-group .btn.btn-primary:focus, .product-btn-group .btn.btn-primary:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-btn-group .btn.btn-secondary {
  background-color: rgba(4, 18, 45, 0.95);
}
.product-btn-group .btn.btn-secondary:hover, .product-btn-group .btn.btn-secondary:focus, .product-btn-group .btn.btn-secondary:active {
  background-color: #04122d;
  border-color: #04122d;
}
.project-list-teaser__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  padding: 30px 20px 20px;
}
.project-list-teaser__content h4, .project-list-teaser__content .h4 {
  margin-bottom: 0;
}
.project-list-teaser__content .link-arrow {
  min-width: 142px;
}
.product-grid__item {
  margin-top: 1px;
}
.product-grid__item .featured-teaser--boxed {
  transition: all 0.3s ease 0s;
}
.product-grid__item .featured-teaser--boxed:hover {
  transform: translateY(-5px);
}
.product-grid__item .featured-teaser--boxed.featured-teaser {
  padding: 40px 25px 55px;
  margin-top: 2px;
}
.product-grid__item .featured-teaser--boxed .featured-teaser__content .link {
  bottom: 30px;
  left: 25px;
}
.demo-teaser-explore__more {
  margin-top: 29px;
  text-align: center;
}
/*******************************************************************************
* Icon Text Teaser
*******************************************************************************/
.icon-text-teaser {
  background-color: #f5f8fb;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 25px;
}
.bg-gray .icon-text-teaser {
  background-color: #fff;
}
.bg-gray .icon-text-teaser.left-text-teaser__variant {
  background-color: transparent;
  border: 0;
}
.bg-gradient .icon-text-teaser {
  color: #4e6177;
}
.bg-gradient .icon-text-teaser * {
  color: inherit;
}
.icon-text-teaser .icon-text-teaser__btn {
  margin-top: auto;
  padding-top: 25px;
}
.icon-text-teaser .icon-text-teaser__btn a {
  min-width: 192px;
}
@media (min-width: 992px) {
  .icon-text-teaser .icon-text-teaser__btn a {
    min-width: 150px;
  }
}
.icon-text-teaser.icon-text-teaser--vertical {
  padding-left: 74px;
  position: relative;
}
.icon-text-teaser.icon-text-teaser--vertical .icon-text-teaser__content {
  padding-left: 10px;
}
.icon-text-teaser.icon-text-teaser--vertical .icon-text-teaser__icon {
  left: 23px;
  position: absolute;
  top: 28px;
}
@media (min-width: 768px) {
  .icon-text-teaser {
    padding: 30px;
  }
  .icon-text-teaser.icon-text-teaser--vertical .icon-text-teaser__icon {
    top: 33px;
  }
}
@media (min-width: 992px) {
  .icon-text-teaser {
    padding: 36px;
  }
  .icon-text-teaser.icon-text-teaser--vertical .icon-text-teaser__icon {
    top: 38px;
  }
}
.icon-text-teaser.left-text-teaser__variant {
  border: 0;
  padding: 0;
}
.icon-text-teaser.left-text-teaser__variant .icon-text-teaser__content * {
  font-weight: 400;
}
.icon-text-teaser__icon {
  margin-bottom: 15px;
}
.icon-text-teaser__content .h2 {
  margin-bottom: 25px;
}
.icon-text-teaser__content .h4 {
  margin-bottom: 15px;
}
.icon-text-teaser__content p,
.icon-text-teaser__content h5,
.icon-text-teaser__content .h5 {
  margin-bottom: 0;
}
.icon-text-teaser--bgcolor-wrap {
  background-color: #f5f8fb;
  margin: 0;
  padding: 25px;
}
.icon-text-teaser--bgcolor-wrap .icon-text-teaser {
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 0;
  text-align: center;
}
.bg-gradient .icon-text-teaser--bgcolor-wrap .icon-text-teaser {
  color: #4e6177;
}
.bg-gradient .icon-text-teaser--bgcolor-wrap .icon-text-teaser * {
  color: inherit;
}
.icon-text-teaser--bgcolor-wrap > div {
  margin: 15px 0;
}
.bg-gray .icon-text-teaser--bgcolor-wrap {
  background-color: #fff;
}
@media (min-width: 576px) {
  .icon-text-teaser--bgcolor-wrap > div:first-child {
    border-right: 1px dashed #04122d;
  }
}
@media (min-width: 768px) {
  .icon-text-teaser--bgcolor-wrap {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .icon-text-teaser--bgcolor-wrap {
    padding: 50px;
  }
  .icon-text-teaser--bgcolor-wrap > div:not(:last-child) {
    border-right: 1px dashed #04122d;
  }
}
.icon-text-teaser--simple-wrap .icon-text-teaser {
  background-color: transparent;
  padding: 0;
}
.icon-text-teaser--boxed-wrap .icon-text-teaser {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  text-align: center;
}
.bg-gradient .icon-text-teaser--boxed-wrap .icon-text-teaser {
  color: #4e6177;
}
.bg-gradient .icon-text-teaser--boxed-wrap .icon-text-teaser * {
  color: inherit;
}
.icon-text-teaser--boxed-wrap .icon-text-teaser__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 25px;
  min-height: 85px;
  width: 100%;
}
.icon-text-teaser--boxed-wrap .icon-text-teaser__content .h4 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .icon-text-teaser--boxed-wrap .icon-text-teaser__icon {
    margin-bottom: 35px;
  }
  .icon-text-teaser--boxed-wrap .icon-text-teaser__content .h4 {
    margin-bottom: 30px;
  }
}
.icon-text-teaser--fancy-boxed .icon-text-teaser {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 68, 135, 0.1);
  padding-bottom: 45px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser::before {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--pink-color) 100%);
  border-radius: 0 0 10px 10px;
  bottom: -10px;
  content: "";
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all ease-in-out 0.3s;
  width: 100%;
  z-index: -1;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser:hover {
  background-color: #f5f8fb;
  box-shadow: none;
  color: #4e6177;
}
.product-detail-page--header-banner .icon-text-teaser--fancy-boxed .icon-text-teaser:hover::before {
  opacity: 1;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser:hover .icon-text-teaser__icon {
  transition: all ease-in-out 0.3s;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser:hover .icon-text-teaser__icon .icon {
  opacity: 0;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser:hover .icon-text-teaser__icon .icon-hover {
  opacity: 1;
}
.bg-gradient .icon-text-teaser--fancy-boxed .icon-text-teaser {
  color: #4e6177;
}
.bg-gradient .icon-text-teaser--fancy-boxed .icon-text-teaser * {
  color: inherit;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser .icon-text-teaser__icon {
  margin-bottom: 32px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser .icon-text-teaser__icon svg {
  height: 45px;
  width: 45px;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser .icon-text-teaser__icon .icon {
  position: relative;
  opacity: 1;
}
.icon-text-teaser--fancy-boxed .icon-text-teaser .icon-text-teaser__icon .icon-hover {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-text-teaser--fancy-boxed .icon-text-teaser h3, .icon-text-teaser--fancy-boxed .icon-text-teaser .h3 {
  font-weight: 400;
  margin-bottom: 24px;
}
.icon-text-teaser--fancy-boxed .text-start .icon-text-teaser__icon .icon-hover {
  left: 8%;
}
.icon-text-teaser--fancy-boxed .text-end .icon-text-teaser__icon .icon-hover {
  left: 92%;
}
.icon-text-teaser-left-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon-text-teaser-left-content .headline-block {
  padding-right: 30px;
  text-align: left;
}
.icon-text-teaser-left-content .headline-block p {
  margin-bottom: 0;
}
.icon-text-teaser-left-content .icon-text-teaser {
  border: 1px solid #c8d4e3;
  text-align: center;
}
.bg-gradient .icon-text-teaser-left-content .icon-text-teaser {
  color: #4e6177;
}
.bg-gradient .icon-text-teaser-left-content .icon-text-teaser * {
  color: inherit;
}
.icon-text-teaser-left-content .icon-text-teaser__icon {
  margin-bottom: 15px;
}
.icon-text-teaser-left-content .icon-text-teaser__content .h4 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .icon-text-teaser-left-content .headline-block {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .icon-text-teaser-left-content .icon-text-teaser--left-content {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .icon-text-teaser-left-content .icon-text-teaser__content .h4 {
    margin-bottom: 30px;
  }
}
.icon-text-teaser--icon-header .icon-text-teaser__icon {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.icon-text-teaser--icon-header .icon-text-teaser__icon span:last-of-type {
  margin-left: 15px;
  margin-bottom: 0;
}
.icon-text-teaser--icon-header .icon-text-teaser {
  background-color: transparent;
  border-bottom: 1px solid #c8d4e3;
  margin-bottom: 0;
  min-height: 100%;
}
@media (min-width: 576px) {
  .icon-text-teaser--icon-header .icon-text-teaser {
    border-bottom: transparent;
  }
}
@media (min-width: 576px) {
  .icon-text-teaser--icon-header .col-sm-6:nth-child(odd) .icon-text-teaser {
    border-right: 1px solid #c8d4e3;
  }
}
@media (min-width: 992px) {
  .icon-text-teaser--icon-header .col-sm-6:nth-child(odd) .icon-text-teaser {
    border-right: transparent;
  }
}
@media (min-width: 992px) {
  .icon-text-teaser--icon-header .col-sm-6:nth-child(3n+2) .icon-text-teaser {
    border-right: 1px solid #c8d4e3;
    border-left: 1px solid #c8d4e3;
  }
}
@media (min-width: 576px) {
  .icon-text-teaser--icon-header .col-sm-6:not(:nth-last-child(-n+2)) .icon-text-teaser {
    border-bottom: 1px solid #c8d4e3;
  }
}
@media (min-width: 992px) {
  .icon-text-teaser--icon-header .col-sm-6:not(:nth-last-child(-n+2)) .icon-text-teaser {
    border-bottom: transparent;
  }
}
@media (min-width: 992px) {
  .icon-text-teaser--icon-header .col-sm-6:not(:nth-last-child(-n+3)) .icon-text-teaser {
    border-bottom: 1px solid #c8d4e3;
  }
}
.icon-text-teaser-section.bg-gradient {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .icon-text-teaser-section.bg-gradient {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .icon-text-teaser-section.bg-gradient {
    padding: 119px 0;
  }
}
/*******************************************************************************
* History Section
*******************************************************************************/
.history-teaser-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.history-teaser-wrap::before {
  background-color: #c8d4e3;
  content: "";
  height: calc(100% - 6px);
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
}
@media (min-width: 576px) {
  .history-teaser-wrap {
    margin-top: 90px;
  }
  .history-teaser-wrap::before {
    height: calc(100% + 30px);
    top: -60px;
  }
}
.history-teaser-inner {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  margin-bottom: 100px;
  padding: 34px 35px;
  position: relative;
}
.bg-gray .history-teaser-inner {
  background-color: #fff;
}
.bg-gray .history-teaser-inner::after {
  background-color: #fff;
}
.history-teaser-inner::after {
  transform: rotate(45deg);
  background-color: #fff;
  border: 1px solid #fff;
  bottom: -10px;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: auto;
  width: 20px;
}
.history-teaser-inner .history-teaser__icon {
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 576px) {
  .history-teaser-inner {
    margin-bottom: 30px;
  }
  .history-teaser-inner::after {
    left: auto;
    top: 53px;
  }
  .history-teaser-inner .history-teaser__icon {
    bottom: auto;
    left: auto;
    transform: rotate(45deg);
  }
  .history-teaser--left .history-teaser-inner {
    margin-bottom: 86px;
    margin-right: 65px;
    margin-top: -55px;
    padding-right: 30px;
  }
  .history-teaser--left .history-teaser-inner::after {
    right: -10px;
  }
  .history-teaser--left .history-teaser-inner .history-teaser__icon {
    right: -94px;
  }
  .history-teaser--right .history-teaser-inner {
    margin-left: 65px;
    margin-top: 35px;
    padding-left: 30px;
  }
  .history-teaser--right .history-teaser-inner::after {
    left: 0;
  }
  .history-teaser--right .history-teaser-inner .history-teaser__icon {
    left: -94px;
  }
}
@media (min-width: 992px) {
  .history-teaser-inner.history-teaser--left {
    margin-right: 56px;
    padding-right: 40px;
  }
  .history-teaser-inner.history-teaser--left .history-teaser__icon {
    right: -82px;
  }
  .history-teaser-inner.history-teaser--right {
    margin-left: 56px;
    padding-left: 40px;
  }
  .history-teaser-inner.history-teaser--right .history-teaser__icon {
    left: -82px;
  }
}
@media (min-width: 1200px) {
  .history-teaser--left .history-teaser-inner {
    margin-bottom: 75px;
    margin-top: -45px;
    padding-right: 55px;
  }
  .history-teaser--right .history-teaser-inner {
    margin-top: 45px;
    padding-left: 55px;
  }
}
.history-teasers {
  min-height: 100px;
}
@media (min-width: 576px) {
  .history-teasers {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.history-teaser__icon {
  align-items: center;
  background-color: #4e6177;
  border-radius: 5px;
  display: flex;
  height: 58px;
  justify-content: center;
  position: absolute;
  width: 58px;
}
.history-teaser__icon span {
  color: #f5f8fb;
  display: block;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  transform: rotate(-45deg);
}
.history-teaser__icon strong {
  color: #fff;
}
.history-teaser__content h4, .history-teaser__content .h4,
.history-teaser__content p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .history-teaser__content h4, .history-teaser__content .h4,
  .history-teaser__content p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.history-teaser__header {
  margin-bottom: 20px;
  padding-left: 51px;
  position: relative;
}
.history-teaser__header svg {
  left: 0;
  position: absolute;
  top: 0;
}
/*******************************************************************************
* Team Teaser
*******************************************************************************/
.team-teaser {
  margin: 0 auto 30px;
  max-width: 270px;
  min-width: 270px;
}
.team-teaser:hover img {
  transform: translateY(-5px);
}
@media (min-width: 576px) {
  .team-teaser {
    min-width: 192px;
  }
}
@media (min-width: 768px) {
  .team-teaser {
    min-width: 226px;
  }
}
@media (min-width: 992px) {
  .team-teaser {
    min-width: 270px;
  }
}
.team-teaser__image {
  margin-bottom: 10px;
  position: relative;
}
.team-teaser__image img {
  transition: all 0.3s ease 0s;
}
.team-teaser__content h5, .team-teaser__content .h5 {
  margin-bottom: 0;
}
/*******************************************************************************
* CTA Teaser
*******************************************************************************/
.cta-teaser__image {
  text-align: center;
}
.cta-teaser__image img {
  width: 100%;
}
.cta-teaser__image.cta-teaser__image--small img {
  max-width: 395px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .cta-teaser__image.cta-teaser__image--small img {
    padding: 30px;
  }
}
.cta-teaser.bg-gray .cta-teaser__content, .cta-teaser.bg-gradient .cta-teaser__content {
  padding: 50px 30px;
}
@media (min-width: 768px) {
  .cta-teaser.bg-gray .cta-teaser__content, .cta-teaser.bg-gradient .cta-teaser__content {
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  .cta-teaser.bg-gray .cta-teaser__content, .cta-teaser.bg-gradient .cta-teaser__content {
    padding: 70px;
  }
}
.cta-fullwidth .cta-teaser__content {
  padding: 0;
}
.cta-teaser__content {
  padding: 50px 30px 50px 0;
  margin-bottom: 20px;
}
.cta-teaser__content p {
  margin-bottom: 20px;
}
.cta-teaser__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta-teaser__content {
    padding: 60px 40px 60px 20px;
    margin-bottom: 0;
  }
  .cta-teaser__content p {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .cta-teaser__content {
    padding: 70px 70px 70px 40px;
  }
  .cta-teaser__content p {
    margin-bottom: 30px;
  }
}
/*******************************************************************************
* List
*******************************************************************************/
.list li {
  padding-left: 21px;
  position: relative;
}
.list--two-col li {
  display: inline-block;
  margin-bottom: 16px;
  max-width: 50%;
  padding-right: 15px;
  width: 100%;
}
.list--square li,
.list--square .btn-link {
  outline: transparent;
  padding-left: 26px;
  position: relative;
  text-decoration: none;
}
.list--square li::before,
.list--square .btn-link::before {
  background-color: #04122d;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOC4zOTUgNi4yMDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTS41MzEgMi40MjdsMi43MTcgMi43MTlMNy44NjMuNTMxIiBkYXRhLW5hbWU9IlBhdGggMTY5NzciLz48L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 7px;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.list--square li.active,
.list--square .btn-link.active {
  color: var(--primary-color) !important;
  background-color: transparent !important;
}
.list--square li.active::before,
.list--square .btn-link.active::before {
  background-color: var(--primary-color);
}
.list--square li:active,
.list--square .btn-link:active {
  background-color: transparent !important;
}
.list--square li h5, .list--square li .h5 {
  margin-bottom: 0;
}
.list--circle li::before {
  background-color: #04122d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}
.bg-gradient.hero-banner--service .list--circle li::before {
  background-color: #fff;
}
.list--tick li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIuOTEyIDkuMzU5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA0MTIyZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNSAzLjY4MWw0LjI2IDQuMjY2TDEyLjIwMy43MDkiIGRhdGEtbmFtZT0iUGF0aCAxNjk3OCIvPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 12px;
}
.list--question li {
  padding-left: 25px;
}
.list--question li::before {
  color: #04122d;
  content: "Q : ";
  display: block;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
/*******************************************************************************
* Product Detail
*******************************************************************************/
.demo-teaser--full-width .container {
  max-width: 1920px;
  padding: 0 56px;
}
.product-detail-teaser__headline {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .product-detail-teaser__headline {
    margin-bottom: 40px;
  }
}
.product-detail-teaser__image {
  margin: 0 auto 15px;
  position: relative;
}
.product-detail-teaser__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail-teaser__image {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .product-detail-teaser__image {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .product-detail-teaser__image {
    min-height: 552px;
  }
}
.product-version-compatibility {
  font-size: 18px;
  line-height: 28px;
  background-color: #4e6177;
  border-top-left-radius: 50px;
  bottom: 0;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 992px) {
  .product-version-compatibility {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .product-version-compatibility {
    padding: 16px 20px 12px 36px;
  }
}
@media (min-width: 992px) {
  .product-version-compatibility {
    padding: 18px 30px 14px 42px;
  }
}
.sticky-section {
  transition: all 0.01s ease 0s;
  z-index: 99;
}
.sticky-section.visible {
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  .sticky-section.visible {
    background-color: #c8d4e3;
    box-shadow: 0 3px 20px rgba(0, 68, 135, 0.08);
    position: sticky;
    top: 63px;
  }
}
@media (min-width: 992px) {
  .sticky-section.visible {
    top: 98px;
  }
}
.sticky-section.bg-darkgray {
  padding: 8px 0;
}
@media (min-width: 768px) {
  .sticky-section.bg-darkgray {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .sticky-section.bg-darkgray {
    padding: 15px 0;
  }
}
.header--unpinned + .product-detail-page .sticky-section.visible,
.header--unpinned + .product-detail-page--template .sticky-section.visible,
.header--unpinned + .site-main--service .sticky-section.visible {
  top: 0;
}
.product-detail-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-detail-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 8px 15px 8px 0;
  min-width: 130px;
  text-transform: capitalize;
}
.product-detail-actions .btn svg {
  margin-right: 13px;
}
.product-detail-actions .btn-transparent svg path {
  transition: all 0.3s ease 0s;
}
.product-detail-actions .btn-transparent:hover svg path, .product-detail-actions .btn-transparent:focus svg path {
  fill: #fff;
}
.product-detail-actions .link {
  font-size: 15px;
  line-height: 26px;
  color: #04122d;
}
@media screen and (min-width: 992px) {
  .product-detail-actions .link {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-detail-actions .link:hover {
  color: var(--primary-color);
}
.product-detail-teaser__content-microsite .product-detail-actions {
  margin: 0 -10px;
}
.product-detail-teaser__content-microsite .product-detail-actions .link {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .product-detail-teaser__content-microsite .product-detail-actions {
    margin: 8px -10px;
  }
}
@media (min-width: 992px) {
  .product-detail-teaser__content-microsite .product-detail-actions {
    margin: 8px -15px;
  }
  .product-detail-teaser__content-microsite .product-detail-actions .link {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .product-detail-teaser__content-microsite .product-detail-actions {
    margin: 8px -20px;
  }
  .product-detail-teaser__content-microsite .product-detail-actions .link {
    padding-right: 6px;
  }
}
@media (min-width: 576px) {
  .product-detail-actions {
    justify-content: flex-start;
  }
  .product-detail-actions .btn {
    margin: 8px 20px 8px 0;
  }
  .sticky-section-roadmap .product-detail-actions .btn {
    margin: 6px 12px 6px 0;
  }
}
.sticky-section-roadmap .btn {
  padding: 7px 14px 8px;
}
@media (min-width: 576px) {
  .sticky-section-roadmap .btn {
    padding: 7px 14px 8px;
  }
}
@media (min-width: 768px) {
  .sticky-section-roadmap .btn {
    padding: 7px 14px 8px;
  }
}
.product-detail-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.product-detail-info div {
  align-items: center;
  display: inline-flex;
}
.product-detail-info div svg {
  margin-right: 10px;
}
.sticky-section-roadmap .product-detail-info div svg {
  margin-right: 6px;
}
.product-detail-teaser__content-microsite .product-detail-info .btn {
  min-width: 170px;
}
.product-detail-info__checkout .btn-secondary {
  background-color: #4e6177;
  border-color: #4e6177;
  margin-right: 20px;
}
.product-detail-info__checkout .btn-secondary:hover {
  background-color: #04122d;
  border-color: #04122d;
}
/*Product Detail or Ext.*/
.extension-demo-teaser {
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .extension-demo-teaser {
    margin-bottom: 44px;
  }
}
.extension-demo-teaser__icon {
  margin-bottom: 27px;
}
.extension-demo-teaser__icon svg {
  width: 100px;
}
.extension-demo-teaser__headline {
  margin: 30px 0;
}
.extension-demo-teaser__headline h1, .extension-demo-teaser__headline .h1 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .extension-demo-teaser__headline {
    padding-right: 30px;
  }
}
.extension-demo-teaser__image {
  background-color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 68, 135, 0.1);
  min-height: 185px;
  overflow: hidden;
  position: relative;
}
.extension-demo-teaser__image img {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.extension-demo-teaser__image:hover img {
  transform: scale(1.05);
}
.product-detail-teaser__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 11px;
  justify-content: center;
}
.product-detail-teaser__content > div {
  margin: 8px 0;
}
.product-detail-teaser__content .product-detail-info__checkout-extension .btn {
  margin: 8px 0;
  min-width: 150px;
}
@media (min-width: 1200px) {
  .product-detail-teaser__content {
    justify-content: space-between;
  }
}
.product-detail-info .roadmap-link,
.product-detail-info .arrange-call-link {
  display: none;
}
@media (min-width: 992px) {
  .product-detail-info .roadmap-link,
  .product-detail-info .arrange-call-link {
    display: block;
  }
}
/*Product Detail or MicroSite.*/
.product-detail-teaser__info {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  padding-top: 5px;
}
.product-detail-teaser__info > div {
  align-items: center;
  display: inline-flex;
  margin: 0 10px;
}
.product-detail-teaser__info > div svg {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .product-detail-teaser__info {
    margin-bottom: 0;
    padding-top: 10px;
  }
}
.product-detail-teaser--microsite .product-detail-teaser__image {
  min-height: 137px;
}
@media (min-width: 576px) {
  .product-detail-teaser--microsite .product-detail-teaser__image {
    min-height: 217px;
  }
  .product-detail-teaser--microsite .product-detail-teaser__image.product-detail-teaser__image-with-log {
    min-height: 200px;
  }
  .product-detail-teaser--microsite .product-detail-teaser__image .image-wrapper {
    margin: 0 -15px !important;
    min-width: calc(100% + 30px);
  }
}
@media (min-width: 768px) {
  .product-detail-teaser--microsite .product-detail-teaser__image {
    min-height: 295px;
  }
  .product-detail-teaser--microsite .product-detail-teaser__image.product-detail-teaser__image-with-log {
    min-height: 270px;
  }
}
@media (min-width: 992px) {
  .product-detail-teaser--microsite .product-detail-teaser__image {
    min-height: 382px;
  }
  .product-detail-teaser--microsite .product-detail-teaser__image.product-detail-teaser__image-with-log {
    min-height: 360px;
  }
}
@media (min-width: 1200px) {
  .product-detail-teaser--microsite .product-detail-teaser__image {
    min-height: 470px;
  }
  .product-detail-teaser--microsite .product-detail-teaser__image.product-detail-teaser__image-with-log {
    min-height: 430px;
  }
  .product-detail-teaser--microsite .product-detail-teaser__image .image-wrapper {
    margin: 0 -20px !important;
    min-width: calc(100% + 40px);
  }
}
.product-banner-logo svg {
  height: auto;
  min-width: 225px;
}
.product-detail-banner-video {
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}
.product-detail-banner-video circle {
  transition: all 0.3s ease 0s;
}
.product-detail-banner-video:hover circle {
  fill: var(--primary-color);
}
.product-detail-page--layout .product-banner .product-banner__btn {
  padding: 14px 30px;
}
.product-detail-page--layout .product-banner .product-banner__btn::before, .product-detail-page--layout .product-banner .product-banner__btn::after {
  display: none;
}
/*******************************************************************************
* Front End Screenshots
*******************************************************************************/
.gallery-grid__item {
  margin-bottom: 30px;
}
.fe-gallery-teaser__image img {
  transition: all 0.3s ease 0s;
}
.fe-gallery-teaser__content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(0.8);
  align-items: center;
  background-color: rgba(4, 18, 45, 0.91);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.fe-gallery-teaser__content h5, .fe-gallery-teaser__content .h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
.fe-gallery-teaser__content::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDkgNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIgb3BhY2l0eT0iLjc5Ij48Y2lyY2xlIGN4PSIyNC41IiBjeT0iMjQuNSIgcj0iMjQuNSIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iMjQuNSIgY3k9IjI0LjUiIHI9IjIzLjc1Ii8+PC9nPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS42IDI0LjA3MnYtNy43MzhoLTEuODYydjcuNzM4SDE2djEuODYyaDcuNzM4djcuNzM4SDI1LjZ2LTcuNzM4aDcuNzM4di0xLjg2MnoiLz48L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  content: "";
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .fe-gallery-teaser__content h5, .fe-gallery-teaser__content .h5 {
    margin-bottom: 25px;
  }
  .fe-gallery-teaser__content::after {
    background-size: 49px;
    height: 49px;
    width: 49px;
  }
}
.fe-gallery-teaser {
  border: 1px solid #c8d4e3;
  display: block;
  overflow: hidden;
  position: relative;
}
.fe-gallery-teaser img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.fe-gallery-teaser.fe-gallery-teaser--fixed-height {
  max-height: 150px;
}
@media (min-width: 576px) {
  .fe-gallery-teaser.fe-gallery-teaser--fixed-height {
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  .fe-gallery-teaser.fe-gallery-teaser--fixed-height {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .fe-gallery-teaser.fe-gallery-teaser--fixed-height {
    max-height: 250px;
  }
}
.fe-gallery-teaser:hover img {
  transform: scale(1.08);
}
.fe-gallery-teaser:hover .fe-gallery-teaser__content {
  transform: scale(1);
  opacity: 1;
}
/*******************************************************************************
* Product Detail Icon Teaser
*******************************************************************************/
.product-detail-icon-teaser {
  align-items: center;
  background-color: #f5f8fb;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  min-height: 124px;
  padding: 18px;
}
.product-detail-icon-teaser svg {
  max-width: 100%;
}
/*******************************************************************************
* Backend Screenshot Slider
*******************************************************************************/
.backend-image-slider {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .backend-image-slider {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .backend-image-slider {
    padding: 0 40px;
  }
}
.backend-image-slide {
  max-width: 100%;
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 576px) {
  .backend-image-slide {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .backend-image-slide {
    max-width: 33.3333%;
  }
}
.backend-image__image {
  display: block;
  overflow: hidden;
}
.backend-image__image img {
  transition: all 0.3s ease 0s;
}
.backend-image__image:hover img {
  transform: scale(1.08);
}
/*******************************************************************************
* Product Data Teaser
*******************************************************************************/
.product-data-teaser {
  border: 1px solid #c8d4e3;
  margin: 0;
  padding: 20px;
}
.product-data-teaser__content {
  margin: 10px 0;
  min-width: 280px;
  padding: 0 15px;
}
.product-data-teaser__content p {
  margin-bottom: 8px;
}
.product-details-iframe {
  height: 0;
  margin: 0 auto;
  max-width: 890px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.product-details-iframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .product-details-iframe {
    padding-bottom: 50.91%;
  }
}
@media (min-width: 1200px) {
  .product-details-iframe {
    padding-bottom: 42.91%;
  }
}
.product-details-data .headline-block.headline-block--with-link {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-details-data .headline-block.headline-block--with-link {
    margin-bottom: 30px;
  }
}
/*******************************************************************************
* Changes Log Teaser
*******************************************************************************/
.change-log-teaser {
  border: 1px solid #c8d4e3;
  max-height: 610px;
  overflow-y: auto;
  padding: 20px 25px 30px;
}
@media (min-width: 768px) {
  .change-log-teaser {
    padding: 20px 30px 30px;
  }
}
@media (min-width: 992px) {
  .change-log-teaser {
    padding: 20px 40px 40px;
  }
}
.change-log-teaser__tag {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #c8d4e3;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding: 15px 0;
  position: sticky;
  top: -20px;
}
.change-log-teaser__date {
  margin-bottom: 25px;
}
.change-log-block p {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}
.change-log-block p span {
  color: #fff;
  line-height: 15px;
  margin-right: 40px;
  min-width: 103px;
  padding: 5px 10px;
  text-align: center;
  text-transform: capitalize;
}
.change-log-block p .new {
  background-color: #81ecbe;
}
.change-log-block p .improved {
  background-color: #8fc0ff;
}
.change-log-block p .update {
  background-color: #ffde8f;
}
.change-log-block p .fixed {
  background-color: #ffbe85;
}
/*******************************************************************************
* Tags
*******************************************************************************/
.extensions-tags-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 20px -3px 10px;
}
.extensions-tags-group .tag {
  font-size: 14px;
  line-height: 20px;
  background-color: #c8d4e3;
  margin: 3px;
  padding: 2px 17px;
}
@media (min-width: 768px) {
  .extensions-tags-group {
    margin: 20px -3px;
  }
}
/*******************************************************************************
* SEO Performance Teaser
*******************************************************************************/
.seo-performance-teaser {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  text-align: center;
}
.seo-performance-teaser.mh-auto {
  min-height: auto;
}
.headline-block .text-right {
  text-align: end;
}
.seo-performance-teaser__image {
  border-bottom: 1px solid #c8d4e3;
  max-height: 84px;
  padding: 8px;
  text-align: center;
}
.seo-performance-teaser__image img {
  max-height: 100%;
  width: auto;
}
.seo-performance-teaser__content {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 100px;
  width: 100%;
}
.seo-performance-teaser__content h5, .seo-performance-teaser__content .h5 {
  margin-bottom: 0;
}
.seo-performance-teaser__content .seo-performance-teaser__text {
  color: #4e6177;
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
}
.seo-performance-teaser__content .seo-performance-teaser__text::after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2019%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%235fb871%22%20d%3D%22M0%200h19v19H0z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20d%3D%22M4.311%208.745l3.654%203.656%206.207-6.207%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  content: "";
  height: 19px;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 19px;
}
@media (min-width: 992px) {
  .seo-performance-teaser__content .seo-performance-teaser__text::after {
    top: 7px;
  }
}
@media (min-width: 992px) {
  .seo-performance-teaser__content {
    min-height: 130px;
  }
}
/*******************************************************************************
Product Price Teaser
*******************************************************************************/
.headline-block--service {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headline-block--service .headline-block__heading {
  margin-bottom: 20px;
}
.headline-block--service .headline-block__heading .section-title {
  text-align: left;
}
.headline-block--service .headline-block__heading p {
  margin-bottom: 0;
}
.headline-block--service .nav {
  align-items: center;
  display: flex;
}
.headline-block--service .btn {
  min-width: 100px;
}
.headline-block--service .btn:hover, .headline-block--service .btn:focus, .headline-block--service .btn:active {
  background-color: #c8d4e3;
  border-color: #c8d4e3;
  color: #04122d;
}
.headline-block--service .btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media (min-width: 768px) {
  .headline-block--service .headline-block__heading {
    flex: 0 0 calc(100% - 240px);
    margin-bottom: 0;
    max-width: calc(100% - 240px);
  }
  .headline-block--service .nav {
    flex: 0 0 220px;
    margin-left: 20px;
    max-width: 220px;
  }
}
.product-price-teaser-wrap {
  max-width: 882px;
}
.product-price-teaser-wrap.product-price-teaser-service {
  margin: 0 -15px;
  max-width: 1200px;
}
.product-price-teaser-wrap.product-price-teaser-service .product-price-teaser {
  border-color: #04122d;
}
.bg-gray .product-price-teaser-wrap.product-price-teaser-service .product-price-teaser {
  background-color: #fff;
}
.product-price-teaser-wrap.product-price-teaser-service .product-price-teaser--free-trial {
  border-color: var(--primary-color);
}
.product-price-teaser {
  background-color: #f5f8fb;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 20px 30px 40px;
  text-align: center;
}
.product-price-teaser h3, .product-price-teaser .h3 {
  transition: all 0.3s ease 0s;
}
.product-price-teaser:hover .product-price-teaser__header h3, .product-price-teaser:hover .product-price-teaser__header .h3,
.product-price-teaser:hover .product-price-teaser__header h2,
.product-price-teaser:hover .product-price-teaser__header .h2 {
  color: var(--primary-color);
  transition: all 0.3s ease 0s;
}
.product-price-teaser .total-price {
  margin-bottom: 25px;
}
.product-price-teaser .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-price-teaser .btn svg {
  margin-right: 10px;
}
.product-price-teaser.product-price-teaser--annual {
  border-top: 7px solid #04122d;
}
.product-price-teaser.product-price-teaser--lifetime {
  border-top: 7px solid var(--primary-color);
}
.product-price-teaser.product-price-teaser--free-trial {
  border-top: 7px solid var(--primary-color);
}
.product-price-teaser.product-price-teaser--free-trial .product-price-teaser__header p {
  text-align: left;
}
.product-price-teaser.product-price-teaser--free-trial .product-plan-form .form-check .form-check-label {
  cursor: default;
}
.product-price-teaser__header p a {
  color: #04122d;
  font-weight: 500;
  text-decoration: underline;
}
.product-price-teaser__header p a:hover {
  color: var(--primary-color);
}
.product-plan-form {
  margin: 35px 0 30px;
  text-align: left;
}
.product-plan-form .form-check {
  margin-bottom: 15px;
}
.product-price {
  font-weight: 700;
}
.product-price,
.total-price {
  margin-left: 5px;
}
.product-price::before,
.total-price::before {
  content: "€";
  display: inline-block;
}
.total-price {
  margin-bottom: 20px;
}
.total-price.total-price-month::after {
  font-size: 15px;
  line-height: 26px;
  color: #4e6177;
  content: "/Month";
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .total-price.total-price-month::after {
    font-size: 16px;
    line-height: 28px;
  }
}
.fee-note-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: -15px;
}
.guarantee-teaser {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 15px auto 0;
  max-width: 686px;
}
.guarantee-teaser__image {
  margin-bottom: 25px;
}
.guarantee-teaser__content p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .guarantee-teaser {
    flex-direction: row;
  }
  .guarantee-teaser__image {
    flex: 0 0 120px;
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 120px;
  }
  .guarantee-teaser__image svg {
    width: 100%;
  }
  .guarantee-teaser__content {
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
  }
}
@media (min-width: 768px) {
  .product-price-teaser {
    padding: 28px 30px 40px;
  }
  .product-price-teaser .total-price {
    margin-bottom: 25px;
  }
  .product-plan-form {
    margin: 45px 0 30px;
  }
  .product-plan-form .form-check {
    margin-bottom: 20px;
  }
  .guarantee-teaser__image {
    flex: 0 0 130px;
    margin-right: 30px;
    max-width: 130px;
  }
  .guarantee-teaser__content {
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}
@media (min-width: 992px) {
  .product-price-teaser-wrap {
    margin: 0 auto;
  }
  .product-price-teaser {
    padding: 30px 40px 40px;
  }
  .product-price-teaser .total-price {
    margin-bottom: 40px;
  }
  .product-plan-form {
    margin: 50px 0 35px;
  }
  .product-plan-form .form-check {
    margin-bottom: 23px;
  }
}
@media (min-width: 1200px) {
  .product-price-teaser {
    padding: 34px 50px 50px;
  }
  .product-price-teaser .total-price {
    margin-bottom: 30px;
  }
  .product-price-teaser-service .product-price-teaser {
    padding: 30px 35px 45px;
  }
}
/****************************************************************************
 * Text With Media
 ***************************************************************************/
.text-with-media__image {
  margin-bottom: 30px;
}
.text-with-media__image img {
  width: 100%;
}
.text-with-media__image.text-with-media__image-animate {
  max-height: 265px;
  min-height: 265px;
  overflow: hidden;
  position: relative;
}
.text-with-media__image.text-with-media__image-animate img {
  animation: marquee 18s linear infinite;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  width: 100%;
  will-change: transform;
}
@media (min-width: 576px) {
  .text-with-media__image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .text-with-media__image.text-with-media__image-animate {
    max-height: 330px;
  }
  .product-detail--header-karma .text-with-media__image.text-with-media__image-animate {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .text-with-media__image.text-with-media__image-animate {
    max-height: 400px;
  }
  .product-detail--header-karma .text-with-media__image.text-with-media__image-animate {
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  .text-with-media__image.text-with-media__image-animate {
    max-height: 540px;
  }
  .product-detail--header-karma .text-with-media__image.text-with-media__image-animate {
    max-height: 560px;
  }
}
.text-with-media__content {
  padding: 0 20px;
}
.text-with-media__content h3, .text-with-media__content .h3 {
  margin-bottom: 18px;
}
.text-with-media__content p,
.text-with-media__content ul {
  margin-bottom: 15px;
}
.text-with-media__content p:last-child,
.text-with-media__content ul:last-child {
  margin-bottom: 0;
}
.text-with-media__content.list-item-two-col .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.text-with-media__content.list-item-two-col .list li {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 10px;
  max-width: calc(50% - 20px);
}
@media (min-width: 576px) {
  .text-with-media__content {
    padding-left: 0;
    padding-right: 10px;
  }
  .text-with-media__content h3, .text-with-media__content .h3 {
    margin-bottom: 20px;
  }
  .order-sm-2 .text-with-media__content {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .text-with-media__content {
    padding-right: 30px;
  }
  .text-with-media__content h3, .text-with-media__content .h3 {
    margin-bottom: 30px;
  }
  .text-with-media__content p,
  .text-with-media__content ul {
    margin-bottom: 20px;
  }
  .order-sm-2 .text-with-media__content {
    padding-left: 30px;
  }
}
.bg-gray .text-with-media__teaser:last-of-type:first-child {
  margin: 0;
}
.text-with-media-teaser {
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 30px 32px;
  text-align: center;
}
.text-with-media-teaser__image {
  margin-bottom: 28px;
}
.text-with-media-teaser__content h4, .text-with-media-teaser__content .h4 {
  margin-bottom: 20px;
}
.text-with-media-teaser__content p {
  margin-bottom: 0;
}
@keyframes marquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% + 540px));
  }
}
.row .col-12:not(:last-of-type) .text-with-media-teaser--simple {
  border-bottom: 1px solid #c8d4e3;
}
@media (min-width: 768px) {
  .row .col-12:not(:last-of-type) .text-with-media-teaser--simple {
    border-right: 1px solid #c8d4e3;
    border-bottom: 0;
  }
}
.text-with-media-teaser.text-with-media-teaser--simple {
  padding-top: 0;
}
.text-with-media-teaser.text-with-media-teaser--simple .text-with-media-teaser__image {
  margin-bottom: 20px;
}
.text-with-media-teaser.text-with-media-teaser--simple .text-with-media-teaser__image img {
  width: 100%;
}
.text-with-media-teaser.text-with-media-teaser--simple .text-with-media-teaser__content h3, .text-with-media-teaser.text-with-media-teaser--simple .text-with-media-teaser__content .h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-with-media-teaser.text-with-media-teaser--simple {
    padding-bottom: 10px;
  }
}
.row [class*=col-] .text-with-media__teaser.frame-layout-1:not(:last-of-type),
.row [class*=col-] .text-with-media-teaser.frame-layout-1:not(:last-of-type) {
  position: relative;
}
.row [class*=col-] .text-with-media__teaser.frame-layout-1:not(:last-of-type)::before,
.row [class*=col-] .text-with-media-teaser.frame-layout-1:not(:last-of-type)::before {
  background: #c8d4e3;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .row [class*=col-] .text-with-media__teaser.frame-layout-1:not(:last-of-type)::before,
  .row [class*=col-] .text-with-media-teaser.frame-layout-1:not(:last-of-type)::before {
    bottom: -30px;
  }
}
@media (min-width: 1200px) {
  .row [class*=col-] .text-with-media__teaser.frame-layout-1:not(:last-of-type)::before,
  .row [class*=col-] .text-with-media-teaser.frame-layout-1:not(:last-of-type)::before {
    bottom: -60px;
  }
}
/****************************************************************************
 * Free Pro Table
 ***************************************************************************/
.free-pro-table-wrap {
  border: 1px solid #c8d4e3;
  max-height: 753px;
}
.free-pro-table {
  margin: 0;
  position: relative;
  background-color: #fff;
}
.free-pro-table th {
  border-bottom: 0;
}
.free-pro-table th:not(:first-child) {
  min-width: 120px;
  text-align: center;
}
.free-pro-table thead {
  background-color: #fff;
  box-shadow: 0 8px 6px -6px rgba(0, 68, 135, 0.1);
  position: sticky;
  top: 0;
}
.free-pro-table thead th {
  padding: 25px 20px;
}
.free-pro-table thead th:first-child {
  min-width: 270px;
  padding-left: 70px;
}
.free-pro-table thead th:last-child {
  padding-right: 70px;
}
.free-pro-table tbody tr:nth-child(odd) {
  background-color: #f5f8fb;
}
.free-pro-table tbody .free-pro-table__action {
  background-color: #fff;
}
.free-pro-table tbody td {
  border: 0;
  padding: 14px 20px;
  vertical-align: middle;
}
.free-pro-table tbody td:first-child {
  min-width: 270px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .free-pro-table tbody td:first-child {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .free-pro-table tbody td:first-child {
    padding-left: 70px;
  }
}
.free-pro-table tbody td:last-child {
  padding-right: 25px;
}
@media (min-width: 992px) {
  .free-pro-table tbody td:last-child {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .free-pro-table tbody td:last-child {
    padding-right: 70px;
  }
}
.free-pro-table tbody td:not(:first-child) {
  min-width: 130px;
  text-align: center;
}
.free-pro-table tbody td:not(:first-child) svg {
  width: 26px;
}
.free-pro-table tbody p {
  margin-bottom: 0;
}
.free-pro-table tbody p .tbl-cell-title,
.free-pro-table tbody p .tbl-cell-text {
  display: block;
  width: 100%;
}
.free-pro-table tbody p .tbl-cell-text {
  line-height: 34px;
}
.free-pro-table.table > :not(caption) > * > * {
  background-color: transparent;
}
.free-pro-table__action {
  bottom: 0;
  position: sticky;
}
tbody .free-pro-table__action td {
  padding: 32px 20px;
}
.free-pro-table__action td .btn {
  min-width: 150px;
  white-space: nowrap;
}
/****************************************************************************
 * Related Product Slider
 ***************************************************************************/
.headline-block--related {
  padding-left: 15px;
  padding-right: 90px;
}
.related-product-slide {
  width: 100%;
}
.related-product-slide .project-list-teaser {
  margin: 15px;
}
.related-product-slide.related-product-slide--extension .featured-teaser--boxed {
  margin: 15px;
}
.related-product-slide.related-product-slide--extension .featured-teaser--boxed:hover {
  transform: scale(0.98);
}
@media (min-width: 768px) {
  .related-product-slide.related-product-slide--extension {
    width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .related-product-slide.related-product-slide--extension {
    width: 25%;
  }
}
@media (min-width: 576px) {
  .related-product-slide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .related-product-slide {
    width: 33.333%;
  }
}
.related-product-slider:not(.flickity-enabled) {
  display: flex;
}
.related-product-slider.related-free-product-slider .project-list-teaser:hover .project-list-teaser__image img {
  transform: none;
}
.related-product-slider.related-free-product-slider .project-list-teaser__image {
  height: 165px;
}
@media (min-width: 576px) {
  .related-product-slider.related-free-product-slider .project-list-teaser__image {
    height: 122px;
  }
}
@media (min-width: 768px) {
  .related-product-slider.related-free-product-slider .project-list-teaser__image {
    height: 172px;
  }
}
@media (min-width: 992px) {
  .related-product-slider.related-free-product-slider .project-list-teaser__image {
    height: 232px;
  }
}
@media (min-width: 1200px) {
  .related-product-slider.related-free-product-slider .project-list-teaser__image {
    height: 183px;
  }
}
.related-product-slider.related-free-product-slider .project-list-teaser__content .link-arrow {
  min-width: auto;
}
.related-product-slider .flickity-button {
  background-color: #04122d;
  background-size: 10px;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  top: -32px;
  width: 30px;
}
.related-product-slider .flickity-button:hover {
  background-color: var(--primary-color);
  background-size: 10px;
}
@media (min-width: 992px) {
  .related-product-slider .flickity-button {
    top: -45px;
  }
}
.related-product-slider .flickity-prev-next-button.previous {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOC40NzkgMTIuNzE1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNNy40MTkgMS4wNjFsLTUuMyA1LjMgNS4zIDUuMyIgZGF0YS1uYW1lPSJQYXRoIDE2OTg0Ii8+PC9zdmc+");
  background-position: 9px 8px;
  left: auto;
  right: 60px;
}
.related-product-slider .flickity-prev-next-button.next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOC40NzkgMTIuNzE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNMS4wNjEgMS4wNjNsNS4zIDUuMy01LjMgNS4zIiBkYXRhLW5hbWU9IlBhdGggMTY5ODQiLz48L3N2Zz4=");
  background-position: 11px 7px;
  right: 15px;
}
/****************************************************************************
 * Accordion
 ***************************************************************************/
.accordion-item {
  background-color: transparent;
}
.accordion-button {
  background-color: transparent;
  color: #04122d;
  font-weight: 500;
  gap: 0 20px;
  line-height: 2;
  padding: 15px 0;
}
.accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDQxMjJkIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik04IDB2MTZtOC04SDAiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 16px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--primary-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwNDEyMmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2IDFIMCIvPjwvc3ZnPg==");
}
.accordion-body {
  padding: 10px 0 30px;
}
.accordion-body a {
  color: #04122d;
  font-weight: 500;
  text-decoration: underline;
}
.accordion-body a:hover {
  color: var(--primary-color);
}
.accordion-flush .accordion-item {
  border-bottom: 0;
  border-top: 1px solid #c8d4e3;
}
/****************************************************************************
 * Headline Block
 ***************************************************************************/
.headline-block {
  margin-bottom: 25px;
}
.headline-block h2, .headline-block .h2 {
  margin-bottom: 12px;
}
.headline-block .section-title {
  margin-bottom: 8px;
  text-align: center;
}
.headline-block p:last-child {
  margin-bottom: 0;
}
.headline-block.products-headline {
  margin-bottom: 40px;
}
.headline-block.headline-block--with-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.headline-block.headline-block--with-link h2, .headline-block.headline-block--with-link .h2 {
  margin-bottom: 0;
  max-width: calc(100% - 117px);
  padding-right: 15px;
}
.headline-block.headline-block--with-link .btn {
  min-width: 160px;
}
@media (min-width: 768px) {
  .headline-block.headline-block--with-link .btn {
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  .headline-block {
    margin-bottom: 35px;
  }
  .headline-block h2, .headline-block .h2 {
    margin-bottom: 17px;
  }
  .headline-block .section-title {
    margin-bottom: 12px;
  }
  .headline-block.products-headline {
    margin-bottom: 50px;
  }
  .headline-block.headline-block--with-link {
    margin-bottom: 40px;
  }
  .headline-block.headline-block--with-link .btn {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .headline-block {
    margin-bottom: 45px;
  }
  .headline-block.products-headline {
    margin-bottom: 80px;
  }
  .headline-block.headline-block--with-link {
    margin-bottom: 50px;
  }
}
/****************************************************************************
 * Review Teaser
 ***************************************************************************/
.review-teaser-headline .static-star--rating {
  align-items: center;
  color: #4e6177;
  display: flex;
  font-weight: 400;
  margin-top: 30px;
}
.review-teaser-headline .static-star--rating::after {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .review-teaser-headline .static-star--rating::after {
    font-size: 22px;
    line-height: 28px;
  }
}
.review-teaser-wrap {
  margin-bottom: 30px;
  margin-top: 35px;
  max-height: 700px;
  overflow-y: auto;
  padding-right: 20px;
  scrollbar-color: #4e6177 #c8d4e3;
  scrollbar-width: 10px;
}
.review-teaser-wrap::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.review-teaser-wrap::-webkit-scrollbar-thumb {
  background: #4e6177;
  border-radius: 10px;
}
.review-teaser-wrap::-webkit-scrollbar-track {
  background: #c8d4e3;
  border-radius: 10px;
}
.review-teaser {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 18px 26px;
}
@media (min-width: 768px) {
  .review-teaser {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.review-teaser__info {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}
.review-teaser__info .link.link-arrow {
  align-items: center;
  color: #04122d;
  display: flex;
  margin-left: auto;
  padding-right: 32px;
}
.review-teaser__info .link.link-arrow svg {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .review-teaser__info .link.link-arrow {
    padding-right: 40px;
  }
}
.review-teaser__img {
  height: 42px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 42px;
}
.review-teaser__img img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-teaser__content h4, .review-teaser__content .h4 {
  font-weight: 400;
  margin-bottom: 0;
}
.review-teaser__content .static-star--rating {
  margin-bottom: 0;
}
.review-teaser__content .static-star--rating::after {
  margin-left: 0;
}
.review-form form {
  background-color: #fff;
  margin-top: 20px;
  padding: 42px 30px;
}
.review-form h2, .review-form .h2 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .review-form h2, .review-form .h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.review-form .btn-group {
  display: block;
  width: 100%;
}
.review-form .submit {
  display: block;
}
.review-form .submit .btn {
  width: 100%;
}
.review-form .form-navigation {
  padding-top: 0;
}
/****************************************************************************
 * FAQ PAGE
 ***************************************************************************/
.sidebar-block {
  position: sticky;
  top: 85px;
}
.sidebar-block h5, .sidebar-block .h5 {
  margin-bottom: 18px;
}
.sidebar-block.sidebar-block--content {
  border-left: 2px solid #c8d4e3;
}
.sidebar-block.sidebar-block--content .sidebar-list {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.sidebar-block.sidebar-block--content h5, .sidebar-block.sidebar-block--content .h5 {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .sidebar-block.sidebar-block--content h5, .sidebar-block.sidebar-block--content .h5 {
    padding-left: 27px;
  }
}
.sidebar-block.sidebar-block--content .sidebar-item a {
  border-left: 5px solid transparent;
  color: #4e6177;
  margin-left: -3px;
  padding-left: 20px;
}
.sidebar-block.sidebar-block--content .sidebar-item .active {
  background-color: #f5f8fb;
  border-left-color: var(--primary-color);
  color: #04122d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sidebar-block.sidebar-block--content .sidebar-item a {
    padding-left: 27px;
  }
}
.sidebar-item.active a {
  color: #04122d;
  font-weight: 700;
}
.faq-detail {
  margin-bottom: 60px;
}
.faq-detail .container {
  padding: 0;
}
.faq-detail .headline-block--with-link {
  display: none;
}
.faq-listing-grid__item {
  padding: 0;
}
.faq-listing-teaser {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  margin: 20px;
  padding: 32px 30px 32px 25px;
}
.faq-listing-teaser__header {
  align-items: center;
  display: flex;
  margin-bottom: 34px;
}
.faq-listing-teaser__header .icon {
  margin-right: 18px;
  max-width: 44px;
}
.faq-listing-teaser__header h4, .faq-listing-teaser__header .h4 {
  margin-bottom: 0;
  max-width: calc(100% - 62px);
}
.faq-listing-teaser__content .list--question {
  margin-bottom: 40px;
}
.faq-listing-teaser__content .list--question li {
  margin-bottom: 20px;
}
/****************************************************************************
 * Content Icon Teaser
 ***************************************************************************/
.content-icon-teaser {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 30px;
}
.content-icon-teaser.content-icon-teaser--big-icon {
  padding: 20px 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .content-icon-teaser.content-icon-teaser--big-icon {
    padding: 35px;
  }
}
.content-icon-teaser__header {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.content-icon-teaser__header .icon {
  margin-right: 14px;
  max-width: 45px;
}
.content-icon-teaser__header h3, .content-icon-teaser__header .h3 {
  margin-bottom: 0;
  max-width: calc(100% - 51px);
}
.content-icon-teaser--big-icon .content-icon-teaser__header {
  flex-direction: column;
}
.content-icon-teaser--big-icon .content-icon-teaser__header .icon {
  margin-bottom: 8px;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .content-icon-teaser--big-icon .content-icon-teaser__header .icon {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .content-icon-teaser--big-icon .content-icon-teaser__header .icon {
    margin-bottom: 15px;
  }
  .content-icon-teaser--big-icon .content-icon-teaser__header h3, .content-icon-teaser--big-icon .content-icon-teaser__header .h3 {
    margin-bottom: 25px;
  }
}
.content-icon-teaser--big-icon .content-icon-teaser__content p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .content-icon-teaser--big-icon .content-icon-teaser__content p {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .content-icon-teaser--big-icon .content-icon-teaser__content p {
    margin-bottom: 52px;
  }
}
/****************************************************************************
 * Two Col Teaser
 ***************************************************************************/
.two-col-teaser {
  background-color: #f5f8fb;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 30px 30px 15px;
}
.two-col-teaser .frame .ce-textpic.ce-below {
  margin-bottom: 0;
}
.two-col-teaser .frame .ce-textpic.ce-below img {
  box-shadow: 0 3px 25px rgba(0, 68, 135, 0.1);
  margin: 10px;
  max-width: calc(100% - 20px);
}
.two-col-teaser .frame .ce-textpic.ce-intext .ce-gallery {
  margin-right: 16px;
  margin-top: 0;
}
.two-col-teaser .frame .ce-textpic.ce-intext .ce-column {
  margin-bottom: 0;
}
.two-col-teaser .frame .ce-textpic.ce-intext img {
  max-height: 35px;
  max-width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-gray .two-col-teaser {
  background-color: #fff;
}
.box--shadow .two-col-teaser {
  background-color: #fff;
  border: transparent;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
}
@media (min-width: 768px) {
  .two-col-teaser {
    padding: 40px 40px 10px;
  }
}
.two-col-teaser--fancy-style .two-col-teaser-wrapper {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
}
.two-col-teaser--fancy-style .two-col-teaser-wrapper .row .col-sm-6:first-of-type .two-col-teaser::before {
  background-color: #c8d4e3;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 30px;
  position: absolute;
  width: calc(100% - 60px);
}
@media (min-width: 576px) {
  .two-col-teaser--fancy-style .two-col-teaser-wrapper .row .col-sm-6:first-of-type .two-col-teaser::before {
    height: calc(100% - 50px);
    left: auto;
    right: 20px;
    top: 40px;
    width: 2px;
  }
}
.two-col-teaser--fancy-style .two-col-teaser {
  background-color: transparent;
  box-shadow: none;
  position: relative;
}
.two-col-teaser--fancy-style .two-col-teaser .frame .ce-textpic.ce-intext img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .two-col-teaser--fancy-style .two-col-teaser .frame .ce-textpic.ce-intext img {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.product-detail--header-accessibility .two-col-teaser-wrapper .two-col-teaser {
  background-color: transparent;
  border: 1px solid #c8d4e3;
}
.product-detail--header-accessibility .two-col-teaser-wrapper .two-col-teaser header {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .product-detail--header-accessibility .two-col-teaser-wrapper .two-col-teaser img {
    margin-bottom: 25px;
  }
}
.product-detail--header-accessibility .two-col-teaser-wrapper .two-col-teaser .ce-textpic {
  padding-bottom: 0;
}
/****************************************************************************
 * Payout Section
 ***************************************************************************/
.payouts-teaser {
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 30px;
  text-align: center;
}
.payouts-teaser__content h3, .payouts-teaser__content .h3 {
  margin-bottom: 15px;
}
.payouts-teaser__content p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .payouts-teaser__content h3, .payouts-teaser__content .h3 {
    margin-bottom: 25px;
  }
}
/****************************************************************************
 * Lightbox
 ***************************************************************************/
.fancybox__container .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--primary-color);
}
.fancybox__container .fancybox__progress {
  background-color: var(--primary-color);
}
.fancybox__container .fancybox__backdrop {
  background: rgba(4, 18, 45, 0.85);
}
.modal-backdrop.show {
  background: rgba(4, 18, 45, 0.85);
  opacity: 1;
}
.fancybox__iframe {
  outline: none;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.has-iframe.fancybox__slide {
  padding-bottom: 30px;
}
.has-iframe .fancybox__content {
  height: 100vh;
  padding: 0;
}
.free-trial-wrap .fancybox__carousel .fancybox__slide .fancybox__content {
  height: 100%;
  max-width: 1300px;
}
.pricing-popup .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  height: 100vh;
}
.pricing-popup .has-iframe.fancybox__slide {
  padding-top: 40px;
}
.lightbox-small .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  height: 83vh;
  max-width: 850px;
}
.lightbox-small .has-iframe.fancybox__slide {
  padding-top: 40px;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .fancybox__slide {
    padding: 50px 100px;
  }
}
/*******************************************************************************
* Step Teaser
*******************************************************************************/
.step-teaser {
  border: 1px solid #c8d4e3;
  display: flex;
  margin-bottom: 30px;
  min-height: 178px;
}
.step-teaser__icon {
  align-content: center;
  background-color: #f5f8fb;
  display: inline-flex;
  flex: 0 0 117px;
  max-width: 117px;
  padding: 40px;
}
.step-teaser__content {
  display: flex;
  flex: 0 0 calc(100% - 117px);
  flex-direction: column;
  justify-content: center;
  max-width: calc(100% - 117px);
  padding: 20px 23px;
}
.bg-gray .step-teaser__content {
  background-color: #fff;
}
.step-teaser__content p {
  margin-bottom: 0;
}
/*******************************************************************************
* SaaS Solution Teaser
*******************************************************************************/
.saas-solution-teaser {
  border: 1px solid #c8d4e3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}
.saas-solution-teaser__image {
  background-position: bottom left;
  background-size: contain;
  flex: 0 0 120px;
  max-width: 120px;
  min-height: 200px;
}
.saas-solution-teaser__content {
  align-items: flex-start;
  display: flex;
  flex: 0 0 calc(100% - 120px);
  flex-direction: column;
  justify-content: center;
  max-width: calc(100% - 120px);
  padding: 32px 30px;
}
.saas-solution-teaser__content .icon {
  margin-bottom: 20px;
}
.saas-solution-teaser__content h4, .saas-solution-teaser__content .h4 {
  margin-bottom: 20px;
}
.saas-solution-teaser__content p:last-child {
  margin-bottom: 0;
}
.saas-popup-wrap {
  background-color: #f5f8fb;
  margin: 0 auto;
  max-width: 1200px;
}
.saas-popup-wrap .modal-content {
  border-radius: 0;
}
.saas-popup-wrap .modal-header {
  background-color: #c8d4e3;
  border: 0;
  padding: 17px;
}
.saas-popup-wrap .modal-body {
  padding: 30px 30px 0;
}
.saas-popup-wrap .icon-text-teaser {
  background-color: #fff;
  border: 1px solid #c8d4e3;
}
.saas-popup-wrap .btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAuMjQ3IDIwLjI0NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS43MDcuNzA3TDE5LjU0IDE5LjU0bTAtMTguODMzTC43MDcgMTkuNTQiLz48L3N2Zz4=");
  height: 19px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -25px;
  width: 19px;
}
@media (min-width: 576px) {
  .saas-popup-wrap .modal-body {
    padding: 40px 30px 10px;
  }
}
@media (min-width: 992px) {
  .saas-popup-wrap .modal-body {
    padding: 65px 70px 40px;
  }
}
@media (min-width: 576px) {
  .saas-solution-teaser {
    flex-wrap: nowrap;
  }
  .saas-solution-teaser__image {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .saas-solution-teaser__content {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
}
@media (min-width: 992px) {
  .saas-solution-teaser__image {
    flex: 0 0 192px;
    max-width: 192px;
  }
  .saas-solution-teaser__content {
    flex: 0 0 calc(100% - 192px);
    max-width: calc(100% - 192px);
  }
}
/*******************************************************************************
* Karma SaaS Teaser
*******************************************************************************/
.karma-saas-image {
  margin-bottom: -40px;
  text-align: center;
}
.typo3-saas-karma-section .counter-teaser {
  background-color: transparent;
  border: 1px solid #c8d4e3;
  min-width: 157px;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .site-main {
    min-height: 600px;
  }
  .karma-saas-image {
    margin-bottom: -70px;
  }
}
/****************************************************************************
 * Icon List
 ***************************************************************************/
.icon-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.icon-list__item {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
  flex: 0 0 calc(100% - 30px);
  margin: 10px 15px;
  max-width: calc(100% - 30px);
  padding: 17px;
  padding-left: 55px;
  position: relative;
}
.icon-list__item .icon {
  left: 12px;
  position: absolute;
  top: 15px;
}
.icon-list__item p {
  margin-bottom: 0;
}
.bg-gray .icon-list__item {
  border: 1px solid #c8d4e3;
  box-shadow: none;
}
.icon-list__item.icon-list__item--three .icon {
  left: 15px;
  top: 16px;
}
.icon-list__item.icon-list__item--three p {
  color: #04122d;
  font-weight: 500;
}
@media (min-width: 576px) {
  .icon-list__item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .icon-list__item.icon-list__item--three {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .icon-list__item {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
  .icon-list__item.icon-list__item--three {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
}
@media (min-width: 1200px) {
  .icon-list__item {
    flex: 0 0 270px;
    max-width: 270px;
  }
  .icon-list__item.icon-list__item--three {
    flex: 0 0 370px;
    max-width: 370px;
  }
}
/*******************************************************************************
* Pricing Tab
*******************************************************************************/
.pricing-tabs-wrapper {
  margin: 40px 0 10px;
}
.pricing-time {
  font-size: 18px;
  line-height: 28px;
  color: #04122d;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .pricing-time {
    font-size: 22px;
    line-height: 28px;
  }
}
.pricing-time span {
  font-size: 14px;
  line-height: 20px;
  background-color: color-mix(in srgb, var(--primary-color) 19%, transparent);
  border-radius: 21px;
  color: var(--primary-color);
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
}
.pricing-tabs {
  align-items: center;
  display: flex;
  position: relative;
}
.pricing-tabs .form-switch {
  margin: 0 10px;
}
.pricing-tabs .form-switch .form-check-input {
  background-color: var(--primary-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjMuMzMxIDIzLjMzMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMS42NjUiIGN5PSIxMS42NjUiIHI9IjExLjY2NSIgZmlsbD0iI2ZmZiIgZGF0YS1uYW1lPSJFbGxpcHNlIDE1MTMiLz48L3N2Zz4=");
  background-size: 31px 20px;
  border: 0;
  height: auto;
  margin-left: 0;
  margin-top: 0;
  padding: 14px;
  width: 81px;
}
.pricing-tabs .form-switch .form-check-input:focus {
  box-shadow: none;
}
@media (min-width: 576px) {
  .pricing-tabs {
    position: absolute;
    right: 15px;
    top: 1px;
  }
}
@media (min-width: 768px) {
  .pricing-tabs {
    top: 6px;
  }
}
@media (min-width: 992px) {
  .pricing-tabs {
    top: 10px;
  }
}
.pricing-table {
  background-color: #fff;
  min-height: 100%;
  padding: 18px 30px;
  padding-bottom: 90px;
  position: relative;
  transition: all 0.2s ease 0s;
}
.pricing-table.big-block {
  background: #fff;
  border-color: #dbdfe4;
  box-shadow: 0 18px 32px 0 rgba(0, 68, 135, 0.1);
  position: relative;
  transform: scale(1.03);
  z-index: 9;
}
.pricing-table:nth-child(1) .pricing-block__button .btn {
  background-color: #4e6177;
  border-color: #4e6177;
}
.pricing-table:nth-child(1) .pricing-block__button .btn:hover {
  background-color: #04122d;
  border-color: #04122d;
}
.pricing-table:nth-child(2) .pricing-block__header h4, .pricing-table:nth-child(2) .pricing-block__header .h4 {
  color: var(--primary-color);
}
.pricing-table:nth-child(2) .pricing-block__listing li::before {
  border-bottom: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
}
.pricing-table:nth-child(3) .pricing-block__header h4, .pricing-table:nth-child(3) .pricing-block__header .h4 {
  color: #5fbb71;
}
.pricing-table:nth-child(3) .pricing-block__listing li::before {
  border-bottom: 2px solid #5fbb71;
  border-left: 2px solid #5fbb71;
}
.pricing-table:nth-child(3) .pricing-block__button .btn {
  background-color: #5fbb71;
  border-color: #5fbb71;
}
.pricing-table:nth-child(3) .pricing-block__button .btn:hover {
  background-color: #04122d;
  border-color: #04122d;
}
.pricing-table:nth-child(4) .pricing-block__header h4, .pricing-table:nth-child(4) .pricing-block__header .h4 {
  color: #ffcb54;
}
.pricing-table:nth-child(4) .pricing-block__listing li::before {
  border-bottom: 2px solid #ffcb54;
  border-left: 2px solid #ffcb54;
}
.pricing-table:nth-child(4) .pricing-block__button .btn {
  background-color: #ffcb54;
  border-color: #ffcb54;
}
.pricing-table:nth-child(4) .pricing-block__button .btn:hover {
  background-color: #04122d;
  border-color: #04122d;
}
.tabs-block {
  transition: all 0.3s ease 0s;
}
.tabs-block.visibility-hidden {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(0);
  width: 100%;
}
.pricing-block__header {
  margin-bottom: 30px;
}
.pricing-block__header h4, .pricing-block__header .h4 {
  color: #4e6177;
}
.pricing-block__header h2, .pricing-block__header .h2 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.pricing-block__listing {
  margin-bottom: 30px;
}
.pricing-block__listing li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.pricing-block__listing li::before {
  border-bottom: 2px solid #4e6177;
  border-left: 2px solid #4e6177;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}
.pricing-block__button {
  bottom: 40px;
  position: absolute;
}
.pricing-block__button .btn {
  font-size: 15px;
  line-height: 26px;
  min-width: 150px;
  padding: 4px 10px;
}
@media screen and (min-width: 992px) {
  .pricing-block__button .btn {
    font-size: 16px;
    line-height: 28px;
  }
}
/****************************************************************************
 * Pricing Tab Teaser
 ***************************************************************************/
.pricing-tab-teaser {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  padding: 28px;
  text-align: center;
}
.pricing-tab-teaser .nav-pills {
  justify-content: center;
}
.pricing-tab-teaser .nav-pills .nav-link {
  background-color: #f5f8fb;
  border: 1px solid #c8d4e3;
  border-radius: 0;
  color: #04122d;
  font-weight: 500;
  padding: 5px 10px;
}
.pricing-tab-teaser .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.pricing-tab-teaser .nav-pills.show > .nav-link {
  background-color: var(--primary-color);
}
.pricing-tab-teaser .nav-pills.nav-pills--service {
  flex-direction: column;
}
.pricing-tab-teaser .nav-pills.nav-pills--service .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-tab-teaser .nav-pills.nav-pills--service .nav-link {
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  border-color: transparent;
  display: flex;
  height: 54px;
  padding: 5px 45px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .pricing-tab-teaser .nav-pills.nav-pills--service .nav-link {
    font-size: 22px;
    line-height: 28px;
  }
}
.pricing-tab-teaser .nav-pills.nav-pills--service .nav-link .primary-color {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 10px;
}
.pricing-tab-teaser .nav-pills.nav-pills--service .nav-link .percentage {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .pricing-tab-teaser .nav-pills.nav-pills--service .nav-link .percentage {
    font-size: 15px;
    line-height: 35px;
  }
}
.pricing-tab-teaser .nav-pills.nav-pills--service .nav-link.active .primary-color {
  color: #fff;
}
.pricing-tab-teaser .list {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.pricing-tab-teaser .list li {
  display: inline-flex;
}
.pricing-tab-teaser .btn-secondary {
  width: 100%;
}
.bg-gray .pricing-tab-teaser {
  border: 1px solid #c8d4e3;
  box-shadow: none;
}
.pricing-tab-teaser.pricing-tab-teaser--service {
  border-color: transparent;
  padding: 40px 0;
}
.pricing-tab-teaser.pricing-tab-teaser--service .list {
  align-items: flex-start;
  margin: 30px auto;
  max-width: 230px;
}
.pricing-tab-teaser.pricing-tab-teaser--service .tab-content {
  margin-left: auto;
  max-width: 460px;
  padding: 0 30px;
}
.pricing-tab-teaser.pricing-tab-teaser--service .pricing-tab-nav {
  margin-bottom: 30px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .pricing-tab-teaser {
    padding: 27px;
  }
  .pricing-tab-teaser .nav-pills.nav-pills--service .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .pricing-tab-teaser.pricing-tab-teaser--service .col-md:first-child {
    position: relative;
  }
  .pricing-tab-teaser.pricing-tab-teaser--service .col-md:first-child .pricing-tab-nav {
    margin-bottom: 0;
    max-width: 460px;
    padding: 0 30px;
  }
  .pricing-tab-teaser.pricing-tab-teaser--service .col-md:first-child::after {
    border-right: 1px solid #04122d;
    content: "";
    height: 100%;
    position: absolute;
    right: 7px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .pricing-tab-teaser.pricing-tab-teaser--service {
    padding: 72px 40px;
  }
}
.pricing-tab-content {
  max-width: 550px;
}
.pricing-tab-content p {
  margin-bottom: 25px;
}
.pricing-tab-content .list li {
  color: #04122d;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
}
.pricing-tab-content .list li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzNhODVlNiIgZD0iTTAgMGgxNHYxNEgweiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0zLjMzNCA2LjU4OGwyLjcxNyAyLjcxOSA0LjYxNS00LjYxNSIvPjwvc3ZnPg==");
  background-size: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.pricing-tab-content.pricing-tab-content--service {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .pricing-tab-content.pricing-tab-content--service {
    margin: 0 auto 60px;
    max-width: 830px;
  }
  .pricing-tab-content.pricing-tab-content--service .list li {
    display: inline-block;
    max-width: 50%;
    padding-right: 15px;
    width: 100%;
  }
}
/****************************************************************************
 * Element List Component
 ***************************************************************************/
.element-list-wrap ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -10px;
}
.element-list-wrap ul li {
  margin-bottom: 0;
  padding: 10px;
}
.element-list-wrap ul li p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .element-list-wrap ul {
    margin: 30px -13px;
  }
  .element-list-wrap ul li {
    padding: 13px;
  }
}
.element-slideshow-wrap {
  margin: 0 auto;
  max-width: 1920px;
  min-height: 588px;
  overflow: hidden;
  position: relative;
}
.element-slideshow {
  animation: slideshow 80s linear infinite;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 300%;
}
@keyframes slideshow {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}
/****************************************************************************
 * Microsite Testimonial
 ***************************************************************************/
.microsite-testimonial-content h2, .microsite-testimonial-content .h2 {
  margin-bottom: 15px;
}
.microsite-testimonial-content h4, .microsite-testimonial-content .h4 {
  margin-bottom: 10px;
}
.microsite-testimonial-content .list {
  margin-bottom: 20px;
}
.microsite-testimonial-content .list li {
  display: inline-block;
  width: 49%;
}
@media (min-width: 768px) {
  .microsite-testimonial-content h2, .microsite-testimonial-content .h2 {
    margin-bottom: 20px;
  }
  .microsite-testimonial-content h4, .microsite-testimonial-content .h4 {
    margin-bottom: 15px;
  }
  .microsite-testimonial-content .list {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .microsite-testimonial-content h2, .microsite-testimonial-content .h2 {
    margin-bottom: 30px;
  }
  .microsite-testimonial-content h4, .microsite-testimonial-content .h4 {
    margin-bottom: 20px;
  }
  .microsite-testimonial-content .list {
    margin-bottom: 40px;
  }
}
/****************************************************************************
 * News Variation Slider
 ***************************************************************************/
.carousel-nav .carousel-nav-cell {
  margin-right: 30px;
  max-width: calc(50% - 25px);
  width: 100%;
}
.carousel-nav .carousel-nav-cell p {
  margin-bottom: 0;
  min-height: 56px;
}
.carousel-nav .carousel-nav-cell.is-selected.is-nav-selected p {
  color: #04122d;
}
@media (min-width: 576px) {
  .carousel-nav .carousel-nav-cell {
    max-width: calc(33.3333% - 25px);
  }
}
@media (min-width: 768px) {
  .carousel-nav .carousel-nav-cell {
    max-width: calc(25% - 25px);
  }
}
@media (min-width: 992px) {
  .carousel-nav .carousel-nav-cell {
    max-width: calc(20% - 25px);
  }
}
@media (min-width: 1200px) {
  .carousel-nav .carousel-nav-cell {
    max-width: calc(16.66% - 25px);
  }
}
/****************************************************************************
 * Feature Product Nav
 ***************************************************************************/
.feature-product-nav-wrap {
  display: block;
}
.feature-product-nav-wrap .list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 15px;
}
.feature-product-nav-wrap .list li {
  display: inline-block;
  flex: 0 0 auto;
  margin: 5px 10px;
  max-width: 100%;
}
.feature-product-nav {
  border-bottom: 1px solid #c8d4e3;
  cursor: pointer;
  padding: 25px 0 15px 25px;
}
.feature-product-nav h4, .feature-product-nav .h4 {
  margin-bottom: 15px;
  transition: all 0.3s ease 0s;
}
.feature-product-nav.active h4, .feature-product-nav.active .h4 {
  color: #04122d;
  font-weight: 700;
  position: relative;
}
.feature-product-nav.active h4::before, .feature-product-nav.active .h4::before {
  border-color: transparent transparent transparent var(--primary-color);
  border-style: solid;
  border-width: 8px 0 8px 8px;
  content: "";
  display: block;
  height: 0;
  left: -24px;
  position: absolute;
  top: 5px;
  width: 0;
}
.feature-product-nav:first-child {
  padding-top: 0;
}
.feature-product-nav:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/****************************************************************************
 * Icon Box
 ***************************************************************************/
.icon-box-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.icon-box-item {
  flex: 0 0 170px;
  max-width: 170px;
  padding: 0 12px;
}
.icon-box-teaser {
  background-color: #f5f8fb;
  border: 1px solid #c8d4e3;
  display: block;
  height: calc(100% - 24px);
  margin-bottom: 24px;
  padding: 33px 10px 24px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.icon-box-teaser .badge-label {
  bottom: auto;
  left: auto;
  position: absolute;
  right: -45px;
  top: 10px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  rotate: 45deg;
  text-align: center;
  width: 140px;
  z-index: 1;
}
.bg-gray .icon-box-teaser {
  background-color: #fff;
}
.icon-box-teaser:hover {
  transform: translateY(-4px);
}
.icon-box-teaser__icon {
  margin-bottom: 16px;
}
.icon-box-teaser__title {
  color: #04122d;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .icon-box-items--bg .row .col-lg-3 {
    padding-left: 12px;
  }
  .icon-box-items--bg .row .col-lg-9 {
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .icon-box-items--cta .icon-box-items .icon-box-item {
    flex: 0 0 152px;
    max-width: 152px;
  }
}
@media (min-width: 1200px) {
  .icon-box-items--cta .icon-box-items .icon-box-item {
    flex: 0 0 178px;
    max-width: 178px;
  }
}
.icon-box-items--cta.products-link-teaser .products-link-teaser__content p {
  color: #fff;
}
@media (min-width: 992px) {
  .icon-box-items--cta.products-link-teaser {
    padding: 30px 30px 60px;
  }
}
/****************************************************************************
 * Contact Page
 ***************************************************************************/
.address-item,
.phone-list-items,
.mail-list-item {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .address-item,
  .phone-list-items,
  .mail-list-item {
    margin-bottom: 35px;
    padding-bottom: 23px;
  }
}
.address-item__icon {
  align-items: center;
  display: flex;
}
.address-item__icon svg {
  margin-right: 13px;
}
.address-item {
  border-bottom: 1px solid #c8d4e3;
}
.address-item:last-child {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .address-item:last-child {
    margin-bottom: 30px;
  }
}
.phone-list-item a,
.mail-list-item a {
  align-items: center;
  display: inline-flex;
}
.phone-list-item a svg,
.mail-list-item a svg {
  margin-right: 13px;
}
.mail-list-item a svg path {
  transition: all 0.3s ease 0s;
}
.mail-list-item a:hover svg path, .mail-list-item a:focus svg path {
  fill: var(--primary-color);
}
.contact-form form {
  background-color: #fff;
  border-top: 6px solid var(--primary-color);
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  padding: 50px 30px;
}
.contact-form fieldset.form-group {
  margin-bottom: 0;
}
.contact-form .form-navigation {
  margin-top: 25px;
}
.contact-form .btn-group {
  width: 100%;
}
.contact-form .btn-group .btn {
  flex: initial !important;
}
/*******************************************************************************
* Text Content
*******************************************************************************/
.text-content p,
.text-content h2,
.text-content .h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-content p,
  .text-content h2,
  .text-content .h2 {
    margin-bottom: 30px;
  }
}
.impact-teaser .btn.btn-gradient {
  position: relative;
  z-index: 5;
}
.impact-teaser .btn.btn-gradient::before {
  background: var(--primary-color);
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.impact-teaser .btn.btn-gradient:hover::before {
  opacity: 1;
}
.impact-teaser .order-first .image-teaser {
  margin-bottom: 15px;
}
.product-detail-page--header-banner .impact-teaser .text-content a {
  border-radius: 50px;
}
@media (min-width: 1200px) {
  .product-detail-page--header-banner .impact-teaser .text-content {
    padding-right: 150px;
  }
}
.impact-teaser .image-teaser__wrapper {
  position: relative;
}
.impact-teaser .image-teaser__wrapper .btn.btn-gradient {
  margin-top: 15px;
  max-width: 200px;
  position: relative;
  width: 100%;
}
.impact-teaser .image-teaser__wrapper .btn.btn-gradient::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkuMTE3IDIxLjIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMy40NjQuNDY4QzEuNTUxLS42MzIgMCAuMjY4IDAgMi40NzR2MTYuMjY3YzAgMi4yMDcgMS41NTEgMy4xIDMuNDY0IDIuMDA4TDE3LjY4MiAxMi42YzEuOTEzLTEuMSAxLjkxMy0yLjg3NiAwLTMuOTczeiIgZGF0YS1uYW1lPSJQYXRoIDE5MjA1Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  left: 20%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
@media (min-width: 1200px) {
  .impact-teaser .image-teaser__wrapper .btn.btn-gradient {
    bottom: -20px;
    left: 50%;
    margin-top: 0;
    position: absolute;
    z-index: 5;
  }
}
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner {
  background-color: initial;
  display: inline-block;
  min-height: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header {
  display: inline-block;
  position: relative;
}
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwLjExNyA4Mi4zMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMS4xMjciIHgyPSIuMTI3IiB5Mj0iLjg5NyIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmNDA0MCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhODVlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIHN0cm9rZT0icmdiYSgwLDAsMCwwKSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNTQuMDIxIDgwLjk2MmwtNy40MTMtMTEuNDUxYTI4Ljk3NyAyOC45NzcgMCAwMC0zMi40OTMtMTIuMDY5TDEuMDQgNjEuMjg3YS44MS44MSAwIDAxLS42NjctMS40NTdsMTEuNDM0LTcuNDI0YTI5LjA2IDI5LjA2IDAgMDAxMi4wNDctMzIuNTQzbC0zLjgzNy0xMy4xYS44MDkuODA5IDAgMDEuNzkyLTEuMDQyLjc4Ljc4IDAgMDEuNjY0LjM3M2w3LjQwOSAxMS40NTVhMjguOTY5IDI4Ljk2OSAwIDAwMzIuNDkzIDEyLjA2OGwxMy4wNzgtMy44MzlhLjguOCAwIDAxMS4wMzguNzQ4di4wODNhLjc3NC43NzQgMCAwMS0uMzcuNjIxbC0xMS40MzggNy40MjZBMjkuMDY0IDI5LjA2NCAwIDAwNTEuNjM2IDY3LjJsMy44MzcgMTMuMWEuODA4LjgwOCAwIDAxLS43OSAxLjA0Mi43NzUuNzc1IDAgMDEtLjY2Mi0uMzh6bTI2LjYyNS01Ljk1MmwtLjEzLTIuODIyQTEzLjYgMTMuNiAwIDAwNzAuMjMgNTkuNmwtMi43MzktLjY4NGEuODA5LjgwOSAwIDAxLjE1Ni0xLjU5MmwyLjgyNS0uMTI4YTEzLjU4NSAxMy41ODUgMCAwMDEyLjU2NS0xMC4zbC42ODYtMi43NDdhLjc4MS43ODEgMCAwMS43NzktLjYxNC43OTEuNzkxIDAgMDEuODExLjc3bC4xMjcgMi44M2ExMy42MDYgMTMuNjA2IDAgMDAxMC4yODYgMTIuNTgzbDIuNzQyLjY4OEEuODA5LjgwOSAwIDAxOTguMzA5IDYybC0yLjgyMi4xMjVhMTMuNiAxMy42IDAgMDAtMTIuNTY4IDEwLjNsLS42ODMgMi43NDlhLjc3OS43NzkgMCAwMS0uNzc2LjYxMS43OTEuNzkxIDAgMDEtLjgxNC0uNzc1ek01My4xOTMgMTUuMDhhOS41NzkgOS41NzkgMCAwMC0yLjI2LTExLjIxNi44MDguODA4IDAgMDEuODg3LTEuMzI5QTkuNTUxIDkuNTUxIDAgMDA2My4wMTkuMjcyLjc3Mi43NzIgMCAwMTYzLjU1NSAwaC4xMDVhLjgwOS44MDkgMCAwMS42ODkgMS4xNTdBOS41NzcgOS41NzcgMCAwMDY2LjYgMTIuMzcyYS44MDguODA4IDAgMDEtLjg4NSAxLjMzMyA5LjUzOSA5LjUzOSAwIDAwLTExLjIgMi4yNjEuNzguNzggMCAwMS0uNTg5LjI3NS44MTIuODEyIDAgMDEtLjczMy0xLjE2MXoiIGRhdGEtbmFtZT0iVW5pb24gMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjUzMyAuNSkiLz48L3N2Zz4=");
  background-size: 60px;
  background-repeat: no-repeat;
  content: "";
  height: 60px;
  right: -50px;
  position: absolute;
  top: -40px;
  width: 60px;
}
@media (min-width: 768px) {
  .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header::before {
    background-size: 90px;
    height: 90px;
    right: -80px;
    top: -50px;
    width: 90px;
  }
}
@media (min-width: 768px) {
  .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    top: 0;
    transform: translate(0, -15%);
  }
}
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header h1, .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header .h1,
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .landing-banner__rotate-text span {
  font-size: 34px;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header h1, .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header .h1,
  .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .landing-banner__rotate-text span {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (min-width: 992px) {
  .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header h1, .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header .h1,
  .impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .landing-banner__rotate-text span {
    font-size: 54px;
    line-height: 72px;
  }
}
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .product-banner .product-banner__header::before {
  background-size: 70px;
}
.impact-teaser .image-teaser__wrapper.image-teaser__wrapper-with-gradient-text .landing-banner__flip-text {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--pink-color) 100%);
}
.impact-teaser--fancy-style.bg-gray {
  padding: 0;
}
.impact-teaser--fancy-style .text-content {
  padding: 20px !important;
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style .text-content {
    max-width: 580px;
  }
}
.impact-teaser--fancy-style:not(.impact-teaser--image-reverse) .text-content {
  margin-left: auto;
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style:not(.impact-teaser--image-reverse) .text-content {
    padding-right: 80px !important;
  }
}
@media (min-width: 1200px) {
  .impact-teaser--fancy-style:not(.impact-teaser--image-reverse) .text-content {
    padding-left: 0 !important;
  }
}
.impact-teaser--fancy-style:not(.impact-teaser--image-reverse) .image-teaser__wrapper {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style:not(.impact-teaser--image-reverse) .image-teaser__wrapper {
    padding: 60px 0 0 60px;
  }
  .impact-teaser--fancy-style:not(.impact-teaser--image-reverse) .image-teaser__wrapper .image-teaser {
    text-align: start !important;
  }
}
.impact-teaser--fancy-style.impact-teaser--image-reverse .impact-teaser .row {
  align-items: normal !important;
}
.impact-teaser--fancy-style.impact-teaser--image-reverse .impact-teaser .row .order-1 {
  align-self: center;
}
.impact-teaser--fancy-style.impact-teaser--image-reverse .image-teaser__wrapper .image-teaser.marquee-slider .customer-logo-wrap {
  margin: 0 15px 0 0;
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style.impact-teaser--image-reverse .image-teaser__wrapper .image-teaser.marquee-slider .customer-logo-wrap img {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style.impact-teaser--image-reverse .image-teaser__wrapper {
    border-radius: 0 20px 20px 0;
    height: calc(100% + 40px);
    padding: 30px 30px 30px 0;
  }
}
.impact-teaser--fancy-style .text-content .product-banner {
  padding-top: 0;
  background-color: transparent;
}
.impact-teaser--fancy-style .text-content .product-banner .product-banner__btn:hover, .impact-teaser--fancy-style .text-content .product-banner .product-banner__btn:focus {
  background-color: #04122d;
  color: #fff;
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style .text-content {
    padding-left: 50px !important;
  }
}
@media (min-width: 1200px) {
  .impact-teaser--fancy-style .text-content {
    padding-left: 100px !important;
  }
}
.impact-teaser--fancy-style .image-teaser__wrapper {
  background-color: #04122d;
  padding: 20px;
}
.impact-teaser--fancy-style .image-teaser__wrapper.primary-bg {
  background-color: var(--primary-color);
}
@media (min-width: 992px) {
  .impact-teaser--fancy-style .image-teaser__wrapper {
    border-radius: 20px 0 0 20px;
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
.impact-teaser--fancy-style .image-teaser__wrapper .image-teaser {
  margin-bottom: 0;
}
.impact-teaser--fancy-style .image-teaser__wrapper .product-banner {
  background-color: transparent;
}
[data-fully-loaded=true],
img[data-loaded=true],
picture[data-loaded=true],
[data-fully-loaded=true] img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: showLazyImg;
}
@keyframes showLazyImg {
  from {
    filter: blur(5px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.blog-teaser {
  display: block;
  margin-bottom: 30px;
}
.blog-teaser__image {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-detail-page--header-banner .blog-teaser__image {
  border-radius: 10px;
}
.blog-teaser__image img {
  transition: all 0.3s ease 0s;
  width: 100%;
}
.blog-teaser__image:hover img {
  transform: scale(1.08);
}
.blog-detail {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.blog-detail .blog-detail__date {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.blog-detail .blog-detail__date::after {
  background-color: #c8d4e3;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.blog-teaser__content .blog-title {
  display: block;
  font-weight: 400;
}
/****************************************************************************
 * Thank you Purchase-page Css
 ***************************************************************************/
.purchase-block {
  background-color: #f5f8fb;
}
.purchase-block_details {
  padding: 74px 0;
}
.purchase-page .header-purchase h1, .purchase-page .header-purchase .h1 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .purchase-page .header-purchase h1, .purchase-page .header-purchase .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .purchase-page .header-purchase h1, .purchase-page .header-purchase .h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
.purchase-page .product-details {
  display: flex;
  justify-content: center;
}
.purchase-page .product-details .products {
  text-align: left;
}
.purchase-page .product-details .products li {
  width: 100%;
  max-width: 400px;
}
.purchase-page .content-icon-teaser__header .icon {
  flex: 0 0 45px;
}
.order-details {
  width: 100%;
  max-width: 911px;
  background: #f5f8fb;
  margin: auto;
  padding: 43px 0;
  margin-bottom: 83px;
}
.order-details p {
  color: #04122d;
}
.order-details p a {
  color: var(--primary-color);
}
.order-details p a:hover {
  color: #4e6177;
}
.purchase-page .products li {
  font-size: 15px;
  line-height: 26px;
  color: #04122d;
}
@media screen and (min-width: 992px) {
  .purchase-page .products li {
    font-size: 16px;
    line-height: 28px;
  }
}
.purchase-page .products li span {
  color: #4e6177;
  display: inline-block;
  width: 160px;
}
.purchase-block_details .content-icon-teaser {
  position: relative;
}
.purchase-block_details .content-icon-teaser__content p {
  padding-bottom: 40px;
}
.purchase-block_details .link.link-arrow {
  position: absolute;
  bottom: 36px;
}
.saas-pricing-items {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .saas-pricing-items {
    margin: 30px -15px 0;
  }
}
@media (min-width: 992px) {
  .saas-pricing-items {
    margin-top: 40px;
  }
}
.saas-pricing-item {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .saas-pricing-item {
    flex: 0 0 50%;
    margin-bottom: 40px;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .saas-pricing-item {
    flex: 0 0 100%;
    margin-bottom: 80px;
    max-width: 100%;
    padding: 0;
  }
  .saas-pricing-item:last-child {
    margin-bottom: 0;
  }
}
.saas-features-wrap {
  background-color: #fff;
  box-shadow: 0 3px 25px rgba(0, 68, 135, 0.1);
  padding: 20px;
}
@media (min-width: 768px) {
  .saas-features-wrap {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .saas-features-wrap {
    padding: 40px;
  }
}
.saas-features-items {
  margin-top: 26px;
  max-height: 625px;
  overflow-y: auto;
}
.saas-features-item__header {
  align-items: center;
  background-color: #f5f8fb;
  display: flex;
  padding: 15px;
  position: sticky;
  top: -2px;
}
.saas-features-item__header svg {
  margin-right: 20px;
  width: 18px;
}
.saas-features-item__header h5, .saas-features-item__header .h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .saas-features-item__header h5, .saas-features-item__header .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .saas-features-item__header {
    padding: 20px;
  }
  .saas-features-item__header svg {
    margin-right: 25px;
  }
}
.saas-features-item__text {
  padding: 24px;
}
.saas-features-item__text ul {
  margin-bottom: 0;
}
.saas-features-item__text ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .offer-page-header nav > ul > li > a {
    color: #fff;
  }
}
.offer-page-header.header-sticky {
  background-color: #04122d;
}
.offer-page-header .menu-trigger .bars {
  background-color: #fff;
}
.mega-menu--open .offer-page-header, .menu--open .offer-page-header {
  background-color: #04122d;
}
.site-main.offer-page-main {
  padding-top: 0;
}
.offer-section {
  align-items: center;
  display: flex;
  height: 100vh;
  min-height: 500px;
  padding: 100px 0;
}
@media (min-width: 768px) {
  .offer-section {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .offer-section {
    min-height: 700px;
  }
}
.offer-teaser {
  text-align: right;
  width: 100%;
}
.offer-teaser__content .default-form {
  align-items: center;
  display: flex;
}
.offer-teaser__content .default-form .form-group {
  flex: 0 0 calc(100% - 130px);
  margin-bottom: 0;
  max-width: calc(100% - 130px);
}
@media (min-width: 768px) {
  .offer-teaser__content .default-form .form-group {
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
  }
}
.offer-teaser__content .default-form .actions {
  flex: 0 0 130px;
  margin-left: -1px;
  max-width: 130px;
}
@media (min-width: 768px) {
  .offer-teaser__content .default-form .actions {
    flex: 0 0 185px;
    max-width: 185px;
  }
}
.offer-teaser__content .form-control {
  background-color: transparent;
  border-bottom-left-radius: 14px;
  border-color: #fff;
  border-top-left-radius: 14px;
  color: #fff;
}
.offer-teaser__content .form-control::-moz-placeholder {
  color: #fff;
}
.offer-teaser__content .form-control::placeholder {
  color: #fff;
}
.offer-teaser__content .btn-primary {
  background-color: #fff;
  border-bottom-right-radius: 14px;
  border-color: #fff;
  border-top-right-radius: 14px;
  color: #04122d;
  font-weight: 700;
  min-width: 130px;
  text-transform: uppercase;
}
.offer-teaser__content .btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.offer-teaser__content .bg-white {
  padding: 0 !important;
}
.offer-teaser__content .button-group {
  align-items: center;
  display: flex;
  justify-content: center;
}
.offer-teaser__content .button-group .btn {
  background-color: #fff;
  border-radius: 14px;
  color: #0c3544;
  font-weight: 700;
  margin: 10px 15px;
  text-transform: uppercase;
}
.offer-teaser__content .button-group .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media (min-width: 768px) {
  .offer-teaser__content {
    margin-left: 16%;
  }
  .offer-teaser__content .btn-primary {
    min-width: 185px;
  }
}
:not(.btn-check) + .btn:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.offer-teaser__image {
  margin-bottom: 30px;
}
.offer-teaser__image img {
  width: 100%;
}
@media (min-width: 992px) {
  .offer-teaser__image {
    margin-bottom: 50px;
  }
}
/***********************************************************
*  Header Affiliate
************************************************************/
.affiliate-teaser__overly {
  position: relative;
}
.affiliate-teaser__overly img {
  height: 100%;
  width: 100%;
}
.affiliate-teaser__overly h3, .affiliate-teaser__overly .h3 {
  font-size: 28px;
  line-height: 35px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  align-items: center;
  background: linear-gradient(90deg, rgba(4, 18, 45, 0.98) 0%, rgba(78, 97, 119, 0.58) 70%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  content: "";
  display: flex;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .affiliate-teaser__overly h3, .affiliate-teaser__overly .h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .affiliate-teaser__overly h3, .affiliate-teaser__overly .h3 {
    font-size: 42px;
    line-height: 55px;
  }
}
.affiliate-teaser__overly .video-play-button {
  border-radius: 50%;
  box-sizing: content-box;
  display: block;
  height: 20px;
  padding: 18px 20px 18px 28px;
  position: absolute;
  right: -25px;
  top: 52%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  z-index: 10;
}
.affiliate-teaser__overly .video-play-button::before {
  animation: pulse-border 1500ms ease-out infinite;
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  z-index: 0;
}
.affiliate-teaser__overly .video-play-button::after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  right: -14%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 200ms;
  width: 50px;
  z-index: 1;
}
.affiliate-teaser__overly .video-play-button img {
  height: auto;
  max-width: 100%;
  position: relative;
  width: auto;
  z-index: 3;
}
.affiliate-teaser__overly .video-play-button span {
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  display: block;
  height: 0;
  left: 6px;
  position: relative;
  top: 2px;
  width: 0;
  z-index: 3;
}
@keyframes pulse-border {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  }
}
@media (min-width: 768px) {
  .affiliate-teaser__overly h3, .affiliate-teaser__overly .h3 {
    padding-left: 44px;
  }
  .affiliate-teaser__overly .video-play-button {
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    height: 30px;
    padding: 18px 20px 18px 28px;
    position: absolute;
    right: 10%;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    z-index: 10;
  }
  .affiliate-teaser__overly .video-play-button::before {
    animation: pulse-border 1500ms ease-out infinite;
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80px;
    z-index: 0;
  }
  .affiliate-teaser__overly .video-play-button::after {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 200ms;
    width: 80px;
    z-index: 1;
  }
  .affiliate-teaser__overly .video-play-button span {
    border-bottom: 16px solid transparent;
    border-left: 32px solid #fff;
    border-top: 16px solid transparent;
    display: block;
    height: 0;
    left: 2px;
    position: relative;
    top: 0;
    width: 0;
    z-index: 3;
  }
}
.affiliate-teaser__textbottom {
  margin-top: 26px;
}
.affiliate-teaser__textbottom h3, .affiliate-teaser__textbottom .h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .affiliate-teaser__textbottom h3, .affiliate-teaser__textbottom .h3 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .affiliate-teaser__textbottom h3, .affiliate-teaser__textbottom .h3 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .affiliate-teaser__header {
    margin: 0 150px 51px;
  }
  .affiliate-teaser__header h3, .affiliate-teaser__header .h3 {
    padding-left: 48px;
  }
  .affiliate-teaser__textbottom {
    margin-top: 26px;
    padding-bottom: 25px;
  }
  .affiliate-teaser__overly .play-button {
    height: 85px;
    right: 210px;
    top: 135px;
    width: 85px;
  }
}
/***********************************************************
* Good -Fit
************************************************************/
.developer-header {
  margin: 30px;
}
.developer-detail-main {
  background-color: #f5f8fb;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 30px 25px 0;
}
.developer-detail-main h3, .developer-detail-main .h3 {
  padding-left: 0;
}
.developer-detail-main .developer-detail-main__info--btn {
  margin-bottom: 20px;
  margin-top: 25px;
  text-align: center;
}
.developer-detail-main .developer-detail-main__info--btn .btn {
  display: block;
}
@media (min-width: 992px) {
  .developer-detail-main__info--image {
    margin-bottom: -50px;
  }
}
@media (min-width: 768px) {
  .developer-detail-main {
    padding: 50px 30px 0;
  }
  .developer-detail-main .developer-detail-main__info {
    position: relative;
  }
  .developer-detail-main .developer-detail-main__info .developer-detail-main__info--btn {
    margin-top: 30px;
  }
  .developer-detail-main .developer-detail-main__info .developer-detail-main__info--btn .btn {
    min-width: 206px;
  }
}
@media (min-width: 992px) {
  .developer-header {
    margin: 0 120px 70px;
  }
  .developer-detail-main .developer-detail-main__info {
    margin-top: 22px;
    padding-bottom: 50px;
    position: relative;
  }
  .developer-detail-main .developer-detail-main__info .developer-detail-main__info--btn {
    text-align: left;
  }
  .developer-detail-main .developer-detail-main__info .developer-detail-main__info--btn .btn {
    min-width: 206px;
  }
}
/**************************************************************
* Partner - Blog
**************************************************************/
.partner-header {
  margin-bottom: 65px;
}
.partner-header h2, .partner-header .h2 {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.partner-container {
  height: 100%;
}
.partner-detail {
  background-color: #f5f8fb;
  box-shadow: 0 3px 20px rgba(4, 18, 45, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 27px 20px 28px;
}
.partner-detail h3, .partner-detail .h3 {
  margin-bottom: 15px;
}
.partner-detail .partner-detail__info--text {
  margin-top: 24px;
}
.partner-detail .partner-detail__info--text p {
  margin-bottom: 0;
}
.partner-detail__image a {
  display: block;
}
.partner-detail__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .partner-detail {
    padding: 30px 24px;
  }
  .partner-detail h3, .partner-detail .h3 {
    margin-bottom: 20px;
  }
}
/**********************************************
* Success partner
***********************************************/
.success-image {
  height: 100%;
}
.success-image img {
  height: 100%;
  image-rendering: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.success-main__heading {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}
.success-main__heading p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.success-main__heading h2, .success-main__heading .h2 {
  margin-bottom: 5px;
}
.success-main__detail {
  margin: 23px 0;
}
.success-main__detail h4, .success-main__detail .h4 {
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 10px;
}
.success-main__detail p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.success-main__detail .success-main__detail--header {
  display: flex;
  margin-bottom: 20px;
}
.success-main__detail .success-main__detail--header svg {
  flex: 0 0 34px;
  max-width: 34px;
}
.success-main__detail .success-main__detail--header h4, .success-main__detail .success-main__detail--header .h4 {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .success-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .success-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .success-main__heading {
    margin-top: 25px;
  }
  .success-image {
    height: 100%;
  }
  .success-image img {
    height: 100%;
    image-rendering: auto;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .success-main__detail .success-main__detail--info {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .success-main__heading {
    margin-top: 0;
  }
}
/*****************************************
* Offer Teaser
*****************************************/
.offer-banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 775px;
}
.banner-detail {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 350px;
  position: relative;
  text-align: center;
  top: 250px;
}
.banner-detail h1, .banner-detail .h1 {
  font-size: 40px;
  line-height: 55px;
}
@media screen and (min-width: 768px) {
  .banner-detail h1, .banner-detail .h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px) {
  .banner-detail h1, .banner-detail .h1 {
    font-size: 70px;
    line-height: 99px;
  }
}
.banner-detail h1 strong, .banner-detail .h1 strong {
  color: #fff;
}
.banner-detail h1 span strong, .banner-detail .h1 span strong {
  color: var(--primary-color);
}
.banner-detail h3, .banner-detail .h3 {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .banner-detail h3, .banner-detail .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .banner-detail h3, .banner-detail .h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.banner-form .default-form {
  display: -webkit-inline-box;
}
.banner-form nav {
  padding: 0;
}
.banner-form .btn {
  min-width: 92px;
}
.banner-form input {
  padding: 9px 15px;
}
.banner-form .thank-you-component h3, .banner-form .thank-you-component .h3 {
  font-size: 28px;
  line-height: 33px;
  color: #04122d;
}
@media screen and (min-width: 768px) {
  .banner-form .thank-you-component h3, .banner-form .thank-you-component .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .banner-form .thank-you-component h3, .banner-form .thank-you-component .h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.banner-form .form-group label {
  display: flex;
}
.banner-form .form-group .required {
  display: none;
}
.banner-form .form-group .form-label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner-form input {
    padding: 10px 15px;
    width: 262px;
  }
}
/**************************************************************
* Serach Teaser
***************************************************************/
.search-teaser,
.search {
  background-color: #f5f8fb;
}
.search-teaser .search-info,
.search .search-info {
  padding: 25px;
}
.search-teaser .search-image,
.search .search-image {
  display: flex;
  justify-content: center;
}
.search-teaser .search-teaser__input,
.search .search-teaser__input {
  background-color: #04122d;
  color: #f5f8fb;
  padding-left: 60px;
}
.search-teaser .search-input,
.search .search-input {
  padding-left: 60px;
}
.search-teaser .search-teaser__input::-moz-placeholder, .search .search-teaser__input::-moz-placeholder {
  color: #f5f8fb;
}
.search-teaser .search-teaser__input::placeholder,
.search .search-teaser__input::placeholder {
  color: #f5f8fb;
}
.search-teaser .search-teaser__mail,
.search .search-teaser__mail {
  box-shadow: 4px 6px 10px #4e6177;
  display: flex;
  position: relative;
}
.search-teaser .search-teaser__mail input,
.search .search-teaser__mail input {
  border: 1px solid transparent;
}
.search-teaser .search-teaser__mail .mail-icon,
.search .search-teaser__mail .mail-icon {
  left: 20px;
  position: absolute;
  top: 8px;
}
.search-teaser .search-teaser__mail .btn,
.search .search-teaser__mail .btn {
  min-width: 100px;
}
.search-teaser .search-teaser__mail .btn.button-white,
.search .search-teaser__mail .btn.button-white {
  background-color: #fff;
  border: transparent;
}
.search-teaser .search-teaser__mail .btn.button-dark,
.search .search-teaser__mail .btn.button-dark {
  background-color: #04122d;
  border: transparent;
  -moz-columns: #fff;
       columns: #fff;
}
.frame img {
  border: transparent !important;
  padding: 0;
}
@media (min-width: 992px) {
  .search-teaser,
  .search {
    background-color: #f5f8fb;
  }
  .search-teaser .search-info,
  .search .search-info {
    padding: 80px 0 58px 80px;
  }
}
/*****************************************************
* YOU MAY ALSO
******************************************************/
.service-icon-teaser {
  background-color: #f5f8fb;
  margin-bottom: 24px;
  padding: 36px 30px 143px;
  position: relative;
}
.service-icon-teaser .service-icon-teaser__image {
  margin-bottom: 19px;
}
.service-icon-teaser .service-icon-teaser__image img {
  margin-bottom: 15px;
}
.service-icon-teaser .service-icon-teaser__image h3, .service-icon-teaser .service-icon-teaser__image .h3 {
  margin-bottom: 0;
  min-height: 105px;
}
.service-icon-teaser .service-icon-teaser__content p {
  margin-bottom: 0;
}
.service-icon-teaser .service-icon-teaser__content .btn {
  bottom: 36px;
  display: block;
  left: 50%;
  max-width: 240px;
  position: absolute;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .service-icon-teaser {
    min-height: calc(100% - 24px);
  }
}
/********************************************************
* Case-Study
**********************************************************/
.case-study-section .container {
  padding: 0;
}
@media (min-width: 992px) {
  .case-study-section .container {
    padding: 0 18px;
  }
}
.case-study-section .flickity-page-dots {
  justify-content: center;
  margin-top: 40px;
}
.case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: color-mix(in srgb, var(--primary-color) 15%, transparent);
  margin-bottom: 10px;
  width: 30px;
}
.case-study-section .case-slide {
  display: flex;
  max-width: 100%;
  width: 80%;
}
.case-study-section .flickity-cell {
  left: 0;
  position: absolute;
}
.case-study-section .flickity-button.previous {
  left: 10px;
}
.case-study-section .flickity-button.next {
  right: 10px;
}
.case-header {
  text-align: center;
}
.case-header h2, .case-header .h2 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .case-header h2, .case-header .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .case-header h2, .case-header .h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.case-header p {
  margin: 0 25px;
}
@media (min-width: 768px) {
  .case-header p {
    margin: 0 75px;
  }
}
.case-teaser {
  opacity: 0.26;
  text-align: center;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.is-selected .case-teaser {
  opacity: 1;
  transform: scale(1);
}
.case-teaser__image {
  height: 100%;
}
.case-teaser__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) {
  .case-study-section .case-slide {
    max-width: 33.33%;
    width: 100%;
  }
  .case-study-section .case-slider--fullwith .case-slide {
    max-width: 60%;
    width: 100%;
  }
  .case-study-section .flickity-page-dots {
    margin-top: 50px;
  }
  .case-study-section .flickity-page-dots .flickity-page-dot {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .case-study-section .flickity-button.previous {
    left: -48px;
  }
  .case-study-section .flickity-button.next {
    right: -48px;
  }
}
/******************************************
* Product Buy
*******************************************/
.tab-section {
  background-color: #fff;
}
.tab-section .headline {
  width: 100%;
}
@media (min-width: 992px) {
  .tab-section .headline {
    width: 78%;
  }
}
.tab-section .headline h2, .tab-section .headline .h2 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .tab-section .headline h2, .tab-section .headline .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .tab-section .headline h2, .tab-section .headline .h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.tab-section .headline p {
  margin-bottom: 25px;
  max-width: 517px;
}
@media (min-width: 992px) {
  .tab-section .headline p {
    margin-bottom: 0;
  }
}
.tab-section .form-check {
  font-size: 17px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .tab-section .form-check {
    font-size: 18px;
    line-height: 28px;
  }
}
.tab-section .product-price-teaser h3, .tab-section .product-price-teaser .h3 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tab-section .product-price-teaser h3, .tab-section .product-price-teaser .h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .tab-section .product-price-teaser h3, .tab-section .product-price-teaser .h3 {
    font-size: 42px;
    line-height: 55px;
  }
}
.tab-section .product-price-teaser h3 span, .tab-section .product-price-teaser .h3 span {
  font-size: 15px;
  line-height: 26px;
  color: #4e6177;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .tab-section .product-price-teaser h3 span, .tab-section .product-price-teaser .h3 span {
    font-size: 16px;
    line-height: 28px;
  }
}
.tab-section .product-price-teaser__header .h2 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.tab-section .nav-item .btn {
  min-width: 123px;
}
.tab-section button.active {
  background-color: var(--primary-color);
}
.tab-section button.active h5, .tab-section button.active .h5 {
  color: #fff;
}
.tab-section button {
  background-color: #f5f8fb;
  border: 0;
  color: #04122d;
  font-weight: 500;
}
.tab-section .tab-pane {
  margin-top: 60px;
}
/*****************************************************
* Card Teaser
******************************************************/
.card-teaser-section h2, .card-teaser-section .h2 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .card-teaser-section h2, .card-teaser-section .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .card-teaser-section h2, .card-teaser-section .h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.card-teaser {
  background-color: #f5f8fb;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  min-height: calc(100% - 50px);
  padding: 50px 36px 36px 36px;
}
.card-teaser .card-teaser__content {
  max-width: 240px;
  min-height: 175px;
}
.card-teaser .card-teaser__content h3, .card-teaser .card-teaser__content .h3 {
  font-size: 28px;
  line-height: 33px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .card-teaser .card-teaser__content h3, .card-teaser .card-teaser__content .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .card-teaser .card-teaser__content h3, .card-teaser .card-teaser__content .h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.card-teaser .card-teaser__content img {
  height: 57px;
  width: 57px;
}
.card-teaser .card-teaser__description {
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-top: 12px;
}
.card-teaser .card-teaser__description--btn {
  margin-top: auto;
}
.card-teaser .btn.btn-secondary {
  width: 100%;
}
@media (min-width: 992px) {
  .card-teaser-section h2, .card-teaser-section .h2 {
    margin-bottom: 50px;
  }
  .card-teaser {
    margin-bottom: 60px;
    min-height: calc(100% - 60px);
  }
  .card-teaser .btn.btn-secondary {
    max-width: auto;
  }
  .card-teaser .card-teaser__content {
    max-width: 260px;
    min-height: 215px;
  }
  .card-teaser .card-teaser__description {
    padding-bottom: 58px;
    padding-top: 19px;
  }
  .card-teaser .card-teaser__description .card-teaser__description--btn {
    display: flex;
    justify-content: center;
  }
  .card-teaser .card-teaser__description .btn.btn-secondary {
    max-width: 240px;
  }
}
/****************************************************************************
 * Free Pro Table
 ***************************************************************************/
.pricing-section .container {
  padding: 0;
}
@media (min-width: 576px) {
  .pricing-section .container {
    max-width: 1250px;
  }
}
.pricing-section .headline-block h2, .pricing-section .headline-block .h2 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .pricing-section .headline-block h2, .pricing-section .headline-block .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-section .headline-block h2, .pricing-section .headline-block .h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.pricing-section .pricing-header th {
  padding-bottom: 18px;
  padding-top: 18px;
}
.pricing-section .pricing-header h4, .pricing-section .pricing-header .h4 {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .pricing-section .pricing-header h4, .pricing-section .pricing-header .h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-section .pricing-header h4, .pricing-section .pricing-header .h4 {
    font-size: 28px;
    line-height: 35px;
  }
}
.pricing-section .pricing-pro-table .pricing-detail:nth-child(even) {
  background-color: #f5f8fb;
}
.pricing-section .pricing-pro-table .pricing-detail svg {
  width: 13px !important;
}
.pricing-section .pricing-pro-table .pricing-content-detail {
  display: flex;
  justify-content: space-around;
  margin-left: 16px;
}
@media (min-width: 576px) {
  .pricing-section .pricing-pro-table .pricing-content-detail {
    margin-left: 0;
  }
}
.pricing-section .pricing-pro-table .pricing-content {
  margin-left: 25px;
}
.pricing-section .pricing-pro-table .pricing-block {
  margin-left: 73px;
  margin-top: 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .pricing-section .pricing-pro-table .pricing-block {
    margin-left: 96px;
  }
}
.pricing-section .pricing-pro-table .pricing-detail {
  margin-left: 0;
}
.pricing-section .pricing-pro-table td {
  border: 0;
}
.pricing-section.bg-gray .pricing-pro-table .pricing-detail:nth-child(even) {
  background-color: #fff;
}
.pricing-section th.main-title {
  padding-left: 54px;
  width: 45%;
}
.pricing-section th.main-basic-standtitle {
  width: 138px;
}
@media (min-width: 768px) {
  .pricing-section th.main-basic-standtitle {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .pricing-section th.main-basic-standtitle {
    text-align: center;
    width: 165px;
  }
}
.pricing-section th.main-basic-basictitle {
  width: 180px;
}
@media (min-width: 992px) {
  .pricing-section th.main-basic-basictitle {
    width: 245px;
  }
}
@media (min-width: 992px) {
  .pricing-section .table-responsive {
    overflow-x: hidden;
  }
}
.pricing-section .pricing-header {
  background-color: #c8d4e3;
}
.pricing-section .table > :not(caption) > * > * {
  background-color: transparent;
}
.pricing-section .pricing-description {
  padding-left: 54px !important;
  padding-right: 0 !important;
}
.pricing-section .pricing-pro-table.table {
  min-width: 800px;
  overflow: hidden;
}
.pricing-section .pricing-pro-table.table .pricing-item {
  width: 610px;
}
@media (min-width: 992px) {
  .pricing-section .pricing-pro-table.table {
    min-width: auto;
  }
  .pricing-section .pricing-pro-table.table .pricing-item {
    width: 600px;
  }
  .tbl-text {
    display: grid;
  }
  .tbl-text__contain h6, .tbl-text__contain .h6 {
    font-weight: 400;
  }
  .tbl-cell-text {
    max-width: 450px;
  }
}
/****************************************************************************
 * Process
***************************************************************************/
.process-section h2, .process-section .h2 {
  margin-bottom: 40px;
}
.process-item {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  display: flex;
  margin-bottom: 30px;
  margin-left: 28px;
  margin-right: 28px;
  padding: 20px 35px;
  position: relative;
}
.process-item.process-item--right::after {
  left: -4px;
  right: auto;
}
.process-item.process-item--right .process-number {
  left: auto;
  right: -28px;
}
.process-item::after {
  background-color: var(--primary-color);
  content: "";
  height: calc(100% - 44px);
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
.process-number {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  display: flex;
  height: 60px;
  justify-content: center;
  left: -28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}
.process-number h3, .process-number .h3 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .process-section h2, .process-section .h2 {
    margin-bottom: 60px;
  }
  .process-item {
    margin-bottom: 60px;
    margin-left: 48px;
    padding: 40px 120px 40px 86px;
  }
  .process-item::after {
    right: -8px;
    width: 8px;
  }
  .process-item.process-item--right::after {
    left: -8px;
    right: auto;
  }
  .process-item.process-item--right .process-number {
    left: auto;
    right: -39px;
  }
  .process-number {
    height: 95px;
    left: -39px;
    width: 95px;
  }
}
/****************************************************************************
* Stepper Teaser
***************************************************************************/
.stepper-section a {
  transition: all 0.5s ease 0s;
}
.stepper-section a:hover {
  color: inherit;
}
.stepper-section a:hover .stepper-teaser {
  box-shadow: none;
  color: inherit;
}
.stepper-teaser {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 68, 135, 0.1);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 24px 24px 15px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.stepper-teaser::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDUwdjUxSDB6IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5MDc5Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDYzMjUiPjxwYXRoIGZpbGw9IiNjOGQ0ZTMiIGQ9Ik04LjM1MiAyNi45MzloMjkuODc5bC00Ljk1IDUuMDI0YTEuNDYgMS40NiAwIDAwMCAyLjAzNSAxLjM5MSAxLjM5MSAwIDAwMiAwbDcuMzYtNy40NzhhMS40NiAxLjQ2IDAgMDAwLTIuMDM3bC03LjM3Mi03LjQ4NGExLjM5MiAxLjM5MiAwIDAwLTIgLjAwNSAxLjQ2IDEuNDYgMCAwMDAgMi4wMzVsNC45NSA1LjAyNEg4LjM1MmExLjQzOSAxLjQzOSAwIDAwMCAyLjg3OCIgZGF0YS1uYW1lPSJQYXRoIDE4OTk3Ii8+PC9nPjwvc3ZnPg==");
  content: "";
  display: block;
  height: 50px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 15px;
  width: 50px;
}
@media (min-width: 768px) {
  .stepper-teaser::before {
    right: 51px;
    top: 45px;
  }
}
.stepper-teaser h3, .stepper-teaser .h3,
.stepper-teaser h4,
.stepper-teaser .h4 {
  margin-bottom: 12px;
}
.stepper-teaser h3, .stepper-teaser .h3 {
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-color);
  padding-right: 50px;
}
@media screen and (min-width: 768px) {
  .stepper-teaser h3, .stepper-teaser .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .stepper-teaser h3, .stepper-teaser .h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .stepper-teaser {
    padding: 51px 51px 40px;
  }
}
.stepper--fancy .headline-block {
  margin-bottom: -50px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .stepper--fancy .headline-block {
    margin-bottom: 20px;
    padding-top: 45px;
  }
}
.stepper--fancy .stepper-wrapper {
  background-color: #f5f8fb;
  border-radius: 15px;
  margin-bottom: 130px;
}
@media (min-width: 992px) {
  .stepper--fancy .stepper-wrapper {
    border-radius: 20px;
  }
}
.stepper--fancy .row {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -50px;
  margin-bottom: 100px;
  transform: translateY(110px);
}
.stepper--fancy .row .stepper-teaser {
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 68, 135, 0.1);
}
@media (min-width: 768px) {
  .stepper--fancy .row .stepper-teaser {
    padding: 41px 41px 30px;
  }
}
.stepper--fancy .row .stepper-teaser h3, .stepper--fancy .row .stepper-teaser .h3 {
  position: relative;
  background: linear-gradient(180deg, var(--pink-color) 0%, var(--primary-color) 100%);
  padding-right: 0;
  width: 79px;
  height: 79px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 2;
  color: #04122d;
  margin-bottom: 46px;
}
.stepper--fancy .row .stepper-teaser h3::before, .stepper--fancy .row .stepper-teaser .h3::before {
  background: #fff;
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: -1;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .stepper--fancy .row .stepper-teaser h3, .stepper--fancy .row .stepper-teaser .h3 {
    margin-bottom: 36px;
  }
}
.stepper--fancy .row .stepper-teaser::before {
  display: none;
}
@media (min-width: 768px) {
  .stepper--fancy .row {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .stepper--fancy .row {
    padding-left: 45px;
    padding-right: 45px;
    top: 100px;
    position: relative;
    margin-bottom: initial;
    margin-top: -100px;
    transform: translateY(0);
  }
}
.stepper--fancy.bg-gray .headline-block {
  background-color: #fff;
}
.service-block-teaser {
  background-color: #fff;
  box-shadow: 0 3px 23px rgba(0, 68, 135, 0.1);
  display: block;
  padding: 37px 35px;
  position: relative;
}
.service-block-teaser h1, .service-block-teaser .h1 {
  margin-bottom: 29px;
}
.service-block-teaser h3, .service-block-teaser .h3 {
  font-size: 18px;
  line-height: 28px;
  align-items: baseline;
  color: #04122d;
  display: flex;
  margin-bottom: 21px;
}
@media screen and (min-width: 992px) {
  .service-block-teaser h3, .service-block-teaser .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.service-block-teaser h3 svg, .service-block-teaser .h3 svg {
  flex: 0 0 16px;
  margin-right: 10px;
  max-width: 16px;
}
.service-block-teaser p {
  margin-bottom: 55px;
}
.service-block-teaser img {
  bottom: 10px;
  max-width: 82px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 10px;
}
.service-block-teaser .link-arrow {
  bottom: 36px;
  position: absolute;
}
.service-block-teaser,
.service-block-teaser--popular,
.service-block-teaser--home {
  margin-bottom: 30px;
  outline: 1px solid #c8d4e3;
  transition: all 0.3s ease 0s;
}
.service-block-teaser:hover, .service-block-teaser:focus,
.service-block-teaser--popular:hover,
.service-block-teaser--popular:focus,
.service-block-teaser--home:hover,
.service-block-teaser--home:focus {
  box-shadow: 0 3px 23px rgba(0, 68, 135, 0.1);
  color: #4e6177;
  outline-color: transparent;
  transform: translateY(-5px);
}
.service-block-teaser:hover .link-arrow, .service-block-teaser:focus .link-arrow,
.service-block-teaser--popular:hover .link-arrow,
.service-block-teaser--popular:focus .link-arrow,
.service-block-teaser--home:hover .link-arrow,
.service-block-teaser--home:focus .link-arrow {
  color: var(--primary-color);
}
.service-block-teaser:hover .link-arrow::after, .service-block-teaser:focus .link-arrow::after,
.service-block-teaser--popular:hover .link-arrow::after,
.service-block-teaser--popular:focus .link-arrow::after,
.service-block-teaser--home:hover .link-arrow::after,
.service-block-teaser--home:focus .link-arrow::after {
  right: 7px;
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzNhODVlNiIgZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
}
.service-block-teaser--popular {
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 60px;
}
.service-block-teaser--popular h3 svg, .service-block-teaser--popular .h3 svg {
  color: #04122d;
}
.service-block-teaser--popular p {
  margin-bottom: 45px;
}
.service-block-teaser--popular img {
  display: block;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: -50px;
  max-height: 137px;
  max-width: 100%;
  position: absolute;
}
.service-block-teaser--popular .link-arrow {
  bottom: 40px;
  min-height: 28px;
}
.service-block-teaser--popular .link-arrow::after {
  display: inline-block;
}
.service-block-teaser--home {
  outline: 0;
  padding-right: 80px;
}
.service-block-teaser--home img {
  max-width: 90px;
}
@media (min-width: 992px) {
  .service-block-teaser--home {
    padding-right: 190px;
  }
  .service-block-teaser--home img {
    bottom: auto;
    max-width: 140px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .service-block-teaser--home {
    padding-right: 220px;
  }
  .service-block-teaser--home img {
    max-width: 150px;
    right: 30px;
  }
}
@media (min-width: 1400px) {
  .service-block-teaser--home {
    padding-right: 250px;
  }
  .service-block-teaser--home img {
    max-width: 167px;
  }
}
.service-block-teaser--cta {
  align-items: center;
  background-color: #f5f8fb;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: 0;
  text-align: center;
}
.service-block-teaser--cta:hover {
  background-color: #fff;
}
.service-block-slide {
  max-width: 100%;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .service-block-slide {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .service-block-slide {
    max-width: 33.33%;
  }
}
/***********************************************************
* Check-list
************************************************************/
.check-list-section .headline-block .h1 {
  font-size: 28px;
  line-height: 35px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .check-list-section .headline-block .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .check-list-section .headline-block .h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
.check-list-section .headline-block h3, .check-list-section .headline-block .h3 {
  font-size: 15px;
  line-height: 26px;
  color: #4e6177;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .check-list-section .headline-block h3, .check-list-section .headline-block .h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.check-block {
  background-color: #f5f8fb;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding: 30px;
}
.bg-gray .check-block {
  background-color: #fff;
}
.check-block .check-block__headline {
  align-items: center;
  display: flex;
  padding-bottom: 26px;
}
.check-block .check-block__headline h4, .check-block .check-block__headline .h4 {
  margin-bottom: 0;
  padding-left: 15px;
}
.check-block p {
  font-weight: 500;
  margin-top: auto;
  text-align: center;
}
.check-block p .btn {
  min-width: 192px;
  min-width: 192px;
}
@media (min-width: 768px) {
  .check-block p .btn {
    min-width: 150px;
  }
}
.check-block ul {
  margin-bottom: 48px;
}
.check-block ul li {
  margin-bottom: 0;
  padding-bottom: 26px;
  padding-left: 20px;
  position: relative;
}
.check-block ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIuOTEyIDkuMzU5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzRlNjE3NyIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNSAzLjY4MWw0LjI2IDQuMjY2TDEyLjIwMy43MDkiIGRhdGEtbmFtZT0iUGF0aCAxNjk3OCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 12px;
}
@media (min-width: 768px) {
  .check-list-section .headline-block h3, .check-list-section .headline-block .h3 {
    margin-bottom: 30px;
  }
  .check-list-section .check-block {
    margin-bottom: 0;
    min-height: 100%;
  }
  .check-list-section .check-block--teaser {
    margin-bottom: 30px;
    min-height: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .check-list-section .headline-block h3, .check-list-section .headline-block .h3 {
    margin-bottom: 56px;
  }
  .check-list-section .check-block {
    margin-right: 25px;
    padding: 36px 32px;
  }
  .check-list-section .col-md-4:nth-child(3) .check-block {
    margin-right: 0;
  }
}
/**********************************************
* Table Information
***********************************************/
.table--tech-info.table > :not(caption) > * > * {
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .table--tech-info.table > :not(caption) > * > * {
    padding: 20px;
  }
}
.table-info-row td {
  border-width: 0;
  vertical-align: middle;
}
.table-info-row td:first-child {
  max-width: 35%;
  min-width: 100px;
}
.table-info-row:nth-child(odd) {
  background-color: #f5f8fb;
}
.table-info-row:nth-child(odd) td {
  background-color: inherit;
}
.table--with-border .table-info-row tr,
.table--with-border .table-info-row td {
  border-color: #c8d4e3;
  border-width: 1px;
}
.table-info-row__text + .table-info-row__images {
  margin-top: 10px;
}
.table-info-row__text h4, .table-info-row__text .h4 {
  font-weight: 400;
}
.table--with-border .table-info-row__text h4, .table--with-border .table-info-row__text .h4 {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .table--with-border .table-info-row__text h4, .table--with-border .table-info-row__text .h4 {
    font-size: 16px;
    line-height: 28px;
  }
}
.table-info-row__images {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.table-info-row__images .table-info-row__img {
  margin: 5px 10px 5px 0;
}
@media (min-width: 768px) {
  .table-info-row__images .table-info-row__img {
    margin: 0 10px 0 0;
  }
}
.table-info-row__title h4, .table-info-row__title .h4,
.table-info-row__text h4,
.table-info-row__text .h4 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .table-info-row__title h4, .table-info-row__title .h4,
  .table-info-row__text h4,
  .table-info-row__text .h4 {
    font-size: 16px;
    line-height: 28px;
  }
}
.mega-menu-wrapper {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.mega-menu-wrapper .mega-menu-inner {
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.mega-menu-wrapper .sub-menu {
  position: relative;
}
.has-sub--open .mega-menu-wrapper {
  max-height: 4000px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.has-sub--open .mega-menu-wrapper .sub-menu {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .mega-menu-wrapper {
    background-color: rgba(4, 18, 45, 0.7);
    height: 100vh;
    left: 50%;
    max-height: 100%;
    padding-bottom: 40px;
    position: fixed;
    top: 96px;
    transform: translateX(-50%);
  }
  .mega-menu-wrapper .sub-menu::before {
    background-color: #e1e6ea;
    content: "";
    height: 100%;
    left: 233px;
    position: absolute;
    width: 1px;
  }
  .mega-menu-wrapper.mega-menu-wrapper--image .mega-menu-inner {
    max-height: 500px;
  }
  .mega-menu-wrapper .mega-menu-inner {
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(4, 18, 45, 0.08);
    height: 100%;
    max-height: 570px;
    overflow-y: auto;
    padding: 45px 0 110px;
    transform: translateY(-10px);
  }
  .mega-menu-wrapper .mega-menu-inner > .container,
  .mega-menu-wrapper .mega-menu-inner > .container > .sub-menu {
    height: 100%;
  }
  .has-sub--open .mega-menu-wrapper .mega-menu-inner {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .has-sub.has-sub--open > a {
    color: var(--primary-color);
    position: revert-layer;
  }
  .has-sub.has-sub--open > a::before {
    background-color: var(--primary-color);
    bottom: 3px;
    content: "";
    height: 5px;
    left: 20px;
    position: absolute;
    width: calc(100% - 52px);
  }
  .has-sub.has-sub--open .mega-menu-wrapper {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.has-second-sub {
  cursor: pointer;
}
.has-second-sub .has-second-menu-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.has-second-sub .nav-arrow {
  margin-left: 25px;
  position: relative;
  right: auto;
  top: auto;
  transform: rotate(-90deg);
  transition: all 0.3s ease 0s;
}
.mega-menu-wrapper--image .has-second-sub .nav-arrow {
  display: none;
}
.has-second-sub .mega-menu-teaser-wrap {
  cursor: default;
  max-height: 0;
  opacity: 0;
  padding-left: 25px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.has-second-sub .mega-menu-teaser-wrap.mega-menu-teaser-wrap--image {
  display: none;
}
.has-second-sub .mega-menu-teaser-wrap .mega-menu-teaser--icon .mega-menu-teaser__content,
.has-second-sub .mega-menu-teaser-wrap .mega-menu-teaser--icon .mega-menu-teaser__price,
.has-second-sub .mega-menu-teaser-wrap .mega-menu-teaser--icon .mega-menu-teaser__link {
  display: none;
}
.has-second-sub.has-second-sub--open {
  overflow: hidden;
}
.has-second-sub.has-second-sub--open .mega-menu-teaser-wrap {
  background-color: #fff;
  max-height: 5000px;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .has-second-sub .mega-menu-teaser-wrap {
    display: block;
    left: 234px;
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: 435px;
    padding-bottom: 40px;
    padding-left: 35px;
    position: absolute;
    top: 0;
    transform: translateX(10px);
    width: calc(100% - 234px);
    z-index: -1;
  }
  .has-second-sub .mega-menu-teaser-wrap.mega-menu-teaser-wrap--image {
    display: block;
    top: 20px;
  }
  .has-second-sub .mega-menu-teaser-wrap .mega-menu-teaser--icon .mega-menu-teaser__content,
  .has-second-sub .mega-menu-teaser-wrap .mega-menu-teaser--icon .mega-menu-teaser__price,
  .has-second-sub .mega-menu-teaser-wrap .mega-menu-teaser--icon .mega-menu-teaser__link {
    display: block;
  }
  .has-second-sub .has-second-menu-link {
    justify-content: flex-start;
  }
  .has-second-sub .has-second-menu-link .nav-arrow {
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  .has-second-sub.has-second-sub--open .has-second-menu-link {
    color: var(--primary-color);
  }
  .has-second-sub.has-second-sub--open .has-second-menu-link .nav-arrow {
    opacity: 1;
  }
  .has-second-sub.has-second-sub--open .mega-menu-teaser-wrap {
    background-color: #fff;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    z-index: 2;
  }
}
.sub-menu .mega-menu-teaser {
  display: block;
  padding: 10px;
}
.sub-menu .mega-menu-teaser.mega-menu-teaser--icon {
  background-color: #fff;
}
.sub-menu .mega-menu-teaser.mega-menu-teaser--icon .mega-menu-teaser__header p {
  margin-bottom: 0;
}
.sub-menu .mega-menu-teaser.mega-menu-teaser--icon:hover {
  box-shadow: 0 0 10px 0 rgba(4, 18, 45, 0.08);
  color: #04122d;
  position: relative;
  z-index: 99;
}
.sub-menu .mega-menu-teaser.mega-menu-teaser--icon:hover .mega-menu-teaser__link {
  opacity: 1;
}
.sub-menu .mega-menu-teaser.mega-menu-teaser--icon:hover .mega-menu-teaser__link strong {
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .sub-menu .mega-menu-teaser {
    padding: 0 12px;
  }
  .sub-menu .mega-menu-teaser.mega-menu-teaser--icon {
    margin: 0 6px 3px;
    padding: 21px 27px;
  }
  .sub-menu .mega-menu-teaser.mega-menu-teaser--icon .mega-menu-teaser__header p {
    margin-bottom: 15px;
  }
}
.mega-menu-teaser__header p {
  align-items: center;
  display: flex;
}
.mega-menu-teaser__header p svg {
  color: var(--primary-color);
  margin-right: 15px;
  width: 16px;
}
.mega-menu-teaser__header p strong {
  max-width: calc(100% - 31px);
}
.mega-menu-teaser__media {
  background-color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0 10px 0 rgba(4, 18, 45, 0.08);
  display: none;
  height: 178px;
  overflow: hidden;
  text-align: center;
}
.mega-menu-teaser__media img {
  width: 100%;
}
.mega-menu-teaser__media svg {
  width: 50%;
}
@media (min-width: 992px) {
  .mega-menu-teaser__media {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.mega-menu-teaser__content {
  margin-top: 20px;
}
.mega-menu-teaser__content p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .mega-menu-teaser__content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mega-menu-teaser__price {
  padding-top: 25px;
  text-align: center;
}
.mega-menu-teaser__link {
  opacity: 0;
  text-align: right;
  transition: all 0.3s ease 0s;
}
.mega-menu-teaser-wrap__head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.mega-menu-teaser-wrap__head p {
  margin-bottom: 0;
}
.mega-menu-teaser-wrap__head .link {
  color: var(--primary-color);
  display: inline-block;
  padding: 0 40px 0 0;
  width: auto;
}
.breadcrumb-section {
  position: absolute;
  top: 75px;
  width: 100%;
}
@media (min-width: 992px) {
  .breadcrumb-section {
    top: 97px;
  }
}
.breadcrumb-items {
  margin: 0;
}
.breadcrumb-items .breadcrumb-item {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 25px;
}
@media screen and (min-width: 992px) {
  .breadcrumb-items .breadcrumb-item {
    font-size: 15px;
    line-height: 35px;
  }
}
.breadcrumb-items .breadcrumb-item a {
  color: #c8d4e3;
}
.breadcrumb-items .breadcrumb-item a:hover {
  color: #fff;
}
.breadcrumb-items .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-items .breadcrumb-item::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNy41ODEgMTIuMzM3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNS40NiA1LjQ2LTUuNDYgNS40NjMiIGRhdGEtbmFtZT0iUGF0aCAxODYyMCIgb3BhY2l0eT0iLjQiLz48L3N2Zz4=") no-repeat;
  background-position: center center;
  background-size: 7px;
  content: "";
  height: 12px;
  left: auto;
  padding-left: 0;
  right: 6px;
  top: 52%;
  transform: translateY(-50%);
  width: 12px;
}
.breadcrumb-items .breadcrumb-item:last-child::before {
  display: none;
}
/****************************************************************************
 * Price Table
 ***************************************************************************/
.table--price-table {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 10px;
}
.table--price-table .contenttable {
  border: 0;
  width: 100%;
}
.table--price-table > table > tbody > tr > td,
.table--price-table > table > tbody > tr > th,
.table--price-table > table > thead > tr > td,
.table--price-table > table > thead > tr > th {
  padding: 20px;
  vertical-align: middle;
  position: relative;
}
.table--price-table > table > tbody > tr > td:first-child:after, .table--price-table > table > tbody > tr > td:last-child:after,
.table--price-table > table > tbody > tr > th:first-child:after,
.table--price-table > table > tbody > tr > th:last-child:after,
.table--price-table > table > thead > tr > td:first-child:after,
.table--price-table > table > thead > tr > td:last-child:after,
.table--price-table > table > thead > tr > th:first-child:after,
.table--price-table > table > thead > tr > th:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  width: 54px;
  height: 100%;
}
.table--price-table > table > tbody > tr > td:first-child:after,
.table--price-table > table > tbody > tr > th:first-child:after,
.table--price-table > table > thead > tr > td:first-child:after,
.table--price-table > table > thead > tr > th:first-child:after {
  left: -52px;
}
.table--price-table > table > tbody > tr > td:last-child:after,
.table--price-table > table > tbody > tr > th:last-child:after,
.table--price-table > table > thead > tr > td:last-child:after,
.table--price-table > table > thead > tr > th:last-child:after {
  right: -52px;
}
.table--price-table > table > tbody > tr > td[colspan="4"] .table,
.table--price-table > table > tbody > tr > th[colspan="4"] .table,
.table--price-table > table > thead > tr > td[colspan="4"] .table,
.table--price-table > table > thead > tr > th[colspan="4"] .table {
  margin: 0 -20px;
  width: auto;
}
.table--price-table > table > tbody > tr > td:first-child:not([colspan="4"]),
.table--price-table > table > tbody > tr > th:first-child:not([colspan="4"]),
.table--price-table > table > thead > tr > td:first-child:not([colspan="4"]),
.table--price-table > table > thead > tr > th:first-child:not([colspan="4"]) {
  width: 681px;
}
.table--price-table > table > tbody > tr > td:not(:first-child),
.table--price-table > table > tbody > tr > th:not(:first-child),
.table--price-table > table > thead > tr > td:not(:first-child),
.table--price-table > table > thead > tr > th:not(:first-child) {
  min-width: 141px;
  text-align: center;
  white-space: nowrap;
}
.table--price-table > table > thead th {
  font-size: 20px;
  line-height: 28px;
  background-color: #c8d4e3;
  border: 0;
  color: #04122d;
  padding: 17px;
}
@media screen and (min-width: 768px) {
  .table--price-table > table > thead th {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .table--price-table > table > thead th {
    font-size: 28px;
    line-height: 35px;
  }
}
.table--price-table > table > thead th:first-child:after, .table--price-table > table > thead th:last-child:after {
  background-color: #c8d4e3;
}
.table--price-table > table > tbody > tr {
  border: 0;
}
.table--price-table > table > tbody > tr:nth-child(even) {
  background-color: #f5f8fb;
}
.table--price-table > table > tbody > tr:nth-child(even) td:first-child:after,
.table--price-table > table > tbody > tr:nth-child(even) td:last-child:after {
  background-color: #f5f8fb;
}
.table--price-table > table > tbody > tr:nth-child(odd) td:first-child:after,
.table--price-table > table > tbody > tr:nth-child(odd) td:last-child:after {
  background-color: #fff;
}
.table--price-table > table table > tbody > tr {
  border: 0;
}
.table--price-table > table table > tbody > tr td {
  padding: 5px 20px;
  vertical-align: middle;
}
.table--price-table > table table > tbody > tr td:first-child:not([colspan="4"]) {
  min-width: 300px;
  width: 681px;
}
.table--price-table > table table > tbody > tr td:not(:first-child) {
  min-width: 141px;
  text-align: center;
  white-space: nowrap;
}
.table--price-table.table > :not(caption) > * > * {
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .table--price-table {
    overflow: hidden;
    padding: 0 34px;
  }
}
.price-packages {
  background-color: #f5f8fb;
  margin-bottom: 72px;
  min-height: calc(100% - 72px);
  padding: 35px 30px;
  transition: all 0.3s linear;
}
.bg-gray .price-packages {
  background-color: #fff;
}
.price-packages__header {
  text-align: center;
}
.price-packages__header .h2 {
  margin-bottom: 35px;
}
.price-packages ul li {
  padding-bottom: 16px;
}
.price-packages:hover {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
}
.price-packages .btn strong {
  color: #fff;
}
/*******************************************************************************
* Standard Report Block
*******************************************************************************/
.standard-report-block {
  background-color: #f5f8fb;
  border: 1px solid #c8d4e3;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px 20px;
}
.standard-report__image {
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 68, 135, 0.1);
  display: inline-flex;
  padding: 18px 15px;
}
@media (min-width: 992px) {
  .standard-report-block {
    padding: 25px 36px;
  }
}
.service-hero-section {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  justify-content: center;
  padding: 120px 0 60px;
  position: relative;
  width: 100%;
}
.service-hero-section h1, .service-hero-section .h1 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-hero-section h1, .service-hero-section .h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (min-width: 992px) {
  .service-hero-section h1, .service-hero-section .h1 {
    font-size: 70px;
    line-height: 99px;
  }
}
.service-hero-section::before {
  background: linear-gradient(0deg, #f5f8fb 0%, white 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .service-hero-section {
    padding: 130px 0 90px;
  }
}
@media (min-width: 992px) {
  .service-hero-section {
    background-size: auto;
    padding: 140px 0 90px;
  }
}
.sidebar-links {
  margin-top: 25px;
}
.sidebar-links > li {
  margin-bottom: 23px;
}
.sidebar-links .sidebar-link {
  font-size: 17px;
  line-height: 26px;
  align-items: center;
  color: #04122d;
  display: inline-flex;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sidebar-links .sidebar-link {
    font-size: 18px;
    line-height: 28px;
  }
}
.sidebar-links .sidebar-link span {
  align-items: center;
  color: #c8d4e3;
  display: flex;
  flex: 0 0 30px;
  justify-content: center;
  margin-left: 10px;
  max-width: 30px;
}
.sidebar-submenu {
  margin-top: 18px;
  padding-left: 0;
}
.sidebar-submenu > li {
  margin-bottom: 18px;
}
.sidebar-submenu a {
  color: #4e6177;
}
.sidebar-submenu a:hover {
  color: var(--primary-color);
}
.sidebar-submenu > .active a {
  color: #04122d;
  text-decoration: underline;
}
.service-list-sidebar {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .service-list-sidebar {
    border-right: 2px solid #c8d4e3;
    margin-bottom: 0;
    max-width: 310px;
    padding-right: 40px;
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .service-list-sidebar {
    max-width: 332px;
    padding-right: 60px;
  }
}
.sidebar-has-sub ul {
  display: none;
}
.sidebar-has-sub.active--menu > .sidebar-link {
  color: var(--primary-color);
}
.sidebar-has-sub.active--menu > .sidebar-link span {
  color: var(--primary-color);
  transform: rotate(90deg);
}
.sidebar-has-sub.active--menu ul {
  display: block;
  opacity: 1;
}
.service-list-item {
  background-color: #f5f8fb;
  border: 1px solid #c8d4e3;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  scroll-margin-top: 155px;
  transition: all 0.3s ease-in-out 0s;
}
.service-list-item.active--item, .service-list-item:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  color: #4e6177;
}
@media (min-width: 576px) {
  .service-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.service-list-item__image {
  padding: 28px 28px 10px;
}
.service-list-item__image img {
  width: 100%;
}
@media (min-width: 576px) {
  .service-list-item__image {
    flex: 0 0 38%;
    max-width: 38%;
    padding: 25px 10px 25px 25px;
  }
}
@media (min-width: 768px) {
  .service-list-item__image {
    padding: 30px 25px 30px 40px;
  }
}
.service-list-item__content {
  padding: 25px;
}
.service-list-item__content h3, .service-list-item__content .h3 {
  margin-bottom: 20px;
}
.service-list-item__content .link {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .service-list-item__content {
    flex: 0 0 62%;
    max-width: 62%;
    padding: 30px 25px;
  }
}
@media (min-width: 768px) {
  .service-list-item__content {
    padding: 50px 28px 50px 25px;
  }
  .service-list-item__content h3, .service-list-item__content .h3 {
    margin-bottom: 30px;
  }
}
/************************************************************
* Roadmap
************************************************************/
.roadmap-modal {
  position: absolute;
}
.roadmap-modal .roadmap-modal__header {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e6ea;
  display: flex;
  min-height: 70px;
  overflow-x: hidden;
  padding: 10px 20px;
  position: fixed;
  text-align: center;
  width: 90%;
  z-index: 4;
}
.roadmap-modal .roadmap-modal__header svg {
  margin-left: 20px;
  margin-right: 20px;
}
.roadmap-modal .roadmap-modal__header img {
  max-width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.roadmap-modal .roadmap-modal__header h2, .roadmap-modal .roadmap-modal__header .h2 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 12px;
}
@media screen and (min-width: 992px) {
  .roadmap-modal .roadmap-modal__header h2, .roadmap-modal .roadmap-modal__header .h2 {
    font-size: 16px;
    line-height: 28px;
  }
}
.roadmap-modal .is-close-btn {
  opacity: 0 !important;
  top: 0 !important;
}
.roadmap-modal.fancybox__content {
  height: 100%;
  overflow-x: auto;
  width: 90%;
}
.roadmap-modal-content {
  margin: 67px 0;
}
.roadmap-modal-content .roadmap-modal-content__headline {
  align-items: center;
  background: #f2f5f7;
  border-bottom: 1px dotted #c8d4e3;
  display: flex;
  height: 60px;
  margin: 0 -14px;
  min-height: 46px;
  padding: 0 20px;
  position: sticky;
  top: 70px;
}
.roadmap-modal-content .roadmap-modal-content__headline h3, .roadmap-modal-content .roadmap-modal-content__headline .h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.roadmap-modal-content .roadmap-modal-popup {
  display: block;
  margin: 12px 0;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__title {
  padding-bottom: 10px;
  padding-top: 10px;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(63, 71, 79, 0.15) 0 1px 2px;
  margin: 0;
  transform: none;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail svg {
  max-height: 15px;
  max-width: 16px;
  width: 100%;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail img {
  border-radius: 4px;
  max-width: 335px;
  min-height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail h4, .roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail .h4 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail span {
  font-size: 12px;
  line-height: 15px;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail h4, .roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail .h4,
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail .roadmap-modal-popup__post {
  padding: 10px 12px;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail .roadmap-modal-popup__post {
  align-items: center;
  display: flex;
  padding: 5px 12px 17px;
}
.roadmap-modal-content .roadmap-modal-popup .roadmap-modal-popup__detail .roadmap-modal-popup__post span {
  margin-bottom: 0;
  padding-left: 8px;
}
.roadmap-modal-content .roadmap-modal-popup:hover .roadmap-modal-popup__detail {
  box-shadow: rgba(63, 71, 79, 0.15) 0 4px 10px;
}
.roadmap-modal-content:hover span {
  color: #4e6177;
}
.roadmap-modal-content:hover a {
  color: #000;
  transition: none;
}
.roadmap-modal.fancybox__content {
  cursor: pointer !important;
  padding: 0;
}
.modal.roadmap-popup {
  background: rgba(48, 54, 60, 0.4);
}
.modal-dialog.roadmap-dailog {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding: 50px;
  width: 100%;
}
.modal-dialog.roadmap-dailog .btn-close.btn-close-roadmap {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-dialog.roadmap-dailog .roadmap-modal-loader {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.roadmap-modal-teaser {
  border-radius: 6px;
  height: 100%;
  min-height: calc(50vh - 15px);
  overflow-y: auto;
}
.roadmap-modal-teaser img {
  margin-bottom: 20px;
}
.roadmap-modal-teaser .roadmap-modal-teaser-content {
  padding: 22px 40px;
}
.roadmap-modal-teaser .roadmap-modal-teaser__icon {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.roadmap-modal-teaser svg {
  height: 15px;
  width: 16px;
}
.roadmap-modal-teaser span {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  padding-left: 12px;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail {
  padding-top: 20px;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail p a {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  text-decoration: underline;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail .lead {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail a {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: underline;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail a:hover {
  text-decoration: underline;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail h4, .roadmap-modal-teaser .roadmap-modal-teaser__detail .h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .roadmap-modal-teaser .roadmap-modal-teaser__detail h4, .roadmap-modal-teaser .roadmap-modal-teaser__detail .h4 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .roadmap-modal-teaser .roadmap-modal-teaser__detail h4, .roadmap-modal-teaser .roadmap-modal-teaser__detail .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail ul li input {
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  width: 20px;
}
.roadmap-modal-teaser .roadmap-modal-teaser__detail ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIuOTEyIDkuMzU5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA0MTIyZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNSAzLjY4MWw0LjI2IDQuMjY2TDEyLjIwMy43MDkiIGRhdGEtbmFtZT0iUGF0aCAxNjk3OCIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  content: "";
  display: block;
  height: 8px;
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.roadmap-modal .row {
  background-color: #f2f5f7;
  flex-wrap: nowrap !important;
  margin: 5px;
  width: 100%;
}
.roadmap-modal .row > [class*=col] {
  border-right: 1px dotted #c8d4e3;
  flex: none;
  max-width: 335px;
}
@media (min-width: 1400px) {
  .roadmap-modal.fancybox__content {
    height: 90%;
  }
  .roadmap-modal .row {
    flex-wrap: nowrap !important;
    margin: 2px;
  }
  .roadmap-modal .row > [class*=col] {
    flex: 1 0 0% !important;
    max-width: 100%;
  }
  .roadmap-modal .is-close-btn {
    align-items: center;
    background-color: transparent;
    display: flex;
    min-height: 46px;
    opacity: 1 !important;
    position: fixed !important;
    top: -7px;
    width: 13%;
    z-index: 4;
  }
  .roadmap-modal .is-close-btn:hover {
    background-color: transparent;
  }
  .roadmap-modal-content .roadmap-modal-content__detail img {
    max-width: 355px;
    width: 100%;
  }
}
.tbl-item .contenttable {
  border-color: #e1e6ea;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.tbl-item .contenttable > :not(caption) > * > * {
  background-color: transparent;
  border: 1px solid #e1e6ea;
  box-shadow: none;
  color: #4e6177;
  padding: 15px;
}
.tbl-item .contenttable th {
  white-space: nowrap;
}
.tbl-item .contenttable td p,
.tbl-item .contenttable th p {
  margin-bottom: 0;
}
.tbl-item .contenttable tbody tr:nth-child(odd) {
  background-color: #f5f8fb;
}
/***********************************************************
*  Header Resource Menu
************************************************************/
.mega-menu-content-teaser {
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  padding-bottom: 26px;
  position: relative;
}
.mega-menu-content-teaser .link {
  bottom: 0;
  left: 0;
  position: absolute;
}
.mega-menu-content-teaser__header p {
  padding-left: 38px;
  position: relative;
}
.mega-menu-content-teaser__header p svg {
  left: 0;
  position: absolute;
  top: 2px;
}
.header-contact-details .contact-teaser__phone {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}
.header-contact-details .contact-teaser__phone svg {
  height: 19px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 19px;
}
.mega-menu-content-teaser-link {
  bottom: 10px;
}
.mega-menu-content-teaser-link ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.mega-menu-content-teaser-link ul a {
  font-size: 17px;
  line-height: 26px;
  color: #04122d;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .mega-menu-content-teaser-link ul a {
    font-size: 18px;
    line-height: 28px;
  }
}
.mega-menu-content-teaser-link ul a:hover {
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .mega-menu-content-teaser-link {
    position: absolute;
  }
  .mega-menu-content-teaser-link ul {
    gap: 20px 48px;
  }
}
.mega-menu-content-teaser-wrap {
  min-height: 100%;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .mega-menu-content-teaser-wrap {
    padding-bottom: 70px;
  }
}
/****************************************************************************
 * Two Column Icon Text Teaser
 ***************************************************************************/
.content-left {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .content-left {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .content-left {
    margin-bottom: 0;
  }
  .content-left h1, .content-left .h1,
  .content-left h2,
  .content-left .h2,
  .content-left h3,
  .content-left .h3,
  .content-left h4,
  .content-left .h4,
  .content-left p {
    margin-bottom: 1.8rem;
  }
}
.icon-teaser-block {
  transition: all 0.2s ease 0s;
  background-color: #f5f8fb;
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 1rem;
}
.icon-teaser-block:hover {
  box-shadow: 0 0.5rem 1rem rgba(4, 18, 45, 0.1);
}
.icon-teaser-block:last-child {
  margin-bottom: 0;
}
.icon-teaser-block__icon {
  display: inline-block;
  margin-bottom: 1rem;
}
.icon-teaser-block__icon svg {
  max-height: 3.2rem;
  max-width: 3.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .icon-teaser-block__icon {
    margin-bottom: 1.8rem;
  }
}
.bg-gray .icon-teaser-block {
  background-color: #fff;
}
@media (min-width: 576px) {
  .icon-teaser-block {
    padding: 1.8rem 1.8rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .icon-teaser-block {
    padding: 2rem 2.3rem 1.5rem;
  }
}
.check-typo3-teaser {
  background-color: #f5f8fb;
  padding: 30px;
}
@media (min-width: 768px) {
  .check-typo3-teaser {
    padding: 50px 60px;
  }
}
@media (min-width: 1200px) {
  .check-typo3-teaser {
    padding: 77px 100px;
  }
}
.check-typo3-teaser__form .form-control {
  font-size: 18px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid transparent;
  margin-bottom: 30px;
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .check-typo3-teaser__form .form-control {
    font-size: 22px;
    line-height: 28px;
  }
}
.check-typo3-teaser__form .form-control::-moz-placeholder {
  color: #4e6177;
}
.check-typo3-teaser__form .form-control::placeholder {
  color: #4e6177;
}
.check-typo3-teaser__form .form-message {
  align-items: center;
  color: #38c77f;
  display: flex;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-left: 40px;
  position: relative;
}
.check-typo3-teaser__form .form-message span {
  padding-left: 5px;
}
.check-typo3-teaser__form .form-message svg {
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: -1px;
}
.check-typo3-teaser__form .form-message,
.check-typo3-teaser__form .form-success-message,
.check-typo3-teaser__form .form-error-message,
.check-typo3-teaser__form .form-typo3-message,
.check-typo3-teaser__form .form-custom-error-msg {
  display: none;
}
.check-typo3-teaser__form.form-check-version .error,
.check-typo3-teaser__form.form-check-version .form-typo3-message {
  display: block;
}
.check-typo3-teaser__form.form-check-version .form-message {
  color: #dd4967;
  padding-left: 0;
}
.check-typo3-teaser__form.form-success .success,
.check-typo3-teaser__form.form-success .form-success-message {
  display: block;
}
.check-typo3-teaser__form.form-error .form-error-message {
  display: block;
}
.check-typo3-teaser__form.custom-error-msg .form-custom-error-msg {
  color: #dd4967;
  display: block;
}
@media (min-width: 992px) {
  .check-typo3-teaser__form .form-control {
    margin-bottom: 40px;
  }
  .check-typo3-teaser__form .form-message {
    margin-top: 40px;
  }
}
.btn--check-version {
  position: relative;
}
.btn--check-version::after,
.btn--check-version svg {
  pointer-events: none;
}
.btn--check-version svg {
  height: calc(100% - 10px);
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.btn--check-version.btn--checking-version::after {
  opacity: 0;
}
.btn--check-version.btn--checking-version svg {
  opacity: 1;
}
/**************************************************************
* Serach
***************************************************************/
.tx-kesearch-pi1 {
  max-width: 1030px;
  margin: auto auto 20px;
}
.tx-kesearch-pi1 .kesearch_searchbox {
  display: flex;
  margin: 0 auto;
  max-width: 670px;
}
.tx-kesearch-pi1 #kesearch_results {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.tx-kesearch-pi1 #kesearch_results * {
  font-family: inherit;
}
.tx-kesearch-pi1 #kesearch_results .kesearch_results {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .tx-kesearch-pi1 #kesearch_results .kesearch_results {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 #kesearch_results .kesearch_results {
    margin-top: 40px;
  }
}
.tx-kesearch-pi1 #kesearch_results .result-category {
  margin-bottom: 5px;
}
.tx-kesearch-pi1 #kesearch_results .result-category .category {
  background-color: #c8d4e3;
  padding: 3px 10px;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 #kesearch_results .result-category .category {
    padding: 3px 15px;
  }
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
  font-size: 20px;
  line-height: 28px;
  color: #04122d;
  font-family: "visby";
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
    font-size: 28px;
    line-height: 35px;
  }
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title .hit {
  color: var(--primary-color);
}
.tx-kesearch-pi1 #kesearch_results .result-list-item a:hover .hit {
  color: var(--primary-color);
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
  color: #4e6177;
  font-weight: 400;
  padding-top: 5px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser .hit {
  color: var(--primary-color);
  font-weight: 400;
}
@media (min-width: 768px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item {
    padding-left: 30px;
  }
}
.tx-kesearch-pi1 h3, .tx-kesearch-pi1 .h3 {
  color: var(--primary-color);
  font-family: "visby";
  font-weight: 700;
}
.tx-kesearch-pi1 .kesearchbox {
  margin-bottom: 0;
  height: auto;
  width: 100%;
  border: 1px solid #c8d4e3;
}
.tx-kesearch-pi1 .kesearchbox input.custom-select::-moz-placeholder {
  color: #4e6177;
  font-weight: 500;
}
.tx-kesearch-pi1 .kesearchbox input.custom-select::placeholder {
  color: #4e6177;
  font-weight: 500;
}
.tx-kesearch-pi1 .kesearchbox .ts-control {
  border-radius: 0;
  padding: 10px 15px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media (min-width: 992px) {
  .tx-kesearch-pi1 .kesearchbox .ts-control {
    padding: 12px 17px 12px 30px;
  }
}
.tx-kesearch-pi1 .kesearchbox .clear-button {
  font-size: 20px;
  line-height: 28px;
  color: #4e6177;
  right: 28px;
  top: 18px;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .tx-kesearch-pi1 .kesearchbox .clear-button {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .tx-kesearch-pi1 .kesearchbox .clear-button {
    font-size: 28px;
    line-height: 35px;
  }
}
.tx-kesearch-pi1 .kesearchbox .clear-button:hover {
  color: #04122d;
}
.tx-kesearch-pi1 .kesearchbox .clear-search {
  color: #4e6177;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tx-kesearch-pi1 .kesearchbox .has-items + .clear-search,
.tx-kesearch-pi1 .kesearchbox .has-items .clear-button {
  opacity: 1;
}
.tx-kesearch-pi1 .kesearchbox .has-items + .clear-search {
  opacity: 0;
}
@media (min-width: 992px) {
  .tx-kesearch-pi1 .kesearchbox .has-items + .clear-search {
    opacity: 1;
  }
}
.tx-kesearch-pi1 .kesearchbox input {
  position: initial !important;
  border-color: transparent;
  border-radius: 0;
  padding: 12px 40px 8px 23px !important;
  padding-bottom: 19px;
  padding-top: 19px;
  box-shadow: none !important;
  width: 100% !important;
}
.tx-kesearch-pi1 .kesearchbox input:hover, .tx-kesearch-pi1 .kesearchbox input:focus {
  box-shadow: none !important;
  border-color: transparent !important;
}
.tx-kesearch-pi1 .btn-search {
  border: transparent;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  min-width: 59px;
  padding: 9px 16px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.tx-kesearch-pi1 .btn-search:hover, .tx-kesearch-pi1 .btn-search:focus {
  background-color: #002D71;
  outline: none;
  outline: transparent;
}
.tx-kesearch-pi1 .btn-search::before {
  background-repeat: no-repeat;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMCIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMS43NDIgMTAuMzQ0YTYuNSA2LjUgMCAxMC0xLjM5NyAxLjM5OGgtLjAwMWMuMDMuMDQuMDYyLjA3OC4wOTguMTE1bDMuODUgMy44NWExIDEgMCAwMDEuNDE1LTEuNDE0bC0zLjg1LTMuODVhMS4wMDcgMS4wMDcgMCAwMC0uMTE1LS4xek0xMiA2LjVhNS41IDUuNSAwIDExLTExIDAgNS41IDUuNSAwIDAxMTEgMHoiLz48L3N2Zz4=");
  content: "";
  height: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
}
@media (min-width: 992px) {
  .tx-kesearch-pi1 {
    margin-bottom: 36px;
  }
}
.checkbox-wrap .custom-checkbox {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}
.checkbox-wrap .custom-checkbox .checkbox {
  cursor: pointer;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.checkbox-wrap .custom-checkbox:not(.checkbox-wrap .custom-checkbox:last-child) {
  margin-right: 20px;
}
.checkbox-wrap .custom-checkbox .checkmark-checkbox {
  border: 1px solid #c8d4e3;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  transform: translateY(-50%);
}
.checkbox-wrap .custom-checkbox .checkmark-checkbox::after {
  content: "";
  display: none;
  position: absolute;
}
.checkbox-wrap .custom-checkbox .form-checkbox-input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.checkbox-wrap .custom-checkbox input:checked ~ .checkmark-checkbox {
  background-color: var(--primary-color);
  border: transparent;
}
.checkbox-wrap .custom-checkbox input:checked ~ .checkmark-checkbox::after {
  display: block;
}
.checkbox-wrap .custom-checkbox .checkmark-checkbox::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 10px;
  left: 7px;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}
.kesearch_pagebrowser {
  margin-top: 25px;
  margin-bottom: 20px;
}
.kesearch_pagebrowser .pagination {
  display: inline-block;
}
.kesearch_pagebrowser .pagination .pagination-item {
  margin: 5px;
  padding: 0;
}
.kesearch_pagebrowser .pagination .pagination-item.disabled {
  display: none;
}
.kesearch_pagebrowser .pagination .pagination-item:first-child .pagination-link, .kesearch_pagebrowser .pagination .pagination-item:last-child .pagination-link {
  background-color: #4e6177;
  border: transparent;
}
.kesearch_pagebrowser .pagination .pagination-item.active .pagination-link {
  background-color: #04122d;
  box-shadow: none;
  border: transparent;
  color: #fff;
}
.kesearch_pagebrowser .pagination .pagination-item .pagination-link {
  align-items: center;
  border: 1px solid #c8d4e3;
  border-radius: 0;
  background-color: #f5f8fb;
  color: #000;
  display: flex;
  height: 33px;
  justify-content: center;
  padding: 0;
  width: 33px;
}
.kesearch_pagebrowser .pagination .pagination-item .pagination-link.page-link.prev, .kesearch_pagebrowser .pagination .pagination-item .pagination-link.page-link.next {
  background-color: #4e6177;
  border-color: #4e6177;
  color: #fff;
}
@media (min-width: 992px) {
  .kesearch_pagebrowser .pagination .pagination-item .pagination-link {
    height: 43px;
    width: 43px;
  }
}
@media (min-width: 768px) {
  .kesearch_pagebrowser {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
.ts-wrapper:not(.form-control, .form-select).single .ts-control {
  background-image: none;
  border-color: #c8d4e3;
  box-shadow: none;
  display: flex;
  flex-wrap: nowrap;
  min-height: 48px;
}
.ts-wrapper:not(.form-control, .form-select).single .ts-control .item {
  white-space: nowrap;
}
.custom-select .ts-dropdown {
  border-radius: 0;
  border: transparent;
  margin-top: 0;
  width: 100%;
}
.custom-select .ts-dropdown .ts-dropdown-content {
  display: none !important;
  max-height: 225px;
  padding: 15px 12px 38px 12px;
  scrollbar-width: none;
}
.custom-select .ts-dropdown .ts-dropdown-content .option {
  color: #4e6177;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  position: relative;
  padding: 5px 10px 5px 28px;
}
.custom-select .ts-dropdown .ts-dropdown-content .option:hover {
  background-color: #f5f8fb;
}
.custom-select .ts-dropdown .ts-dropdown-content .option::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUgMTUuMDAzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiM0ZTYxNzciIGQ9Ik0xNC40MzggMTVhLjU1OC41NTggMCAwMS0uNC0uMTY1bC0zLjI0Ny0zLjI0Ny0uMjU2LjJhNi41NTcgNi41NTcgMCAxMTEuMjQ3LTEuMjQ3bC0uMi4yNTcgMy4yNDcgMy4yNDdhLjU2Mi41NjIgMCAwMS0uNC45NTl6TTYuNTc3IDEuMTU0YTUuNDI0IDUuNDI0IDAgMTAzLjgzNSAxLjU4OCA1LjM4OSA1LjM4OSAwIDAwLTMuODM3LTEuNTg1eiIgZGF0YS1uYW1lPSJQYXRoIDE5MTUxIi8+PC9zdmc+");
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 15px;
}
@media (min-width: 576px) {
  .custom-select .ts-dropdown .ts-dropdown-content .option::before {
    left: 18px;
  }
}
.custom-select .ts-dropdown .ts-dropdown-content .option .highlight {
  background-color: transparent;
  color: #04122d;
  font-weight: 700;
}
@media (min-width: 576px) {
  .custom-select .ts-dropdown .ts-dropdown-content .option {
    padding: 5px 10px 5px 41px;
  }
}
@media (min-width: 992px) {
  .custom-select .ts-dropdown {
    width: calc(100% + 59px);
  }
}
.kesearch_searchbox .custom-dropdown {
  font-size: 15px;
  line-height: 26px;
  border: 1px solid #c8d4e3;
  border-right-color: transparent;
  background: #fff;
  cursor: pointer;
  display: none;
  font-family: "visby";
  font-weight: 700;
  min-width: 30%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .kesearch_searchbox .custom-dropdown {
    font-size: 16px;
    line-height: 28px;
  }
}
.kesearch_searchbox .custom-dropdown::before, .kesearch_searchbox .custom-dropdown::after {
  background-color: #c8d4e3;
  content: "";
  height: calc(100% - 16px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0;
}
.kesearch_searchbox .custom-dropdown::after {
  background-color: #000;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYuOTE0IDkuODcxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNy43NSA3Ljc1IDcuNzUtNy43NSIgZGF0YS1uYW1lPSJQYXRoIDE5NTEwIi8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYuOTE0IDkuODcxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwNy43MDdsNy43NSA3Ljc1IDcuNzUtNy43NSIgZGF0YS1uYW1lPSJQYXRoIDE5NTEwIi8+PC9zdmc+");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 20px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  pointer-events: none;
  right: 13px;
  width: 20px;
}
.kesearch_searchbox .custom-dropdown .custom-dropdown__value {
  padding: 12px 23px 8px 22px;
}
.kesearch_searchbox .custom-dropdown .custom-dropdown__list {
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: #4e6177;
  left: 0;
  opacity: 0;
  padding: 10px 22px 10px 12px;
  pointer-events: none;
  position: absolute;
  top: 49px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.kesearch_searchbox .custom-dropdown .custom-dropdown__list .custom-dropdown__item {
  font-size: 15px;
  line-height: 26px;
  color: #04122d;
  cursor: pointer;
  padding: 6px 10px 4px;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 992px) {
  .kesearch_searchbox .custom-dropdown .custom-dropdown__list .custom-dropdown__item {
    font-size: 16px;
    line-height: 28px;
  }
}
.kesearch_searchbox .custom-dropdown .custom-dropdown__list .custom-dropdown__item.active-item {
  color: #04122d;
}
.kesearch_searchbox .custom-dropdown .custom-dropdown__list .custom-dropdown__item:hover {
  background-color: #f5f8fb;
}
.kesearch_searchbox .custom-dropdown .custom-dropdown__list {
  opacity: 0;
}
.kesearch_searchbox .custom-dropdown.custom-dropdown--show .custom-dropdown__list {
  opacity: 1;
  pointer-events: all;
}
.kesearch_searchbox .custom-dropdown.custom-dropdown--show::after {
  transform: rotate(180deg) translateY(50%);
}
@media (min-width: 576px) {
  .kesearch_searchbox .custom-dropdown {
    display: block;
  }
}
/****************************************************************************
* Popup Contact Support
***************************************************************************/
.contact-support__icon {
  background: #04122d;
  border-radius: 50px;
  bottom: 25px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 25px;
  width: 50px;
  z-index: 9999;
}
.contact-support__icon::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzUgNzUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlLXdpZHRoPSIwIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDc1djc1SDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjYzIDMwLjVjMC0uOTUuNTYtMS43NyAxLjM3LTIuMTYuMzUtNy42OSA2LjcyLTEzLjg1IDE0LjUtMTMuODVTNTEuNjUgMjAuNjUgNTIgMjguMzRhMi40IDIuNCAwIDAxMS4zNyAyLjE2djQuNzljMCAxLjMzLTEuMDcgMi40LTIuNCAyLjRoLS4xMmMtLjQ3IDAtLjkxLS4xNC0xLjI4LS4zOS0xLjYxIDEuMTktMy45MyAyLjAyLTYuNiAyLjIxLS4yNS40Ni0uNy43Ny0xLjI2Ljc3SDM5LjhjLS43OSAwLTEuNDQtLjY1LTEuNDQtMS40NHMuNjUtMS40NCAxLjQ0LTEuNDRoMS45MWMuNTEgMCAuOTUuMjYgMS4yMS42NSAyLjI4LS4xOSA0LjMyLS45MSA1LjcyLTEuOTEtLjExLS4yOC0uMTgtLjU4LS4xOC0uOXYtNC43OWMwLS45NS41NC0xLjc2IDEuMzMtMi4xNC0uMzMtNi40OC01LjcyLTExLjY1LTEyLjI5LTExLjY1cy0xMS45MyA1LjE2LTEyLjI5IDExLjY1Yy43OS4zOSAxLjMzIDEuMjEgMS4zMyAyLjE0djQuNzljMCAxLjMzLTEuMDcgMi40LTIuNCAyLjRoLS4xMmMtMS4zMiAwLTIuMzktMS4wNy0yLjM5LTIuNHYtNC43OS4wNHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNTUgNTYuMDNjLTEuNjMgNC4yNS0xMS44MSA0LjQ4LTE3LjQ2IDQuNDgtMy4xMiAwLTYuOTMtLjA1LTEwLjMtLjY3LTMuOTMtLjcyLTguNjktMi4zLTcuMjgtNy40OS42My0yLjM1IDMuNDYtNC4wNSA2LjA0LTUuNDguNzUtLjQyIDIuMzMtMS4zMiAzLjgxLTEuOSAxLjI1LS40OSAyLjk4LS45NSAzLjE0LTIuNTguMTQtMS4zNy0uNzQtMi4xMS0xLjU2LTMuMjUtMS45LTIuNjEtMy42OS02LjE2LTMuMzUtMTAuOTcuMzItNC43MiAzLjI1LTguMzkgOC4xOC04Ljk1IDYuNzYtLjc3IDExLjQ4IDMuNzIgMTAuODYgMTEuNDEtLjE0IDEuNzktLjc5IDMuODgtMS42MyA1LjYzLS42My4xOS0xLjMyLjM1LTIuMDIuNDQtLjQ3LS4zOS0xLjA3LS42LTEuNy0uNmgtMS45MWMtMS41MyAwLTIuNzYgMS4yMy0yLjc2IDIuNzZzMS4yMyAyLjc2IDIuNzYgMi43NmgxLjkxYy4xOSAwIC4zNy0uMDIuNTQtLjA1LS4xMS40Ny0uMTIuOTcgMCAxLjQ3LjM5IDEuNDQgMy41NiAyLjMgNC43IDIuNzkgMi45MyAxLjI4IDcuMDQgMy4yMSA4LjA2IDYuMjcuMjYuNzkuNDcgMi43MiAwIDMuOTFsLS4wMi4wMnoiLz48L2c+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  content: "";
  height: 40px;
  left: 48%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.contact-support__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-support-wrapper {
  background-color: #f5f8fb;
  bottom: 75px;
  margin-left: 10px;
  max-width: 450px;
  opacity: 0;
  padding: 35px 20px 25px;
  pointer-events: none;
  position: fixed;
  right: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.contact-support-wrapper .contact-support-close {
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 18px;
}
.contact-support-wrapper .contact-support__content .contact-support__content-msg,
.contact-support-wrapper .contact-support__content .contact-support__content-form,
.contact-support-wrapper .contact-support__content .contact-support__content-email,
.contact-support-wrapper .contact-support__content .contact-support__content-call {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 10px;
  display: flex;
}
.contact-support-wrapper .contact-support__content .contact-support__content-msg svg,
.contact-support-wrapper .contact-support__content .contact-support__content-form svg,
.contact-support-wrapper .contact-support__content .contact-support__content-email svg,
.contact-support-wrapper .contact-support__content .contact-support__content-call svg {
  padding-right: 10px;
}
.contact-support-wrapper .contact-support__content a {
  display: inline-block;
}
.contact-support-wrapper .contact-support__footer {
  padding-top: 10px;
  text-align: end;
}
.contact-support-wrapper .contact-support__footer p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.contact-support-wrapper .contact-support__content-call span:last-of-type {
  font-size: 12px;
  line-height: 15px;
  color: #c8d4e3;
  display: block;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .contact-support-wrapper .contact-support__content-call span:last-of-type {
    display: inline;
    padding-right: 0;
  }
}
.contact-support-wrapper .contact-support__content-call span a {
  display: inline;
}
@media (min-width: 768px) {
  .contact-support-wrapper .contact-support__content-call .contact-support__content-call-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-support-wrapper .contact-support__content-call {
    align-items: center;
    align-items: center;
    display: flex;
    width: 100%;
  }
}
.contact-support-wrapper a {
  color: var(--primary-color);
  transition: all 0.3s ease 0s;
}
.contact-support-wrapper a:hover {
  color: #04122d;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-height: 590px) and (orientation: landscape) {
  .contact-support-wrapper.contact-support-wrapper--de {
    bottom: 10px;
    min-width: 552px;
    overflow: auto;
    scrollbar-width: thin;
    top: 10px;
  }
}
@media (min-width: 768px) {
  .contact-support-wrapper.contact-support-wrapper--de {
    min-width: 552px;
  }
}
@media (min-width: 768px) {
  .contact-support-wrapper {
    min-width: 520px;
    padding: 50px 25px 30px;
    bottom: 60px;
    margin-left: 0;
    right: 75px;
  }
}
@media only screen and (max-height: 510px) and (orientation: landscape) {
  .contact-support-wrapper {
    bottom: 10px;
    overflow: auto;
    scrollbar-width: thin;
    top: 10px;
  }
}
.contact-support::before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: -1;
}
.contact-support.contact-support--popup::before {
  opacity: 1;
  z-index: 9999;
  transition: all 0.4s ease 0s;
}
.contact-support.contact-support--popup .contact-support-wrapper {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}
/*******************************************************************************
* Product Hero Banner
*******************************************************************************/
.product-detail-page--header-banner .breadcrumb-section {
  opacity: 0;
  pointer-events: none;
}
.product-detail-page--header-banner .product-banner .product-banner__header {
  position: relative;
  display: inline-block;
  padding-top: 50px;
}
.product-detail-page--header-banner .product-banner .product-banner__header::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTIuMDM5IDg1LjU3NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuNSIgeDI9Ii41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2NiMzM4NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhODVlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIHN0cm9rZT0icmdiYSgwLDAsMCwwKSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNzk2MS41MTggMjMxMTQuOTg4bC01Ljg2NS05LjA2MmEyMi44OTQgMjIuODk0IDAgMDAtMjUuNjkxLTkuNTY2bC0xMC4zMzggMy4wNTFhLjY0Ni42NDYgMCAwMS0uNTQzLTEuMTU2bDkuMDUzLTUuODgzYTIzLjA1OCAyMy4wNTggMCAwMDkuNTMzLTI1Ljc5M2wtMy4wNDEtMTAuMzY3YS42MzcuNjM3IDAgMDEuNjI5LS44Mi42LjYgMCAwMS41MjUuMjg5bDUuODY1IDkuMDc4YTIyLjg3IDIyLjg3IDAgMDAyNS42OTMgOS41NTVsMTAuMzUyLTMuMDM5YS42NDEuNjQxIDAgMDEuODIuNTg2di4wNzRhLjYyOS42MjkgMCAwMS0uMjkzLjQ4NGwtOS4wNTEgNS44ODNhMjMuMDY5IDIzLjA2OSAwIDAwLTkuNTM1IDI1Ljc4OWwzLjA0MSAxMC4zNzFhLjY0Ny42NDcgMCAwMS0uNjI3LjgzMi42MTQuNjE0IDAgMDEtLjUyNy0uMzA2em0tNDYuNjMzLTI2LjMyOGwtLjEtMi4yNDZhMTAuNzczIDEwLjc3MyAwIDAwLTguMTI5LTkuOTczbC0yLjE2Ni0uNTQ3YS42NDEuNjQxIDAgMDEuMTE3LTEuMjYybDIuMjM4LS4wODZhMTAuNzM5IDEwLjczOSAwIDAwOS45MjgtOC4xNzZsLjU1Ny0yLjE2OGEuNi42IDAgMDEuNjEzLS40ODQuNjQuNjQgMCAwMS42NDUuNjEzbC4wODggMi4yMzRhMTAuNzg3IDEwLjc4NyAwIDAwOC4xNDUgOS45NzNsMi4xNjQuNTQzYS42NDEuNjQxIDAgMDEtLjExNyAxLjI2MmwtMi4yMzYuMTA1YTEwLjc1OCAxMC43NTggMCAwMC05Ljk0MyA4LjE1NmwtLjU0MSAyLjE4NGEuNjE3LjYxNyAwIDAxLS42MTMuNDguNjI1LjYyNSAwIDAxLS42NS0uNjA4em00NS45OS0yNS44NjNhNy41OSA3LjU5IDAgMDAtMS44LTguODc5LjYzOC42MzggMCAwMS43LTEuMDUxIDcuNTYgNy41NiAwIDAwOC44NjEtMS44MDkuNjA5LjYwOSAwIDAxLjQyNC0uMjA3aC4wODhhLjY0MS42NDEgMCAwMS41NDEuOTEgNy42IDcuNiAwIDAwMS43ODUgOC44OTEuNjQzLjY0MyAwIDAxLS43IDEuMDU5IDcuNTIyIDcuNTIyIDAgMDAtOC44NDggMS43ODUuNjA4LjYwOCAwIDAxLS40NzEuMjIzLjYzOC42MzggMCAwMS0uNTgtLjkxOXoiIGRhdGEtbmFtZT0iVW5pb24gMSIgdHJhbnNmb3JtPSJyb3RhdGUoMTguMDEgNzY3MjguNDA0IC0xMzM3Ni4wMjUpIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 83px;
  content: "";
  height: 65px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 74px;
}
@media (min-width: 768px) {
  .product-detail-page--header-banner .product-banner .product-banner__header::before {
    top: 26px;
  }
}
.product-detail-page--header-banner .product-banner__content {
  position: relative;
  padding: 65px 0 85px;
  text-align: center;
}
.product-detail-page--header-banner .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDc1NCA3NTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImEiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHZpZXdCb3g9Ii0xMC40NzIgNDguMTcyIDc1NCA3NTQiPjxpbWFnZSB3aWR0aD0iNzU0IiBoZWlnaHQ9Ijc1NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgc2xpY2UiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBK2dBQUFQb0NBWUFBQUJObzlUa0FBQUFHWFJGV0hSVGIyWjBkMkZ5WlFCQlpHOWlaU0JKYldGblpWSmxZV1I1Y2NsbFBBQUFBeWRwVkZoMFdFMU1PbU52YlM1aFpHOWlaUzU0YlhBQUFBQUFBRHcvZUhCaFkydGxkQ0JpWldkcGJqMGk3N3UvSWlCcFpEMGlWelZOTUUxd1EyVm9hVWg2Y21WVGVrNVVZM3ByWXpsa0lqOCtJRHg0T25odGNHMWxkR0VnZUcxc2JuTTZlRDBpWVdSdlltVTZibk02YldWMFlTOGlJSGc2ZUcxd2RHczlJa0ZrYjJKbElGaE5VQ0JEYjNKbElEa3VNUzFqTURBeUlEYzVMbUUyWVRZek9UWTRZU3dnTWpBeU5DOHdNeTh3TmkweE1UbzFNam93TlNBZ0lDQWdJQ0FnSWo0Z1BISmtaanBTUkVZZ2VHMXNibk02Y21SbVBTSm9kSFJ3T2k4dmQzZDNMbmN6TG05eVp5OHhPVGs1THpBeUx6SXlMWEprWmkxemVXNTBZWGd0Ym5NaklqNGdQSEprWmpwRVpYTmpjbWx3ZEdsdmJpQnlaR1k2WVdKdmRYUTlJaUlnZUcxc2JuTTZlRzF3UFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwzaGhjQzh4TGpBdklpQjRiV3h1Y3pwNGJYQk5UVDBpYUhSMGNEb3ZMMjV6TG1Ga2IySmxMbU52YlM5NFlYQXZNUzR3TDIxdEx5SWdlRzFzYm5NNmMzUlNaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUlIaHRjRHBEY21WaGRHOXlWRzl2YkQwaVFXUnZZbVVnVUdodmRHOXphRzl3SURJMUxqRXhJQ2hYYVc1a2IzZHpLU0lnZUcxd1RVMDZTVzV6ZEdGdVkyVkpSRDBpZUcxd0xtbHBaRG96TlRFMk16UTJNelV4TlRreE1VVkdRalE0TUVGRU1VUXdNelZETVVSQ01TSWdlRzF3VFUwNlJHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEb3pOVEUyTXpRMk5EVXhOVGt4TVVWR1FqUTRNRUZFTVVRd016VkRNVVJDTVNJK0lEeDRiWEJOVFRwRVpYSnBkbVZrUm5KdmJTQnpkRkpsWmpwcGJuTjBZVzVqWlVsRVBTSjRiWEF1YVdsa09qTTFNVFl6TkRZeE5URTFPVEV4UlVaQ05EZ3dRVVF4UkRBek5VTXhSRUl4SWlCemRGSmxaanBrYjJOMWJXVnVkRWxFUFNKNGJYQXVaR2xrT2pNMU1UWXpORFl5TlRFMU9URXhSVVpDTkRnd1FVUXhSREF6TlVNeFJFSXhJaTgrSUR3dmNtUm1Pa1JsYzJOeWFYQjBhVzl1UGlBOEwzSmtaanBTUkVZK0lEd3ZlRHA0YlhCdFpYUmhQaUE4UDNod1lXTnJaWFFnWlc1a1BTSnlJajgrOWhJOHR3QUFUQzVKUkVGVWVOcnMzVzJ5NnpvUktGRE9td1ZUZ1pueEgyYkdWR0FZNTlXbVhoNGhOMDVrV3gvZHJiV3FYRnp1M1Vsc1dXcXBMZG4rOWZ2Mzd6OEJBQUFBYS8wZlJRQUFBQUFTZEFBQUFFQ0NEZ0FBQUJKMEFBQUFRSUlPQUFBQUVuUUFBQUJBZ2c0QUFBQVNkQUFBQUVDQ0RnQUFBQkowQUFBQVFJSU9BQUFBRW5RQUFBQkFnZzRBQUFBU2RBQUFBRUNDRGdBQUFCSjBBQUFBUUlJT0FBQUFFblFBQUFCQWdnNEFBQUFTZEFBQUFFQ0NEZ0FBQUJKMEFBQUFRSUlPQUFBQUVuUUFBQUJBZ2c0QUFBQVNkQUFBQUVDQ0RnQUFBQkowQUFBQVFJSU9BQUFBRW5RQUFBQkFnZzRBQUFBU2RBQUFBRUNDRGdBQUFCSjBBQUFBUUlJT0FBQUFFblFBQUFCQWdnNEFBQUFTZEFBQUFFQ0NEZ0FBQUJKMEFBQUFRSUlPQUFBQUVuUUFBQUJBZ2c0QUFBQVNkQUFBQUVDQ0RnQUFBQkowQUFBQVFJSU9BQUFBRW5RQUFBQkFnZzRBQUFBU2RBQUFBRUNDRGdBQUFCSjBBQUFBUUlJT0FBQUFFblFBQUFCQWdnNEFBQUFTZEFBQUFFQ0NEZ0FBQUJKMEFBQUFRSUlPQUFBQUVuUUFBQUJBZ2c0QUFBQVNkQUFBQUVDQ0RnQUFBQkowQUFBQVFJSU9BQUFBU05BQkFBQkFnZzRBQUFCSTBBRUFBRUNDRGdBQUFFalFBUUFBUUlJT0FBQUFTTkFCQUFCQWdnNEFBQUJJMEFFQUFFQ0NEZ0FBQUVqUUFRQUFRSUlPQUFBQVNOQUJBQUJBZ2c0QUFBQkkwQUVBQUVDQ0RnQUFBRWpRQVFBQVFJSU9BQUFBU05BQkFBQkFnZzRBQUFCSTBBRUFBRUNDRGdBQUFFalFBUUFBUUlJT0FBQUFTTkFCQUFCQWdnNEFBQUJJMEFFQUFFQ0NEZ0FBQUVqUUFRQUFRSUlPQUFBQVNOQUJBQUJBZ2c0QUFBQkkwQUVBQUVDQ0RnQUFBRWpRQVFBQVFJSU9BQUFBU05BQkFBQkFnZzRBQUFCSTBBRUFBRUNDRGdBQUFFalFBUUFBUUlJT0FBQUFTTkFCQUFCQWdnNEFBQUJJMEFFQUFFQ0NEZ0FBQUVqUUFRQUFRSUlPQUFBQVNOQUJBQUJBZ2c0QUFBQkkwQUVBQUVDQ0RnQUFBRWpRQVFBQVFJSU9BQUFBU05BQkFEYncxMy84KzNlRjN3QkFnZzRBa05vLy8vYm5YNk1UN0piZmtPUURTTkFCQUppUVlOOU54bi8ySVZLUzdvSUJJRUVIQUNCVkFubGxQNDR1Q1BTY2lXL1pyOWUvZWY3L3N5OWFBRWpRQVFDU2lwSkFYdDJQVVJjWUh2dlRzbC9QZi9PelA0Ly9QL0xpeDd2di9uU2hBS0MzWDc5L2l6RUFBQ005SjVpT1kvMyt6ejZPS3VjZkdNOE1PZ0RBemVUcjNUOC9HekdUM2ZLN3ZXVlBNcy9NNEkvNFhiUHh3RGRtMEFFQUNsNDArSlNFN2pLamErWWF5TVlNT2dBZ29SMDhrem5pK3o5OTU3ZWs5TTVUMlhzZlMrc3FnU3UrWGFTSVhtK0EvWmhCQndDMlRzeWp6ckJlMlRjejQydCsvK3orOU5wL0t3U2dIalBvQU1DMklpYzNWL1l0UTdKMlo5WTV5b3oxYXpsZlRjNS8vdm5PU29ZWlQ3WUg1aktERGdEd0lmbUorSDBSOW1QR01aMzVqV2o3QXlCQkJ3Qkltc1FUcS95dmZ2K3E1ZTdxTEVqUUFRQWtla24yV1hJR0VKOTcwQUdBcldWTVdxdmVuMzVreFR2ZnM1UkhyNzlYcmlCQkI0QWhnMUhZdlk0OWptZG1ZbmIwUFQyKy8vbmlRc3VGaHVqbjgrNnI1YzVlYkduNSs5ZW4wdDk1Z0Ixd25TWHVBSlJJUml6ZFJSM2Jvd3crN1VlUHBmK1BwTFQxUXNDTU1qbjZIZlVTNmpHRERzQzBRZlhJN3pQVFE0LzZkRlNQUmorTUxHcjdlLzdjekFlWmZmcnZuL2JqN3RML1I4TDc3WHZPSlBGbmp2c29yaDM5anVRYzZqR0REa0RJWk1uQUUvVjg3dStNM0I5dGVsN1pYWDAxM2VPZjFRTll5d3c2QUZNSG1zLy9lOFFBamgzY3JlZXRzK0t0dnpPeTNXVm8wOS9Lcy9lRDZtYkh3M2UvODBqSXovemVuWElRMitFN00rZ0FYQjdzelI1c21YMUIrOWl6dldTNC8vM2IzOTg5aGl1M0czakhPa2pRQVFEU0pYcVJrb3VzeVdqMUJHN0VmZWZSMjRPa0d5VG9BQUJwRWhuSFNzWnlkNDRoTHZlZ0EzQnBjR2NmMk1uWlpjMHI2L083NzJyOS9xdXZLWXZRZHM5ODcrcjRjWFEvK01yNmZPYzhpc2ZRanhsMGdFMFQ3S3VEUVRNdmFDZlgvajdya25GdG50bnQ3dWdpQXV6QUREcEFvUUZOcTllQno1blBmMHRBWmgwRGpIWTJRZmoyOTcwVGp0ZjNkNCtLSnlPZkloNDVEbFNMU1puSy82aHVINzBuSGtyNW1VRzMyV3cyMjM3YlgvNytyOThydi8veDMwZnZoODIycWcyTTNxZG8rMTlwZnpMRnBlZDk3YlhmVVk1ZlAySGJjYlBFSFdDaldmYmVNMkV0Nzh1MVRCSHl0WTJWeTR4bjN3cnc2YjkvS29mVy9kd3REb3I3Y0k4RUhZQnBBeXdETjdTcldQVy85MzMyenZIWWl3c1p5MStkZ1hQY2d3NFFjREN6ZWg5R0RhWU0wdGpaby83ZmJlT1B6L2U0cDNqbWE3MHF4ZUNqdnhuNW5JRm9NYlQxbkxhc3ROcTFyb0VFSFNEUklMN3FoUVd2NXFGQ1BiN3p1ZFpsMGQ4KzMvSTlveFBHRlhGdDlEbGFVYTRyNCtHVjJQMWNCbmYzdThjcjM2QVNTOXdCQ2ljYVBRYVJNMTRkWlFrazFkdFJocmI4S1NtcjFEN2R3aE83ZkxPK2poQWs2QUFZSkVQeCtqVDd1TFJMSXRlZEt4ZU0xV2trNkFCTUhSRDkvSy9CQjdnNDREeGNXeUVRWlFWUXRYcWtYY0ExN2tFSFdKeGMzL0V6K09uOTZyU2UremZpbUdGR25ldDlUM25MZDJab0g3MzJzZWV4SGwyb2JQbU5zMCt3di9zZG8vY2xrbSt2cnRNM2dBUWRZTmdnOWNwRGR1NCtLR3IwWUdyRS9ua1lFSkdUeHQ1SjE5RkR0VWIrWnUveWFUbUdLL0d3NTdFZWZWZnZjM2oxL3YwUkZ6Y2l6a3dmSmQ0dGRjaE1Peno1V2VKdXM5bHNOdHZ6OXBlLy8rdjNpTCsxMmFMVjN4bDErdWo3WHYvOTgvKy9zZyt6Mm1LRk50OTZUcUxVV1hIMnYyWFFveXlVcHkzeTVoNTBnTVN6aHRGbkhWcjMwYjJLb0YwUXAzN05xbnV2djFQcHJRbHdsU1h1QUowNjlDdC9lMmZKNDZ6QjA1M1B0KzZqd1JEa2FCZlpiMGxwMmY5c3gvaHVHWGxyL2JwNlgvM1ZQdS9vZDc0OThIVG1zdy8wUjZ4bUJoM2dUL3RlTVRkVGdMcnRPRWJ2dzZwaldGbDJkKzVkUC9xdUNEUE4rZ3lRb0FNWVJHOHdNRExvQXpMRW1WR3Zjc3NhQTJlVjZhanllWHl2UGdnSk9zQ0dBOENLQXdDREpuYXRvOHBpVFJrN240Z2RWT2NlZENCOUIzcjI3MGJlWC9pcE0xKzFIUEZNbVYxOWJWcnZNbjE4cjhFUkVlSkgxTS8zakU4anY3ZkhjWDY3UjdsU25ZdDZEL3lvMThaRjlla2VmYThIWlNpUHNyZlpiRGF2YS9IYUdadlhCUjYvOG16WHRoZzFKc3g2RFo1eUgzOWNWMTkzMTZ1TW9yMXV6MmI3eitwMmhXQ3oyU1NSQmxYS3dKYTlybVdvZXkzSndNeUVJVnQ3dmZ0dStFK2ZkMUZFUDJTelNkQnROcHROUjV1NnpFYjlqbk51aTFaZkpNZjcxcFBXejgwOG55TXZUbzB1cDFuZnBYM1pNbS91UVFmQzN3TTIrcjZ2M3Q5NTlaMjAwZTh6N2ZrNzd0OWpSVDI4V3U5R3RLa1pzUzFpZk13V0Yxcy9OK010SGtlL05hTU5YRDMrcSs5bjc3ay8raHV5OFJSM2dFR0RxWlVQTS9MMFdhZ2JXM29taEZuZmNTNGV6anUyTzI4bjBSZkJlV2JRZ1pLRDExbWZPL0x1NmVZem40QmJZVUJrMWdQZXQrMmU3ZnZiVE9QajN4MjF4M2Y3RXEzdHRwYlhxdjIrODdzelluMmtWNGUrNjBlLzFWSDlEZG1ZUVFlR2RxVFBpZXJSUU03Vjlmc0RIK1dJTnFLdHJDcFR4MXVyRERPKzExNjdSb0lPa0dpQTBQSmRkNWJ3QWF4T0lDb25PaEgyYWRWUzhwRy9tN2x2NjMyckIwUmlpVHNRMHJzbDRpTTc4TWhMK0daL2Z0WHhXR0pJNUhwLzlQMHR2enNxam54NmNOamQySHZtT0VjL0dQUGJQYzR6NnNtSW1mYVczMmo1M1ZISDFGTG5WejFrOWVoV2oyK2YxYytRZ1JsMG9QdUFNZUlWYmJQZ3lnWFVmMlcxZXJXVU9sZS9QSnhqN2pLRERuVFZZK1o3NUg1eHZWeG1QdVFPZG9zTG54N1FOdXYzV3N0cTFLejFqSmp5Nlp4bjZDZnV4dUZvSzdTdXp1TDNMTXNldnpGaU5Rc2I4eko0bTgwV2NmdkwzLy8xTy9yM3YzN0g2SDEyVG0wMmRiZGlHVDcvdDFWbHZmb2N0L3orM1gyTTJxOUdQeTZiYmZabWlUdlE5V3EwSzhleEh3WVYrUnlwUHhDN0hkMTk0Q1oxNDJPR0orS3ZLa050Z3JNc2NRZTZHVGtvVkE3MTl5M3IrU1pIWGRxbFh2VjgrOFdWNzg1dzIwRFV1dkJwdjBaZjlQM1dWcjZWMllqYjIxb2ZrTmY2bTZ2cXB1U2MweXdqc05sc1daZEx0aTVyaTdyOExmcXl2TllscVpZZjJteGlTY1RiamtidjUrT2ZqMzczeXY1RTd0ZDJpT1YzejZYK3p0WmpVd2cybXkxVnNwMjlzNDl3cjZXQmhVMnlHdTkzZWwwUXF4Z1BadTdMVWN3V0gzUGVuMjZ6dVFjZElObnkxN05Mejl4THBseFFCNkZpSGQ2eERmVjZwb3Y0UTAvdVFRZlNkcXAzditOS1ovcjZtVWl2UWZyMjJaSDdhbURDYWl0ZjE1UWgzczM4N3Q2eHE4bzVPZnJNNDkrZnZZLzc2bXZDanY3K2JoeVA4aXJPTTc5N2RNd3QzL0g4V1gwZ1hWbEdZTE81ajJyWHBkR1d6aWxmbTAxN3FuZWZ1UE9iWjkranZack44MVZzbHJnRElXWUJvbC81SGIyTWJQZWxhWmJtd2ZXMjROVmpPTisxejRmenlXeVd1TVBtSW5RNlBaYWpSZHJISHQ4NWMybWdnUWZaQjkrOTJsS1AyMTVHdGJIZU1TSEs4dU1lK3hHdGJPN2MweHloYjZ2MlNzS2Y4L0h0bUZhOTRnN2Vzb3pBWnJOa2J2WCtqZHpQYjk4OTgwbk1rWmNUanQ3dnlFK3Z0OWxzdFpieGlqSDdsZStuTjZhc3ZHVkRYYlI1elpyTnBzT2M4ajJyT3B4Ujk1eFZQcThaanRrQXhxYXU5Ym53dGZMNEtzU2FySDNicXRlYVJyOGdyWit4U2RCdE5wdEJxekpNdDAvT3ZVMjd2TGZLWkhVYml0S0dLNzh2UEdJc2JmMjlxT2RqeFg2ZGZRQ2MvdEVtUWJmWmJKTExvSU5JVHk1VzkyeWVIcjJxN2xaWkJUUGphZDFXRE5tY2QxdUZ6VVBpZ0ZNUFFCbjE4SmlyMzN2MmM2TWVBalhpTzNxVzliZjM3NjdhQncvZllkWERuKzdXdlZsMTk5UHZaSHJRNU5YeU92TzVEUEdrNVluL1d2YmFoK1NOT0IvNk9zNlFvRVB4VHFkMzU5T3JrM25kdnhHRHQrZGplejNPQ2dPNU0rZnk2THUrL1ViUGNtcEpwcUIzTytsWmh6TTlMWHhFakx1eXYxbmFmSlQ5dkh2ZXNzYllzL3NkSVhIV256R01aUVEybTZWUVZjb21XcmxsdjBkUXZiU0puZHJCRGpIUU9jMVZaaEhlUm1LeldlSU9tODE2V3dwMWZIVjY5b3pSakN2em8vYzd5eEk5c3hGRXI2TXpacVlqdFlPN3M1cDNZdURSKysxN0xPdVBjbXRBNWhVRHEvcmJuLzMrdGlLczEyejh1L3FzbjJLR1gvOTVVaHl3ckVPeHZ3QmlXTVF5K1hiUmVHUTVYLzN1RWZ0MDllTDVySHFvdnJlWHc1MnlPdlBaU1BVWENUckExQUVRc1FaR0JoY0FzUkt4RlhINTlUZFg5dzJmZnI5MTMwYjFjL3BOWGxuaURvVHcwem1ON0tCbVBxMTgxL1AzL0w4OXpnbjBiT1BjTDg4VlpienF2Tjc1M1piUHpud1kzSXJrNy9VM1g1UDFtZWY5V3dKODlsYU1zOGZ5N2JpdUxzMm5NRGZpMjJ5MlNnK2EyZTBoTHQrTzEwTnRiTnJEdnUwaVVubEVlRzk4aFBOK1pSOUd2UXUrV2p2UUg5cXFiSmE0dytBcnMvWTNiMW1wWDg0ejJobjdsdm0zZld4WnhxMXU3ZFAyN2g2THVzS0RKZTV3VTRSZ2VuYXAyNnBsVkRxZVBjck1lU1pDSER5elJMdmx3Vkk5NGkrZnl6eGFXWDZyRjUrV2NmZUtoNDh5R1YwMnM4cis5WGhXMzVmZTgvTjNqMFhmaVFRZENnOTBqbDVQTTdNVHlEcG92YkxmSTQrMTB1QmZJc09zT1BncEViOVNEek85M3JGYTByNTdYM0RsK1I2UnkvN29lR2JmbDM3Mm1GdGUrOXByLy9TVldPZHZzd1c0bnk3cmZWR3YrejM2T0pTNXpXWTcwNzZqdHZQUjl5Rm5maTZJMkJ5alhrU3BiKy9HR1JYcmlIcHZlOTRVZ3MxbXN4bGcyMncyRDUyN1hEYnZqdjl1bWN5NElDdFdydXRyS2wwODZ4MHYxRXViUXJEWmJOTTYwak9ka2c2cWJyTHUzTnBzOWRya2lPOW8rYzZvTS9Telo3WlhsME9HdUY3cGJRVTJDYnJOWmpONCs1MjkwNHJXYWZhYWdZOXlYSkZYRk5qRXErd1gvMWJzYy9SRWR1YXMrTm5ZdSt0cXFiTXp5TlZXTmtSL3haL05hOWFBTncvOWFIbFM4T052dkc1ajdibFFSc29JZGR3K3ozMGdXK1dZSTZibUxwdVdWK3BCTDU3aURwTzBCUEtleVhuTEs0ZEdEN1l5bjR2S0F5Rmx4TzcxZTJVZHZ4TWZSKzd6MFg3MWp1ZEhUOE0rT3JZcVQ3UysrMzdzaW4zMGlnc3pWNCs5NVpWNkZjZExTTkFoelNBcFF3STVxak9wbE56cEdKVUR0Vng5alZxaytMNXEvNC8yNjJ5WmZudHY5NmZqYjNtVlZkYllHdW5DVEpReVhiRWZMajRqUVllTkJrbmYvcjVDRXJUcUdGb0dPYjNmYlJ6eC9IM2FoenN6NHdZczdCVGJxK3ovelBkR255blRPKy90bm4zdVpzYjFYdjNObFlzbEsvc3JGNEJkTU9BQ04rTGJiQjZnNVIzSUhyTFhjei9VWFp2TjA2R3psRld2QndoZWVRTDlMblhQdzB4dE5rOXh0OW04SG1UemQ1SGFuQ09iVFp0UjFpT2ZESi9sWE03Y3p4a1hvMWVXKzUwNnBlM2JQTVVkWHBaWldVSkVsRHAxOXJNN1BOMFlvc2Y2czIvaDBBODU5cXpsNEh3cFY5YVRvQU02RDlRM0NGZy90Uk4xYnNibkk5V3pLeGV4dFJFazZLQlRWQzVzWGFicUJpQk9yZnZkaWpGWXZ3TC81U251YkcvbEsyOGl2cHU4OHBMcUZVK1RmZjdObGpLOSs0VGVIc2Y0N1RzTW90Z3B5WE1jNC91YkViOTFaemE1MTVoaVZMbWYrWTBzZFhqRk1mVXNHMCtycHljejZMRHhvSE5Xb3VYS2VMM3lXMzIvTDBTcFk2L2ZwZjVxejd1Y3I1bm50dlczM3YxZGovMjhNbTVTOTduS0REb1VTYmJQK09rd1psemx6MVl1bjc1blpSbEY3T0JIN3BNQkRabml5MnQ5N1ZsL3o2NlN1Uk9ucm55MjVUT1A4aGl4NG1mMTV5UDNhVmVQYlVSeTNxT2NXMy9yM2QvMWFKT3Y0eVo5R1VONWxMM05xMWZpNzFPMjE2UTQ1OHJOWnF0VTM3V0ZPakhGdVZ4ZjFsZmZVei96bmUxMzQ0SFhxOW51YkdiUTJjNklLNW85NzFsNzkzM2YvcnZaeTN6bi9PNzN6NWo1Y2ZXZnJMUGFWK3Q3Ny91WmxmL1ljaHc5Z3o0anpqNnYwbnI5dlVnei9GZFg2NzM3M0tkNmNEVCtlZjczbi9hbFZ4Mzd0TXF3NVRmRURNeWcyMXlkZFh5SG4vbDJGVGRUR2JvU0hYUG1zRWM5dGRsc2VkcUk5bnV2WExLV1g1VDl0aCsyNnB0Q3NCbkVDTkxPbDgxbTJ6TCt6SW9GV1dKTzcvMmNmZHpQdnhmcDFyRmQrbXhscWp4c0VuU2JvSGNyK0FtY3Rwa3JHYjc5YmNiNnFBM1pxcmZma1hWOHAvWlQ0VmhIWHJ5NCt0MWljTDk3M1h1VnQzTmk2N0Y1elJwcDczV3JmSC9QcU9ONzl6cWdrZmNGOW42YWNjUno3alVxUU1hWXMzUHMrblRzVWNwbHQ5ZHJadDF2WXdEY2cyNnpKYmhLT1dLL1hKRzFWVzlUNnJoTis5RnVSaDNqck8vSTlKYVlkLy9lTFIrT3pXYUp1ODAySmVETmZrV0hiZTI1SDMzK1BGVFBaaE56M0ZjdnppaXp6MHYyZTk2N3ZycTgxSEdiSmU3UVlhblJ1eVZITTVjaFpWanlGSGtmTXkwWm0zVTdBZ0NXMit1clkrN1BsZC9XejNQRWU5QUozV21kK2ZjL0hvSHVYY0Q3RmdSN3ZtKzBKZUNlL2IzZTcwT04zQ2xrNnJET3ZNODFVeG4wcm0rUjN1Y0wzK3JxbGZxcWpzY2ROMFRlcjNlVENjLy9iWFZkZkg1UGUvUyt1dmR6Yjg2VTU1WGZscHh6eEF3Nm9UdmFLOEZyeEJYSkhnODljNlUwZHgzTGN2N1VNNGdSODNmdml6UHN3NDd4c3VkTXIvNUdYV01RNi94dE83M095bjFyN3NXYWNlOWJ5LzEzTTh2Ui9YTTJtemF4NjhQZDFKMjh4Ny95UVhicWlNMDk2RkRvcXFPcnBNcHM5M1BnZk1LZTdhUG4vZFRpQ0xBcjk2QVQzdWdPT3RLOTNidmV3MWo5bmZZelBuLzNkM3FlZzAvM1ZFTFd0cmdpT2MvV2RqNGQyOWtZMHp1T1BOOUw3UmtEZTdYelQrZHV4SGxWVjdqTk1nTGJxdVUvZDVjQWpWZytWM1ZaVXZSWG1OZ3NtN1BaYk9MSWlHUHFkYnppYjU0eVhEbm1tVkVYYmQ2RGJyT1Y2QXhlMzgrcGJPcVhSWStMUUZIZnhXNnoyZWEwNTVsdHYwcmM2SG54UEhwNVJycEh1bWVmcHcvVXI5dmNndzRsbDFpTldyYTkrcjY4MWUrWVZ6ZkcvN2J6Q2Z2Rmh3enRYMnpLZlM2aW5yL0tZelp5Y2c4NlV3SmZqNy9KNURrWTcvRCs4cXZ2YXQzUnl2TjM5SnFjcTM4M29sMnJSNGdQOXFIM3ZsMFpoOHg2L2tmV0dEcmp2ZDhaMzJ1ZnFUMFJtR1VFTnN1SDZwWEhxdnVyYkRhYlRiOGo3cW9yOGZkNzVtdnc3dDVtMkh0Zlc4dkVMU3MyUzl3cE9YUHV5cUZ6bjJtL2V1ejN5RnNBdENrWTEyNHFMZGtWVTFCZmNwYUhNdWFIQkoxU0FYeVh3UFpZWG5YM2xXN3VNNHgzbkQzTzdXNTFHVERtVUJMNXo1RnpDUkowZEo2T2M4UGpNZ0RvWHg3S0ZNU09xSjl6anZvbnhzNEZqT1VoY1F6dEdINytkK1FEMDg3dXkwaEhEOWJxL2Rzamp1WFRkODdxaENNLzJLWmxYN00rM0t4SGVSaW93WmpZTnlPdW5QbU41Nys5MnU1SGZhN2lBeWJ2SGxOcldaODlKM2ZQaFllQnhoa1RFWk1aZEZJRnE5WjdleU5lM2IyN1QyYm9BY1N4aURIMHpqNWs2Z09xOUZmNlhZak5ERHBwdk90TWpqcVlxSzhpbS9YNVRGZGVJNTJyNTNKYldZYlJYdHVUK1hoaFJyMGMrUTdsYnpGcXhzenl0Kys0Yy95alZqV05pREZWa3RvTXh6R3pYNWk5TWhHK01ZUE8wSURuQ20yYzgyQUdYeHNBRUdmbnhldkkzN2xiLzZRL0poTXo2QXdqRUs3cGdJN093NHdaL0N0WGpDdGZaVDRxczU3SGZIZm1hTWJzR3BDN0g5a2g2ZnIyQ3M0bzQ2Q2oyL3BHN2x2a090RzZiM2R1d1JBVm1NME1PbXd5NE1wNHdjUTdodFZQMktYdVJtc0hvL2VuNXlzV1cvYTFXdm1hQWMrMVQvbzVKT2dZSkRrdXgydy83RE0wMWtsMU5rWWM4RnJQdlkrMTVhS050b29FSFhSQXFNTkEwVGI5L0hlN3hvRXpiMGdoVDc5VTZSeG1PeGJ0aDd2Y2c4NXRWNjZRai96N1hUdHlwVEN2RG1jdjl5aFB4ejM2YitvenM5cjA4OTlWZVgzVzJiODU4NFlVL2VhOTM1bjVab0RvNTNCR1dhenFTeVRuM0dVR0hZSjJYQUs4YzVUOU9OVmp0Tms5MnNpVkZRdlBDVlNsMjNpaTMwNWhaaDRrNkdBUVYzVGZaLzNXakFjVkdXeU1Ld3ZsaTdndTVsS3ZQcWtuMmg0U2RBUU9PcC9Mbi8rdGVqNDlOQkRBV0NWYVRNMThFVlQvbzQ5bkh2ZWcweXpTUFVBcjcxRjk5OXZaN3BuOU9aZVZPNEZlNzRuTjFBYXZIdCtkY2xueG01QzUvN2k3djFmdlp6Wlc2VE91dVZMbXo1K1o5VjcwM3NmelNCeGYvejVMSGN5eW41SnpIc3lnTXkwNENqeDF5cnpYZDErWjZlajkyK3FtdGcrWjY3NDJwaHdpbDdIekFoSjBtTlpCNlhRd21BUkd0ZlBlTVVMTTJTTytyN3lBWHZFY2FUZXNZSWs3b1lObnhPOS9CT3BleThwR0h1Y09TeUFqSG1QTFByMTdrckh5aFZyMS9FNC8wWHY1OVpudkcxVWVLMjZwV1dGbVdiZThObS8wTVdSTVlLKzhpbEgveWl4bTBMa1ZXR1pmcFZYZXltbjM4eGFwSHFpVHNHLzdlYmYvWW9JWXFVemdQalBvWE5ackJ2RGRnMGRXZEJpWnlydkNNUjN0WDdVcnlwL2VsZHRhUGxjZU1uVDNZVVk5NnFUWkFTb21GNnRpZW9iWVZpWHhhdW1menE2VTBoYldsWW0raUd6TW9QTXhvRVh1WEZ5RlJidXlyN0Jick1qOHFxN1Z2NTlsWERQcklhOWlQTVJrQnAxRG80UDJweXVhdTErWlJydnEyWjZpeGdCWWtRQmxqeFZYVitWOCtydmVyMUh0dlJwblJreUxVRGRtUElEMmJISmVmZmJaNjBLUm9FTmpSeG5wbmVzOUJ5RVkyR2RML0pVenUvUTcyZXY3aklkZXRUNlFMR001dDl5MmQvWjhYVG0vdmNxdTEwTURlOTJHR0RXMlg3MVZ5d1ZzSk9pVUhVejNEdGlqbm96OTdrRTR2UUwwcmduSnJDZlpSeGpZUDQ1dnAzT2Q2ZjVFcUhMQllIU01xZEErNzZ6UU8zdjhLOHVyMTNOcmVzM29SNXQ0MFNjUjJzODk2RGFiTGYvMmw3Ly82L2VNejZ6NHp0M1BrK08yMlhMWCsrZjZIN1V0M05rdmZVbnM0OVR2S0NOYnJzMUQ0aWcvaXpmalFTdVI5c3Q1Y2c2eXRobm5CR3JHaFo1dFc1d0FxclBFblc2ZGQ0VHZlSFdsRTIvZGp6dkx4N0lOTGxySzVPNnI5bVlma3dIZXVuYnBuTEJMblY2eEh4RWZHTm56TmFFaiszWFcxc2NWYldMR2N3WGdMRFBvY0RJd3ozaTZ2VmZveE5yUFNqTTJacDhBY1FubkUrSXlnMDZKam1EV2Q4N29jRVk4Nkc3V1UyR1AvdmI1dFM2UjY5S1pCd1BkWFZYdzdyK05YcW53NlZ5WUZRQjk0YXI5SE5sSHpDaVhIUjhFdXVyOEtHTjJZQWFkWlFIWjFWWFFQZ0F4d2JtcGNUdzkzM0NUNWJpMVRVWXdnODRTVVlOWnhpdXpWL2JaN09uNlkyKzV4N0xYdTNpMUpkZ3pybFZwaHpPUDQreHZYVjFoRmJXTTdvelBmajQ3OC9XelY0LzUweXFPS3VOWmt2TW9lMXZHMTNyMCt1NW9yNVhKL3FvVnJ5a1pXMjVleDJPejJiVGxmcSs4VTRiOWpsVjlzOW04WmcwNHVDcTgrbFUyajg4OWYzNkhKWUFyWGtOa2FSM0VpSzFSMnFLWWdQYW9mWkdmSmU0MEJhVHF4MVhsR0hzdUxidTczT3Y1ODlVNnRIZkhNL3MxUkdjK1k3azVqSXV0UFFidDBSNElLbzVRYmF6WjQ3YVB1eGZobldVazZBd2RtUFI4cDJTRTQvSmVWUU84eW9PVm1SZEl2c1VHZFlCcTdhOUgrOHJ3WEpZVmJ3TVJ6K2QvOTZwbjFKeXBYM2N1YUs5cWEyYmVPY1U2ZjF1MWU2SGNCNldzM2gxbnhHTmR0VS9QdjN2MHp6MlBSWnUwYVh2YWdYcWxYdXo2TEFPYnpUM293UFNaZ1dyM1RvL2N2MC9mN1hVOXdNcjJlTGJOdnY3OWpEWXZydVF0cCt6blR0MWpGZ2s2YVFQZExvRnkxbkhxZUFEMHg3djBEZm84MUNHaWNnODZhYlVFeGV6M3VyMCtDWDExZVY3Wi8rcm5DS0J5ZjVvMUFmbld0NHhjSlJYcE9LdnY5OHI5OHZ3aUpPaWs3QUJYZEk0VkJoYnY5ai9ic2JSZVdWN3hKSElQSzZzYlYyREgrcXZOdFBVdG41N2tmYmNNWDkrQUV1M2hhcXN1V0dRYm43MTdoZXFWYzNuMEdUUHV0TERFSFRvbm5aWTg3WE91Sy95bWN3UnQ5VXQ5RTEreTdHKzBmZS8xS3NMV2xaTzdQdU9HT3N5ZzAzeVY5K3dWeEx2dkdZODR5OWx6Um5qa3VkcWxUbzRzRThsNWZNcUxtZlhyYUViMld3eGFGYmQ3elFnNy96bktaOVdLdTVaeW1Qa3F3dWkzTHVpM2FPSlI5amF2QTdGRnFpTkhuKy8xK3BwUmRmak05MnBITnB0dDlDdWVSc1NaekxGTDNJMzdhckdSM3h2dHZLdUh0cFpOSWRpR0Jad3FRYWpYY1VRdGo5bkhwM095Mld3R3pMSGlkZVc0UEdwOE11cGlkSlE2cGErMjJid0huZURMamQxM0hhL01uWTg2NTh0NUJURkFMRkJISEcvZWZkWW02Y2s5Nkx3Tk1zLy92OWQ5MTU0eTIrNU1rSDlYcmp1ZGp6dkhrZTJlc2xXZHY3WUxzZHFtUkNCZjdQbzVaenYxdXhucjZKMTlQdnJzaURjR1VKOFo5TTA3cnRjbjFPcjRqOHZITVN0L1lKK2s3bFA4MlNVK2ljTlVybHZQaWJJM05pQkJCNTNTcngyUDFWSnduRnZRTHFJZXk1bmYzbTBKdCtQUVh5RkJKMkVRRVlqUUxsQm1xTmVvRStvbmNKMTcwUG1QbWUrb3JONWg3L1M3VmZiMWRaL2M3aUVPUUxSNlBTTjJqdjZOQ1BGLzFyTkhaaDdyN1BxWitSNXE5MzhqUVVlQ2FoQjNPaW1zbGhTZGVlamdxdnJ6K3ZBZUR6Mk1FVGVVTWN5Tjg2Ti80KzdiU1ZyLy9hZit0ZkpEUFdmRnpNd1hZaC83ZnJhc3JwYXRmb3dyTEhIblkxRHAwWm1lVFZxcnpjQkZPeVpMNGU2VjJiZnltL2xhd2svZjgvaHZxOCszK2dhZ0Q5VVBnQVFkd1JpMEVlMFR4QkRsMUhYMnZHZTVIMzNYakl1NDFldHJ4UGFoelNKQkI0TXJTRmNQdFF0MmJYZnFQdnFaK2IrcDNSR1JlOUJoa2Q0ZHdxZjduTExkQTNWbGYxY2NZNVp5L2JTZjBRWW1Ca3BraWp0MzZ2blI4em5jczRyeHpyeSs3VnU3MHg2Um9FT3h4R2ptOFh6cWpESWxQVmV2WnE4NHhpemxHbTJHWEFSRE96bE9ESTZXUEd1LytmdnNsZVYzNTdlanZhRm14SnRXanI3cjNVb1hMWURSTEhHSGdnT0hqTE9RRmUrNVUwL08vNWJ6QjN2RVAyMjkzam1xZEU3ZGhzSktadEJKRlN6dHozZWZudW9kK2Z6MjZ2UjBudkhLNmN4dk9YL3MybitOWGttVk5RYTF2RWJOV0tCK3Z6SzZuRnRXc3VpZm1NVU1PbXc2V05UUk9DL0tBOWJYVi9WY09UaEhqZ0dlbVVHbk9hRFo1enJsMVBwa1V6Vi83amszYUZBZTVHM3paK3ZyaVB0b3E3VDNuN0xwRVZ1cjlHTm5qMlBVY1o5ZDdoNng3TFEzTWpDRERtK0N1UUFldit3Ky9WYjJjMWh0NEs1TmdYWW1Qdnp4ZUhkOFYzZjI3d2NKT2hDNms2NlFDRWZkZjROdGdMWHhTanhUQnJDQ0plNWNEdGladjMva2ZsZFpVdGZTSWZmcXRGZVZXZVJCUjlZQmtZRWMrcjU4KzdyckxVM2ZYbWtYOGFGbm1jZEgyajlJMENtZUhFWU11ai83ZlhmZkgvdlNhNTh5M01kMzljRktPbDRnVXQ4VUtZNzBmSHZDVHM5MG1UWCt1UG83czhkSHM5NndNdXA4ZTA0TUdWbml2cm1lUzVmdWZOZHU3NXVNZEd3OTlzVVNPTFF2eU4wR3RCc3F4V24xbWN6TW9HOGFGQi8vZkNlaGZ2MTNkd0xoMmZkTlpwL3RqTlJwOU5pWHJKM2dsWG8wcSs1RmVXcXY5Z1g1WXRXVk5oQmhKZFBSOTJhN3JjN3RCZXZqOUx0Sm54NWxycTlsQmpQb0hBWWdnOXoxWmJucmVXZzk3cU8vaTE1dUdjNXIxcklGMXNXaFZmRkJYRkkzSFJzU2RBUkg1U0tKQXFCOHpJLysya2Y5M2IyeVVYNFFqeVh1dlBVY3JGdVc4OHhlOHJQTFU3Ky9IZWZSL3Voc2E5YS9GZnYzN3JzczhZUDFmZk9zbU4vajRhZlIrdVhJTWV6cW1PdmRFdTduOTYyM2xsK2wrSzZ2SWlzejZDd0ptRHM5RUE3UXhnR1kwNi9vYjhqT0REcFRBdWp6L3ovN1FEaklWTDkzMzQ4ajJqaU1iODltRE5tcGo3U0tFQWs2QXVya2dmbU1nWWJCREZVU1R3TVN5TjIvM25uRFN2VDd4SzhjUzlYK2VlVnhyWGdhL3Vobkl4aExVcEVsN3ZBbDZHWVo4RmpTcGE2dVB2OW45a0Y5QmJGRUdUdGY2alQ4a1JsMHdnZlZsYitmS2FDUDNsZFhpR1BYK3doMTljdytuRW5rMVZsMjdJOW0vdDZkMlh2Vzl0Y3RUMm5QWEI4amo0LzBNVWpRMFluUnBUTzQraDBaM3R0dG4vSWx0bGZmVkNCK1VMMC9tdmw3Mm9wNmUvWjdXbTdWR0wzUEpuR1FvQU1sT3RxcU0rMFJPOHFyKzdUNldNNzgvdDN6YllCRFpObG15TjY5YWd2MWNXWS8wZkpxdDBqOS9zZ1ZCdG9nRW5TMjYyUWlCVDVCK0xqRGpEcUxYUDJjelVwOG4zOW5SWm51Zkk3SjBZNWN0S1JYckhQYjNmejkvQ24zbGpiczljSDA1Q0Z4Q0NLRnluM2x1Wnp4MnkyL29UNXJNK29CZ0RHa2ZvQ3N6S0NUOGlwNzZ4WE5pUHY5cmR6UEhGZkxPK1lyMWFPVzN4aHgwVU9VeUJlckRNcllOVm15SDNsaWVJYitwZWR6UWxxTzkyNlpSSHZnb1RFRWwvek1vTnYyM2Y3eTkzLzlkbnk1OW1IR01UMy9Sc1U2MHV1WXpuN1BpSEt0M29hVmpVMzlxbEd2Nyt5M3RoejNuR1U3TitxU0xjTm1pVHM4WGVYTVB1czI2eGl5dlhONzF6cHFlUjhRSmI0K1poSjNqMGwzNDdpNEhyZCtPeS8wWW9rN3k1ZmZQSDdmNnpMeUhNT3Npd0M5OWlIems1anZsTHZCQWhBbHh2OThaOVpiNm1hWDdhZGwydFhqK3QwM0VWeDVvQnRJMEVuVkVjOU1iQVRNbklPTkRQVWg4Z05zV3ZmWGZXeUF2aU51WDlTemZGYS9EV1hsdVg0KzlpdGx2K3JOSXNhd1NOQkptU1FKYWpFNlZ1V2RzMzJOT0cvUkJ0d3VRa0RjOW5FbEJrVjl6V2JMMzV4OXIzWHJoZFVyRDduOStXN0o1dkU1K3ZaT2RzakdQZWlFRExpamd1cXFlM2pkbXdSQWhuNVRmNVh2M0Q4bjhWRmZSYWxlZ1FTZHBBTUpBWnplbmI2SC93RTd0OTFxOFVNOHBIZmRVYWVJeGhKM3B2c1VCSHU4Rzd6bjUzc3ZLY3U2aERmeWZuL3JWS04zdWg1b003Zk9XVVpQcFBpMHl6NDRIdkVuUWxsWkNvOEVIVzRHNVU5UE1iMFRsTThFL2Q0WERMSjJBck9Yd2UwMDhJbFFKeUtVM2VzK2pDb1hBekdvSDErajdxLzRNMzdjVm1Wc2dBUWRRZ1d5UjFDKzI1RWR2YXFqUndkNTlUdDBGT1BLTnVMQVo4Y241aHU0UXIzK2ZtVDdIUEdxMVYzaVNhWXh4WjE5dmZNay9WbDF3ZmlPbnR5RHpuWURrdGVyc3FzNjhwM3VlWnAxckx2ZlIxYmwrTjBQQ0pBM0xuOTd1am9nUWNkQUhlY1FBUDFDaW1Pc2VsRzc5KzlGcTBmR08vUmlpVHVoT3JQWGY5ZjZYdEdWKzVqdE4yYVgzOHJPS3ZPU3M4ckw1WFo3emdEY3JkUFY2djRPU2N6ck1SNmR3NVhMc3U4c0hiOVNOM3NmVjdUYkRTWG45R0lHbmJLRG5wMlhqMmMrL21ySEEraDdXdjVXbkZNR3FEL3d3d3c2YVlQd3AvKytVNEIrOTZUVHpNZi9idDh6SEUvRjJkMHJ4MlNXbTUwOVl0V1YxeWZPV0RIVzYvdEdQTmd0VzZ6L2R1eXpZK0dLRlg3UlhvYzV1djdvMzVqRkREcERBNWtybWZIS3ozbGhWZDI1OG5uMUZZZ1NJOFNqZm1XeW9qOXhuc25DRERxbmcxYnIzODRPYml0bSswWmVUVDB6bTlKeWY5aE9UMVZ0T1MrOS9pWmoyK3haSjBkLzNpQ0puV05RaHJpdzJzd1lzZkt0TDFIcndxcFhvNDQ4Ri9vZFZqT0RiaERoS3FGekF3QkQreDU5R25mcWl2ckRUc3lnYjA2d2MyNGc0K0JOS1VDdXZxZjM2N1YyamtQWmY3dmxPVUt2ZjJOTWhBUWRBZ2Y2TTUrSjJvbGZXYW91T1pGSTduVDhuejVyb0lhMlAzZi9veDFQaEJpd2NoK3kvM2JMZC9RK1JtTW5KT2dZbkRRR3d0SDNwRWJ0eEkvMnE3WFRpbmcvV3BUT0w5SjdoYitkeitnRGhydjdkNmY5U2NMSkxIdjliWG5DUFBIaWJyWitlT1ozejNobnVvc0E5T0llZEpqUVViVjBESi8rTHRLOVYrNEQ2MWQya1o5aXEwNEFQV0tDK0xEMzJBWTR6d3c2cFRxTFNOOTc5cW5wbi80dVVpYzQ4M1UyMmVwU3kzMTFQY3N5eWhPRm8xd2tXRjF2Z0QvR2hDcEpuTmpTdC85Um5pQkJSMmR4dVlOWTlRcVIzUWNqR2UreHkzck96NTdyaU1mNTJDY3pPbVJzWjFXU2xXcEoxL1B4UkZyRkZxMk1ydXpUOHdxTHJHWHFJZ09qV09MTzBJQlhZZmt1ckd3SGpnVVFIOFV5eHA5VDlZSW96S0F6ektmN3FlOTgvdFAzZlB0dVZ6dVpNVWc0VTQ4cnRPbVI1VGZxTXhBOWR1eFEvMWZGeDNmdjJCNWR4cnZGcWRuSE8rdnA4akNER1hUQ0JIS0JVVm50VnBZWnpxWDZCblhhMllqZnlmS2RBRm1ZUVNmRVZkMjdTK0V6SGF0QlM1dzZ2TG9zVzM5L1piMWR0ZngwaC9hTTJIU21uZldvN3lQYWM0L3Y3TFh5S0ZOTXlMTGl6K29CZlEvem1VRW5SVUlvTWExVFg1ekxPT1dTL1Z5b1M2aW4yc0xJOGxHdXlnaFdNSVBPeHl1Qm80THVpcWRHUC8vbXlDdlhWKzZOSDFWdVBYKzcxM242K1J2UENvaWg1VnlzaWoyejRnSkVpSXNaZm1QSGM3Qjd1WTU4MHcxd3pBdzZJVHVFcWdIZmxXYlE5cUI2ZmRmZTFJTUkrM3psdTlSZElqQ0RUamdqQXVPWjJmTnN4emF6MDZ3OGlGRzI0Z3BVck84cjRzdXNlK29yeHRDZXh6SXI3aDN0ODUzM280ODYvbmZqd1lqdnUyZHZadEEzVi9VcDB1NzU2M2RjdmQ0dFdxSGpleTZMTytYaWZraGdsL2dQK2pTUW9DT29iM1BNdmNwQkp3bXdkMStxSDdBa0dvakJFbmU2ZEdqdi9ubWtIVHZEZDhmY3F4d01MdnExZ1ZIZk43cHRSVmdpdXVLNFlZZTRjL1MzejdILzNRWGdxTEVpMHRoQy93bjBaZ1lkVGc2SVZuZkdvL2ZoMi9lYkxWQW5BVzJWMm5Wd1ZYMTFpeUtZUWVkUGU4MVE5WDU5Mmdxak94V2RWcTU2Zk9kOG1aMkdITEY3UkZ2dDhaMVpZOGl1c2U5TUhlejVKUFZvWXhEakhLSXpndzVCQnc4NmtIM09zL01OOU80YnhKVTRaZUpjQUdlWVFTZFV4eG5wZTFiU2tlOVJoeC9uMmZrZWYwNnNGcUJDM0ZneEExcHByUEM0SUZxeFQvOTJYRE9PdTBlOGJmM3M2bWNrNkZNWXlRdzZZVHRnTTR1TXFGUDIyLzZEdG9IelhMdTh2S0dBek15Z3N6UUlILzIzbldjV285NXJPR3JmWm9sVWwwYk5tRVU4ZndaRjBLOXRtTFdMVXhhdHZ6OHFCcTQ4L3BiZnZycC9JOTVPYythMkVHMk5DTXlncy9USzR1dHZ1OG9KOTl1VGRnU1FmNHlrckdCUFp0Q1pQc1AxRThBZlZ5WmZmenY3VXQ0S25hc1drYXVjM2ozUmZXWTcrbFFXVWNzSklPb1lTVm5wLzBHQ3p2VGc5UlBBcndieHE0R3hVa0FkZVN3ck85ZE01eWpTSUdUMXZuejZmZVVFZWZ1WXpNdDkzKzN2cUdPb25yRE5mTGhjaHYzV2x6Q0RKZTRzQ2ZZOTM2LzU3cnNzczlyai9EczJBSEh5Nm0vTWp0bjZpTmpsNi93UWhSbDBiZ1hDSzUvckdmeGV2K3ZkMHZrSVY3Y3RpUnB6L3FPZHUwL0hGbVUyU2wyRXZQMm5QcUR2Ynh4ZDRNL2UvL1Y0emRtSUZZc2p5N1pIY2kwNUp3b3o2TUN0amkvcUZlY01WOEl6WGEwM3N3Q0lOZm1PeSt2RzlHdEkwQUVkRmM0bklORVMvd2JzajNNUDlWbmlEaWM2eGNySE5mdkJmZG5LT3R2NU40Q0R1Z25uMmZhOTI1TDZhUEZ2NUsxOUVmdEZ0MUtCQkIxSjhwVGZ5L2lFODViUDNiMWYvMHE1dER6cFAxcjU3cEx3R2xpQmhCVmErb2R2OVVwL0F0ZFk0czdId0JxNVU3Zk1TOTNjdWU2by84b1ZRTXlEZXN5Z2N4aXdQLzMvQ0hRbys5WERYdWUrd3Z2ZVcxOGhwQmFkS3d0eGhWM3ErdTdIT3ZOcDQ2UDJzMWRmMHVNM0l0VTdmUi9abVVHbmJLZmRlNkR0S3ZNZTU5bXhxRU9nanNacUc2LzdvdDJxNXlCQkI1MkV6Z1lNeGdCeHF1VCtSenpXbG4zU2wxQ1JKZTRjQnJ5Wm40dDBMTDBDZmRZT3c5S3c5akpRVnZYYWgzUEtidjMyRHUzaDZuRmtUL3pPN1ArSUI3N2VQVmV2Ky9UdTl5VG5WR1FHblV2QnMxSkEvSFE4cnN6dVdTZXFsTFB6QW9qeCtjcDJWbm52Zmw3VmF5VG93UFlkamM1UVhRTHl0OStNTVNMS1BuL2JqOTNpci80R0pPZ0FXd3dhZXUrL1FSVHNGKyswZS8yZC9ZVDUzSVBPclVEWjQyOGk3bmVHMzFEZnh0cnAzc1BlMzFlMS9tdlhWSzIvUisxNzEyU28ybXZIc3ZWM2QxK3hLbFlqUVVlSG5pekptYkZQSTMramNzZHp0NzRaTE1hb085WE8xYVBjek55UU9XWkVyci9SM3FGOXA2eXF4SXVWNzI0L1czYXZ2eWRXSTBHbnRNeFhLNnNtc3BXVC81V2RhczlqNzEyT3V3MDJvclZkZ3oweTl4T3pZdHVkMzRuVXh1N3VTNVY0Y1NkSjduMTcxYmM2SmtaVGpYdlFLVC9RRjdnQm9GOS9tYlZ2M1dGTTBPTVlqWjFnTFRQb2xMYWlnM0h2RTh4ck05OCtxejFDLy82eXh4THdGZTF6aDZTenh6Rkt6bUV0TStoODdFUUZhZEJXeEFXZ1Fxd1F2NEFNektCenFNY1NxU3FERExXaDNzQXhVbHZaS1M0QVlvVjlpdCt2WlgxVEQwalFZWU9PVUVLaWJocUVHTXdDMm1YazQrNTEyOEdaNytzOWtYTzFITVJ6Sk9pZ3c5NjYzRmJlUDdqcU4wZGZwUGs1cGtyMVBNT3h1UEFHOFdKQXBuYlpNODZ0UHU1VnYvLzZ1MWYzUXp5bkd2ZWdzN3lEdXhKWWQzMkNyUHZuY3A4L1pRSUFnQVFka0F3Q0lQN2puRUZ3bHJpVEpzZ3JoYnpsM2V2N1ZuZjAxZXFoZHRXbjdKUWpYSXMzWjlwTzcvZ3ZubzgzNC9Zd0xZdUt6S0JEd1VGUTVpdldycmlqemdEaVU3M2pPZnRac1oxZG1VR25hOURPOEoyamZpUEtsZHpYeml6YkZlYnMrOC82T2dQa0d6TlVqZldqNHRPcThycHpQR2MvMjZQc3FqMkVsVDJZUWVkeXdETW9kaTRBSU1PRmdCMzdTZU1EeU1rTU9wZEVmNC8wbmQ5YjlkbWU1Nkx5MWVKZFpsMTJIRUFEMnVtSVBySktrbnIySEVqTzlTOUkwQ0ZNSnpGekNkYVp6ODdxS0NvL21NV0FJLzlnNlBWdm5GT0luN1FjdGRQVzc1SW8zUzhYc2RLWUFRazZkQitJNnlocWRCU1Jqa1BubTY5dTNEMW5WMkxQbFZna2ZxRXY2dmRkbnNJZXB3OXJlUXRGdFBKMUlZaWR1QWNkRm5ZMkVaTkw5NndCMU9sam9zZjBHZnVYcVYvN3RxOHJ5bXRsK1JtVElFR0hZSUZXWUVhSDNuNnMyb3M2Q0dpUFFHNld1UE94USt2OW5TdGVzY0YrZFhhbmV2TjhyQldPMjdKVllFWjc3QmxyVnNXdHFQRXlReHkzRko3SXpLQURienN1Q1FZQStqRmxCc3hsQmgzNGcxM2ZGK3ZNNXlzZjV3M0VHZjJZTWdNSk9qcE9nMm5KUnJGeThvVGhuQU8zMFV0WDFRTVFaeXEzWnpFSzRySEVuYlFkaWl1OUFGQ3pUOWJQcXcrd0t6UG9MQS9pVjY3ZTdoNzRaMS94bnZuT2UxZno2OWJWbGVkV3ZZSnhSdlRKbWZ2NTNmdkRsbk1uSnNNeE0rZ3M3OFFpZGNJVnJ2cTZjcTBNQWVCS3YvYnViU2o2UkpqTEREcExSUXY0MGU5bmJUMkcwZnRjL2NwMzl2c2d6VXdBMVpMTG50K3pZNHhzN2RkKy91NzFiMS8vZi9UeTB3ZVNuUmwwbGdUT1NsZGlleHlQcTlOb3EwRDJkaHc1Wm9obmRlcnptUXNPSUVHSEJCM3hxRTY2NS9jYVNBQUFPNHpMZ1A5bGlUc2xmZW9FUm5VUVBiOTM1bXlIMmtMbUFkL29PdDM2ZmRvU3dQcHhEVWpRUVNLWXV0dzlEVDludll5dzN4SDI0VjM5N1Yybno5eTNHZVdKOVNCdTJ5ZEFnbzRPc3NzZ2w3NGRmWTk3NHlzUFRyTFd5NUg3M1hvdXIrN0R5THF5dWg0K0orbGlIcXlKZnl2aXdHN3QzUVVKa0tBVE1EQlg2SXlpZGpBajNoOTY5VmpQekI1bUtQdWV2OXZqdTFxZUtEeTdyRWEzN2NmM2p6aXVDQmNOSk9aSTFOYkdzWXB0TU5wNFJaeURzVHdrRGhjQklHbjcyS1dkaUFjQXdDN01vTk04UUo3NWU1VUg0NVh1ZTg2K3pDMzcwdnhQYnlxbzFHWWs1MER2dUo0cFRscFNEbnN4Z3c1UEhlRHNWN05WTGEvTXZ3VUFsZnJVQ0gyb2ZoemFtVUdILzJmRnE5bU9PckhSMzl2ak4yYVdTWlZPM1N3STZnRHFKYlA3dVFoOTZJeDlVSStSb0tNVHQvK3BPckhuNzNVVnUrNEFaVlg3TVREYW93NmdYcEl2NXQzWjE1YlBSaWtMOVpncUxIRUhBQUNBQU15Z1F3TFJyOVNiUFNWem02cjRBRVJBZnpicStFZVhrZmlMQkIxME51RTdrT2pMdG5aZVZoWXh1ZHQ1Y1BONjdFZGw4ZTJXRDBzbDBRL3VlYXlmMnY0TzVkZ1MrMGJIeDIvZkw0R25Pa3ZjWWFOQlMydW5XdUZwcTU0WW02TWNuU2NRUTBIOWcvOHlndzZiT05QUlZYamFhc1dPZmNXc3djalgvaHg5L3k2ekkyYUJxTkpuN0p4RU92NHhaYUgrc1RNejZJUUo4b0l4YU5zQWlKL0tqSjJaUVNlRXE4RTB5NzIrWnNyV2xUMDUyN1k2QUlpZjh4UE43SEZWY280RUhSWjNHcXNEY2V2dmoxNG12R09pTXZyY1MvN1VBWFVMMkMxT1JJcXJZaVc3c3NRZEpuVXlydW82dDlIcWkzb0ppQ3VvSnhDTEdYUlNCZk9zKzZJVHFtdkV1WjFWWDd3ZUQramRwdlIzY2VOTGxiZ25mbE9kR1hRSTF1a1kzTVF2bTAvNzRod0NZcTgrRDBDQ0RvRTdmWU1RQUFCaktQakdFbmRLaWhiSWRTeGtIeHdwQlVEY1lNVjVOb1pDZ2c0NlpBclVCWFhSNEVnOWd2aHhZMVliMDViSGxJZmtHZnF6eEIyNDNMbnJtT2xaajlRcFFEL3EyR0IzWnRBaFdJY1c4YnZlZWUxNFIvNWU5cG1QVWZ0ZllVYm91UjU1L3k2d2s4b0o3TGRqRTJQaG1CbDBiZzFnWFIyRjkrMUIrMEM4Uk4zV3JzUUY0Q3d6NkZ4V3NWUFovWXJ1bmVPLzh0blh6MlFvLzhjK3Z1N3JhM3NZM1Q3TVB1UXFCNE53akFWeS9QYk1tTkt5LzVGaW5INEg1akNEVG9vQnVNSHRuTEpWMW5YcTg3dmZjWDRCeU5BbmZ1cXY5R1ZJMEVHaTdnS0NzdG0ybkp4RGdQdHhVU3dGSk9nZ2ljSDVCRmdhRnpOZmdOUVhBQ3U0QjUxdEJoWWp2MThISHZPOHpEaWZ6OGVRNWY0ODl4RUNzL3E1eVBkWmY5czNmVHV3Z2hsMFVpVnpPa3ZuVDMwQ0FIMG9TTkFCSGFTeUJRRDBwVENNSmU0d3FFT2E4VHM2UFdVTFFKeCsyZjRERW5TUTNFSEp3ZDI3Zlk1OEhBYlFzTFl0ZmZwYzFYNzVXMW10amt0WG5uYXZCYkE3Uzl5QnBnNXp4ZURHMGppMEM5QmVJcmE1M3ZzaW5nQVNkQXgyUVJzQVFEOENTTkJCUjZlY0FBQ0FaKzVCaHc4a25YM0x5YjFsWktYdUFvaXJJRUVId25hSVY3N25rY2pybFBPZSsxM1BuYm9MTUNhdUFoSjBLSms4SFgzKzlkLzM2aER2ZkUvR1RubDFZdGJqOTN1VSsrNERLZ05LMEFjRFNOQmhrNEgvblFIQ1VlSWdvYWd4UUhRZURjQ0JjZTE4aDFVeXZWN0pGdjNWYnBDZGg4UkI1ODV2OTBTcXBReVVFd0Q2ZTRBL01vTU9IWDNxckxQYy8zdjNOM29uNTY3RXh4dVVLZ1ZBZjU4ek9SZkRRWUlPT3EyT25mblo3M2c5cHBaakhEM29PUHY5dTg1UVJCMUVtVEV5TUFidEl1OStYNDNoNGhmTVk0azdRenF0NTN1NURPaGpuUk5RNXdIMmpGa2pma2U4QlFrNllPQmhzS0RNQUVMSE5uRlYrWUFFSGRBUkFnQkFVdTVCaDAxRVQ4N1AzTi9tWGppQXZZajdnQVFkZE5US2FLSXpGeEE4NUFibkYvWmlCUmdnUVFjZGRaa3l1cE80ekV4Nk1qeEpIM0doU251QWluVlV1MUdQUUlJT2dxN0VwZE81bDBDRDlzQ2VkYlRYZUtGNnU2azRyaExyUUlMT3dxRGIyckZFNllCY1lEalhjVDZYVjhRTzEvbFVIczREeEd3REVaTjl5U3l3Z3FlNHMwMkhqZk1mZlYvVWVVQ2NueDhQeFY1ak81Q2dBNERCSkFEQS83REVIWW9tRlJHK0k5THhNTDljS3p4Z1VISU9vRytIbWN5Z0ExQnF3RmYxZGdTeitXaVRPRjlRbnhsMFlKdEJoMUlZWHhZenl2blRiOHdhV0s0WXdCbzBrMUd2VjM2SyszT09WNXlCOWN5Z2s2cmowWEVBZ0w0ZjV3R3FNb05PR2pvR09CNDQ3Zno3SS9mRnlndlE5Ky9TQjBSWW5RUkkwSkZ3UUxrQjdPejIwMnZnRm5GNTV1cXlGU2ZCK0dWVzNKT0Vnd1FkZEJJR0lHZy8vNzlPUGZiN3VYNUZxV3VQL1loVXR1SWt6T25YOUhtQUJCMGtpS0hMWnNYVHE1M0QraGNWM2lYQlVaTFFETW13dUFoajJ2aTM5di9jOWxiR0NqRUFhdkNRT09qWU1aclJRaDNmczB5VURSQWxEb3RIa0pzWmRPaGs1ODdRVmZzOXp1L29PcDZ4SGozS3hHQVkxclh2bmZxZ2xsanp2Q0lKa0tBREc1S2NPTDg3MVNNRFg3ald2a2UxblZudld2LzIzWGQrdS9kKzY1Y2hMMHZjV1RiQTFYazRYNkN1QTJLRmNnTCt5d3c2Uy9RSTFwVm1zYUlmeTkzelpjYVJMRzNMUUJMWUlWYThpNDBqK21veEZTVG82QnkzT0piWFRqUmpnaC94ZnNTZEx5UkVQdlk3KzJad0NOQVdHOFZMaU1FU2R3QUFTckNrR3NqT0REb3dkS0QwN3A4aGFqMEZjcE9jQXhKMGdJYUJra0ZUck1TdzUyOW5UM0RWVFVBL0JFalFRZWVScGt5ZGczcGwwVE1wbGVDcWw2Qzk1TndmOFJzazZIQzZneHJWZWV3OG9IMHQwMjlMMGIyZnVrNWlPNnZlajNvZmNQUlZCNnYyenlBYjhyWVg3UmQ0NWlGeHdLVkV4WUFDOVJjQW9DOHo2RkFvNlpqMVd6c25OMUZuZDNldGoxZCtSM0lPQUVSbEJoM1lNbm1VcE8xWFpzNDdjRGVHL1B5dk9BS01aQVlkT0QwNHliNmZJd1pYcldXVGRaYTlSNW1OUFBhVzd6YW9CdTdFbHA4WThyTmxYeTFsdFJmRVpnWWR3QURVekxKeUFnQUNNSU1Pc0RsSnAzSUNqa1dlY1RZYkRoSjBBTUJnR2JacGE1RXZ6cmx3Q0JKMEFPQWdTVEJZaG5pSnFRdG5RQ2J1UVFjQWdFVTgzd0o0WmdZZE5oME1LQVVBV04rSFNzNEJDVG82eGMxVkdBeW9DNkF0Z0Q1VTNBQUpPaVR1RkhWSWRUcjNxak1PSThwMTViblM1clFGV0IxbnhDRnhBekp4RHpxcE9tQWRDdW9aQVBvbm9Db3o2S1NoVTVyVCthdG42dG5vdWxLbG5ta3ZJSzdwbjREZXpLQUR2QXpRSWd5Q1h2ZkR6QWxaNnpJQTBNNE1PdkIyWUwvcnNkOTV0MjdQY252ZGoxMFRyWjh5TlZNOXZpNkRmaTkvbkJFcm9RWXo2QUF2QXh5SmpYT2xiQUJ0RUpDZ0F4aXdBYUFmQURabGlUdndkZ0NoRlBvektOT090RS9ZdTQzckJ3QUpPaUNSUk5LN0lNa2QxWTYwVDFnYlR4NmYweFlCQ1Rxd2JVSUZQUWZFQnRiYUxmdlUzNlA2ZlBXaG9KOCtwKzBBZDdrSEhaZzJZSklVT1c4NDV3REFNVFBvY0hFQU8rTXpsUmp3TzIrN3g0QlozM3YzTzV4enlCMUhqRWNnTnpQb1FMY09QK0xBM213ZzJoSUFrSVVaZEtDTG80Umk5Wlg2VlluTzJlTTJveEhqUEVUNGJjazVBT3pMRERwQTRlUlVzZ2NnVmdKNW1FRUhEZ2NzU2lGM2VSdHdBbnlQdDdOaVpZUm5UQUR4bVVHSGlRTUNDVk91c25IT0FBQ1FvQU1BQU1CbUxIRUgrSk5sZ3dBQVNOQUJRbGk5bE4wRmdwaWNGd0JBZ2c0U0FEWXIwNVVYQ05UQm1PY0YwTGNBKzNFUE9zREdnODNSQ2FnSDdha3ZBRUE3TStpUVpHQ3NGT2h0VkxMMVhGOGxkT29MNkxzQjJwbEJCNENORXdpSk53REVZUVlka2d5aUhadXlkaDRkWjIrU2N3Q0l4UXc2V3lVUUJxT0FHQU1BUkdVR25WU0QzenVmTjNCR3UyQWtNUVlBa0tCajhMc293WG4zT2NtU2hGSlNDQUNBQkIwbUpEamZuazRkSVZtS25nQm5TaWlqbEtXTEdnQUFlM0FQT3VWa3ZnL1VQYXpxSEFBQSt6S0RUdHFFNk9pL1pVNlVyczdtdDVRTDErcFR5OTlKemdFQWtLQ3pMUW5SL0NYMmQ1TC9TQmNPM3UxTGE3bXBkMnZQMDlYNnRQT0ZxMWxsNWVJZ0FQUmhpVHNBdzVKREZ6V2NId0JBZ2c0ZzhRRUFJQlZMM0FFNnE1S2NXN1lNQUNCQkI0a01CRERyUWtQMDlxTjlLd01Ba0tCRG9vRmo1Qm5UVmVVajZaTG9aR3cvZHg0aTZCd0JBSGU1QngwQU51SDVDQUFRbXhsMGdFbUpVY2J2cGtZZGVaQ2NBMEJzWnRBaCtJRGRnQm9RUndCQWdnNGdrUUVBZ0Vrc2NZZGtDYVRqRzBkeURnQ0FCQjBrbHhKSUNmS1ErdVQrZEFBQUNUcHNsMFJKTHVNbGk1bVQwMTcxU2Ixa3B6WVBBTm01QngwMkhEQkwya0M3QlFBazZBQUFBTUFibHJnREZHYUpNUUNBQkIwa09SQ0FaZEVBQUJKMGtPUndpWXNob0MwQ2dBUWRTRDA0empTWS9yU3ZaeStHekRwdXlZbzJ0eHNYSmdGZ1BnK0pnNXNEK3N5RFdFK0dSajBCQUlqREREcmNrRDFwa1hRQkFJQUVIVGpCMGx0VzFvdDNGM0xVU1FDQS9peHhCd0FBZ0FETW9FTXhaamIzUFIrWno3MTZDd0JnQmgyMlNSTGRiKzc4S3drQUFBazZBQUFBOElVbDdzQnRsaWM3NzZnREFNQjladEJoZ3dHMDVjMm96d0FBOFpsQmg1ZkJmN1Zqa3N5Z1BvdHBBSUFFSGJZZi9LOFlIQnVRbzg0d0txWUJBQkowTURnK2tWUVprRXRRSzlhWnF1Y28wM0c1a0FNQTQ3a0hIUUFBQUFJd2d3NEFtekViRGdBeG1VRUhBQUNBQU15Z3N6V3pTS0I5QVFCRVlRWWRDSlBNZWNBZEFBQTdNNE1PU1pQWmFzY2tPUWV4REFBazZFQzZBYVJrRnUxU1lsZWhiTVV5QVBoZmxyZ0RBQUJBQUdiUWdhMk1uQjAwcXdzQWdBUWQyQ0lCN21Ia2tsckxkZlBXQ3dDQUNDeHhCd0F1OHdZR0FPakhERG9BYkpaUTkvdyt5VGtBU05DQklvTjdZQzRKTlFERVpZazdBQUFBQkdBR0hXNHlvd3dBQUVqUUlRRExSZjk3a2NMRkNtYlZOUUNBaWl4eEJ5QjF3dTRpR1FCUWhSbDBtSkJBS0FYVXpURWs1K29VQUZSaUJoMDRQUUR2bFJTWi9RUUFnUDh5Z3c2YzhweFEzNTB0dTVPY202bmJpL09OT2dEQURzeWdBMXNPOU0zY255c2JaUVlBSUVFSFlHSWlqbk1OQUVqUXdjQVlBQURZbW52UVlhQXF5Zm0zZXovZEcwcjBlanFpanFyM0FFQnZadEFoY0xLeE1zRTMrNDg2QUFBd2x4bDBDR3BGWXZROEl5Z3g2MWVXbWV2Z2JyUEVac1VCZ0pYTW9FUHhaRU9pRFFBQU9aaEJoOElrNTVDZldYMEFrS0FEMERGQmttUnhsUXR0QUNCQkJ3SWxkOVVTd0d6SmFvOEVxWEtTZGZaODduaXh3Z1VhWlF3QUxkeUREdHdlRkxja24rNkhaNmY2enZveWRLNEFrS0FEQnMvQTltMWRIQUVBQ1RvQUFBQ2s1UjUwQUxwd0R6QUFnQVFkeWlRekVod3kyMlZKczNZS0FFalFZWU5rNW02Q3N6cHhrTGhRSmFIKzlKbG9GeUoyYjNmaURnQ1Z1QWNkQUU0bWhCNkFCZ0NNWUFZZG9IUHlwaFJxZTA3T001N3Z1L3M4OHBpMUh3QjJad1lkQVBoRG9teVZBQURNWndZZFdKNElLQVhVcjFnazV3QWdRUWNrQWtneTFTKzBLd0MyWllrN0FBQUFCR0FHSFRyS01DTmoxZ2dBQUdJeWd3NG5rMXRMWmdFQWdCSE1vTU1Ka25Pb3cyb1NBRUNDRGtnb2xDVUJ1T0FHQUVqUUFRbEZnTVM4WWxtNjZJRDZDZ0M1dVFjZEFBQUFBakNERGdBQUFCSjBBTGpHRW1rQVFJSU9nRVExQU05a0FBQWs2SUJFQ29rcUFBQVNkS2lTU0VuVzQzQXVBQUNJd0ZQY2djdEpyWmxiQUFEb3h3dzZGRWlVVi95dTVCekVFQUNnTHpQb0FBQUFFSUFaZEFBQUFKQ2dBOUNiSmNzQUFCSjBJRm5TbFNtUmszUzI4M3dBOVU2NUFVQk83a0VITGcvQUpZSUFBTkNQR1hUZ0VzazUvTkhJbVdPejBnQlFueGwwQUFBQUNNQU1PblJpZGd2MTNENEJBRWpRSVFCTHZ0a2hDWTlZejdXOTJIVkdXUUJBTzB2Y2dSUURYa2tZQUFEVm1VRUh3cE9jMDR2WlRkUXZBQ0l6Z3c0QUFBQUJtRUVIQUFBQUNUb0FRQXlXcUFNZ1FRY0FKTDhCZU40RkFCSjBBQ1JsbENmNUJRQUpPa2lDUUZJR0FDQkJCeVJCeERIcVFvNExSTW9KQU9qRGE5WUFBQUFnQURQb0FBT1lMWFh1eUZuK3pqOEFLNWxCQjRDTGlaemJTd0FBQ1RvQUFBQVVZNGs3c0lSbHBBQUFJRUVIQXNpK05QaHhnY0dGQnZqY1JnQ0FkcGE0QXdBQVFBQm0wR0VUWnJOUW53QUFKT2hBQUo0MmpmcTBqNk1MS0M2c0FFQnNscmhEc2tHM3hBZ0FBR295Z3c2SlNNNkJqTXpjQTRBRUhRQUk0UFhpNHN5RTNjVUJBREt4eEIyQTZkeXVBUUFnUVFjQUFJQ1FMSEVIQ01BeVhBQUF6S0FEQUFCQUFHYlFnVnMremZ5YUZRWVlFMThCcU1rTU9nQVVTdWc4ZkUrWkF5QkJCd0FraVFEQURaYTRBNmVTQUtXQStoeVA1Rno5QUtBR00raFFjRkJwc0E0QUFQbVlRWWRpTWlUblpxYVVJMml6QVBCSFp0QUJBQUFnQURQb0FBQUFJRUVIb0NyTGVaMVBBT0FjUzl3QkJpYzFIdG9IQUVBTE0rZ0FKNUx0czUrUm5BTUFJRUVINkV5eVRUVlpscTFiWGcrQUJCMUE0Z0tsWmJub1ZQSGltQmdEd0R2dVFRY0FBSUFBektBREFBUmhaaDFBZ2c1Z1VBckI2NzQyc2dmUHVnRFlteVh1QUd5WkZFdUVBSUJvektERGhvbUpVbUIza25QeFJueFVQZ0FSbVVFSENERG9IWmt3bWkxbXR6b1BBQkowQUlOeDV3UUFBQWs2QU1BTUxuQUJJRUVIQUFDQXdqd2tEZ0Jnb04wZnJ1YmhjZ0R0ektBREVISkFid2t4QUxBYk0rZ0FoQ001SDhkc3BuSURJQzR6NkFEQTFvbTNDMElBUkdFR0hRQUtKNTlLNFRQSk9RQVNkQURKQzJ5VmZHcHZBUENkSmU0QUFBbFpuZzhnUVFjQUFBQUdzTVFkNk1MeVZVQThBNEI3ektBREFDUmhXVHRBYldiUUFVaVpwQ2dGZGlRNUI2ak5ERG9BQUFBRVlBWWRvQ2l6ek1vS2RRMEFDVG9BZ3diejN3YjN6Lzg5NmxMWWlBbUtaY09vYXdCRVlJazdVQ3FaTmZnRkVJOEJzaktERHBSaE1FakZKRWNwZkM4UDVTUWVBMVJoQmgwQXVKMDRTOGdBNEQ0ejZMREJ3RmtwQUNPMUpPZGlFUUI4WndZZEFBQUFBakNERGdBQUFCSjBnSDRzb1FVQVFJSU9FTUJ1RDZtcWNFRmk1akc0Z0FNQVNOQUJHS0xDQlltWng1QzV2TjVkWEhEQkFYVUFRSUlPQUhSSW9NNGtWKzh1TG5pdG1XUldIUUNveDFQY0FRQTZYQUNRTUFOd2x4bDBBRWlVQkNxRm1JNlNjK2NNZ0RQTW9BTUFBRUFBWnRBQkFBQkFnZzRBZFZuZURBQkkwQUVnUUZMdG9XRUF3Qm51UVFjQUFJQUF6S0FEQUFDQUJCMEFBQUNRb0FOYjhLQXVBQUF5Y0E4NkFBQUFCR0FHSFlEdFJGNVZZY1VIQU96TEREcndNVkh3bWlnQUFKQ2dBd0FBd0RZc2NRZWFXSGFMK2dJQU1KWVpkQUFBQUFqQUREb0FBRzlaRFFNZ1FRY3dzQVVJd0lOQ0FlYXl4QjBBQUFBQ01JTU9BQUFBRW5RQUFBQkFnZzRBQUFBU2RJQ1lQTndORU04QVdNRkQ0Z0FBQUNBQU0rZ0FRWmpwY3E0QmdMMlpRUWNBQUlBQXpLQURRNWtwQk1RS0FHaGpCaDJBdzRUcG4zLzc4eThsQVFBZ1FRY0FBSUJ0V09JT0FBQUFFblFBQUFCQWdnNEFBQUFTZEFDcTgyUnVaUUlBdFBPUU9BQUFBQWpBRERvQUFBQkkwQUVBQUFBSk9nREFZcDVMQUlBRUhVQkNJRm1RMkVra0Evam4zLzc4U3lrQThNTkQ0Z0FBQUNBQU0rZ0FBQUFnUVFlZ0VrdWdBUUFrNklCa2pRRGNTd3NBSUVFSEpHdXdGUmZBQUtBZUQ0a0RBQUNBQU15Z0F3QXNZaVVFQU0vTW9BTUFBRUFBWnRDQjRjd1FBUURBZDJiUUFRQUFJQUF6NkFBQUFDQkJCd0FBQUNUb0FORElzeFFBZ05IY2d3NEFBQUFCbUVFSEFBQUFDVG9BQUFBZ1FRY0FBQUFKT2dCUWdRZm9BVUFmSGhJSEFBQUFBWmhCQndBQUFBazZBQUFBSUVFSG9EejNSd01BV2JnSEhRQUFBQUl3Z3c0QUFBQVNkQUNvdzNKNkFPQU9TOXdCQUFBZ0FEUG9BUERFTERnQXNJb1pkQUFBQUFqQUREb0FBQUJJMEFIMll3azFBQUR2V09JT0FBQUFBWmhCQndBQUFBazZBQUFBSUVFSEFBQUFDVG9Bd0JnZXhnaEFSaDRTQndBQUFBR1lRUWNBQUFBSk9nQUFBQ0JCQndBQUFBazZBQUFBSUVFSEFBQUFDVG9BQUFBZ1FRY0FBQUFKT2dBQUFDQkJCd0FBQUFrNkFBQUFJRUVIQUFBQUNUb0FBQUFnUVFjQUFBQUpPZ0FBQUNCQkIyQXJmLzNIdjM4ckJRQkFnZzZBNUhleGYvN3R6NytjS1FBZ20xKy9mNXRrQUFBQWdOWE1vQU1BQUlBRUhRQUFBSkNnQXdBQWdBUWRBQUFBa0tBREFBQ0FCQjBBQUFDUW9BTUFBSUFFSFFEaSt1cy8vdjFiS1FBQUsvejYvZHM0QkFBQUFGWXpndzRBQUFBU2RBQUFBRUNDRGdBQUFCSjBBTUJENlFDQUJ3K0pBd0FBZ0FETW9BTUFBSUFFSFFBQUFKQ2dBd0FBZ0FRZEFBQUFrS0FEQUFDQUJCMEFBQUNRb0FNQUFJQUVIUUFBQUpDZ0EzRFpYLy94Nzk5bi9uM3Yzd0VBcU96WDc5L0dRQUFBQUxDYUdYUUFBQUNRb0FNQUFBQVNkQUFBQUpDZ0F3QUFBQkowQUFBQWtLQURBQUFBRW5RQUFBQ1FvQU1BQUFBU2RBQUFBSkNnQXdBQUFCSjBBQUFBa0tBREFBQUFFblFBQUFDUW9BTUFBQUFTZEFBQUFKQ2dBd0FBQUJKMEFBQUFrS0FEQUFBQUVuUUFBQUNRb0FNQUFBQVNkQUFBQUpDZ0F3QUFBQkowQUFBQWtLQURBQUFBRW5RQUFBQ1FvQU1BQUFBU2RJQ0UvdnFQZi85V0NxZ1BBTUN2MzcrTkF3QUFBR0ExTStnQUFBQWdRUWNBQUFBazZBQUFBQ0JCQndBQUFDVG9BQUFBSUVFSEFBQUFKT2dBQUFBZ1FRY0FBQUFrNkFBQUFDQkJCd0FBQUNUb0FBQUFJRUVIQUFBQUpPZ0FBQUFnUVFjQUFBQWs2QUFBQUNCQkJ3QUFBQ1RvQUFBQUlFRUhBQUFBSk9nQUFBQWdRUWNBQUFBazZBQUFBQ0JCQndBQUFDVG9BQUFBSUVFSEFBQUFKT2dBQUFBZ1FRY0FBQUFrNkFBQUFDQkJCd0FBQUNUb0FBQUFJRUVIQUFBQUpPZ0FBQUFnUVFjQUFBQWs2QUFBQUNCQkJ3QUFBQ1RvQUFBQUlFRUhBQUFBSk9nQUFBQWdRUWNBQUFBazZBQUFBQ0JCQndBQUFDVG9BQUFBSUVFSEFBQUFKT2dBQUFBZ1FRY0FBQUFrNkFBQUFDQkJCd0FBQUNUb0FBQUFJRUVIQUFBQUpPZ0FBQUFnUVFjQUFBQWs2QUFBQUNCQkJ3QUFBQ1RvQUFBQUlFRUhBQUFBSk9nQUFBQWdRUWNBQUFBazZBQUFBQ0JCQndBQUFDVG9BQUFBSUVFSEFBQUFKT2dBQUFBZ1FRY0FBQUFrNkFBQUFDQkJCd0FBQUNUb0FBQUFnQVFkQUFBQUpPZ0FBQUNBQkIwQUFBQWs2QUFBQUlBRUhRQUFBQ1RvQUFBQWdBU2QvOHQrSGNnQUFBQUFEUEszdnNkWEZnRUFBQ0RvQUFBQWdLQURBQUNBb0FNQUFBQ0NEZ0FBQUlJT0FBQUFDRG9BQUFBSU9nQUFBQ0RvQUFBQUlPZ0FBQUNBb0FNQUFJQ2dBd0FBQUlJT0FBQUFnZzRBQUFBSU9nQUFBQWc2QUFBQUlPZ0FBQUFnNkFBQUFJQ2dBd0FBZ0tBREFBQUFnZzRBQUFDQ0RnQUFBQWc2QUFBQUNEb0FBQUFnNkFBQUFDRG9BQUFBZ0tBREFBQ0FvQU1BQUFDQ0RnQUFBSUlPQUFBQUNEb0FBQUFJT2dBQUFDRG9BQUFBSU9nQUFBQ0FvQU1BQUlDZ0F3QUFBSUlPQUFBQWdnNEFBQUFJT2dBQUFBZzZBQUFBSU9nQUFBQWc2QUFBQUlDZ0F3QUFnS0FEQUFBQWdnNEFBQUNDRGdBQUFBZzZBQUFBQ0RvQUFBQWc2QUFBQUNEb0FBQUFnS0FEQUFDQW9BTUFBQUNDRGdBQUFJSU9BQUFBQ0RvQUFBQUlPZ0FBQUNEb0FBQUFJT2dBQUFDQW9BTUFBQUNDRGdBQUFJSU9BQUFBQ0RvQUFBQUlPZ0FBQUNEb0FBQUFJT2dBQUFDQW9BTUFBSUNnQXdBQUFJSU9BQUFBZ2c0QUFBQUlPZ0FBQUFnNkFBQUFJT2dBQUFBZzZBQUFBSUNnQXdBQWdLQURBQUFBZ2c0QUFBQ0NEZ0FBQUFnNkFBQUFDRG9BQUFBZzZBQUFBQ0RvQUFBQWdLQURBQUNBb0FNQUFBQ0NEZ0FBQUlJT0FBQUFDRG9BQUFBSU9nQUFBQ0RvQUFBQUlPZ0FBQUNBb0FNQUFJQ2dBd0FBQUlJT0FBQUFnZzRBQUFBSU9nQUFBQWc2QUFBQUlPZ0FBQUFnNkFBQUFJQ2dBd0FBZ0tBREFBQUFnZzRBQUFDQ0RnQUFBQWc2QUFBQWJDWEFBRmNLcSsyTWRFUXpBQUFBQUVsRlRrU3VRbUNDIi8+PC9wYXR0ZXJuPjwvZGVmcz48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDc1NHY3NTRIMHoiLz48L3N2Zz4=");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 80%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
@media (min-width: 576px) {
  .product-detail-page--header-banner .product-banner__content::before {
    background-size: 100% 100%;
  }
}
@media (min-width: 992px) {
  .product-detail-page--header-banner .product-banner__content {
    padding: 80px 0 120px;
  }
}
.contact-form .bg-white.active--item .frame p:last-child {
  margin-bottom: 0;
}
.product-banner .product-banner__header h1, .product-banner .product-banner__header .h1,
.product-banner .landing-banner__rotate-text span {
  font-size: 50px;
  line-height: 65px;
  font-weight: 900;
  color: #04122d;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-banner .product-banner__header h1, .product-banner .product-banner__header .h1,
  .product-banner .landing-banner__rotate-text span {
    font-size: 65px;
    line-height: 78px;
  }
}
@media screen and (min-width: 992px) {
  .product-banner .product-banner__header h1, .product-banner .product-banner__header .h1,
  .product-banner .landing-banner__rotate-text span {
    font-size: 82px;
    line-height: 95px;
  }
}
@media (max-width: 767.98px) {
  .product-banner .product-banner__header h1, .product-banner .product-banner__header .h1,
  .product-banner .landing-banner__rotate-text span {
    font-size: 40px;
    line-height: 50px;
  }
}
.product-banner .product-banner__btn {
  position: relative;
  display: inline-block;
  outline: 2px solid;
  outline-color: transparent;
  border-radius: 50px;
  padding: 10px 25px 10px 50px;
  margin-bottom: 18px;
  transition: all 0.3s ease 0s;
}
.product-banner .product-banner__btn::before, .product-banner .product-banner__btn::after {
  content: "";
  position: absolute;
  left: 25px;
}
@media (min-width: 768px) {
  .product-banner .product-banner__btn::before, .product-banner .product-banner__btn::after {
    left: 35px;
  }
}
.product-banner .product-banner__btn::after {
  animation: ripple 1s linear infinite;
  border-radius: 50px;
  height: 10px;
  top: 18px;
  width: 10px;
}
@media (min-width: 768px) {
  .product-banner .product-banner__btn::after {
    top: 23px;
  }
}
.product-banner .product-banner__btn::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkuMTE3IDIxLjIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuNSIgeDI9Ii41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0xMS41NzEuNDY4Yy0xLjkxMy0xLjEtMy40NjQtLjItMy40NjQgMi4wMDZ2MTYuMjY3YzAgMi4yMDcgMS41NTEgMy4xIDMuNDY0IDIuMDA4TDI1Ljc4OSAxMi42YzEuOTEzLTEuMSAxLjkxMy0yLjg3NiAwLTMuOTczeiIgZGF0YS1uYW1lPSJQYXRoIDE5MTQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4xMDcpIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 2;
}
.product-banner .product-banner__btn:hover, .product-banner .product-banner__btn:focus, .product-banner .product-banner__btn:focus-visible {
  background-color: transparent;
  border-color: #fff;
  color: #04122d;
}
.product-banner .product-banner__btn:hover::after, .product-banner .product-banner__btn:focus::after, .product-banner .product-banner__btn:focus-visible::after {
  animation: ripple-hover 1s linear infinite;
}
.product-banner .product-banner__btn:focus, .product-banner .product-banner__btn:focus-visible {
  outline: 2px dashed;
  outline-color: var(--primary-color);
}
@media (min-width: 768px) {
  .product-banner .product-banner__btn {
    padding: 14px 45px 14px 64px;
  }
}
.product-banner .product-banner__link {
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .product-banner .product-banner__link {
    font-size: 18px;
    line-height: 28px;
  }
}
.product-banner .product-banner__link:hover {
  color: #04122d;
}
@media (min-width: 768px) {
  .product-banner {
    padding-top: 25px;
  }
}
.landing-banner__rotate-text-inner {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .landing-banner__rotate-text-inner {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .landing-banner__rotate-text-inner {
    margin-bottom: 40px;
  }
}
.landing-banner__rotate-text-warp {
  display: block;
  font-family: "visby";
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 65px;
}
@media (min-width: 768px) {
  .landing-banner__rotate-text-warp {
    min-height: 80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .landing-banner__rotate-text-warp {
    min-height: 95px;
  }
}
.landing-banner__rotate-text {
  display: block;
  position: relative;
}
.landing-banner__rotate-text .landing-banner__flip-text {
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  overflow: hidden;
  animation: changeword 10s linear infinite;
  white-space: nowrap;
}
.landing-banner__rotate-text .landing-banner__flip-text:nth-child(1) {
  animation-delay: 0s;
}
.landing-banner__rotate-text .landing-banner__flip-text:nth-child(2) {
  animation-delay: 2s;
}
.landing-banner__rotate-text .landing-banner__flip-text:nth-child(3) {
  animation-delay: 4s;
}
.landing-banner__rotate-text .landing-banner__flip-text:nth-child(4) {
  animation-delay: 6s;
}
.landing-banner__rotate-text .landing-banner__flip-text:nth-child(5) {
  animation-delay: 8s;
}
.sticky-section--fancy {
  margin-top: 30px;
}
.sticky-section--fancy.visible {
  border-top: 1px solid #c8d4e3;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
}
.sticky-section--fancy.visible .product-detail-teaser__content {
  box-shadow: none;
}
.sticky-section--fancy .product-detail-teaser__content {
  padding: 5px 15px;
  box-shadow: 0 3px 20px rgba(0, 68, 135, 0.1);
}
.product-detail--header-accessibility .sticky-section--fancy .product-detail-teaser__content {
  border-radius: 4px;
  padding: 20px 25px;
}
.sticky-section--fancy .product-detail-teaser__content .btn.price-items-btn {
  background-color: #04122d;
  border-color: #04122d;
  min-width: 162px;
  padding-inline: 15px;
}
.sticky-section--fancy .product-detail-teaser__content .btn.price-items-btn:hover, .sticky-section--fancy .product-detail-teaser__content .btn.price-items-btn:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.sticky-section--fancy .product-detail-teaser__content .product-detail-info {
  gap: 12px;
}
.product-detail--header-accessibility .sticky-section--fancy .product-detail-teaser__content .product-detail-info {
  gap: 20px;
}
.sticky-section--fancy .product-detail-teaser__content .product-detail-info__checkout-extension .btn-dark-gray {
  min-width: 135px;
  padding-inline: 15px;
}
.sticky-section--fancy .btn {
  border-radius: 50px;
  border-color: #c8d4e3;
}
.product-detail--header-accessibility .sticky-section--fancy .btn {
  border-radius: 4px;
}
.sticky-section--fancy .btn:hover {
  border-color: #c8d4e3;
}
.sticky-section--fancy .view-demo {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  min-width: 180px;
}
@media screen and (min-width: 992px) {
  .sticky-section--fancy .view-demo {
    font-size: 18px;
    line-height: 28px;
  }
}
.sticky-section--fancy .product-detail-actions a {
  margin-right: 20px;
  color: #04122d;
}
.product-detail--header-accessibility .sticky-section--fancy .product-detail-actions a {
  margin-right: 20px;
}
.sticky-section--fancy .product-detail-actions a:last-of-type {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .sticky-section--fancy .product-detail-actions a {
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {
  .sticky-section--fancy .product-detail-actions a {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .sticky-section--fancy {
    margin-top: 60px;
  }
  .product-detail--header-accessibility .sticky-section--fancy {
    margin-top: 80px;
  }
}
.product-detail--header-accessibility .product-banner {
  padding-block: 70px 45px;
  background-color: #f5f8fb;
  position: relative;
}
.product-detail--header-accessibility .product-banner .product-banner__content {
  padding-top: 35px;
}
.product-detail--header-accessibility .product-banner .product-banner__content h1, .product-detail--header-accessibility .product-banner .product-banner__content .h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-detail--header-accessibility .product-banner .product-banner__content h1, .product-detail--header-accessibility .product-banner .product-banner__content .h1 {
    font-size: 54px;
    line-height: 68px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-accessibility .product-banner .product-banner__content h1, .product-detail--header-accessibility .product-banner .product-banner__content .h1 {
    font-size: 65px;
    line-height: 80px;
  }
}
.product-detail--header-accessibility .product-banner .product-banner__content .product-banner__sub-header {
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .product-detail--header-accessibility .product-banner .product-banner__content .product-banner__sub-header {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .product-banner .product-banner__content .product-banner__sub-header {
    margin-bottom: 15px;
  }
}
.product-detail--header-accessibility .product-banner .product-banner__content .btn {
  background-color: #04122d;
  border-color: #04122d;
  border-radius: 4px;
  padding: 10px 25px 10px 50px;
  min-width: 210px;
}
@media (min-width: 768px) {
  .product-detail--header-accessibility .product-banner .product-banner__content .btn::after {
    top: 22px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .product-banner .product-banner__content .btn::after {
    top: 23px;
  }
}
.product-detail--header-accessibility .product-banner .product-banner__content .btn:hover, .product-detail--header-accessibility .product-banner .product-banner__content .btn:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
@media (min-width: 768px) {
  .product-detail--header-accessibility .product-banner .product-banner__content .btn {
    padding: 14px 20px 14px 64px;
  }
  .product-detail--header-accessibility .product-banner .product-banner__content .btn.btn-secondary {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-accessibility .product-banner .product-banner__content {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .product-banner .product-banner__content {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .product-banner .product-banner__image {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .product-banner .col-md-5 {
    position: absolute;
    right: 0;
    top: 100px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-accessibility .product-banner {
    border-bottom-right-radius: 500px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-accessibility .product-banner {
    padding-block: 90px 50px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .product-banner {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-accessibility .product-banner {
    padding-block: 120px 92px;
  }
}
.product-detail--header-accessibility .bg-gray.text-with-image + .tabs-section.bg-gray {
  padding-top: 0;
}
.product-detail--header-accessibility .product-details-data {
  display: none;
}
@keyframes changeword {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  21% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-hover {
  0% {
    box-shadow: 0 0 0 0 rgba(200, 212, 227, 0.3), 0 0 0 8px rgba(200, 212, 227, 0.3), 0 0 0 12px rgba(200, 212, 227, 0.3);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(200, 212, 227, 0.3), 0 0 0 12px rgba(200, 212, 227, 0.3), 0 0 0 20px rgba(200, 212, 227, 0);
  }
}
@media (min-width: 992px) {
  .product-detail-page--header-banner .product-banner__content {
    min-height: calc(100vh - 98px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.product-detail-page--header-banner .product-banner {
  background-color: #04122d;
}
@media (min-width: 992px) {
  .product-detail-page--header-banner .product-banner {
    padding-top: 98px;
  }
}
.product-detail-page--header-banner .product-banner__content * {
  color: #fff !important;
  z-index: 1;
}
body:not(.menu--open):not(.mega-menu--open) .page-header.page-header--dark-transparent:not(.header-sticky) .navigation .nav-items > li > a {
  color: #fff;
}
body:not(.menu--open):not(.mega-menu--open) .page-header.page-header--dark-transparent:not(.header-sticky) .menu-trigger .bars {
  background-color: #fff;
}
body:not(.menu--open):not(.mega-menu--open) .page-header.page-header--dark-transparent:not(.header-sticky) .navigation .nav-items > li:last-child > a svg path {
  fill: #fff;
}
.page-header.offer-page-header .nav-item-account svg path {
  fill: #fff;
}
/*******************************************************************************
* Cursor Effect
*******************************************************************************/
.cursor-effect {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/*******************************************************************************
* Tabs
*******************************************************************************/
.tabs-wrap.bg-gray {
  padding: 25px 12px 25px;
}
@media (min-width: 992px) {
  .tabs-wrap.bg-gray {
    padding: 50px 35px 20px;
  }
}
@media (min-width: 1200px) {
  .tabs-wrap.bg-gray {
    padding: 70px 70px 30px;
  }
}
.tabs-wrap .tabs-content.bg-gray .tabs-content__inner {
  padding: 20px;
}
@media (min-width: 768px) {
  .tabs-wrap .tabs-content.bg-gray .tabs-content__inner {
    padding: revert-layer;
  }
}
@media (min-width: 768px) {
  .tabs-wrap .tabs-content.bg-gray {
    padding: 15px 25px;
  }
}
@media (min-width: 992px) {
  .tabs-wrap .tabs-content.bg-gray {
    padding: 32px 70px;
  }
}
.tabs-wrap .nav-tabs {
  border: 0;
  position: relative;
  z-index: 1;
}
.tabs-wrap .nav-tabs li {
  margin-bottom: 0;
}
.tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab {
  width: 100%;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab:not(.nav-link--tab-responsive):first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 1px solid #c8d4e3;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab:not(.nav-link--tab-responsive):first-of-type[aria-selected=true], .product-detail--header-accessibility .tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab:not(.nav-link--tab-responsive):first-of-type[aria-expanded=true] {
  border-color: var(--primary-color);
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab:not(.nav-link--tab-responsive):first-of-type::before {
  background: transparent;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab:not(.nav-link--tab-responsive):last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tabs-wrap .nav-tabs:not(.nav-tabs--top) .nav-link--tab {
  text-align: left;
}
.tabs-wrap .nav-tabs--top {
  justify-content: center;
  margin-bottom: 40px;
}
.tabs-wrap .nav-tabs--top .nav-link:not(:last-child) {
  margin-right: 10px;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top {
  margin-bottom: 20px;
}
.tabs-wrap .nav-tabs--top .nav-link--tab, .tabs-wrap .nav-tabs--between .nav-link--tab {
  text-align: center;
}
.tabs-wrap .nav-tabs--top .nav-link--tab::after, .tabs-wrap .nav-tabs--between .nav-link--tab::after {
  display: none;
}
.tabs-wrap .nav-tabs--between .nav-link__text {
  display: block;
  text-align: center;
  width: 100%;
}
.tabs-wrap .nav-tabs--left .nav-link--tab {
  padding-right: 25px;
}
.tabs-wrap .nav-tabs--left .nav-link--tab::after {
  right: 15px;
}
@media (min-width: 992px) {
  .tabs-wrap .nav-tabs--left .nav-link--tab {
    padding-right: 31px;
  }
  .tabs-wrap .nav-tabs--left .nav-link--tab::after {
    right: 5px;
  }
}
.tabs-wrap .nav-tabs--right .nav-link--tab {
  padding-left: 25px;
}
.tabs-wrap .nav-tabs--right .nav-link--tab span {
  display: block;
}
@media (min-width: 768px) {
  .tabs-wrap .nav-tabs--right .nav-link--tab span {
    margin-left: 10px;
  }
}
.tabs-wrap .nav-tabs--right .nav-link--tab::after {
  left: 0;
  transform: translateY(-50%) rotate(175deg);
}
.tabs-wrap .nav-tabs--col .nav-link--tab {
  display: block;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--col .nav-link--tab {
  padding-left: 0;
}
.tabs-wrap .nav-tabs--col .nav-link--tab::after {
  display: none;
}
.product-detail--header-karma .tabs-wrap .nav-tabs--col .nav-link--tab::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMzYTg1ZTYiIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
  display: block;
  opacity: 0;
  right: 0;
  top: 35px;
  transition: all 0.3s ease 0s;
}
.product-detail--header-karma .tabs-wrap .nav-tabs--col .nav-link--tab.active::after, .product-detail--header-karma .tabs-wrap .nav-tabs--col .nav-link--tab:hover:after {
  opacity: 1;
}
.tabs-wrap .nav-tabs--col .nav-link--tab .nav-link__content {
  color: #04122d;
  font-weight: 400;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.product-detail--header-karma .tabs-wrap .nav-tabs--col .nav-link--tab .nav-link__content {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .product-detail--header-karma .tabs-wrap .nav-tabs--col .nav-link--tab .nav-link__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.tabs-wrap .nav-tabs--col .nav-link--tab[aria-selected=true], .tabs-wrap .nav-tabs--col .nav-link--tab[aria-expanded=true] {
  color: #04122d;
}
.tabs-wrap .nav-tabs--col .nav-link--tab[aria-selected=true] .nav-link__text, .tabs-wrap .nav-tabs--col .nav-link--tab[aria-expanded=true] .nav-link__text {
  color: var(--primary-color);
}
.tabs-wrap .nav-tabs--col .nav-link--tab[aria-selected=true] .nav-link__content, .tabs-wrap .nav-tabs--col .nav-link--tab[aria-expanded=true] .nav-link__content {
  opacity: 1;
  padding-top: 17px;
  max-height: 500px;
}
.tabs-wrap .nav-tabs--col .nav-link--tab:hover {
  color: #04122d;
}
.tabs-wrap .nav-tabs--col .nav-link--tab:hover .nav-link__text {
  color: var(--primary-color);
}
.tabs-wrap .nav-link--tab {
  font-size: 15px;
  line-height: 26px;
  align-items: center;
  background: transparent;
  border: 0;
  color: #04122d;
  display: flex;
  font-weight: 700;
  justify-content: flex-start;
  outline-offset: 2px;
  padding: 15px 15px 15px 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 992px) {
  .tabs-wrap .nav-link--tab {
    font-size: 16px;
    line-height: 28px;
  }
}
.tabs-wrap .nav-link--tab.nav-link--modal {
  background-color: var(--primary-color);
  color: #fff;
  justify-content: center;
}
.tabs-wrap .nav-link--tab.nav-link--modal::before, .tabs-wrap .nav-link--tab.nav-link--modal::after {
  display: none;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab {
  padding-left: 12px;
  border-radius: 0;
  font-weight: 500;
  background-color: #f5f8fb;
  border-left: 1px solid #c8d4e3;
  border-right: 1px solid #c8d4e3;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab:not(.nav-link--tab-responsive):last-of-type {
  border-bottom: 1px solid #c8d4e3;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab:not(.nav-link--tab-responsive):last-of-type[aria-selected=true], .product-detail--header-accessibility .tabs-wrap .nav-link--tab:not(.nav-link--tab-responsive):last-of-type[aria-expanded=true] {
  border-color: var(--primary-color);
}
.product-detail--header-karma .tabs-wrap .nav-link--tab {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .product-detail--header-karma .tabs-wrap .nav-link--tab {
    font-size: 20px;
    line-height: 28px;
  }
}
.tabs-wrap .nav-link--tab::before, .tabs-wrap .nav-link--tab::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
}
.tabs-wrap .nav-link--tab::before {
  background: #c8d4e3;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab::before {
  top: 0;
}
.tabs-wrap .nav-link--tab::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2M4ZDRlMyIgZD0iTS4zNTQuMzU0bDYgNi02IDYiIGRhdGEtbmFtZT0iUGF0aCAxOTM3NCIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 15px 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.tabs-wrap .nav-link--tab:focus-visible {
  outline: 2px dashed;
  outline-color: inherit;
  box-shadow: none;
}
.tabs-wrap .nav-link--tab[aria-selected=true], .tabs-wrap .nav-link--tab[aria-expanded=true] {
  background-color: transparent;
  color: var(--primary-color);
}
.tabs-wrap .nav-link--tab[aria-selected=true] .nav-link__image, .tabs-wrap .nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--primary-color);
}
.tabs-wrap .nav-link--tab[aria-selected=true] .nav-link__image--background, .tabs-wrap .nav-link--tab[aria-expanded=true] .nav-link__image--background {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab[aria-selected=true], .product-detail--header-accessibility .tabs-wrap .nav-link--tab[aria-expanded=true] {
  border-left: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
}
.tabs-wrap .nav-link--tab[aria-selected=true]::before, .tabs-wrap .nav-link--tab[aria-expanded=true]::before {
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
}
.product-detail--header-karma .tabs-wrap .nav-link--tab[aria-selected=true]::before, .product-detail--header-karma .tabs-wrap .nav-link--tab[aria-expanded=true]::before {
  background: var(--primary-color);
}
.tabs-wrap .nav-link--tab[aria-selected=true]::after, .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjEuMjMiIHgyPSIuNSIgeTE9Ii4wOTMiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjY2IzMzg0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNDQ3ZmRmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2E4NWU2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTS0xNTcwNS42NDYtMTkxOTIuNjQ2bC0uNzA3LS43MDcgNS42NDYtNS42NDYtNS42NDYtNS42NDYuNzA3LS43MDcgNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1NzA2LjM1NCAxOTIwNS4zNTQpIi8+PC9zdmc+");
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab[aria-selected=true]::after, .product-detail--header-accessibility .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%207.061%2012.707%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23c8d4e3%22%20d%3D%22M.354.354l6%206-6%206%22%20data-name%3D%22Path%2021617%22%2F%3E%3C%2Fsvg%3E");
}
.tabs-wrap .nav-link--tab:hover {
  color: var(--primary-color);
}
.tabs-wrap .nav-link--tab:hover::before {
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab:hover {
  background: transparent;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab:hover::before {
  background: #c8d4e3;
}
.product-detail--header-karma .tabs-wrap .nav-link--tab:hover::before {
  background: var(--primary-color);
}
.tabs-wrap .nav-link--tab:hover .nav-link__image {
  background: var(--primary-color);
}
.tabs-wrap .nav-link--tab:hover .nav-link__image--background {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
.tabs-wrap .nav-link--tab:hover, .tabs-wrap .nav-link--tab:focus, .tabs-wrap .nav-link--tab[aria-selected=true] {
  isolation: initial;
}
.tabs-wrap .nav-link--tab .nav-link__image {
  background-color: #4e6177;
  display: inline-block;
  height: 24px;
  margin-right: 15px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 24px;
}
.tabs-wrap .nav-link--tab .nav-link__image--background {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .tabs-wrap .nav-link--tab {
    width: 100%;
    margin-bottom: 0;
  }
  .tabs-wrap .nav-link--tab:hover::before {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .tabs-wrap .nav-link--tab {
    padding: 21px 18px 21px 0;
  }
}
.tabs-wrap .tabs-wrap__both .nav-tabs--between li {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tabs-wrap .tabs-wrap__both .nav-tabs--between .nav-link--tab {
    min-height: 84px;
  }
}
@media (min-width: 768px) {
  .tabs-wrap .tabs-wrap__both .nav-tabs--between .nav-link--tab {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .tabs-wrap .tabs-wrap__both > .row {
    align-items: center;
  }
}
.tabs-wrap .nav-link--tab-responsive {
  width: 100%;
}
.tabs-wrap .nav-link--tab-responsive::after {
  display: none;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--col {
  display: block;
  text-align: left;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--col .nav-link__content {
  color: #04122d;
  font-weight: 400;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--col[aria-expanded=true] {
  background-color: transparent;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--col[aria-expanded=true]::before {
  display: none;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--col[aria-expanded=true] .nav-link__text {
  color: #004487;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--col[aria-expanded=true] .nav-link__content {
  max-height: 500px;
  opacity: 1;
  padding-top: 12px;
}
.tabs-wrap .nav-link--tab-responsive.nav-link--modal {
  width: 100%;
}
.product-detail--header-accessibility .tabs-wrap .nav-link--tab-responsive.nav-link--modal {
  background-color: #004487;
  color: #fff;
}
@media (min-width: 992px) {
  .tabs-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .tabs-wrap {
    position: relative;
    z-index: 1;
  }
  .tabs-wrap .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
.tabs-section .tabs-wrap .nav-tabs--top {
  position: relative;
}
.tabs-section .tabs-wrap .nav-tabs--top::before {
  background: #c8d4e3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tabs-section .tabs-wrap .nav-tabs--top .nav-link--tab {
  box-shadow: none;
  padding-left: 15px;
  padding-top: 0;
  width: auto;
}
.tabs-section .tabs-wrap .nav-tabs--top .nav-link--tab.active {
  border-color: transparent;
  box-shadow: none;
}
.tabs-section .tabs-wrap .nav-tabs--top .nav-link--tab.active::before {
  height: 2px;
}
@media (min-width: 992px) {
  .tabs-section .tabs-wrap .nav-tabs--top .nav-link--tab {
    padding-left: 18px;
  }
}
.tabs-section.bg-gray .tabs-wrap__both .nav-link--tab {
  border: 1px solid #c8d4e3;
}
.tabs-section.bg-gray .tabs-wrap__both .nav-link--tab.active, .tabs-section.bg-gray .tabs-wrap__both .nav-link--tab[aria-expanded=true] {
  border-color: transparent;
}
.tabs-section .tabs-content__inner {
  padding-top: 10px;
}
.tabs-section .modal-content {
  margin: auto;
  max-width: 1200px;
}
.tabs-section .modal-content .modal-header {
  padding: 30px 45px;
  border-bottom: transparent;
}
.tabs-section .modal-content .modal-header .btn-close {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .tabs-section .modal-content .modal-header .btn-close {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-section .modal-content .modal-header .btn-close {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .tabs-section .modal-content .modal-header {
    padding: 50px 50px 40px;
  }
}
.tabs-section .modal-content .modal-body {
  padding: 25px 0;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top {
  justify-content: center;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top::before {
  display: none;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab {
  background: #f5f8fb;
  border: 1px solid #c8d4e3;
  border-right: 0;
  color: #04122d;
  font-weight: 400;
  justify-content: center;
  margin-right: 0;
  min-width: 225px;
  padding: 10px 12px;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab .bg-gray {
  background: #fff;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab.nav-link--modal {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab.nav-link--modal:hover {
  background-color: transparent;
  border-color: #c8d4e3;
  color: #04122d;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab:last-of-type {
  border-right: 1px solid #c8d4e3;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab[aria-selected=true], .product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab[aria-expanded=true] {
  background: #fff;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--primary-color);
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab[aria-selected=true] + .nav-link--tab, .product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab[aria-expanded=true] + .nav-link--tab {
  border-left-color: var(--primary-color);
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab:hover {
  background-color: transparent;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab:hover .nav-link__image {
  background: var(--primary-color);
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab .nav-link__image {
  background-color: #4e6177;
  height: 32px;
  width: 32px;
  transition: all 0.3s ease 0s;
}
.product-detail--header-accessibility .tabs-wrap .nav-tabs--top .nav-link--tab::before {
  display: none;
}
.product-detail--header-accessibility .nav-tabs .nav-link--tab.active + .nav-link::before {
  background-color: var(--primary-color);
}
.product-detail--header-accessibility .nav-tabs .nav-link--tab[aria-selected=true]::before, .product-detail--header-accessibility .nav-tabs .nav-link--tab[aria-expanded=true]::before {
  background: var(--primary-color);
}
@media (min-width: 768px) {
  .product-detail--header-accessibility .col-12 .tabs-content:not(.bg-gray) {
    padding-inline: 15px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .col-12 .tabs-content:not(.bg-gray) {
    padding-inline: 25px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-accessibility .col-12 .tabs-content:not(.bg-gray) {
    padding-inline: 35px;
  }
}
.product-detail--header-accessibility .tabs-content .nav-link--tab[aria-expanded=true] {
  border-bottom: 1px solid var(--primary-color);
  background: #fff;
}
.product-detail--header-accessibility .tabs-content .nav-link--tab[aria-expanded=true]::before {
  background: var(--primary-color);
}
.product-detail--header-accessibility .tabs-content .tab-pane:last-of-type .nav-link--tab:not([aria-expanded=true]) {
  border-bottom: 1px solid #c8d4e3;
}
.product-detail--header-accessibility .tabs-section .headline-block {
  margin-bottom: 20px;
}
.text-with-image .image-content-section {
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .text-with-image .image-content-section.flex-row-reverse .description-section {
    padding-left: 25px;
    padding-right: 0;
  }
}
.text-with-image .description-section {
  text-align: left;
}
@media (min-width: 992px) {
  .text-with-image .description-section {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .text-with-image.frame-1 .image-content-section.flex-row-reverse .description-section {
    padding-left: 70px;
  }
}
.text-with-image .image-section {
  width: 100%;
}
.text-with-image .image-section img {
  height: auto;
  width: 100%;
}
.product-detail--header-accessibility .text-with-image .image-section img {
  width: revert-layer;
}
.text-with-image .image-section--border {
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  margin: 5px;
  width: calc(100% - 20px);
  box-shadow: 0px 0px 5px rgba(0, 68, 135, 0.1);
}
.text-with-image .image-section--border img {
  border-radius: 8px;
}
.text-with-image .image-section-with-shadow {
  width: 100%;
}
.text-with-image .image-section-with-shadow img, .text-with-image .image-section-with-shadow iframe, .text-with-image .image-section-with-shadow video {
  border-radius: 8px;
  height: auto;
  width: calc(100% - 10px);
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 68, 135, 0.1);
  margin: 5px;
}
.text-with-image .flickity-page-dots {
  justify-content: center;
}
.text-with-image .flickity-page-dots .flickity-page-dot {
  background-color: var(--primary-color);
  margin: 0 2px;
  border-radius: 100%;
}
.text-with-image .flickity-page-dots .flickity-page-dot.is-selected {
  width: 25px;
  border-radius: 5px;
  transition: width 0.5s;
}
.text-with-image .ns-media {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
/*******************************************************************************
* Box Spotted Animation
*******************************************************************************/
.box-spotted-img {
  pointer-events: none;
}
@media (min-width: 992px) {
  .box-spotted-img {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    position: fixed;
    z-index: 1;
  }
  .box-spotted-img--left {
    bottom: -90px;
    left: -150px;
    width: 420px;
    height: 500px;
  }
  .box-spotted-img--right {
    height: 522px;
    right: -240px;
    top: -130px;
    width: 597px;
  }
}
@media (min-width: 1400px) {
  .box-spotted-img--left {
    bottom: -220px;
    height: 1012px;
    left: -300px;
    width: 815px;
  }
  .box-spotted-img--right {
    top: -160px;
    height: 1012px;
    right: -460px;
    width: 1160px;
  }
}
/*******************************************************************************
* Impact Teaser Gradient Text
*******************************************************************************/
.impact-teaser--gradient .impact-teaser__partners {
  margin: 30px 0 40px;
}
.impact-teaser--gradient .impact-teaser__partner-inner {
  align-items: center;
  display: flex;
  width: 100%;
}
.impact-teaser--gradient .impact-teaser__partner-inner .flickity-viewport {
  width: 100%;
}
.impact-teaser--gradient .impact-teaser__partner-inner .impact-teaser__partner {
  margin: 0 10px;
}
.impact-teaser__partner {
  max-width: 160px;
  min-width: 130px;
  text-align: center;
}
/*******************************************************************
* Video 
********************************************************************/
.video-section .video {
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-section .video {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.video-section .headline-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .video-section .headline-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .video-section .headline-block {
    margin-bottom: 60px;
  }
}
.video-section .video-wrapper-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.video-section .video-wrapper-inner img:not(:last-child),
.video-section .video-wrapper-inner a:not(:last-child) {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .video-section .video-wrapper-inner img:not(:last-child),
  .video-section .video-wrapper-inner a:not(:last-child) {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .video-section .video-wrapper-inner img:not(:last-child),
  .video-section .video-wrapper-inner a:not(:last-child) {
    margin-bottom: 36px;
  }
}
.video-section .video-wrapper-inner .video:before {
  height: 64px;
  left: 40px;
  top: 30px;
  transform: initial;
  width: 64px;
}
.video-section .video-wrapper-inner .video .video-caption {
  padding: 0;
  left: 30px;
  background-color: transparent;
}
.video-section .video-wrapper-inner .video .video-caption h4, .video-section .video-wrapper-inner .video .video-caption .h4 {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .video-section .video-wrapper-inner .video .video-caption h4, .video-section .video-wrapper-inner .video .video-caption .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .video-section .video-wrapper-inner .video .video-caption {
    max-width: 500px;
  }
}
.video-section .video-wrapper-inner .video .video-play {
  height: 24px;
  left: 40px;
  width: 24px;
}
.video-section .video-wrapper-inner .video .video-sound,
.video-section .video-wrapper-inner .video .timeline {
  display: none;
}
.video-section .video-wrapper-inner .video-button {
  margin-top: 36px;
  text-align: center;
}
@media (min-width: 992px) {
  .video-section .video-wrapper-inner .video-button {
    margin-top: 50;
  }
}
.video-section .timeline {
  background-color: var(--primary-color);
  bottom: 0;
  cursor: pointer;
  height: 8px;
  position: absolute;
  width: 100%;
}
.video-section .timeline__drag {
  background-color: #fff;
  border-radius: 100%;
  bottom: -1px;
  cursor: pointer;
  height: 10px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 10px;
  z-index: 2;
}
.video-section .timeline__progress {
  background-color: #04122d;
  display: block;
  height: 8px;
  width: 0;
}
.video-section video,
.video-section iframe {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .video-section .flex-row-reverse .video {
    border-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.video-section .container .video {
  border-radius: 15px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-section .container .video {
    max-width: 80%;
  }
}
.video-section p {
  font-size: 17px;
  line-height: 26px;
  color: #4e6177;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .video-section p {
    font-size: 18px;
    line-height: 28px;
  }
}
.video-section .video {
  position: relative;
  height: 100%;
}
.video-section .video.video--play::before {
  display: none;
}
.video-section .video.video--play .video-play {
  opacity: 1;
}
.video-section .video::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjYgNjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMzIuOTU3IiBjeT0iMzIuOTU3IiByPSIzMi41IiBvcGFjaXR5PSIuNyIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik00OC41NTQgMzIuNzM0Yy40NTIuMzE4LjQ1MS44MzMgMCAxLjE1TDI2LjgwMyA0OS4xNDZjLS40NTIuMzE4LS44MTkuMTM2LS44MTktLjQyNVYxNy44OTZjMC0uNTUyLjM2Ny0uNzQyLjgxOS0uNDI2bDIxLjc1MSAxNS4yNjR6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.video-section .video .video-sound,
.video-section .video .video-play,
.video-section .video .video-caption {
  bottom: 30px;
  cursor: pointer;
  height: 18px;
  left: 10px;
  position: absolute;
  top: auto;
  width: 20px;
}
@media (min-width: 992px) {
  .video-section .video .video-sound,
  .video-section .video .video-play,
  .video-section .video .video-caption {
    height: 32px;
    left: 30px;
    width: 40px;
  }
}
.video-section .video .video-sound::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 95%;
  opacity: 0;
}
.video-section .video .video-sound.video--mute::before {
  opacity: 1;
}
.video-section .video .video-sound.video--mute svg {
  opacity: 0.5;
}
.video-section .video .video-play {
  left: 50px;
  width: 14px;
  opacity: 0;
}
@media (min-width: 992px) {
  .video-section .video .video-play {
    left: 95px;
    width: 20px;
  }
}
.video-section .video .video-caption {
  display: none;
}
@media (min-width: 576px) {
  .video-section .video .video-caption {
    background-color: rgba(4, 18, 45, 0.73);
    bottom: 30px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    display: block;
    height: auto;
    left: 0;
    max-width: 280px;
    padding: 12px 24px 12px 12px;
    top: auto;
    width: 100%;
  }
  .video-section .video .video-caption * {
    color: inherit;
  }
  .video-section .video .video-caption h4, .video-section .video .video-caption .h4,
  .video-section .video .video-caption p {
    margin-bottom: 0;
  }
  .video-section .video .video-caption p {
    opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .video-section .video .video-caption {
    bottom: 50px;
    max-width: 304px;
    padding: 6px 10px 10px 24px;
  }
}
video::-webkit-media-controls {
  display: none;
}
[class*=col-] > .video-section .container {
  padding-inline: 0;
}
/********************************************************
* Case Study Video
**********************************************************/
.case-study-video-section .case-slider .case-slide {
  padding: 0 5px;
  width: 100%;
  pointer-events: none;
}
.case-study-video-section .case-slider .case-slide__item {
  opacity: 0.25;
  transform: scale(0.93);
}
.case-study-video-section .case-slider .case-slide__item video,
.case-study-video-section .case-slider .case-slide__item iframe {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-study-video-section .case-slider .case-slide__item-video {
  position: relative;
  height: 100%;
}
.case-study-video-section .case-slider .case-slide__item-video::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjYgNjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMzIuOTU3IiBjeT0iMzIuOTU3IiByPSIzMi41IiBvcGFjaXR5PSIuNyIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik00OC41NTQgMzIuNzM0Yy40NTIuMzE4LjQ1MS44MzMgMCAxLjE1TDI2LjgwMyA0OS4xNDZjLS40NTIuMzE4LS44MTkuMTM2LS44MTktLjQyNVYxNy44OTZjMC0uNTUyLjM2Ny0uNzQyLjgxOS0uNDI2bDIxLjc1MSAxNS4yNjR6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 45px);
  transform: translate(-50%, -50%);
  width: 50px;
}
.case-study-video-section .case-slider .case-slide__item-video.video--play::before {
  display: none;
}
.case-study-video-section .case-slider .case-slide__item-video.video--play .video-play {
  opacity: 1;
}
.case-study-video-section .case-slider .case-slide__item-video .video-sound,
.case-study-video-section .case-slider .case-slide__item-video .video-play {
  bottom: 50px;
  cursor: pointer;
  height: 18px;
  left: 10px;
  position: absolute;
  top: auto;
  width: 20px;
}
@media (min-width: 992px) {
  .case-study-video-section .case-slider .case-slide__item-video .video-sound,
  .case-study-video-section .case-slider .case-slide__item-video .video-play {
    height: 32px;
    left: 30px;
    width: 40px;
  }
}
.case-study-video-section .case-slider .case-slide__item-video .video-sound::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 95%;
  opacity: 0;
}
.case-study-video-section .case-slider .case-slide__item-video .video-sound.video--mute::before {
  opacity: 1;
}
.case-study-video-section .case-slider .case-slide__item-video .video-sound.video--mute svg {
  opacity: 0.5;
}
.case-study-video-section .case-slider .case-slide__item-video .video-play {
  left: 50px;
  width: 14px;
  opacity: 0;
}
@media (min-width: 992px) {
  .case-study-video-section .case-slider .case-slide__item-video .video-play {
    left: 95px;
    width: 20px;
  }
}
.case-study-video-section .case-slider .case-slide.is-selected {
  pointer-events: auto;
}
.case-study-video-section .case-slider .case-slide.is-selected .case-slide__item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
}
.case-study-video-section .case-slider .case-slide.is-selected .case-slide__item .case-slide__item-video .video-sound,
.case-study-video-section .case-slider .case-slide.is-selected .case-slide__item .case-slide__item-video .video-play {
  bottom: 70px;
}
@media (min-width: 768px) {
  .case-study-video-section .case-slider .case-slide {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .case-study-video-section .case-slider .case-slide {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .case-study-video-section .case-slider--fullwith .case-slide {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .case-study-video-section .case-slider--fullwith .case-slide {
    width: 75%;
  }
}
.case-study-video-section .case-slider .flickity-button {
  background-color: #04122d;
  left: 10px;
  top: calc(50% - 30px);
}
.case-study-video-section .case-slider .flickity-button.flickity-prev-next-button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUuNjA5IDI4LjM5MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE0LjkwMy43MDlMMS40MTUgMTQuMTk4bDEzLjQ4OCAxMy40ODciIGRhdGEtbmFtZT0iUGF0aCAxNjk4NCIvPjwvc3ZnPg==");
}
.case-study-video-section .case-slider .flickity-button.next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUuNjA5IDI4LjM5MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTS43MDguNzA5bDEzLjQ4OCAxMy40OUwuNzA4IDI3LjY4NyIgZGF0YS1uYW1lPSJQYXRoIDE2OTg0Ii8+PC9zdmc+");
  background-position: 18px center;
  left: auto;
  right: 10px;
}
.case-study-video-section .case-slider .flickity-page-dots {
  justify-content: center;
}
/*******************************************************************************
* Product Detail Karma
*******************************************************************************/
.product-detail--header-karma .product-detail-section {
  padding-top: 100px;
  color: #fff;
  position: relative;
}
.product-detail--header-karma .product-detail-section .product-detail-teaser.product-detail-teaser--microsite {
  position: relative;
  z-index: 1;
}
.product-detail--header-karma .product-detail-section .product-detail-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.product-detail--header-karma .product-detail-section .product-detail-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail--header-karma .product-detail-section * {
  color: inherit;
}
.product-detail--header-karma .product-detail-section.hero-banner {
  position: relative;
  z-index: 1;
}
.product-detail--header-karma .product-detail-section.hero-banner .product-detail-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.product-detail--header-karma .product-detail-section.hero-banner .product-detail-image::before {
  background: radial-gradient(circle, rgb(0, 45, 113) 0%, rgb(4, 18, 45) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail--header-karma .product-detail-section {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-karma .product-detail-section {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-karma .product-detail-section {
    padding-top: 160px;
  }
}
.product-detail--header-karma .product-banner {
  padding-top: 0;
}
.product-detail--header-karma .product-detail-teaser__sub-headline {
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-color);
  padding-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .product-detail--header-karma .product-detail-teaser__sub-headline {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-karma .product-detail-teaser__headline h1, .product-detail--header-karma .product-detail-teaser__headline .h1 {
    font-size: 43px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-karma .product-detail-teaser__headline {
    margin-bottom: 60px;
  }
}
.product-detail--header-karma .cta-teaser .cta-teaser__content h2 span.highlight-karma, .product-detail--header-karma .cta-teaser .cta-teaser__content .h2 span.highlight-karma,
.product-detail--header-karma .cta-teaser .cta-teaser__content h1 span.highlight-karma,
.product-detail--header-karma .cta-teaser .cta-teaser__content .h1 span.highlight-karma {
  display: inline-block;
  margin-bottom: 0;
}
.product-detail--header-karma .cta-teaser .cta-teaser--with-img.bg-gradient .cta-teaser__image {
  height: 100%;
  width: 100%;
}
.product-detail--header-karma .cta-teaser .cta-teaser--with-img.bg-gradient .cta-teaser__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-detail--header-karma .tabs-section .headline-block {
  margin-bottom: 25px;
}
.product-detail--header-karma .tabs-section .tabs-wrap.bg-gray .nav-tabs--top {
  justify-content: flex-start;
}
.product-detail--header-karma .tabs-section .tabs-wrap.bg-gray .nav-tabs--top .nav-link--tab:first-child {
  padding-left: 0;
}
.product-detail--header-karma .tabs-section .tabs-wrap.bg-gray .nav-tabs--top .nav-link__image {
  height: 35px;
  width: 35px;
}
.product-detail--header-karma .tabs-section .nav-link__content p:last-child {
  margin-bottom: 0;
}
.product-detail--header-karma .tabs-section .nav-link__content .link-arrow::after {
  animation: arrowMove 3s ease-in-out infinite;
  animation-delay: 0s;
}
@media (min-width: 1200px) {
  .product-detail--header-karma .tabs-section .nav-link__content .link-arrow {
    margin-top: 35px;
    margin-bottom: 10px;
  }
}
.product-detail--header-karma .icon-box-items--bg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-detail--header-karma .icon-box-items--bg .icon-box-teaser__title {
  color: #04122d;
}
@media (min-width: 768px) {
  .product-detail--header-karma .icon-box-items--bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-karma .icon-box-items--bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.product-detail--header-karma .icon-box-teaser:hover {
  background-color: color-mix(in srgb, var(--primary-color) 18%, transparent);
  border-color: transparent;
}
.product-detail--header-karma .icon-box-teaser:hover .icon-box-teaser__title {
  color: #fff;
}
.product-detail--header-karma .icon-box-headline .btn {
  background-color: var(--primary-color);
}
.product-detail--header-karma .icon-box-headline .btn:hover {
  background-color: #04122d;
}
.product-detail--header-karma .video-section .video {
  border-radius: 0;
  max-width: 100%;
}
.product-detail--header-karma .stepper-section.stepper--fancy .stepper-teaser h3, .product-detail--header-karma .stepper-section.stepper--fancy .stepper-teaser .h3 {
  background: var(--primary-color);
}
.product-detail--header-karma .project-list-teaser.demos-product-teaser .project-list-teaser__image {
  padding: 0;
}
.product-detail--header-karma .demo-teaser--full-width .demo-teaser-overlay {
  filter: blur(30px);
  background: linear-gradient(rgba(255, 255, 255, 0.8), white);
  height: 120px;
  margin-top: -120px;
  pointer-events: none;
  position: relative;
}
@media (min-width: 992px) {
  .product-detail--header-karma .demo-teaser--full-width .demo-teaser-overlay {
    height: 150px;
    margin-top: -150px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-karma .demo-teaser--full-width .demo-teaser-overlay {
    height: 200px;
    margin-top: -200px;
  }
}
.product-detail--header-karma .demo-teaser--full-width .demo-teaser-explore__more {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .product-detail--header-karma .demo-teaser--full-width .demo-teaser-explore__more {
    margin-top: 30px;
  }
}
.product-detail--header-karma .icon-text-teaser--simple-wrap .col-sm-6 {
  padding: 20px;
  transition: all 0.3s ease;
}
.product-detail--header-karma .icon-text-teaser--simple-wrap .col-sm-6:hover {
  background-color: color-mix(in srgb, var(--primary-color) 18%, transparent);
}
.product-detail--header-karma .impact-teaser .image-teaser__wrapper .product-banner__header .h1 {
  font-weight: 500;
}
.product-detail--header-karma .carousel-autoplay {
  position: relative;
  width: 100%;
  height: 350px;
}
@media (min-width: 768px) {
  .product-detail--header-karma .carousel-autoplay {
    width: 700px;
    height: 380px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-karma .carousel-autoplay {
    width: 831px;
    height: 445px;
  }
}
.product-detail--header-karma .carousel-autoplay__item {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s ease 0s;
  visibility: hidden;
  width: 100%;
}
.product-detail--header-karma .carousel-autoplay__item.carousel-visible {
  opacity: 1;
  visibility: visible;
}
.product-detail--header-karma .carousel-autoplay__caption {
  min-height: 52px;
}
@media (min-width: 768px) {
  .product-detail--header-karma .carousel-autoplay__caption {
    left: -30%;
    background-color: #fff;
    color: #000;
    padding: 12px 65px 12px 12px;
    min-width: 315px;
    position: absolute;
    top: 20%;
    z-index: 2;
  }
  .product-detail--header-karma .carousel-autoplay__caption::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzkgMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iLjExIiB4Mj0iMS4wMjQiIHkxPSIuOTI4IiB5Mj0iLjA2NSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2NiMzM4NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhODVlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGRhdGEtbmFtZT0iR3JvdXAgNjc2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYyMSAtNTM0KSI+PHJlY3Qgd2lkdGg9IjM5IiBoZWlnaHQ9IjM2IiBmaWxsPSJ1cmwoI2EpIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5MzY4IiByeD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjIxIDUzNCkiLz48ZyBmaWxsPSIjZmZmIiBkYXRhLW5hbWU9Ikdyb3VwIDY3NjUiPjxwYXRoIGQ9Ik02NDguOTYzIDU1MC4xNTFsLTMuMjc2LjA4NGE2Ljk3MiA2Ljk3MiAwIDAxLTYuODA2LTQuODA5bC0xLjAxNi0zLjExNmEuMTk0LjE5NCAwIDAwLS4zNzguMDY1bC4wODMgMy4yNzZhNi45NzIgNi45NzIgMCAwMS00LjgwOSA2LjgwNmwtMy4xMTYgMS4wMTZhLjE5NC4xOTQgMCAwMC4wNjUuMzc4bDMuMjc2LS4wODRhNi45NzIgNi45NzIgMCAwMTYuODA2IDQuODA5bDEuMDE2IDMuMTJhLjE5NC4xOTQgMCAwMC4zNzgtLjA2NWwtLjA4My0zLjI3NmE2Ljk3MiA2Ljk3MiAwIDAxNC44MDktNi44MDZsMy4xMTYtMS4wMTZhLjE5NC4xOTQgMCAwMC0uMDY1LS4zODJ6IiBkYXRhLW5hbWU9IlBhdGggMTkyMDQiLz48cGF0aCBkPSJNNjQ3LjM3NyA1NjAuMjM1YTMuMjY4IDMuMjY4IDAgMDEzLjU1Ny0xLjYxNGwuNjY0LjE0NWEuMTk0LjE5NCAwIDAwLjEzNS0uMzU5bC0uNTk0LS4zMjhhMy4yNjYgMy4yNjYgMCAwMS0xLjYxMy0zLjU1N2wuMTQ1LS42NjRhLjE5NC4xOTQgMCAwMC0uMzU5LS4xMzVsLS4zMjkuNmEzLjI2NiAzLjI2NiAwIDAxLTMuNTU3IDEuNjEzbC0uNjY0LS4xNDVhLjE5NC4xOTQgMCAwMC0uMTM1LjM1OWwuNTk0LjMyOWEzLjI2NiAzLjI2NiAwIDAxMS42MTMgMy41NTdsLS4xNDUuNjY0YS4xOTQuMTk0IDAgMDAuMzU5LjEzNXoiIGRhdGEtbmFtZT0iUGF0aCAxOTIwNSIvPjxwYXRoIGQ9Ik02NDQuNTg0IDU0Ni42MTVhMi4zIDIuMyAwIDAxMi43NDIuMTY4LjE5NC4xOTQgMCAwMC4yODgtLjI1NCAyLjMgMi4zIDAgMDEuMTY4LTIuNzQyLjE5NC4xOTQgMCAwMC0uMjU0LS4yODggMi4zIDIuMyAwIDAxLTIuNzQyLS4xNjguMTk0LjE5NCAwIDAwLS4yODguMjU0IDIuMyAyLjMgMCAwMS0uMTY4IDIuNzQyLjE5NC4xOTQgMCAwMC4yNTQuMjg4eiIgZGF0YS1uYW1lPSJQYXRoIDE5MjA2Ii8+PC9nPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    content: "";
    height: 36px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 36px;
  }
}
.product-detail--header-karma .product-detail-teaser__image-right {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.product-detail--header-karma .product-detail-teaser__image-left {
  padding-right: 15px;
}
.product-detail--header-karma .nav-link__counter {
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-detail--header-karma .nav-link__counter p:last-child {
  margin-bottom: 0;
}
.product-detail--header-karma .nav-link__counter .counter-teaser__number {
  position: relative;
  padding-bottom: 15px;
}
.product-detail--header-karma .nav-link__counter .counter-teaser__number::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTY1LjMzMyAxNC4yMDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjM2E4NWU2IiBkPSJNMCAwaDE2NS4zMzN2MTQuMjA5SDB6IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5MzY5Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDY3NjciPjxwYXRoIGZpbGw9IiMzYTg1ZTYiIGQ9Ik0wIDE0LjIwOUMyNi43MjUgNy4wMTUgNTQuNTY0IDMuMSA4Mi4xNTYgMS4wNzljMjcuNTctMS43MTkgNTUuNzc2LTEuNiA4My4xNzcgMS45NDQtMjcuNTMuNDg5LTU1LjM3NiAxLjExNS04Mi44MzkgMy4wNDJDNTQuOTcyIDcuODU5IDI3LjQgMTAuOTYyIDAgMTQuMjA5IiBkYXRhLW5hbWU9IlBhdGggMTkyMDciLz48L2c+PC9zdmc+");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30% 100%;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
@keyframes arrowMove {
  0% {
    opacity: 0;
    right: 12px;
  }
  50% {
    opacity: 1;
    right: 8px;
  }
  75% {
    right: 0;
  }
  100% {
    opacity: 0;
    right: 12px;
  }
}
.product-detail--header-search {
  --primary-color: #ff7700 !important;
  --pink-color: #733ddc !important;
}
.product-detail--header-search.product-detail-page--header-banner .product-banner .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTcuOTU1IDg2LjMyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuODEzIiB4Mj0iLjIxNSIgeTE9Ii4wODIiIHkyPSIuNjEzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjcwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNmQzYWU2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgc3Ryb2tlPSJyZ2JhKDAsMCwwLDApIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xOTAxOC44MiAyMzIwMy4zMjhhLjgxNi44MTYgMCAwMS0uNzctLjU4NGwtNC40MDgtMTMuNTI3YTMwLjI2NiAzMC4yNjYgMCAwMC0yOS41NTMtMjAuODgxbC0xNC4yMjcuMzU1YS44MjYuODI2IDAgMDEtLjg2MS0uODM0di0uMDM1YS44LjggMCAwMS41ODItLjc3M2wxMy41MjctNC40MDhhMzAuMjczIDMwLjI3MyAwIDAwMjAuODgzLTI5LjU1M2wtLjM2MS0xNC4yMjFhLjgzMi44MzIgMCAwMS44MzgtLjg2N2guMDM1YS44MTcuODE3IDAgMDEuNzcuNTgybDQuNDA4IDEzLjUyN2EzMC4yNzMgMzAuMjczIDAgMDAyOS41NTMgMjAuODgxbDE0LjIyNy0uMzU5YS44NDQuODQ0IDAgMDEuMjc5IDEuNjQ2bC0xMy41MjcgNC40MDhhMzAuMjU5IDMwLjI1OSAwIDAwLTIwLjg3NyAyOS41NDlsLjM2MSAxNC4yMjVhLjgzOS44MzkgMCAwMS0uODQuODY5em0yNC43NzEtNC45MjJsLjYyOS0yLjg4M2ExNC4xNzUgMTQuMTc1IDAgMDAtNy4wMDYtMTUuNDQzbC0yLjU4Ni0xLjQyNmEuODQ0Ljg0NCAwIDAxLjYtMS41NjFsMi44ODEuNjI5YTE0LjE4OCAxNC4xODggMCAwMDE1LjQzOC03LjAwNmwxLjQyOC0yLjU4NmEuODExLjgxMSAwIDAxLjcyMy0uNDM2LjgzNi44MzYgMCAwMS44MzggMS4wMjNsLS42MjkgMi44ODlhMTQuMiAxNC4yIDAgMDA3LjAwNiAxNS40NDNsMi41ODQgMS40MjJhLjg0Mi44NDIgMCAwMS0uNTg4IDEuNTYxbC0yLjg4My0uNjI5YTE0LjE4MyAxNC4xODMgMCAwMC0xNS40NDMgNy4wMDZsLTEuNDI2IDIuNTc4YS44LjggMCAwMS0uNzIzLjQ0My44MzcuODM3IDAgMDEtLjg0Mi0xLjAyNHptMi43Ni02MC40YTkuOTY4IDkuOTY4IDAgMDAtMTEuOS0uNzIzLjg0NC44NDQgMCAwMS0xLjEwNS0xLjI1MiA5Ljk4NSA5Ljk4NSAwIDAwLjcyNy0xMS45MDguODQ5Ljg0OSAwIDAxLjcxMS0xLjMxMS44MDkuODA5IDAgMDEuNTM1LjIxMSA5Ljk4MyA5Ljk4MyAwIDAwMTEuOTA4LjcyNy44NDUuODQ1IDAgMDExLjEwNyAxLjI1MiA5Ljk2NyA5Ljk2NyAwIDAwLS43MjkgMTEuOS44NDkuODQ5IDAgMDEtLjcxMSAxLjMxMS44MjQuODI0IDAgMDEtLjU0Mi0uMjA1eiIgZGF0YS1uYW1lPSJVbmlvbiAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5NjguNTAyIC0yMzExNy41KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 65px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 74px;
}
.product-detail--header-search.product-detail-page--header-banner .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzk0LjQxNyAzOTQuNDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iLjUiIHgyPSIuNSIgeTI9IjEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzYTg1ZTYiLz48c3RvcCBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBkYXRhLW5hbWU9Ikdyb3VwIDY3MjUiIG9wYWNpdHk9Ii4xNiI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTQ2LjggMjczLjEzNGMtNjIuNC02Mi40LTYyLjQtMTYzLjkzNCAwLTIyNi4zMzRzMTYzLjkzMy02Mi40IDIyNi4zMzIgMGM1Mi45MzggNTIuOTM4IDYwLjk1NiAxMzEuNjcxIDI0LjA3NCAxOTMuMTUzIDAgMC0yLjY0OSA0LjQ0NS45MjkgOC4wMmw4MS42NTIgODEuNjUyYzE2LjI1MiAxNi4yNTEgMjAuMTIxIDM4Ljk3NiA1LjcwOSA1My4zOTFsLTIuNDgxIDIuNDc5Yy0xNC40MTIgMTQuNDE1LTM3LjEzOCAxMC41NDctNTMuMzg5LTUuNzA1bC04MS40ODEtODEuNDgxYTYuODMzIDYuODMzIDAgMDAtOC4xOTMtMS4xQzE3OC40NyAzMzQuMDg5IDk5LjczOCAzMjYuMDczIDQ2LjggMjczLjEzNHptMTk2Ljc4NS0yOS41NDhhMTE4LjI1NCAxMTguMjU0IDAgMTAtMTY3LjIzNiAwIDExOC4zODcgMTE4LjM4NyAwIDAwMTY3LjIzNi4wMDF6IiBkYXRhLW5hbWU9IlBhdGggMTkzNjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0uMDAxKSIvPjxnIGRhdGEtbmFtZT0iR3JvdXAgNjcyNCI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTI0NC45MTcgMTM2LjgyOWExNi41MjYgMTYuNTI2IDAgMDAxNS4yMDUtMjIuOTU4QTEwNC4xIDEwNC4xIDAgMDAxMjMuODM3IDU4LjYzYTE2LjUxOCAxNi41MTggMCAxMDEyLjg3NSAzMC40MjMgNzEuMDI4IDcxLjAyOCAwIDAxOTIuOTg2IDM3LjY5IDE2LjUyNCAxNi41MjQgMCAwMDE1LjIxOSAxMC4wODZ6IiBkYXRhLW5hbWU9IlBhdGggMTkzNjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMS41NDggMTMuNjQxKSIvPjwvZz48L2c+PC9zdmc+");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  opacity: 0.5;
}
.product-detail--header-search .product-banner .btn {
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
  border: 1px solid #04122d;
  transition: all 0.3s ease 0s;
}
.product-detail--header-search .product-banner .btn:hover {
  background: transparent;
  border-color: #fff;
}
.product-detail--header-search .case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: rgba(4, 18, 45, 0.08);
}
.product-detail--header-search .flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--primary-color);
}
.product-detail--header-search .tabs-wrap .nav-link--tab[aria-selected=true]::after, .product-detail--header-search .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZjcwIiB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
}
.product-detail--header-search .image-content-section .description-section .btn {
  background-color: #04122d;
  border: 1px solid #04122d;
}
.product-detail--header-search .image-content-section .description-section .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-detail--header-search .impact-teaser--fancy-style .image-teaser__wrapper.primary-bg {
  background-color: #04122d;
}
.product-detail--header-localization {
  --primary-color: #3888E1 !important;
  --pink-color: #1eb167 !important;
}
.product-detail--header-localization.product-detail-page--header-banner .product-banner .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTcuOTU1IDg2LjMyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuODEzIiB4Mj0iLjIxNSIgeTE9Ii4wODIiIHkyPSIuNjEzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMTZjYzcxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM2E4NWU2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgc3Ryb2tlPSJyZ2JhKDAsMCwwLDApIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xOTAxOC44MiAyMzIwMy4zMjhhLjgxNi44MTYgMCAwMS0uNzctLjU4NGwtNC40MDgtMTMuNTI3YTMwLjI2NiAzMC4yNjYgMCAwMC0yOS41NTMtMjAuODgxbC0xNC4yMjcuMzU1YS44MjYuODI2IDAgMDEtLjg2MS0uODM0di0uMDM1YS44LjggMCAwMS41ODItLjc3M2wxMy41MjctNC40MDhhMzAuMjczIDMwLjI3MyAwIDAwMjAuODgzLTI5LjU1M2wtLjM2MS0xNC4yMjFhLjgzMi44MzIgMCAwMS44MzgtLjg2N2guMDM1YS44MTcuODE3IDAgMDEuNzcuNTgybDQuNDA4IDEzLjUyN2EzMC4yNzMgMzAuMjczIDAgMDAyOS41NTMgMjAuODgxbDE0LjIyNy0uMzU5YS44NDQuODQ0IDAgMDEuMjc5IDEuNjQ2bC0xMy41MjcgNC40MDhhMzAuMjU5IDMwLjI1OSAwIDAwLTIwLjg3NyAyOS41NDlsLjM2MSAxNC4yMjVhLjgzOS44MzkgMCAwMS0uODQuODY5em0yNC43NzEtNC45MjJsLjYyOS0yLjg4M2ExNC4xNzUgMTQuMTc1IDAgMDAtNy4wMDYtMTUuNDQzbC0yLjU4Ni0xLjQyNmEuODQ0Ljg0NCAwIDAxLjYtMS41NjFsMi44ODEuNjI5YTE0LjE4OCAxNC4xODggMCAwMDE1LjQzOC03LjAwNmwxLjQyOC0yLjU4NmEuODExLjgxMSAwIDAxLjcyMy0uNDM2LjgzNi44MzYgMCAwMS44MzggMS4wMjNsLS42MjkgMi44ODlhMTQuMiAxNC4yIDAgMDA3LjAwNiAxNS40NDNsMi41ODQgMS40MjJhLjg0Mi44NDIgMCAwMS0uNTg4IDEuNTYxbC0yLjg4My0uNjI5YTE0LjE4MyAxNC4xODMgMCAwMC0xNS40NDMgNy4wMDZsLTEuNDI2IDIuNTc4YS44LjggMCAwMS0uNzIzLjQ0My44MzcuODM3IDAgMDEtLjg0Mi0xLjAyNHptMi43Ni02MC40YTkuOTY4IDkuOTY4IDAgMDAtMTEuOS0uNzIzLjg0NC44NDQgMCAwMS0xLjEwNS0xLjI1MiA5Ljk4NSA5Ljk4NSAwIDAwLjcyNy0xMS45MDguODQ5Ljg0OSAwIDAxLjcxMS0xLjMxMS44MDkuODA5IDAgMDEuNTM1LjIxMSA5Ljk4MyA5Ljk4MyAwIDAwMTEuOTA4LjcyNy44NDUuODQ1IDAgMDExLjEwNyAxLjI1MiA5Ljk2NyA5Ljk2NyAwIDAwLS43MjkgMTEuOS44NDkuODQ5IDAgMDEtLjcxMSAxLjMxMS44MjQuODI0IDAgMDEtLjU0Mi0uMjA1eiIgZGF0YS1uYW1lPSJVbmlvbiAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5NjguNTAyIC0yMzExNy41KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 65px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 74px;
}
.product-detail--header-localization.product-detail-page--header-banner .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTE4LjAwMiA1MTguMDAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjM2E4NWU2Ii8+PHN0b3Agb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48Y2xpcFBhdGggaWQ9ImIiPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0wIDBoNTE4LjAwMnY1MTguMDAxSDB6IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5NDM5Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsbD0idXJsKCNhKSIgY2xpcC1wYXRoPSJ1cmwoI2IpIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MjIiPjxwYXRoIGQ9Ik0yNTkgMjAxLjQ1M2MtODcuMjczIDAtMTU4LjI3NCA3MS0xNTguMjc0IDE1OC4yNzRhMTU3LjcgMTU3LjcgMCAwMDQzLjEzNCAxMDguNDc5IDEwLjU4NyAxMC41ODcgMCAwMDEuNzYxIDEuODM1IDE1Ny45OTUgMTU3Ljk5NSAwIDAwMjI2Ljc1OSAwIDEwLjU2IDEwLjU2IDAgMDAxLjc1Ni0xLjgyOSAxNTcuNyAxNTcuNyAwIDAwNDMuMTM4LTEwOC40ODNjMC04Ny4yNzItNzEtMTU4LjI3NC0xNTguMjc0LTE1OC4yNzRtLTEwLjUgOTIuNDQxYy0yMC4zMjktLjg0Ni0zNy41OTItNC4xMDktNTEuMi04LjU4NCAxMS40ODYtMzIuMjc5IDMwLjA0OC01NS41MjYgNTEuMi02MS40em0tNTcuMTI0IDExLjQ3N2MxNi43MSA1LjQxMyAzNi4zNTYgOC43IDU3LjEyNCA5LjUyOHYzNC4zMjhoLTYzLjE3NmEyMzEuMTE4IDIzMS4xMTggMCAwMTYuMDUyLTQzLjg1Nm01Ny4xMjQgNjQuODU0djM1Ljc2MmMtMjAuNjM1LjgyNC00MC4xNjUgNC4wNy01Ni44MDYgOS40MjFhMjMwLjU0MiAyMzAuNTQyIDAgMDEtNi4zNy00NS4xODN6bTAgNTYuNzY3djY4LjU0OGMtMjAuODY4LTUuNzk0LTM5LjIyLTI4LjUtNTAuNzM4LTYwLjExNyAxMy41MzMtNC40IDMwLjYzOS03LjYgNTAuNzM4LTguNDMxbTIxIDBjMjAuMS44MzYgMzcuMiA0LjAzNCA1MC43MzcgOC40MzEtMTEuNTE4IDMxLjYxNC0yOS44NyA1NC4zMjMtNTAuNzM3IDYwLjExN3ptNTYuOC0xMS41ODRjLTE2LjY0MS01LjM1MS0zNi4xNzEtOC42LTU2LjgtOS40MjF2LTM1Ljc2Mmg2My4xNzVhMjMwLjU0MSAyMzAuNTQxIDAgMDEtNi4zNyA0NS4xODNtLTU2LjgtNjYuMTgzVjMxNC45YzIwLjc2Ny0uODMgNDAuNDEzLTQuMTE1IDU3LjEyNC05LjUyOGEyMzEuMiAyMzEuMiAwIDAxNi4wNTEgNDMuODU2em0wLTU1LjMzM3YtNjkuOTgyYzIxLjE0OCA1Ljg3MyAzOS43MDkgMjkuMTE5IDUxLjIgNjEuNC0xMy42IDQuNDc1LTMwLjg2NyA3LjczOC01MS4yIDguNTg0bTU4LjMtNDMuODY3YTEzOC44IDEzOC44IDAgMDAtOS4wMTEtMTMuODU0IDEzNy45IDEzNy45IDAgMDEzNi4xIDI1LjQyNmMtMS4zNTMgNC45MjMtNi40NDQgMTAuMjg3LTE0LjgxNCAxNS4yMTdhMTc0Ljg0MiAxNzQuODQyIDAgMDAtMTIuMjgtMjYuNzkxbS0xMzcuNiAwYTE3NC43NDcgMTc0Ljc0NyAwIDAwLTEyLjI3NyAyNi43ODljLTguMzctNC45MjktMTMuNDYxLTEwLjI5NC0xNC44MTQtMTUuMjE3YTEzNy44OTMgMTM3Ljg5MyAwIDAxMzYuMS0yNS40MjYgMTM4LjYxMiAxMzguNjEyIDAgMDAtOS4wMTEgMTMuODU0TTE3MS42NSAyOTcuMjZhMjUxLjY5MyAyNTEuNjkzIDAgMDAtNy4zMjYgNTEuOTY3aC00Mi4yQTEzNi41IDEzNi41IDAgMDExNDguNCAyNzguNTJjNS4wNDcgNyAxMi44ODggMTMuMzQ1IDIzLjI1NSAxOC43NG0tNy4zMjYgNzIuOTY3YTI1MS4wMTUgMjUxLjAxNSAwIDAwNy42NDkgNTMuMjM0Yy0xMC4xNzMgNS4yNDctMTcuOTM5IDExLjQtMjMuMDUyIDE4LjE5NGExMzYuNTE4IDEzNi41MTggMCAwMS0yNi44LTcxLjQyOHptMTQuMDMxIDczLjZhMTczLjkxNiAxNzMuOTE2IDAgMDAxMS44NDYgMjUuNiAxMzguNzg2IDEzOC43ODYgMCAwMDkuMDEgMTMuODU0IDEzNy44OTIgMTM3Ljg5MiAwIDAxLTM1LjczNy0yNS4wN2MxLjc4OC00LjcgNi44NzQtOS43NDUgMTQuODgxLTE0LjM4Nm0xNDkuNDQ0IDI1LjZhMTczLjg2OCAxNzMuODY4IDAgMDAxMS44NDUtMjUuNmM4LjAwOCA0LjY0MiAxMy4wOTQgOS42ODIgMTQuODgxIDE0LjM4N2ExMzcuOSAxMzcuOSAwIDAxLTM1LjczOCAyNS4wNzEgMTM4LjY1NyAxMzguNjU3IDAgMDA5LjAxMi0xMy44NTZtMTguMjI3LTQ1Ljk2NWEyNTEuMDE1IDI1MS4wMTUgMCAwMDcuNjQ5LTUzLjIzNGg0Mi4yYTEzNi41MTcgMTM2LjUxNyAwIDAxLTI2LjggNzEuNDI5Yy01LjExMi02Ljc5Mi0xMi44NzktMTIuOTQ3LTIzLjA1Mi0xOC4ybTcuNjQ5LTc0LjIzNGEyNTEuNjgzIDI1MS42ODMgMCAwMC03LjMyNi01MS45NjdjMTAuMzY3LTUuNCAxOC4yMDktMTEuNzM5IDIzLjI1NS0xOC43NDFhMTM2LjUgMTM2LjUgMCAwMTI2LjI3MiA3MC43MDh6IiBkYXRhLW5hbWU9IlBhdGggMTkzNjMiLz48cGF0aCBkPSJNMTY5LjkgMTUzLjM2N2ExMC41IDEwLjUgMCAxMDQuMTU1LTIwLjU4NWMtMTUuMDM0LTMuMDM0LTI2LjcyMi04LjI1NS0zNS44MDktMTQuNDI4YTkzLjkzNiA5My45MzYgMCAwMDcuOTYxLTEwLjgzNCA5NS4wNjggOTUuMDY4IDAgMDAxMS4zLTI1Ljg0NmgxNS43NTJhMTAuNSAxMC41IDAgMDAwLTIxaC00MC4wODVWNDYuMDY3YTEwLjUgMTAuNSAwIDEwLTIxIDB2MTQuNjA3aC00MC4xYTEwLjUgMTAuNSAwIDEwMCAyMUg4Ny44M2E5NS4wNjcgOTUuMDY3IDAgMDAxMS4zIDI1Ljg0NiA5NC4wMSA5NC4wMSAwIDAwNy45MjEgMTAuNzg2Yy05LjA4NiA2LjItMjAuNzYxIDExLjQ0Ny0zNS43NjkgMTQuNDc2YTEwLjUgMTAuNSAwIDEwNC4xNTUgMjAuNTg1YzIwLjM1Mi00LjEwNyAzNS43LTExLjcyIDQ3LjIzMS0yMC4zODMgMTEuNTMyIDguNjYzIDI2Ljg3OSAxNi4yNzYgNDcuMjMxIDIwLjM4M20tMzQuMzM0LTcxLjY5M2E3NC4zMTYgNzQuMzE2IDAgMDEtMTIuOTYgMjIuNTg4IDczLjM4NCA3My4zODQgMCAwMS0xMi44ODItMjIuNTg4eiIgZGF0YS1uYW1lPSJQYXRoIDE5MzY0Ii8+PHBhdGggZD0iTTQwNS4xNDcgNDIuMzQ3YTEwLjUgMTAuNSAwIDAwLTE5LjYzNiAwbC0zNi43NjUgOTcuMDA4YTEwLjUgMTAuNSAwIDEwMTkuNjM3IDcuNDQybDYuNTI0LTE3LjIxNWg0MC44NDNsNi41MjUgMTcuMjE2YTEwLjUgMTAuNSAwIDEwMTkuNjM3LTcuNDQ0bC0zNi43NjUtOTcuMDA2bS0yMi4yODEgNjYuMjM0TDM5NS4zMjkgNzUuN2wxMi40NjIgMzIuODg0eiIgZGF0YS1uYW1lPSJQYXRoIDE5MzY1Ii8+PHBhdGggZD0iTTEwNy45NTIgMjI1LjE0OGw5LjI0MS0yNS4zMzFhMTAuMTY5IDEwLjE2OSAwIDAxOS41MjItNi42NjJoNzEuMDc2YTQ3LjYwOSA0Ny42MDkgMCAwMDQ3LjU1NS00Ny41NTVWNDcuNTU1QTQ3LjYwOSA0Ny42MDkgMCAwMDE5Ny43OTEgMEg0Ny41NTZBNDcuNjA5IDQ3LjYwOSAwIDAwMCA0Ny41NTVWMTQ1LjZhNDcuNjA5IDQ3LjYwOSAwIDAwNDcuNTU2IDQ3LjU1NWg5LjcxOWExMC4xNyAxMC4xNyAwIDAxOS41MjIgNi42NjNsOS4yNDIgMjUuMzI5YTE2Ljk4NSAxNi45ODUgMCAwMDMxLjkxMyAwTTkyIDIwNy42MTJsLTUuNDctMTQuOTkzYTMxLjIzOCAzMS4yMzggMCAwMC0yOS4yNS0yMC40NjRoLTkuNzI0QTI2LjU4NiAyNi41ODYgMCAwMTIxIDE0NS42VjQ3LjU1NUEyNi41ODUgMjYuNTg1IDAgMDE0Ny41NTYgMjFoMTUwLjIzNWEyNi41ODUgMjYuNTg1IDAgMDEyNi41NTUgMjYuNTU1VjE0NS42YTI2LjU4NiAyNi41ODYgMCAwMS0yNi41NTUgMjYuNTU1aC03MS4wNzZhMzEuMjM2IDMxLjIzNiAwIDAwLTI5LjI1IDIwLjQ2NXoiIGRhdGEtbmFtZT0iUGF0aCAxOTM2NiIvPjxwYXRoIGQ9Ik01MTggMTExLjg2N1Y0Ny41NTVBNDcuNjA5IDQ3LjYwOSAwIDAwNDcwLjQ0NCAwSDMyMC4yMTJhNDcuNjA5IDQ3LjYwOSAwIDAwLTQ3LjU1NiA0Ny41NTVWMTQ1LjZhNDcuNjA5IDQ3LjYwOSAwIDAwNDcuNTU2IDQ3LjU1NWg3MS4wNzVhMTAuMTY4IDEwLjE2OCAwIDAxOS41MjIgNi42NjNsOS4yNDIgMjUuMzNhMTYuOTg1IDE2Ljk4NSAwIDAwMzEuOTEzIDBsOS4yNDItMjUuMzMyYTEwLjE2NiAxMC4xNjYgMCAwMTkuNTIyLTYuNjYyaDkuNzE4QTQ3LjYwOSA0Ny42MDkgMCAwMDUxOCAxNDUuNlYxMTEuODcxTTQ5NyAxNDUuNmEyNi41ODUgMjYuNTg1IDAgMDEtMjYuNTU2IDI2LjU1NWgtOS43MThhMzEuMjM0IDMxLjIzNCAwIDAwLTI5LjI1IDIwLjQ2NWwtNS40NzEgMTQuOTkzLTUuNDctMTQuOTkzYTMxLjIzNyAzMS4yMzcgMCAwMC0yOS4yNS0yMC40NjVoLTcxLjA3M2EyNi41ODUgMjYuNTg1IDAgMDEtMjYuNTU2LTI2LjU1NVY0Ny41NTVBMjYuNTg1IDI2LjU4NSAwIDAxMzIwLjIxMiAyMWgxNTAuMjMyQTI2LjU4NSAyNi41ODUgMCAwMTQ5NyA0Ny41NTVWMTI4LjJ6IiBkYXRhLW5hbWU9IlBhdGggMTkzNjciLz48L2c+PC9zdmc+");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  opacity: 0.16;
}
.product-detail--header-localization .product-banner .btn {
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
  border: 1px solid #04122d;
  transition: all 0.3s ease 0s;
}
.product-detail--header-localization .product-banner .btn:hover {
  background: transparent;
  border-color: #fff;
}
.product-detail--header-localization .icon-text-teaser__icon .icon-hover svg linearGradient {
  stop-color: var(--pink-color);
}
.product-detail--header-localization .tabs-wrap .nav-link--tab:hover::before,
.product-detail--header-localization .tabs-wrap .nav-link--tab[aria-selected=true]::before, .product-detail--header-localization .tabs-wrap .nav-link--tab[aria-expanded=true]::before {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
.product-detail--header-localization .tabs-wrap .nav-link--tab[aria-selected=true]::after, .product-detail--header-localization .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzg4OEUxIiB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
}
.product-detail--header-localization .image-content-section .description-section .btn {
  background-color: #04122d;
  border: 1px solid #04122d;
}
.product-detail--header-localization .image-content-section .description-section .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-detail--header-localization .case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: rgba(4, 18, 45, 0.08);
}
.product-detail--header-localization .flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--primary-color);
}
.product-detail--header-chatbot {
  --primary-color: #3593f8 !important;
  --pink-color: #f12526 !important;
}
.product-detail--header-chatbot.product-detail-page--header-banner .product-banner .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTcuOTU1IDg2LjMyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuODEzIiB4Mj0iLjIxNSIgeTE9Ii4wODIiIHkyPSIuNjEzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmYyNDI0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMGQ5NmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgc3Ryb2tlPSJyZ2JhKDAsMCwwLDApIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xOTAxOC44MiAyMzIwMy4zMjhhLjgxNi44MTYgMCAwMS0uNzctLjU4NGwtNC40MDgtMTMuNTI3YTMwLjI2NiAzMC4yNjYgMCAwMC0yOS41NTMtMjAuODgxbC0xNC4yMjcuMzU1YS44MjYuODI2IDAgMDEtLjg2MS0uODM0di0uMDM1YS44LjggMCAwMS41ODItLjc3M2wxMy41MjctNC40MDhhMzAuMjczIDMwLjI3MyAwIDAwMjAuODgzLTI5LjU1M2wtLjM2MS0xNC4yMjFhLjgzMi44MzIgMCAwMS44MzgtLjg2N2guMDM1YS44MTcuODE3IDAgMDEuNzcuNTgybDQuNDA4IDEzLjUyN2EzMC4yNzMgMzAuMjczIDAgMDAyOS41NTMgMjAuODgxbDE0LjIyNy0uMzU5YS44NDQuODQ0IDAgMDEuMjc5IDEuNjQ2bC0xMy41MjcgNC40MDhhMzAuMjU5IDMwLjI1OSAwIDAwLTIwLjg3NyAyOS41NDlsLjM2MSAxNC4yMjVhLjgzOS44MzkgMCAwMS0uODQuODY5em0yNC43NzEtNC45MjJsLjYyOS0yLjg4M2ExNC4xNzUgMTQuMTc1IDAgMDAtNy4wMDYtMTUuNDQzbC0yLjU4Ni0xLjQyNmEuODQ0Ljg0NCAwIDAxLjYtMS41NjFsMi44ODEuNjI5YTE0LjE4OCAxNC4xODggMCAwMDE1LjQzOC03LjAwNmwxLjQyOC0yLjU4NmEuODExLjgxMSAwIDAxLjcyMy0uNDM2LjgzNi44MzYgMCAwMS44MzggMS4wMjNsLS42MjkgMi44ODlhMTQuMiAxNC4yIDAgMDA3LjAwNiAxNS40NDNsMi41ODQgMS40MjJhLjg0Mi44NDIgMCAwMS0uNTg4IDEuNTYxbC0yLjg4My0uNjI5YTE0LjE4MyAxNC4xODMgMCAwMC0xNS40NDMgNy4wMDZsLTEuNDI2IDIuNTc4YS44LjggMCAwMS0uNzIzLjQ0My44MzcuODM3IDAgMDEtLjg0Mi0xLjAyNHptMi43Ni02MC40YTkuOTY4IDkuOTY4IDAgMDAtMTEuOS0uNzIzLjg0NC44NDQgMCAwMS0xLjEwNS0xLjI1MiA5Ljk4NSA5Ljk4NSAwIDAwLjcyNy0xMS45MDguODQ5Ljg0OSAwIDAxLjcxMS0xLjMxMS44MDkuODA5IDAgMDEuNTM1LjIxMSA5Ljk4MyA5Ljk4MyAwIDAwMTEuOTA4LjcyNy44NDUuODQ1IDAgMDExLjEwNyAxLjI1MiA5Ljk2NyA5Ljk2NyAwIDAwLS43MjkgMTEuOS44NDkuODQ5IDAgMDEtLjcxMSAxLjMxMS44MjQuODI0IDAgMDEtLjU0Mi0uMjA1eiIgZGF0YS1uYW1lPSJVbmlvbiAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5NjguNTAyIC0yMzExNy41KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 65px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 74px;
}
.product-detail--header-chatbot.product-detail-page--header-banner .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDMxLjgwMSAzNjMuMzMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii41NDciIHgyPSIuMjQxIiB5MT0iLS4wMTQiIHkyPSIxLjQzOCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzNhODVlNiIvPjxzdG9wIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0zNjY1Ljg5IDIzMzM1Ljg4N3YtNTcuNTcyaC00Mi4yMjFhNTUuMzI0IDU1LjMyNCAwIDAxLTU1LjMyOC01NS4zMjh2LTE1Ni45OTRhNTUuMzIyIDU1LjMyMiAwIDAxNTUuMzI4LTU1LjMyMmgyMzQuNDY2YTU1LjMyMiA1NS4zMjIgMCAwMTU1LjMyOCA1NS4zMjJ2MTU2Ljk5NGE1NS4zMjQgNTUuMzI0IDAgMDEtNTUuMzI4IDU1LjMyOGwtMjIuNi4yMjloLTYwLjgyOGwtMjEuNjc2LjQtODYuNDM5IDU3LjNhLjQ0NS40NDUgMCAwMS0uNy0uMzYzem03My43MzYtMTAzLjY3NmMzNS4xMTEgMCA2NC4xLTI0LjYgNjguNTQxLTU2LjQ1OWgtMTM3LjA3NmM0LjQzMyAzMS44NjEgMzMuNDMgNTYuNDU5IDY4LjUzNCA1Ni40NTl6bTI5LjI4OS0xMzguMzc1YTI3LjY5IDI3LjY5IDAgMTAyNy42OS0yNy42OTEgMjcuNjkzIDI3LjY5MyAwIDAwLTI3LjY5IDI3LjY5MXptLTExMS4wNiAwYTI3LjY5IDI3LjY5IDAgMTAyNy42OS0yNy42OTEgMjcuNjkzIDI3LjY5MyAwIDAwLTI3LjY5MSAyNy42OTF6TTM5MjQuOSAyMzE5NS41di05OS4xMDdoMTMuNzE3YTE4LjE5MiAxOC4xOTIgMCAwMTE4LjE5MSAxOC4xODZ2NjIuNzM2YTE4LjE4OSAxOC4xODkgMCAwMS0xOC4xOTEgMTguMTg2em0tMzgxLjcwOSAwYTE4LjE5MSAxOC4xOTEgMCAwMS0xOC4xODUtMTguMTg2di02Mi43MzZhMTguMTg4IDE4LjE4OCAwIDAxMTguMTg1LTE4LjE4NmgxMy43MDl2OTkuMTA3ek0zNjk2LjkgMjMwMDVhMTYgMTYgMCAwMTAtMzJoOTdhMTYgMTYgMCAwMTAgMzJ6IiBkYXRhLW5hbWU9IlVuaW9uIDUiIG9wYWNpdHk9Ii4yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUyNS4wMDEgLTIyOTczKSIvPjwvc3ZnPg==");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  opacity: 0.9;
}
.product-detail--header-chatbot .product-banner .btn {
  background: linear-gradient(270deg, var(--pink-color) 0%, var(--primary-color) 100%);
  border: 1px solid #04122d;
  transition: all 0.3s ease 0s;
}
.product-detail--header-chatbot .product-banner .btn:hover {
  background: transparent;
  border-color: #fff;
}
.product-detail--header-chatbot .icon-text-teaser__icon .icon-hover svg linearGradient {
  stop-color: var(--pink-color);
}
.product-detail--header-chatbot .tabs-wrap .nav-link--tab:hover::before,
.product-detail--header-chatbot .tabs-wrap .nav-link--tab[aria-selected=true]::before, .product-detail--header-chatbot .tabs-wrap .nav-link--tab[aria-expanded=true]::before {
  background: linear-gradient(270deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
.product-detail--header-chatbot .tabs-wrap .nav-link--tab[aria-selected=true]::after, .product-detail--header-chatbot .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMzg4OEUxIiB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
}
.product-detail--header-chatbot .image-content-section .description-section .btn {
  background-color: #04122d;
  border: 1px solid #04122d;
}
.product-detail--header-chatbot .image-content-section .description-section .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-detail--header-chatbot .case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: rgba(4, 18, 45, 0.08);
}
.product-detail--header-chatbot .flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--primary-color);
}
main.product-detail--header-t3accessibility {
  --primary-color: #ffbb00 !important;
  --pink-color: #ff3434 !important;
}
main.product-detail--header-t3accessibility.product-detail-page--header-banner .product-banner .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTcuOTU1IDg2LjMyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuODEzIiB4Mj0iLjIxNSIgeTE9Ii4wODIiIHkyPSIuNjEzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZmYzNDM0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgc3Ryb2tlPSJyZ2JhKDAsMCwwLDApIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xOTAxOC44MiAyMzIwMy4zMjhhLjgxNi44MTYgMCAwMS0uNzctLjU4NGwtNC40MDgtMTMuNTI3YTMwLjI2NiAzMC4yNjYgMCAwMC0yOS41NTMtMjAuODgxbC0xNC4yMjcuMzU1YS44MjYuODI2IDAgMDEtLjg2MS0uODM0di0uMDM1YS44LjggMCAwMS41ODItLjc3M2wxMy41MjctNC40MDhhMzAuMjczIDMwLjI3MyAwIDAwMjAuODgzLTI5LjU1M2wtLjM2MS0xNC4yMjFhLjgzMi44MzIgMCAwMS44MzgtLjg2N2guMDM1YS44MTcuODE3IDAgMDEuNzcuNTgybDQuNDA4IDEzLjUyN2EzMC4yNzMgMzAuMjczIDAgMDAyOS41NTMgMjAuODgxbDE0LjIyNy0uMzU5YS44NDQuODQ0IDAgMDEuMjc5IDEuNjQ2bC0xMy41MjcgNC40MDhhMzAuMjU5IDMwLjI1OSAwIDAwLTIwLjg3NyAyOS41NDlsLjM2MSAxNC4yMjVhLjgzOS44MzkgMCAwMS0uODQuODY5em0yNC43NzEtNC45MjJsLjYyOS0yLjg4M2ExNC4xNzUgMTQuMTc1IDAgMDAtNy4wMDYtMTUuNDQzbC0yLjU4Ni0xLjQyNmEuODQ0Ljg0NCAwIDAxLjYtMS41NjFsMi44ODEuNjI5YTE0LjE4OCAxNC4xODggMCAwMDE1LjQzOC03LjAwNmwxLjQyOC0yLjU4NmEuODExLjgxMSAwIDAxLjcyMy0uNDM2LjgzNi44MzYgMCAwMS44MzggMS4wMjNsLS42MjkgMi44ODlhMTQuMiAxNC4yIDAgMDA3LjAwNiAxNS40NDNsMi41ODQgMS40MjJhLjg0Mi44NDIgMCAwMS0uNTg4IDEuNTYxbC0yLjg4My0uNjI5YTE0LjE4MyAxNC4xODMgMCAwMC0xNS40NDMgNy4wMDZsLTEuNDI2IDIuNTc4YS44LjggMCAwMS0uNzIzLjQ0My44MzcuODM3IDAgMDEtLjg0Mi0xLjAyNHptMi43Ni02MC40YTkuOTY4IDkuOTY4IDAgMDAtMTEuOS0uNzIzLjg0NC44NDQgMCAwMS0xLjEwNS0xLjI1MiA5Ljk4NSA5Ljk4NSAwIDAwLjcyNy0xMS45MDguODQ5Ljg0OSAwIDAxLjcxMS0xLjMxMS44MDkuODA5IDAgMDEuNTM1LjIxMSA5Ljk4MyA5Ljk4MyAwIDAwMTEuOTA4LjcyNy44NDUuODQ1IDAgMDExLjEwNyAxLjI1MiA5Ljk2NyA5Ljk2NyAwIDAwLS43MjkgMTEuOS44NDkuODQ5IDAgMDEtLjcxMSAxLjMxMS44MjQuODI0IDAgMDEtLjU0Mi0uMjA1eiIgZGF0YS1uYW1lPSJVbmlvbiAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5NjguNTAyIC0yMzExNy41KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 65px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 74px;
}
main.product-detail--header-t3accessibility.product-detail-page--header-banner .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDM1LjY2NCA0MzUuNjY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii40ODYiIHgyPSIuMzc4IiB5MT0iLS4wMTciIHkyPSIxLjQ5OSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzNhODVlNiIvPjxzdG9wIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIHN0cm9rZT0icmdiYSgwLDAsMCwwKSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTMyLjczIDQwOC41NzdhMjE3LjQ0NiAyMTcuNDQ2IDAgMDEwLTQwMC40ODkgMjE3LjMzMiAyMTcuMzMyIDAgMDEyMzguMjc5IDM1My45MjEgMjE3LjU0NCAyMTcuNTQ0IDAgMDEtMjM4LjI3OSA0Ni41Njh6bS05Mi44LTIwMC4yNDVjMCA5Ny44MiA3OS41ODIgMTc3LjQgMTc3LjQgMTc3LjRzMTc3LjQtNzkuNTgyIDE3Ny40LTE3Ny40LTc5LjU4My0xNzcuNC0xNzcuNC0xNzcuNC0xNzcuNCA3OS41OC0xNzcuNCAxNzcuNHptMjAxLjU4OCAxNDIuNTM3cy0xNi40MjgtODkuOS0yNC40MTQtODkuOS0yMy45NTcgODkuOS0yMy45NTcgODkuOWMtMi4xMTEgMTAuNS03LjA3NCAxOC4yLTE4LjI1NCAxOC4yLTEyLjgzNSAwLTE5LjU2Ni04Ljk1NS0xOC4yNTQtMTguMTM5bC4xMTQtLjc0Mi4xNzEtLjg1NiAxOC4zMS0xMDAuNTY2IDMuMzA4LTI1LjY2OWMuNjI3LTQuMTY0IDIuNTEtMTYuMTQzLjE3MS0yMi4xODktLjc0Mi0xLjg4My0yLjIyNS00LjA1LTcuNzU3LTYuMTYxTDExNi42NTIgMTc3Ljh2LS4xNzJjLTkuMDEzLTMuNDIyLTE3Ljk2OC04LjE1Ny0xNy45NjgtMTguMTM5IDAtMTAuMDM5IDcuNDE2LTIxLjA0OSAxOC4yNTQtMTguMmE0Mi42NDMgNDIuNjQzIDAgMDE0LjU2NCAxLjQ4M2MxNSA0LjI3OSA2MS44OTEgMTYuODI3IDk1LjYgMTYuODI3IDM2LjMzNyAwIDg3Ljg0NS0xNC40ODggOTguNDU1LTE3LjYyNmwxLjcxMi0uNTE0LjIyOC0uMDU3LjI4NS0uMDU3YzEwLjgzOC0yLjg1MyAxOC4yNTQgOC4yMTMgMTguMjU0IDE4LjI1M3MtOS4xMjcgMTQuNzc0LTE4LjI1NCAxOC4yYTUuNzMxIDUuNzMxIDAgMDEtLjkxMy4yODVsLTUwLjkzOSAxNy44Yy02LjU2IDIuNDUzLTkuMzU1IDUuMDItOS45ODIgNi4xNmEuMi4yIDAgMDEtLjA1OC4xMTRjLS42MjcgMS4xNDEtMi41NjcgNi4xLS4xNzEgMjEuMDQ5bDMuMzA4IDI1LjY2OSAxOC41MzkgOTkuNjUzYy4xNzEuOC4zNDIgMS41NC40NTYgMi4zMzggMS4zNjkgOS4yNDEtNS40MTkgMTguMi0xOC4yNTQgMTguMi0xMS4xNzctLjAwMS0xNi4wODItNy43MDItMTguMjUtMTguMTk3em0tNTYuMDczLTI0MS45MThhMzEuOTQ0IDMxLjk0NCAwIDExMzEuOTQ0IDMxLjk0OSAzMS45NjUgMzEuOTY1IDAgMDEtMzEuOTQ0LTMxLjk0OXoiIGRhdGEtbmFtZT0iVW5pb24gNCIgb3BhY2l0eT0iLjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC41IDkuNSkiLz48L3N2Zz4=");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  opacity: 0.9;
}
main.product-detail--header-t3accessibility .product-banner .btn {
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
  border: 1px solid #04122d;
  transition: all 0.3s ease 0s;
}
main.product-detail--header-t3accessibility .product-banner .btn:hover {
  background: transparent;
  border-color: #fff;
}
main.product-detail--header-t3accessibility .icon-text-teaser__icon .icon-hover svg linearGradient {
  stop-color: var(--pink-color);
}
main.product-detail--header-t3accessibility .tabs-wrap .nav-link--tab:hover::before,
main.product-detail--header-t3accessibility .tabs-wrap .nav-link--tab[aria-selected=true]::before, main.product-detail--header-t3accessibility .tabs-wrap .nav-link--tab[aria-expanded=true]::before {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
main.product-detail--header-t3accessibility .tabs-wrap .nav-link--tab[aria-selected=true]::after, main.product-detail--header-t3accessibility .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkIwIiB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
}
main.product-detail--header-t3accessibility .image-content-section .description-section .btn {
  background-color: #04122d;
  border: 1px solid #04122d;
}
main.product-detail--header-t3accessibility .image-content-section .description-section .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
main.product-detail--header-t3accessibility .case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: rgba(4, 18, 45, 0.08);
}
main.product-detail--header-t3accessibility .flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--primary-color);
}
main.product-detail--header-t3accessibility .impact-teaser--fancy-style .image-teaser__wrapper.primary-bg {
  background-color: #04122d;
}
.product-detail--header-t3ab {
  --primary-color: #252587 !important;
  --pink-color: #ff43bd !important;
}
.product-detail--header-t3ab.product-detail-page--header-banner .product-banner .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTcuOTU1IDg2LjMyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuODEzIiB4Mj0iLjIxNSIgeTE9Ii4wODIiIHkyPSIuNjEzIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjcwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNmQzYWU2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgc3Ryb2tlPSJyZ2JhKDAsMCwwLDApIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0xOTAxOC44MiAyMzIwMy4zMjhhLjgxNi44MTYgMCAwMS0uNzctLjU4NGwtNC40MDgtMTMuNTI3YTMwLjI2NiAzMC4yNjYgMCAwMC0yOS41NTMtMjAuODgxbC0xNC4yMjcuMzU1YS44MjYuODI2IDAgMDEtLjg2MS0uODM0di0uMDM1YS44LjggMCAwMS41ODItLjc3M2wxMy41MjctNC40MDhhMzAuMjczIDMwLjI3MyAwIDAwMjAuODgzLTI5LjU1M2wtLjM2MS0xNC4yMjFhLjgzMi44MzIgMCAwMS44MzgtLjg2N2guMDM1YS44MTcuODE3IDAgMDEuNzcuNTgybDQuNDA4IDEzLjUyN2EzMC4yNzMgMzAuMjczIDAgMDAyOS41NTMgMjAuODgxbDE0LjIyNy0uMzU5YS44NDQuODQ0IDAgMDEuMjc5IDEuNjQ2bC0xMy41MjcgNC40MDhhMzAuMjU5IDMwLjI1OSAwIDAwLTIwLjg3NyAyOS41NDlsLjM2MSAxNC4yMjVhLjgzOS44MzkgMCAwMS0uODQuODY5em0yNC43NzEtNC45MjJsLjYyOS0yLjg4M2ExNC4xNzUgMTQuMTc1IDAgMDAtNy4wMDYtMTUuNDQzbC0yLjU4Ni0xLjQyNmEuODQ0Ljg0NCAwIDAxLjYtMS41NjFsMi44ODEuNjI5YTE0LjE4OCAxNC4xODggMCAwMDE1LjQzOC03LjAwNmwxLjQyOC0yLjU4NmEuODExLjgxMSAwIDAxLjcyMy0uNDM2LjgzNi44MzYgMCAwMS44MzggMS4wMjNsLS42MjkgMi44ODlhMTQuMiAxNC4yIDAgMDA3LjAwNiAxNS40NDNsMi41ODQgMS40MjJhLjg0Mi44NDIgMCAwMS0uNTg4IDEuNTYxbC0yLjg4My0uNjI5YTE0LjE4MyAxNC4xODMgMCAwMC0xNS40NDMgNy4wMDZsLTEuNDI2IDIuNTc4YS44LjggMCAwMS0uNzIzLjQ0My44MzcuODM3IDAgMDEtLjg0Mi0xLjAyNHptMi43Ni02MC40YTkuOTY4IDkuOTY4IDAgMDAtMTEuOS0uNzIzLjg0NC44NDQgMCAwMS0xLjEwNS0xLjI1MiA5Ljk4NSA5Ljk4NSAwIDAwLjcyNy0xMS45MDguODQ5Ljg0OSAwIDAxLjcxMS0xLjMxMS44MDkuODA5IDAgMDEuNTM1LjIxMSA5Ljk4MyA5Ljk4MyAwIDAwMTEuOTA4LjcyNy44NDUuODQ1IDAgMDExLjEwNyAxLjI1MiA5Ljk2NyA5Ljk2NyAwIDAwLS43MjkgMTEuOS44NDkuODQ5IDAgMDEtLjcxMSAxLjMxMS44MjQuODI0IDAgMDEtLjU0Mi0uMjA1eiIgZGF0YS1uYW1lPSJVbmlvbiAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5NjguNTAyIC0yMzExNy41KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 65px;
  position: absolute;
  right: -50px;
  top: 20px;
  width: 74px;
}
.product-detail--header-t3ab.product-detail-page--header-banner .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDg4LjAwMiA0ODkuODEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii41IiB4Mj0iLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjM2E4NWU2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxjbGlwUGF0aCBpZD0iYiI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGg0ODguMDAydjQ4OS44MTNIMHoiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDk0OTIiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBkYXRhLW5hbWU9Ikdyb3VwIDY4MDciPjxnIGZpbGw9InVybCgjYSkiIGNsaXAtcGF0aD0idXJsKCNiKSIgZGF0YS1uYW1lPSJHcm91cCA2ODA2IiBvcGFjaXR5PSIuMyI+PHBhdGggZD0iTTkwIDI5NC44MTNhMzAgMzAgMCAwMDMwLTMwaDg1di04NWEzMCAzMCAwIDAxMC02MHYtNTBhMTAgMTAgMCAwMC0xMC0xMEgyMGEyMCAyMCAwIDAwLTIwIDIwdjE4NWg2MGEzMCAzMCAwIDAwMzAgMzAiIGRhdGEtbmFtZT0iUGF0aCAxOTM5NiIvPjxwYXRoIGQ9Ik0yMzUgMzk5LjgxM2EzMCAzMCAwIDAwLTMwLTMwdi04NWgtNjkuMThhNDkuOTkxIDQ5Ljk5MSAwIDAxLTkxLjY0IDBIMHYxODVhMTkuOTk0IDE5Ljk5NCAwIDAwMjAgMjBoMTg1di02MGEzMCAzMCAwIDAwMzAtMzAiIGRhdGEtbmFtZT0iUGF0aCAxOTM5NyIvPjxwYXRoIGQ9Ik00MjAgMjg0LjgxM2gtNTBhMzAgMzAgMCAwMC02MCAwaC04NXY2OS4xNzVhNTAgNTAgMCAwMTAgOTEuNjV2NDQuMTc1aDE4NWEyMCAyMCAwIDAwMjAtMjB2LTE3NWExMCAxMCAwIDAwLTEwLTEwIiBkYXRhLW5hbWU9IlBhdGggMTkzOTgiLz48cGF0aCBkPSJNNDczLjUyMiA0OC43MzdMMzA1LjMzMi4zOTJhMTAgMTAgMCAwMC0xMi4zNzMgNi44NDhsLTEzLjgxMyA0OC4wNTVhMzAgMzAgMCAwMC0xNi41NzYgNTcuNjY1bC0yMy40ODIgODEuNjkyIDgxLjY5MyAyMy40ODJhMzAgMzAgMCAwMTU3LjY2NSAxNi41NzVsNDguMDU0IDEzLjgxM2ExMCAxMCAwIDAwMTIuMzczLTYuODQ4bDQ4LjM0NS0xNjguMTlhMjAgMjAgMCAwMC0xMy43LTI0Ljc0N20tODcuOTMgMzEuMThhMTMuNiAxMy42IDAgMDAuOTk0LTE2LjIyMiAxLjE0OCAxLjE0OCAwIDAxMS43LTEuNTA1IDEzLjYgMTMuNiAwIDAwMTYuMjIxLjk5NCAxLjE0OSAxLjE0OSAwIDAxMS41MDcgMS43IDEzLjYgMTMuNiAwIDAwLS45OTUgMTYuMjIxIDEuMTQ4IDEuMTQ4IDAgMDEtMS43IDEuNTA2IDEzLjYgMTMuNiAwIDAwLTE2LjIyMi0uOTk0IDEuMTQ4IDEuMTQ4IDAgMDEtMS41MDYtMS43TTM2Ni41IDE1MS4wNTRsLjQ5MiAxOS4zODRhMS4xNDkgMS4xNDkgMCAwMS0yLjI0LjM4NmwtNi4wMS0xOC40MzZhNDEuMjU1IDQxLjI1NSAwIDAwLTQwLjI2OS0yOC40NTRsLTE5LjM4NS40OTJhMS4xNDggMS4xNDggMCAwMS0uMzg1LTIuMjRsMTguNDM2LTYuMDFBNDEuMjU2IDQxLjI1NiAwIDAwMzQ1LjYgNzUuOTA3bC0uNS0xOS4zODVhMS4xNDkgMS4xNDkgMCAwMTIuMjQxLS4zODVsNi4wMSAxOC40MzZhNDEuMjU2IDQxLjI1NiAwIDAwNDAuMjY5IDI4LjQ1NGwxOS4zODQtLjQ5M2ExLjE0OSAxLjE0OSAwIDAxLjM4NiAyLjI0MWwtMTguNDM2IDYuMDFhNDEuMjU2IDQxLjI1NiAwIDAwLTI4LjQ1NCA0MC4yNjltNjIuMSAyLjQ1MWwtMy45MjgtLjg1N2ExOS4zMzMgMTkuMzMzIDAgMDAtMjEuMDQzIDkuNTQ1bC0xLjk0NCAzLjUxOWExLjE0OSAxLjE0OSAwIDAxLTIuMTI4LS44bC44NTctMy45MjhhMTkuMzMxIDE5LjMzMSAwIDAwLTkuNTQ0LTIxLjA0M0wzODcuMzUyIDEzOGExLjE0OSAxLjE0OSAwIDAxLjgtMi4xMjhsMy45MjguODU2YTE5LjMzMSAxOS4zMzEgMCAwMDIxLjA0My05LjU0M2wxLjk0NC0zLjUyMWExLjE0OCAxLjE0OCAwIDAxMi4xMjcuOGwtLjg1NiAzLjkyOWExOS4zMzEgMTkuMzMxIDAgMDA5LjU0MyAyMS4wNDNsMy41MiAxLjk0M2ExLjE0OSAxLjE0OSAwIDAxLS44IDIuMTI4IiBkYXRhLW5hbWU9IlBhdGggMTkzOTkiLz48L2c+PC9nPjwvc3ZnPg==");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 70%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
  opacity: 0.5;
}
.product-detail--header-t3ab .product-banner .btn {
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
  border: 1px solid #04122d;
  transition: all 0.3s ease 0s;
}
.product-detail--header-t3ab .product-banner .btn:hover {
  background: transparent;
  border-color: #fff;
}
.product-detail--header-t3ab .case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: rgba(4, 18, 45, 0.08);
}
.product-detail--header-t3ab .flickity-enabled .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: var(--primary-color);
}
.product-detail--header-t3ab .tabs-wrap .nav-link--tab[aria-selected=true]::after, .product-detail--header-t3ab .tabs-wrap .nav-link--tab:hover::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZjcwIiB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
}
.product-detail--header-t3ab .image-content-section .description-section .btn {
  background-color: #04122d;
  border: 1px solid #04122d;
}
.product-detail--header-t3ab .image-content-section .description-section .btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-detail--header-t3ab .impact-teaser--fancy-style .image-teaser__wrapper.primary-bg {
  background-color: #04122d;
}