@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-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  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-shown) ~ 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-shown) ~ 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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 1200px;
  --bs-gutter-x: 30px;
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    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;
}
p.small-text {
  font-size: 14px;
  line-height: 20px;
}
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;
}
nav > ul > li > a.ai-universe::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTIuMDM5IDg1LjU3NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuNSIgeDI9Ii41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2NiMzM4NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhODVlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIHN0cm9rZT0icmdiYSgwLDAsMCwwKSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNzk2MS41MTggMjMxMTQuOTg4bC01Ljg2NS05LjA2MmEyMi44OTQgMjIuODk0IDAgMDAtMjUuNjkxLTkuNTY2bC0xMC4zMzggMy4wNTFhLjY0Ni42NDYgMCAwMS0uNTQzLTEuMTU2bDkuMDUzLTUuODgzYTIzLjA1OCAyMy4wNTggMCAwMDkuNTMzLTI1Ljc5M2wtMy4wNDEtMTAuMzY3YS42MzcuNjM3IDAgMDEuNjI5LS44Mi42LjYgMCAwMS41MjUuMjg5bDUuODY1IDkuMDc4YTIyLjg3IDIyLjg3IDAgMDAyNS42OTMgOS41NTVsMTAuMzUyLTMuMDM5YS42NDEuNjQxIDAgMDEuODIuNTg2di4wNzRhLjYyOS42MjkgMCAwMS0uMjkzLjQ4NGwtOS4wNTEgNS44ODNhMjMuMDY5IDIzLjA2OSAwIDAwLTkuNTM1IDI1Ljc4OWwzLjA0MSAxMC4zNzFhLjY0Ny42NDcgMCAwMS0uNjI3LjgzMi42MTQuNjE0IDAgMDEtLjUyNy0uMzA2em0tNDYuNjMzLTI2LjMyOGwtLjEtMi4yNDZhMTAuNzczIDEwLjc3MyAwIDAwLTguMTI5LTkuOTczbC0yLjE2Ni0uNTQ3YS42NDEuNjQxIDAgMDEuMTE3LTEuMjYybDIuMjM4LS4wODZhMTAuNzM5IDEwLjczOSAwIDAwOS45MjgtOC4xNzZsLjU1Ny0yLjE2OGEuNi42IDAgMDEuNjEzLS40ODQuNjQuNjQgMCAwMS42NDUuNjEzbC4wODggMi4yMzRhMTAuNzg3IDEwLjc4NyAwIDAwOC4xNDUgOS45NzNsMi4xNjQuNTQzYS42NDEuNjQxIDAgMDEtLjExNyAxLjI2MmwtMi4yMzYuMTA1YTEwLjc1OCAxMC43NTggMCAwMC05Ljk0MyA4LjE1NmwtLjU0MSAyLjE4NGEuNjE3LjYxNyAwIDAxLS42MTMuNDguNjI1LjYyNSAwIDAxLS42NS0uNjA4em00NS45OS0yNS44NjNhNy41OSA3LjU5IDAgMDAtMS44LTguODc5LjYzOC42MzggMCAwMS43LTEuMDUxIDcuNTYgNy41NiAwIDAwOC44NjEtMS44MDkuNjA5LjYwOSAwIDAxLjQyNC0uMjA3aC4wODhhLjY0MS42NDEgMCAwMS41NDEuOTEgNy42IDcuNiAwIDAwMS43ODUgOC44OTEuNjQzLjY0MyAwIDAxLS43IDEuMDU5IDcuNTIyIDcuNTIyIDAgMDAtOC44NDggMS43ODUuNjA4LjYwOCAwIDAxLS40NzEuMjIzLjYzOC42MzggMCAwMS0uNTgtLjkxOXoiIGRhdGEtbmFtZT0iVW5pb24gMSIgdHJhbnNmb3JtPSJyb3RhdGUoMTguMDEgNzY3MjguNDA0IC0xMzM3Ni4wMjUpIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: -7px;
  margin-bottom: -3px;
  transition: all 0.3s ease;
}
.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;
  transition: all 0.3s ease;
}
.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: 10px;
  }
  .sub-menu > .nav-item {
    max-width: 234px;
    padding: 15px 3px;
  }
  .sub-menu > .nav-item > a > svg {
    margin-right: 10px;
    width: 28px;
    height: 28px;
  }
  .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 .has-menu-link .nav-arrow::after {
    transform: rotate(180deg);
    vertical-align: sub;
  }
  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;
  flex-wrap: wrap;
}
.footer-block .list-icon a {
  margin-right: 14px;
  margin-bottom: 10px;
}
@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;
  }
}
.footer-bottom .copyright-text p:last-child {
  color: #808080;
}
@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);
}
a * {
  pointer-events: none;
}
.no-scrollbar {
  overflow: hidden;
}
.secondary-color {
  color: #04122d;
}
.pink-color {
  color: var(--pink-color) !important;
}
.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;
}
.primary-color-bg {
  background-color: var(--primary-color);
}
.pink-color-bg {
  background-color: var(--pink-color);
}
.secondary-color-bg {
  background-color: #04122d;
  color: #fff;
}
.secondary-color-bg * {
  color: #fff;
}
.tertiary-color-bg {
  background-color: #004487;
}
.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 {
  min-height: initial;
}
.product-detail-page--header-banner .tabs-content__inner--loaded .tabs-content__inner-loader {
  display: none;
}
@media (min-width: 992px) {
  .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;
  display: inline-block;
  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%;
}
img.t3-ai-universe {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 200px;
}
@media (min-width: 576px) {
  img.t3-ai-universe {
    margin-left: 0;
    margin-right: 0;
    margin-top: -25px;
    max-width: 160;
  }
}
@media (min-width: 768px) {
  img.t3-ai-universe {
    margin-top: -34px;
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  img.t3-ai-universe {
    max-width: 290px;
  }
}
@media (min-width: 1200px) {
  img.t3-ai-universe {
    margin-top: -40px;
    max-width: initial;
  }
}
.fancy-underline {
  position: relative;
  padding-bottom: 10px;
}
.fancy-underline::after {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSI0IiBjbGFzcz0icnMtc3Ryb2tlIiB2aWV3Qm94PSIwIDAgMTU0IDEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTIgMmM0OS43IDIuNiAxMDAgMy4xIDE1MCAxLjctNDYuNSAyLTkzIDQuNC0xMzkuMiA3LjMgNDUuMi0xLjUgOTAuNi0xLjggMTM1LjgtLjYiIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSI0IiBjbGFzcz0icnMtc3Ryb2tlIiB2aWV3Qm94PSIwIDAgMTU0IDEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTIgMmM0OS43IDIuNiAxMDAgMy4xIDE1MCAxLjctNDYuNSAyLTkzIDQuNC0xMzkuMiA3LjMgNDUuMi0xLjUgOTAuNi0xLjggMTM1LjgtLjYiIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIvPjwvc3ZnPg==");
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 992px) {
  .fancy-underline::after {
    bottom: 1px;
    height: 15px;
  }
}
.container-section .container.bg-gradient,
.container-section .container.bg-gray,
.container-section .container.primary-color-bg,
.container-section .container.secondary-color-bg {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .container-section .container.bg-gradient,
  .container-section .container.bg-gray,
  .container-section .container.primary-color-bg,
  .container-section .container.secondary-color-bg {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .container-section .container.bg-gradient,
  .container-section .container.bg-gray,
  .container-section .container.primary-color-bg,
  .container-section .container.secondary-color-bg {
    padding: 70px;
  }
}
.book-call-icon {
  position: relative;
  padding-left: 45px;
}
.book-call-icon::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyIDJoLTNWMWExIDEgMCAwMC0yIDB2MUg3VjFhMSAxIDAgMTAtMiAwdjFIMmEyIDIgMCAwMC0yIDJ2MjBhMiAyIDAgMDAyIDJoMjBhMiAyIDAgMDAyLTJWNGEyIDIgMCAwMC0yLTJ6bS00LjgxMiAxMi43MjVsLTUuODM3IDUuNWEuOTYyLjk2MiAwIDAxLS42ODcuMjc1Ljk4Ny45ODcgMCAwMS0uNjg3LS4yNzVsLTMuMTYzLTNhMSAxIDAgMTExLjM3NS0xLjQ1bDIuNDc1IDIuMzUgNS4xNS00Ljg1YS45ODguOTg4IDAgMDExLjQxMy4wMzcgMSAxIDAgMDEtLjAzOCAxLjQxMnpNMjIgOEgyVjRoM3YxYTEgMSAwIDAwMiAwVjRoMTB2MWExIDEgMCAwMDIgMFY0aDN6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 24px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
/*******************************************************************************
* 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;
}
.btn:focus-visible, .btn:focus {
  outline: 2px dashed;
  outline-color: #04122d;
}
.bg-gradient .btn:focus-visible, .bg-gradient .btn:focus {
  outline-color: #fff;
}
.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-pink {
  background-color: var(--pink-color);
  border: 1px solid var(--pink-color);
  color: #04122d;
  outline: 2px dashed;
  outline-color: transparent;
}
.btn.btn-pink:hover, .btn.btn-pink:focus, .btn.btn-pink:active {
  background-color: #04122d;
  border-color: #04122d;
  color: #04122d;
}
.btn.btn-pink:focus-visible, .btn.btn-pink:focus {
  outline: 2px dashed;
  outline-color: #04122d;
}
.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;
  }
}
.custom-control.custom-checkbox .form-check {
  cursor: pointer;
  display: inline-block;
  padding-left: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-control.custom-checkbox .form-check .custom-control-input {
  padding-left: 0;
}
.custom-control.custom-checkbox .form-check .custom-control-input::after {
  display: none;
}
.custom-control.custom-checkbox .form-check a {
  text-decoration: underline;
}
.custom-control.custom-checkbox .form-check .required {
  padding-left: 0;
}
.custom-control.custom-checkbox .form-check .required::before {
  display: none;
}
.custom-control.custom-checkbox .form-check label input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.custom-control.custom-checkbox .form-check label span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.custom-control.custom-checkbox .form-check label span::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: none;
  height: 11px;
  left: 7px;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
  width: 6px;
}
.custom-control.custom-checkbox .form-check label span::before {
  background-color: #fff;
  border: 1px solid #c8d4e3;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.custom-control.custom-checkbox .form-check input:checked ~ span::before {
  background-color: var(--primary-color);
}
.custom-control.custom-checkbox .form-check input:checked ~ span::after {
  display: inline-block;
}
.custom-control.custom-checkbox .form-check span::after {
  content: "";
  display: none;
  position: absolute;
}
.custom-control.custom-checkbox .otp-inline-error {
  color: #dd4967;
  display: block;
  margin-top: 6px;
  padding-left: 30px;
}
.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;
  }
}
.otp-inline-error,
.error.form-text {
  color: #dd4967;
}
@media (min-width: 768px) {
  textarea {
    height: 240px;
  }
}
.form-navigation .next.submit {
  margin-left: auto;
}
.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;
}
.otp-step-progress {
  margin: 0 0 20px;
}
.otp-step-progress .otp-step-progress-track {
  background: #ecf2fb;
  border-radius: 999px;
  height: 4px;
  margin-bottom: 5px;
  overflow: hidden;
}
.otp-step-progress .otp-step-progress-fill {
  background: var(--primary-color);
  border-radius: 999px;
  height: 100%;
  transition: width 0.25s ease;
}
.otp-step-progress .otp-step-progress-steps {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.otp-step-progress .otp-step-badge {
  align-items: center;
  background: #fff;
  border: 2px solid #c8d4e3;
  border-radius: 50%;
  color: #4e6177;
  display: inline-flex;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  line-height: 1;
  min-width: 24px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.otp-step-progress .otp-step-badge.is-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.otp-step-progress .otp-step-badge.is-done {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.otp-step-progress .otp-step-badge.is-pending {
  background: #fff;
  color: #4e6177;
}
@media (max-width: 767px) {
  .otp-step-progress .otp-step-badge {
    font-size: 14px;
  }
}
.otp-inline-panel {
  text-align: center;
}
.otp-inline-panel .otp-verify-title {
  color: #04122d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
.otp-inline-panel .otp-verify-description {
  color: #4e6177;
  margin-bottom: 18px;
}
.otp-inline-panel .otp-code-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 14px;
}
.otp-inline-panel .otp-code-wrap .otp-digit {
  border: 1px solid #c8d4e3;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 700;
  height: 52px;
  max-width: 52px;
  padding: 8px;
  text-align: center;
}
.otp-inline-panel .otp-code-wrap .otp-digit:focus {
  border-color: var(--primary-color);
}
.otp-inline-panel .otp-verify-cta {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px auto 10px;
  max-width: 480px;
  min-height: 56px;
  width: 100%;
}
.otp-inline-panel .otp-resend-note {
  color: #4e6177;
  font-size: 15px;
  margin-bottom: 8px;
}
.otp-inline-panel .otp-resend-note > span {
  color: var(--primary-color);
}
.otp-inline-panel .otp-resend-note .otp-resend-action {
  background: transparent;
  border: 0;
  color: var(--primary-color);
  cursor: not-allowed;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.otp-inline-panel .otp-resend-note .otp-resend-action.is-enabled {
  color: var(--primary-color);
  cursor: pointer;
  text-decoration: underline;
}
.otp-inline-panel .otp-resend-note .otp-resend-action.is-disabled {
  color: var(--primary-color);
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.otp-inline-panel .otp-spam-note {
  color: #4e6177;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.otp-step-header {
  margin: 0 0 20px;
  padding: 0;
}
.otp-step-header .otp-step-header-title {
  color: #04122d;
  font-weight: 700;
  margin: 0 0 6px;
}
.otp-step-header .otp-step-header-subtitle {
  color: #4e6177;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .otp-step-header {
    margin: 0 0 8px;
    padding: 0;
  }
  .otp-step-header .otp-step-header-title {
    font-size: 28px;
  }
  .otp-step-header .otp-step-header-subtitle {
    font-size: 14px;
  }
}
/****************************************************************************
 * 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;
  }
}
@media (min-width: 576px) {
  .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: 576px) 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: 576px) 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 .lading-banner-warp-btn {
  margin-bottom: 30px;
  padding-left: calc(50% - 140px);
}
.hero-banner--search .hero-banner-wrapper .lading-banner-warp-btn .rotate-item {
  color: var(--primary-color) !important;
  display: block;
  position: relative;
  margin-left: 0;
}
@media (min-width: 576px) {
  .hero-banner--search .hero-banner-wrapper .lading-banner-warp-btn .rotate-item {
    display: inline-flex;
    margin-left: 0;
    position: inherit;
  }
}
@media (min-width: 576px) {
  .hero-banner--search .hero-banner-wrapper .lading-banner-warp-btn {
    margin-bottom: 40px;
    padding-left: calc(50% - 330px);
  }
}
.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 .landing-banner__rotate-text-warp {
  margin-bottom: 30px;
}
.hero-banner--search .hero-banner-wrapper .landing-banner__rotate-text-warp .landing-banner__flip-text {
  font-size: 50px;
  line-height: 65px;
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .hero-banner--search .hero-banner-wrapper .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 65px;
    line-height: 78px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner--search .hero-banner-wrapper .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 82px;
    line-height: 95px;
  }
}
.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;
}
.hero-banner--search.frame-layout-1 .hero-banner-wrapper h1, .hero-banner--search.frame-layout-1 .hero-banner-wrapper .h1 {
  margin-bottom: 0;
}
@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;
  position: relative;
}
.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);
}
.link.link-external {
  padding-right: 30px !important;
  position: relative;
}
.link.link-external::after {
  transition: all 0.3s ease 0s;
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEyIDZINmEyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJoMTBhMiAyIDAgMDAyLTJ2LTZtLTcgMWw5LTltLTUgMGg1djUiLz48L3N2Zz4=");
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
.link.link-external:hover::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM2E4NWU2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEyIDZINmEyIDIgMCAwMC0yIDJ2MTBhMiAyIDAgMDAyIDJoMTBhMiAyIDAgMDAyLTJ2LTZtLTcgMWw5LTltLTUgMGg1djUiLz48L3N2Zz4=");
}
.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-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);
  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;
  }
}
.testimonial-section--quote {
  overflow: hidden;
  padding: 40px 0;
}
.testimonial-section--quote .headline-block {
  text-align: center;
}
.testimonial-section--quote .headline-block--with-link {
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .testimonial-section--quote {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .testimonial-section--quote {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .testimonial-section--quote .testimonial-slider--without-dots .flickity-page-dots {
    display: none;
  }
}
.testimonial-slide--quote {
  align-items: flex-start;
  background-color: #f5f7ff;
  border-radius: 20px;
  flex-direction: column;
  padding: 25px 20px;
  max-width: 100%;
}
.testimonial-slide--quote .testimonial-slide__content {
  background-color: transparent;
  color: #4e6177;
  max-width: 100%;
  padding: 45px 0 0;
  position: relative;
}
.testimonial-slide--quote .testimonial-slide__content::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTguOTQ0IDUwLjUyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjM2E4NWU2IiBkPSJNNTguOTQ0IDI1LjI2NXYyNS4yNTlIMzMuNjgyVjI1LjI2NWgxNi44NDFBMTYuODYxIDE2Ljg2MSAwIDAwMzMuNjgyIDguNDIxVjBhMjUuMjkgMjUuMjkgMCAwMTI1LjI2MiAyNS4yNjV6TTAgOC40MjFWMGEyNS4yOSAyNS4yOSAwIDAxMjUuMjYyIDI1LjI2NXYyNS4yNTlIMFYyNS4yNjVoMTYuODQxQTE2Ljg2MSAxNi44NjEgMCAwMDAgOC40MjR6Ii8+PC9zdmc+");
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
}
.testimonial-slide--quote .testimonial-slide__content h3, .testimonial-slide--quote .testimonial-slide__content .h3 {
  font-style: italic;
}
@media (min-width: 992px) {
  .testimonial-slide--quote .testimonial-slide__content {
    padding-top: 70px;
  }
  .testimonial-slide--quote .testimonial-slide__content::before {
    height: 60px;
    width: 70px;
  }
}
.testimonial-slide--quote .testimonial-customer {
  align-items: center;
  color: initial;
  display: flex;
  flex: initial;
  margin: 0;
  max-width: 100%;
  position: relative;
}
.testimonial-slide--quote .testimonial-customer__image {
  border-radius: 50%;
  height: 65px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  min-width: 65px;
  width: 65px;
}
.testimonial-slide--quote .testimonial-customer__image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .testimonial-slide--quote .testimonial-customer__image {
    height: 85px;
    min-width: 85px;
    width: 85px;
  }
}
.testimonial-slide--quote .testimonial-customer__content {
  background-color: transparent;
  padding: 0;
}
.testimonial-slide--quote .testimonial-customer__content-name {
  font-size: 18px;
  line-height: 28px;
  color: #4e6177;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .testimonial-slide--quote .testimonial-customer__content-name {
    font-size: 22px;
    line-height: 28px;
  }
}
.testimonial-slide--quote .testimonial-customer__content-title {
  font-size: 15px;
  line-height: 26px;
  color: var(--primary-color);
}
@media screen and (min-width: 992px) {
  .testimonial-slide--quote .testimonial-customer__content-title {
    font-size: 16px;
    line-height: 28px;
  }
}
.testimonial-slide--quote .testimonial-customer h3, .testimonial-slide--quote .testimonial-customer .h3 {
  font-style: italic;
}
.testimonial-slide--quote .testimonial-customer::before {
  display: none;
}
@media (min-width: 768px) {
  .testimonial-slide--quote {
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .testimonial-slide--quote {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .testimonial-slide--quote {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.testimonial-slider--quote-full {
  max-width: 100%;
  padding-right: 15px;
}
.testimonial-slider--quote-full .testimonial-slide {
  border: 1px solid #c8d4e3;
  flex-direction: column-reverse;
  max-width: 100%;
  justify-content: flex-end;
}
.testimonial-slider--quote-full .testimonial-slide:nth-child(even) {
  background-color: #fff;
}
@media (min-width: 576px) {
  .testimonial-slider--quote-full .testimonial-slide {
    max-width: calc(75% - 15px);
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .testimonial-slider--quote-full .testimonial-slide {
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .testimonial-slider--quote-full .testimonial-slide {
    max-width: calc(33.33% - 15px);
  }
}
@media (min-width: 1400px) {
  .testimonial-slider--quote-full .testimonial-slide {
    max-width: calc(30% - 15px);
  }
}
.testimonial-slider--quote-full .testimonial-slide__content {
  margin-top: 25px;
  padding-top: 0;
}
.testimonial-slider--quote-full .testimonial-slide__content::before {
  display: none;
}
@media (min-width: 576px) {
  .testimonial-slider--quote-full {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .testimonial-slider--quote-full.flickity-enabled.is-draggable .flickity-page-dots {
    display: none;
  }
}
/*******************************************************************************
* 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 15px 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: 8px;
  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,
.header--unpinned .product-detail-page .sticky-section.visible,
.header--unpinned .site-main--service .sticky-section.visible,
.header-menu--unpinned + .product-detail-page .sticky-section.visible,
.header-menu--unpinned + .product-detail-page--template .sticky-section.visible,
.header-menu--unpinned + .site-main--service .sticky-section.visible,
.header-menu--unpinned .product-detail-page .sticky-section.visible,
.header-menu--unpinned .site-main--service .sticky-section.visible {
  top: 0;
}
.header--unpinned .site-main .sticky-section.visible,
.header-menu--unpinned .site-main .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 .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;
}
.footer-data {
  margin-top: 28px;
}
.footer-data .footer-data__content {
  display: grid;
  gap: 20px;
}
.footer-data .footer-data__title {
  margin: 0 0 12px;
}
.footer-data .footer-data__description {
  margin: 0 0 16px;
}
.footer-data .footer-data__note {
  margin: 12px 0 0;
}
.footer-data .footer-data__features {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
.footer-data .footer-data__feature {
  padding: 14px;
}
.footer-data .footer-data__feature h4, .footer-data .footer-data__feature .h4 {
  margin: 0 0 8px;
}
.footer-data .footer-data__feature p {
  margin: 0;
}
@media (min-width: 992px) {
  .footer-data .footer-data__content {
    align-items: start;
    gap: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
  }
  .footer-data .footer-data__features {
    grid-template-columns: 1fr 1fr;
  }
}
/*******************************************************************************
* 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;
}
.change-log-teaser .change-log-teaser__item .change-log-block p a {
  padding-left: 5px;
}
@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-wrap .free-pro-table .table-title {
  white-space: nowrap;
}
.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 .h5,
.related-product-slide.related-product-slide--extension .featured-teaser--boxed:hover .h4 {
  transform: scale(1.02);
}
@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;
}
.review-image {
  display: flex;
  gap: 10px;
}
/****************************************************************************
 * 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: 30px 20px 10px;
}
@media (min-width: 768px) {
  .contact-form form {
    padding: 35px 40px;
  }
}
.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;
  padding-right: 5px;
}
.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: 40px;
  background-repeat: no-repeat;
  content: "";
  height: 40px;
  right: -15px;
  position: absolute;
  top: -30px;
  width: 40px;
}
@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: -50px;
    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 .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;
  background-position: center center;
  height: 500px;
}
@media (min-width: 768px) {
  .offer-banner {
    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;
}
.footer-data-pricing {
  background-color: #f5f8fb;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.footer-data-pricing__note {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .footer-data-pricing__content {
    width: calc(40% - 10px);
  }
}
.footer-data-pricing__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footer-data-pricing__features {
    width: calc(60% - 10px);
    margin-top: 0;
  }
}
.footer-data-pricing__feature {
  width: 100%;
  border: 1px solid #c8d4e3;
  box-shadow: 0 3px 25px rgba(0, 68, 135, 0.1);
  border-radius: 10px;
  padding: 15px 20px;
}
.footer-data-pricing__feature p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .footer-data-pricing__feature {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1200px) {
  .footer-data-pricing {
    padding: 20px 25px;
  }
}
.footer-data-pricing-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
  max-width: 850px;
  margin: 0 auto 30px;
  justify-content: center;
}
.footer-data-pricing-trust__item {
  width: 100%;
  border: 1px solid #c8d4e3;
  border-radius: 10px;
  padding: 12px 15px 15px;
  text-align: center;
  background-color: #fff;
}
.footer-data-pricing-trust__item h5, .footer-data-pricing-trust__item .h5 {
  margin: 0 0 4px;
  font-weight: 700;
}
.footer-data-pricing-trust__item p {
  margin-bottom: 0;
}
.footer-data-pricing-trust__icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-data-pricing-trust__item {
    width: calc(30.333% - 10px);
  }
}
.pricing-product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 40px;
  justify-content: center;
}
.pricing-product__card {
  border: 1px solid #c8d4e3;
  background-color: #f5f8fb;
  display: flex;
  flex-direction: column;
  padding: 18px;
  width: 100%;
}
.pricing-product__card--trial {
  border-top: 8px solid #04122d;
}
.pricing-product__card--trial .pricing-product__badge {
  background-color: #04122d;
  color: #fff;
}
.pricing-product__card--buy {
  border-top: 8px solid var(--primary-color);
}
.pricing-product__card--buy .pricing-product__badge {
  background-color: var(--primary-color);
  color: #fff;
}
.pricing-product__badge {
  font-size: 14px;
  line-height: 20px;
  align-self: flex-start;
  border: 1px solid #c8d4e3;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  padding: 6px 12px;
}
.pricing-product__title {
  margin-bottom: 10px;
}
.pricing-product__desc {
  margin-bottom: 16px;
}
.pricing-product__price {
  font-size: 28px;
  line-height: 35px;
  color: #04122d;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .pricing-product__price {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .pricing-product__price {
    font-size: 42px;
    line-height: 55px;
  }
}
.pricing-product__price-sub {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .pricing-product__price-sub {
    font-size: 20px;
    line-height: 28px;
  }
}
.pricing-product__price-note {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
.pricing-product__renewal {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 16px;
}
.pricing-product__renewal p {
  margin: 6px 0 0;
}
.pricing-product__list {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.pricing-product__list li {
  margin: 0 0 10px;
  padding-left: 26px;
  position: relative;
}
.pricing-product__list li::before {
  align-items: center;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNjczIDkuNjEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwOCAzLjQzMmw0Ljc2OCA0Ljc2N0wxMi45NjcuNzA3IiBkYXRhLW5hbWU9IlBhdGggMSIvPjwvc3ZnPg==") !important;
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMuNjczIDkuNjEzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNLjcwOCAzLjQzMmw0Ljc2OCA0Ljc2N0wxMi45NjcuNzA3IiBkYXRhLW5hbWU9IlBhdGggMSIvPjwvc3ZnPg==") !important;
  -webkit-mask-position: center !important;
          mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-size: 10px 8px !important;
          mask-size: 10px 8px !important;
  content: "";
  display: inline-flex !important;
  height: 18px !important;
  justify-content: center !important;
  left: 0 !important;
  position: absolute;
  top: 6px !important;
  width: 18px !important;
  background-color: #fff !important;
  z-index: 1;
}
.pricing-product__list li::after {
  background-color: #04122d;
  border-radius: 50%;
  content: "";
  display: inline-flex;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 6px;
  width: 18px;
  z-index: 0;
}
.pricing-product__btn {
  width: 100%;
}
.pricing-product__btn.btn-transparent {
  color: #04122d !important;
}
.pricing-product__btn.btn-transparent:hover {
  color: #fff !important;
}
.pricing-product__actions {
  margin-top: auto;
}
.pricing-product__foot {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pricing-product__card {
    width: calc(45% - 10px);
    padding: 26px 28px;
  }
}
/*****************************************************
* 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;
  transition: all 0.3s ease 0s;
}
.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;
}
.service-block-teaser:hover img, .service-block-teaser:focus img,
.service-block-teaser--popular:hover img,
.service-block-teaser--popular:focus img,
.service-block-teaser--home:hover img,
.service-block-teaser--home:focus img {
  transform: scale(1.05) translateY(-50%);
}
.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;
}
.mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-inner {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.mega-menu-wrapper.mega-menu-wrapper--ai-universe .sub-menu::before {
  background-color: #4e6177;
}
.mega-menu-wrapper.mega-menu-wrapper--ai-universe .has-second-sub .has-second-menu-link {
  justify-content: flex-start;
}
@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: calc(100% - 20px);
    left: 233px;
    position: absolute;
    width: 1px;
  }
  .mega-menu-wrapper.mega-menu-wrapper--image .mega-menu-inner {
    max-height: 500px;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-inner,
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .h4,
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .h3 {
    background-color: #04122d;
    color: #fff;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .has-second-sub.has-second-sub--open .mega-menu-teaser-wrap {
    background-color: transparent;
    color: #fff;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap .btn:hover,
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap .btn:focus,
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap .btn:active {
    background-color: #fff;
    color: #04122d;
    border-color: #fff;
    transform: translateY(-1px);
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap .link {
    color: var(--primary-color);
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap .link.link-arrow::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzNhODVlNiIgZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap p:last-of-type {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap__content {
    margin-top: 5px;
    z-index: 999;
    position: relative;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .mega-menu-teaser-wrap__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 362px;
    opacity: 0.5;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .sub-menu > .nav-item {
    padding: 9px 3px;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .sub-menu > .nav-item:first-child {
    padding-top: 0;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .sub-menu .has-second-menu-link {
    color: #fff;
  }
  .mega-menu-wrapper.mega-menu-wrapper--ai-universe .sub-menu .has-second-sub--open .has-second-menu-link {
    color: var(--primary-color);
  }
  .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 .has-second-menu-link svg {
  margin-right: 6px;
  width: 28px;
  height: 28px;
}
.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: 10px;
  }
  .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.mega-menu-teaser--big {
  min-width: 180px;
  margin-bottom: 15px;
}
.mega-menu-teaser.mega-menu-teaser--big .mega-menu-teaser__media {
  height: 125px;
}
.mega-menu-teaser.mega-menu-teaser--big .mega-menu-teaser__content p {
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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--big .mega-menu-teaser__content {
  margin-top: 5px;
}
.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: 30px;
}
.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 {
  top: 0px !important;
}
@media (max-width: 1399.98px) {
  .roadmap-modal .is-close-btn {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    opacity: 1 !important;
    right: 20px !important;
    top: 15px !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;
  z-index: 1;
}
.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%;
  }
}
.roadmap-main-dialog.fancybox__content {
  overflow-x: initial;
}
@media (min-width: 1200px) {
  .roadmap-main-dialog.fancybox__content {
    overflow-x: auto;
  }
}
.roadmap-main-dialog__blocks {
  min-height: 100%;
}
.roadmap-main-dialog__blocks.row {
  margin: 0;
}
.roadmap-main-dialog__blocks:after {
  content: "flickity";
  display: none;
}
@media (max-width: 1399.98px) {
  .roadmap-main-dialog__blocks .flickity-viewport {
    overflow-y: auto;
    max-height: 96%;
  }
}
@media (min-width: 1400px) {
  .roadmap-main-dialog__blocks {
    min-height: 99.9%;
    max-height: 100%;
    overflow-y: auto;
  }
  .roadmap-main-dialog__blocks:after {
    content: "";
  }
}
.roadmap-main-dialog__col {
  width: 100%;
}
@media (min-width: 576px) {
  .roadmap-main-dialog__col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .roadmap-main-dialog__col {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .roadmap-main-dialog__col {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .roadmap-main-dialog__col {
    height: calc(100vh - 90px);
  }
}
.roadmap-main-dialog .roadmap-modal-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1400px) {
  .roadmap-main-dialog .roadmap-modal-content {
    padding: 0 0 30px;
    margin-bottom: 0;
    position: relative;
  }
  .roadmap-main-dialog .roadmap-modal-content::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    border-right: 1px dotted #c8d4e3;
  }
  .roadmap-main-dialog .roadmap-modal-content::before {
    left: -16px;
  }
}
.roadmap-main-dialog .flickity-enabled .flickity-page-dots {
  position: absolute;
  bottom: 5px;
  justify-content: center;
  margin-top: 0;
}
.roadmap-popup.roadmap-custom-dialog {
  border-top: 6px solid var(--primary-color);
  padding: 40px 20px;
  min-width: 95%;
  display: none;
}
.roadmap-popup.roadmap-custom-dialog .roadmap-dialog-header {
  margin-bottom: 20px;
}
.roadmap-popup.roadmap-custom-dialog .roadmap-modal-content-text a {
  color: #04122d;
  font-weight: 500;
  text-decoration: underline;
}
.roadmap-popup.roadmap-custom-dialog .roadmap-modal-content-text a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.roadmap-popup.roadmap-custom-dialog .roadmap-modal-content-text ul {
  margin-left: 20px;
  list-style-type: disc;
}
.roadmap-popup.roadmap-custom-dialog .roadmap-modal-content-text ul a {
  text-decoration: none;
}
.roadmap-popup.roadmap-custom-dialog .roadmap-modal-content-text ol {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .roadmap-popup.roadmap-custom-dialog {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 650px;
    max-width: 650px;
  }
}
.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 15px 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;
  z-index: 1;
}
.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;
  padding-right: 15px;
}
.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: 40px;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
}
@media (min-width: 768px) {
  .product-detail-page--header-banner .product-banner .product-banner__header::before {
    background-size: 60px;
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .product-detail-page--header-banner .product-banner .product-banner__header::before {
    background-size: 75px;
    height: 74px;
    right: -50px;
    top: 20px;
    width: 74px;
  }
}
@media (min-width: 992px) {
  .product-detail-page--header-banner .product-banner .product-banner__header {
    padding-right: 0;
  }
}
.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,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDQ4OCA0ODkuODEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMjE2LjYzIiB4Mj0iMjEzLjY1IiB5MT0iMzguODYiIHkyPSI0MzYuNzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzYTg1ZTYiLz48c3RvcCBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjQwOS4yOCIgeDI9IjQwNi4zIiB5MT0iNDAuMyIgeTI9IjQzOC4xNyIgeGxpbms6aHJlZj0iI2EiLz48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSIzNjEuMjEiIHgyPSIzNTguMjMiIHkxPSIzOS45NCIgeTI9IjQzNy44MSIgeGxpbms6aHJlZj0iI2EiLz48L2RlZnM+PGcgb3BhY2l0eT0iLjIiPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik00MjQuMDMgMjA0Ljk0bC03MS4wMiAxLjc4Yy02Ni43OSAxLjc4LTEyNi45LTQwLjc0LTE0Ny42MS0xMDQuNDFsLTIyLjA0LTY3LjY4Yy0xLjU2LTQuNjgtOC4yNC0zLjM0LTguMjQgMS4zNGwxLjc4IDcxLjAyYzEuNzggNjYuNzktNDAuNzQgMTI2LjktMTA0LjQxIDE0Ny42MUw0LjgxIDI3Ni42NGMtNC42OCAxLjU2LTMuMzQgOC4yNCAxLjM0IDguMjRsNzEuMDItMS43OGM2Ni43OS0xLjc4IDEyNi45IDQwLjc0IDE0Ny42MSAxMDQuNDFsMjIuMDQgNjcuNjhjMS41NiA0LjY4IDguMjQgMy4zNCA4LjI0LTEuMzRsLTEuNzgtNzEuMDJjLTEuNzgtNjYuNzkgNDAuNzQtMTI2LjkgMTA0LjQxLTE0Ny42MWw2Ny42OC0yMi4wNGM0LjY4LTEuNTYgMy4zNC04LjI0LTEuMzQtOC4yNHoiLz48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJNMzg5LjUyIDQyMy43OWMxNS4xNC0yNy4zOCA0Ni41My00MS42MyA3Ny4wMy0zNC45NWwxNC40NyAzLjEyYzQuNjggMS4xMSA3LjEyLTUuMzQgMi44OS03Ljc5TDQ3MSAzNzcuMDVjLTI3LjM4LTE1LjE0LTQxLjYzLTQ2LjUzLTM0Ljk1LTc3LjAzbDMuMTItMTQuNDdjMS4xMS00LjY4LTUuMzQtNy4xMi03Ljc5LTIuODlsLTcuMTIgMTIuOTFjLTE1LjE0IDI3LjM4LTQ2LjUzIDQxLjYzLTc3LjAzIDM0Ljk1bC0xNC40Ny0zLjEyYy00LjY4LTEuMTEtNy4xMiA1LjM0LTIuODkgNy43OWwxMi45MSA3LjEyYzI3LjM4IDE1LjE0IDQxLjYzIDQ2LjUzIDM0Ljk1IDc3LjI1bC0zLjEyIDE0LjQ3Yy0xLjExIDQuNjggNS4zNCA3LjEyIDcuNzkgMi44OWw3LjEyLTEyLjkxdi0uMjJ6Ii8+PHBhdGggZmlsbD0idXJsKCNjKSIgZD0iTTMyOC45NyAxMjguMzZjMTguNDgtMTIuMDIgNDIuNTItMTAuNjkgNTkuNDQgMy41NiAzLjc4IDMuMTIgOC45MS0xLjU2IDYuMjMtNS41Ny0xMi4wMi0xOC40OC0xMC42OS00Mi41MiAzLjU2LTU5LjQ0IDMuMTItMy43OC0xLjU2LTguOTEtNS41Ny02LjIzLTE4LjQ4IDEyLjAyLTQyLjUyIDEwLjY5LTU5LjQ0LTMuNTYtMy43OC0zLjEyLTguOTEgMS41Ni02LjIzIDUuNTcgMTIuMDIgMTguNDggMTAuNjkgNDIuNTItMy41NiA1OS40NC0zLjEyIDMuNzggMS41NiA4LjkxIDUuNTcgNi4yM3oiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg0ODh2NDg5LjgxSDB6Ii8+PC9zdmc+");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 85%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
@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: 35px;
    line-height: 45px;
  }
}
.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;
}
.tabs-section--fancy {
  --fancy-tab-color: #f2f5f7;
  --fancy-tab-active-color: #eee8ff;
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab,
.tabs-section--fancy .nav-tabs--right .nav-link--tab {
  background-color: var(--fancy-tab-color);
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  width: 100%;
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab::before, .tabs-section--fancy .nav-tabs--left .nav-link--tab::after,
.tabs-section--fancy .nav-tabs--right .nav-link--tab::before,
.tabs-section--fancy .nav-tabs--right .nav-link--tab::after {
  display: none;
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__image,
.tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__image {
  order: 2;
  margin-right: 0;
  margin-left: 15px;
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__image,
  .tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__image {
    width: 40px;
    height: 40px;
  }
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__text,
.tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__text {
  color: #04122d;
  font-weight: 700;
  margin-left: 0;
  order: 1;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__text,
  .tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__text,
  .tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__text {
    font-size: 24px;
    line-height: 32px;
  }
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__content,
.tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__content {
  color: rgba(4, 18, 45, 0.7);
  margin-bottom: 0;
  margin-top: 5px;
  order: 3;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__content,
  .tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab .nav-link__content :last-child,
.tabs-section--fancy .nav-tabs--right .nav-link--tab .nav-link__content :last-child {
  margin-bottom: 0;
}
.nav-tabs--left .tabs-section--fancy .nav-tabs--left .nav-link--tab, .nav-tabs--right .tabs-section--fancy .nav-tabs--left .nav-link--tab,
.nav-tabs--left .tabs-section--fancy .nav-tabs--right .nav-link--tab,
.nav-tabs--right .tabs-section--fancy .nav-tabs--right .nav-link--tab {
  align-items: flex-start;
  flex-direction: row;
  text-align: left;
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-selected=true], .tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-expanded=true], .tabs-section--fancy .nav-tabs--left .nav-link--tab:hover,
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-selected=true],
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-expanded=true],
.tabs-section--fancy .nav-tabs--right .nav-link--tab:hover {
  background-color: var(--fancy-tab-active-color);
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-selected=true] .nav-link__text, .tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-expanded=true] .nav-link__text, .tabs-section--fancy .nav-tabs--left .nav-link--tab:hover .nav-link__text,
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-selected=true] .nav-link__text,
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-expanded=true] .nav-link__text,
.tabs-section--fancy .nav-tabs--right .nav-link--tab:hover .nav-link__text {
  color: #04122d;
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-selected=true] .nav-link__image, .tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-expanded=true] .nav-link__image, .tabs-section--fancy .nav-tabs--left .nav-link--tab:hover .nav-link__image,
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-selected=true] .nav-link__image,
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-expanded=true] .nav-link__image,
.tabs-section--fancy .nav-tabs--right .nav-link--tab:hover .nav-link__image {
  background-color: var(--primary-color);
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-selected=true], .tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-expanded=true],
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-selected=true],
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-expanded=true] {
  background-color: var(--fancy-tab-active-color);
}
.tabs-section--fancy .nav-tabs--left .nav-link--tab:hover::before, .tabs-section--fancy .nav-tabs--left .nav-link--tab[aria-selected=true]::before,
.tabs-section--fancy .nav-tabs--right .nav-link--tab:hover::before,
.tabs-section--fancy .nav-tabs--right .nav-link--tab[aria-selected=true]::before {
  display: none;
}
@media (min-width: 768px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab:last-child,
  .tabs-section--fancy .nav-tabs--right .nav-link--tab:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab,
  .tabs-section--fancy .nav-tabs--right .nav-link--tab {
    padding: 15px 25px;
  }
}
@media (min-width: 768px) {
  .tabs-section--fancy .nav-tabs--left .nav-link--tab {
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 768px) {
  .tabs-section--fancy .nav-tabs--right .nav-link--tab {
    border-radius: 0 10px 10px 0;
  }
}
.tabs-section--fancy .tabs-content {
  overflow: hidden;
}
.tabs-section--fancy .tabs-content,
.tabs-section--fancy .tabs-content .tab-content {
  position: relative;
}
@media (min-width: 768px) {
  .tabs-section--fancy .tabs-content,
  .tabs-section--fancy .tabs-content .tab-content {
    height: 100%;
  }
}
.tabs-section--fancy .tabs-wrap--left .tabs-content__inner,
.tabs-section--fancy .tabs-wrap--right .tabs-content__inner {
  padding: 30px;
}
.tabs-section--fancy .tabs-wrap--left .tab-content .btn,
.tabs-section--fancy .tabs-wrap--right .tab-content .btn {
  box-shadow: rgba(28, 9, 80, 0.35) 0px 5px 15px 0px;
}
@media (min-width: 768px) {
  .tabs-section--fancy .tabs-wrap--left .tab-content .btn,
  .tabs-section--fancy .tabs-wrap--right .tab-content .btn {
    box-shadow: rgba(28, 9, 80, 0.35) 0px 10px 20px 0px;
  }
}
.tabs-section--fancy .tabs-wrap--left .tabs-content__bg-animate {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 768px) {
  .tabs-section--fancy .tabs-wrap--left .nav-link--tab.active {
    transform: scaleX(1.037);
    transform-origin: left;
  }
  .tabs-section--fancy .tabs-wrap--left > .row > .col-lg-3 {
    padding-right: 0;
  }
  .tabs-section--fancy .tabs-wrap--left > .row > .col-lg-9 {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .tabs-section--fancy .tabs-wrap--left .nav-link--tab {
    padding-right: 20px;
  }
}
.tabs-section--fancy .tabs-wrap--right .tabs-content__bg-animate {
  border-radius: 10px 0px 0px 10px;
}
@media (min-width: 768px) {
  .tabs-section--fancy .tabs-wrap--right .nav-link--tab.active {
    transform: scaleX(1.037);
    transform-origin: right;
  }
  .tabs-section--fancy .tabs-wrap--right > .row > .col-lg-3 {
    padding-left: 0;
  }
  .tabs-section--fancy .tabs-wrap--right > .row > .col-lg-9 {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .tabs-section--fancy .tabs-wrap--right .nav-link--tab {
    padding-left: 20px;
  }
}
.tabs-section--fancy .tabs-content__bg-animate {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(238, 232, 255);
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
  transform: scale(1);
  will-change: clip-path, opacity, transform;
}
@media (min-width: 768px) {
  .tabs-section--fancy .tabs-content__bg-animate.active {
    animation: circleSmoothReveal 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}
@keyframes circleSmoothReveal {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    transform: scale(0.95);
  }
  25% {
    clip-path: circle(20% at 50% 50%);
    opacity: 0.6;
    transform: scale(0.98);
  }
  50% {
    clip-path: circle(50% at 50% 50%);
    opacity: 0.9;
    transform: scale(1.01);
  }
  75% {
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
    transform: scale(1);
  }
  100% {
    clip-path: circle(150% at 50% 50%);
    opacity: 1;
    transform: scale(1);
  }
}
.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%;
}
.text-with-image .carousel-custom.primary-color-bg, .text-with-image .carousel-custom.secondary-color-bg, .text-with-image .carousel-custom.tertiary-color-bg, .text-with-image .carousel-custom.pink-color-bg {
  padding: 40px;
}
@media (min-width: 1200px) {
  .text-with-image .carousel-custom.primary-color-bg, .text-with-image .carousel-custom.secondary-color-bg, .text-with-image .carousel-custom.tertiary-color-bg, .text-with-image .carousel-custom.pink-color-bg {
    padding: 50px 60px;
  }
}
/* Video CTA */
.image-content-section--video-cta {
  background: linear-gradient(163deg, rgb(28, 9, 80) 0%, rgb(29, 9, 81) 1.33%, rgb(32, 9, 83) 2.66%, rgb(38, 8, 88) 3.99%, rgb(45, 7, 93) 5.32%, rgb(54, 7, 100) 6.65%, rgb(64, 6, 108) 7.98%, rgb(74, 5, 116) 9.31%, rgb(84, 4, 123) 10.64%, rgb(94, 3, 131) 11.97%, rgb(105, 2, 139) 13.3%, rgb(113, 2, 146) 14.63%, rgb(120, 1, 151) 15.96%, rgb(126, 0, 156) 17.29%, rgb(129, 0, 158) 18.62%, rgb(130, 0, 159) 20%, rgb(130, 1, 159) 21.67%, rgb(129, 2, 160) 23.34%, rgb(126, 5, 161) 25.01%, rgb(124, 9, 162) 26.68%, rgb(121, 13, 164) 28.35%, rgb(117, 19, 165) 30.02%, rgb(114, 24, 167) 31.69%, rgb(110, 29, 169) 33.36%, rgb(107, 34, 171) 35.03%, rgb(103, 40, 173) 36.7%, rgb(100, 44, 174) 38.37%, rgb(98, 48, 175) 40.04%, rgb(95, 51, 176) 41.71%, rgb(94, 52, 177) 43.38%, rgb(94, 53, 177) 45%, rgb(93, 55, 177) 47.33%, rgb(90, 59, 177) 49.66%, rgb(85, 68, 176) 51.99%, rgb(78, 79, 176) 54.32%, rgb(71, 91, 176) 56.65%, rgb(61, 107, 175) 58.98%, rgb(52, 122, 174) 61.31%, rgb(42, 137, 174) 63.64%, rgb(33, 152, 173) 65.97%, rgb(24, 168, 173) 68.3%, rgb(16, 180, 172) 70.63%, rgb(9, 191, 172) 72.96%, rgb(4, 200, 171) 75.29%, rgb(1, 204, 171) 77.62%, rgb(0, 206, 171) 80%, rgb(0, 206, 172) 81.33%, rgb(1, 206, 173) 82.66%, rgb(3, 205, 177) 83.99%, rgb(6, 205, 181) 85.32%, rgb(9, 205, 186) 86.65%, rgb(12, 204, 191) 87.98%, rgb(15, 203, 197) 89.31%, rgb(19, 203, 203) 90.64%, rgb(22, 202, 209) 91.97%, rgb(26, 202, 215) 93.3%, rgb(28, 201, 219) 94.63%, rgb(31, 201, 223) 95.96%, rgb(33, 200, 227) 97.29%, rgb(34, 200, 228) 98.62%, rgb(34, 200, 229) 100%);
  border-radius: 15px 15px 10px 10px;
  padding: 40px 40px 0;
}
.image-content-section--video-cta * {
  color: #fff;
}
.image-content-section--video-cta .image-section {
  margin: 30px auto 0;
  max-width: 650px;
}
@media (min-width: 992px) {
  .image-content-section--video-cta .image-section {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .image-content-section--video-cta {
    border-radius: 25px 25px 15px 15px;
    padding: 60px 60px 0;
  }
}
@media (min-width: 1400px) {
  .image-content-section--video-cta {
    padding: 80px 100px 0;
  }
}
.image-content-section--video-cta .image-section img,
.image-content-section--video-cta .image-section video {
  border-radius: 5px 5px 0px 0px;
  box-shadow: rgba(28, 9, 80, 0.5) 0px -20px 50px 0px;
}
.image-content-section--video-cta .image-section video {
  vertical-align: middle;
}
/*******************************************************************************
* 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: 0;
  }
  .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;
}
.impact-teaser__text-rotate .product-banner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.impact-teaser__text-rotate .product-banner__header::before {
  display: none;
}
.impact-teaser__text-rotate .product-banner__header h1, .impact-teaser__text-rotate .product-banner__header .h1 {
  opacity: 1 !important;
}
/*******************************************************************
* 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;
  }
}
@media (min-width: 992px) {
  .video-section.video-section--col .video-content {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .video-section.video-section--col .video-content {
    padding-left: 60px;
  }
}
.video-section.video-section--full-width .container .video {
  max-width: 100%;
}
.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 .video-wrapper .video-button {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .video-section .video-wrapper .video-button {
    margin-top: 35px;
  }
}
.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: #FFA04D !important;
  --pink-color: #6D3AE6 !important;
  --dark-color: #001233 !important;
}
.product-detail--header-search .breadcrumb-section {
  opacity: 0;
}
.product-detail--header-search .primary-color-bg p {
  color: var(--dark-color);
}
.product-detail--header-search .btn {
  border-radius: 6px !important;
  color: var(--dark-color);
  font-weight: 500 !important;
}
.product-detail--header-search .btn:hover {
  border-color: var(--primary-color);
  color: #fff;
}
.product-detail--header-search .btn.btn-secondary {
  color: #fff;
}
.product-detail--header-search .btn.btn-pink {
  color: #fff;
}
.product-detail--header-search .btn.btn-pink:hover {
  color: #fff;
  border-color: var(--pink-color);
}
.product-detail--header-search h1, .product-detail--header-search .h1,
.product-detail--header-search .h1 h2,
.product-detail--header-search .h2,
.product-detail--header-search h3,
.product-detail--header-search .h3,
.product-detail--header-search h4,
.product-detail--header-search .h4,
.product-detail--header-search h5,
.product-detail--header-search .h5,
.product-detail--header-search h6,
.product-detail--header-search .h6,
.product-detail--header-search .product-banner__sub-header {
  color: var(--dark-color);
}
.product-detail--header-search .bg-gradient h1, .product-detail--header-search .bg-gradient .h1,
.product-detail--header-search .bg-gradient .h1 h2,
.product-detail--header-search .bg-gradient .h2,
.product-detail--header-search .bg-gradient h3,
.product-detail--header-search .bg-gradient .h3,
.product-detail--header-search .bg-gradient h4,
.product-detail--header-search .bg-gradient .h4,
.product-detail--header-search .bg-gradient h5,
.product-detail--header-search .bg-gradient .h5,
.product-detail--header-search .bg-gradient h6,
.product-detail--header-search .bg-gradient .h6,
.product-detail--header-search .bg-gradient .product-banner__sub-header {
  color: #fff;
}
.product-detail--header-search .bg-gradient .primary-color-bg {
  color: var(--primary-color);
}
.product-detail--header-search .content-section.text-with-image .secondary-color-bg {
  background-color: var(--dark-color);
}
.product-detail--header-search .sticky-section--fancy .product-detail-teaser__content .btn.btn-secondary {
  background-color: var(--pink-color);
  border-color: var(--pink-color);
  color: #fff;
}
.product-detail--header-search .sticky-section--fancy .product-detail-teaser__content .btn.btn-secondary:hover {
  background-color: transparent;
  border-color: var(--pink-color);
}
.product-detail--header-search .link.link-arrow {
  color: var(--primary-color);
}
.product-detail--header-search .link.link-arrow::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi44NCIgaGVpZ2h0PSIxNi4wNiIgdmlld0JveD0iMCAwIDIyLjg0IDE2LjA2Ij4KICA8cGF0aCBpZD0icmlnaHQtYXJyb3dfM18iIGRhdGEtbmFtZT0icmlnaHQtYXJyb3cgKDMpIiBkPSJNMTUuMzgsNC45MTZhLjgxLjgxLDAsMCwwLTEuMTUxLDEuMTM5bDUuODM3LDUuODM3SC44MDZBLjguOCwwLDAsMCwwLDEyLjdhLjgxMS44MTEsMCwwLDAsLjgwNi44MTdoMTkuMjZsLTUuODM3LDUuODI2YS44MjYuODI2LDAsMCwwLDAsMS4xNTEuODA2LjgwNiwwLDAsMCwxLjE1MSwwTDIyLjYsMTMuMjc0YS43OTMuNzkzLDAsMCwwLDAtMS4xMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC00LjY3NCkiIGZpbGw9IiNmZmEwNGQiLz4KPC9zdmc+Cg==");
}
.product-detail--header-search .pink-color-bg {
  color: #fff;
}
.product-detail--header-search .pink-color-bg * {
  color: #fff;
}
.product-detail--header-search .product-detail-actions .link {
  color: #fff;
}
.product-detail--header-search .product-detail-actions .link:hover {
  color: var(--primary-color);
}
.product-detail--header-search .sticky-section--fancy {
  margin-top: 0;
  background-color: var(--dark-color);
  color: #fff;
}
.product-detail--header-search .sticky-section--fancy * {
  color: inherit;
}
.product-detail--header-search .sticky-section--fancy .product-detail-info__rating, .product-detail--header-search .sticky-section--fancy .product-detail-info__download {
  color: #fff;
}
.product-detail--header-search .sticky-section--fancy .product-detail-info__rating svg path, .product-detail--header-search .sticky-section--fancy .product-detail-info__download svg path {
  color: #fff;
  fill: currentColor;
}
.product-detail--header-search .sticky-section--fancy .product-detail-teaser__content {
  box-shadow: none;
}
.product-detail--header-search .sticky-section--fancy .product-detail-teaser__content .btn-secondary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--dark-color);
}
.product-detail--header-search .sticky-section--fancy .product-detail-teaser__content .btn-secondary:hover {
  background-color: transparent;
  color: #fff !important;
  border-color: var(--primary-color);
}
.product-detail--header-search .product-banner {
  background: #f5f7ff;
  padding-block: 70px 45px;
  position: relative;
  overflow: hidden;
}
.product-detail--header-search .product-banner::before {
  background-image: url("../../Images/Group7196.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -100px;
  content: "";
  height: 260px;
  left: 10%;
  position: absolute;
  top: auto;
  width: 300px;
  z-index: 0;
}
.product-detail--header-search .product-banner__header h1, .product-detail--header-search .product-banner__header .h1 {
  color: var(--dark-color);
}
.product-detail--header-search .product-banner h1, .product-detail--header-search .product-banner .h1 {
  font-size: 35px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-search .product-banner h1, .product-detail--header-search .product-banner .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-search .product-banner h1, .product-detail--header-search .product-banner .h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.product-detail--header-search .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
  font-size: 35px;
  line-height: 45px;
  color: var(--pink-color);
  left: 0;
  transform: inherit;
}
@media screen and (min-width: 768px) {
  .product-detail--header-search .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-search .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .product-banner .landing-banner__rotate-text-warp {
    min-height: 70px;
  }
}
.product-detail--header-search .product-banner__btn {
  padding-inline: 20px;
  margin-right: 30px;
  font-weight: 500;
}
.product-detail--header-search .product-banner__btn::before, .product-detail--header-search .product-banner__btn:after {
  display: none;
}
.product-detail--header-search .product-banner__btn:hover {
  background-color: transparent;
  color: var(--pink-color) !important;
  border-color: var(--pink-color) !important;
}
@media (min-width: 768px) {
  .product-detail--header-search .product-banner__btn {
    padding: 14px 40px;
  }
}
.product-detail--header-search .product-banner__link-wrap {
  display: inline-block;
  margin-left: 30px;
  background-color: var(--pink-color);
  border: 1px solid var(--pink-color);
  border-radius: 6px;
  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;
  position: relative;
  z-index: 1;
}
.product-detail--header-search .product-banner__link-wrap a {
  text-decoration: none;
  color: #fff;
}
.product-detail--header-search .product-banner__link-wrap a::after {
  display: none;
}
.product-detail--header-search .product-banner__link-wrap:hover, .product-detail--header-search .product-banner__link-wrap:focus, .product-detail--header-search .product-banner__link-wrap:focus-visible {
  background-color: transparent;
  color: #4e6177;
}
.product-detail--header-search .product-banner__link-wrap:hover a, .product-detail--header-search .product-banner__link-wrap:focus a, .product-detail--header-search .product-banner__link-wrap:focus-visible a {
  color: #4e6177;
}
@media (min-width: 768px) {
  .product-detail--header-search .product-banner__link-wrap {
    padding: 14px 40px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .product-banner {
    padding-block: 90px 50px 80px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-search .product-banner {
    padding-top: 150px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-search .product-banner {
    padding-block: 220px 140px 180px;
  }
}
.product-detail--header-search .cta-teaser.cta-teaser--with-img.bg-gradient {
  position: relative;
}
.product-detail--header-search .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__image {
  margin: 0 auto;
  position: relative;
}
.product-detail--header-search .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__image::before {
  background-image: url("../../Images/Group7201.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  rotate: 115deg;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 0;
}
.product-detail--header-search .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__content h3, .product-detail--header-search .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__content .h3 {
  margin-bottom: 20px;
}
.product-detail--header-search .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__content p {
  color: #fff;
}
.product-detail--header-search .counter-section {
  padding-top: 30px;
}
.product-detail--header-search .counter-section.frame-layout-1 {
  background-color: var(--pink-color);
  color: #fff;
}
.product-detail--header-search .counter-section.frame-layout-1 * {
  color: inherit;
}
.product-detail--header-search .counter-section.frame-layout-1 .counter-teaser {
  background-color: transparent;
  margin-bottom: 10px;
}
.product-detail--header-search .counter-section.frame-layout-1 .counter-teaser h3, .product-detail--header-search .counter-section.frame-layout-1 .counter-teaser .h3 {
  margin-bottom: 0;
}
.product-detail--header-search .counter-section.frame-layout-1 .counter-teaser__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .product-detail--header-search .counter-section.frame-layout-1 .counter-teaser__text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .counter-section.frame-layout-1 .counter-teaser {
    padding: 40px 5px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .counter-section {
    padding-top: 0;
  }
}
.product-detail--header-search .icon-text-teaser__icon .icon-hover svg linearGradient {
  stop-color: var(--pink-color);
}
.product-detail--header-search .tabs-wrap .nav-link--tab:hover::before,
.product-detail--header-search .tabs-wrap .nav-link--tab[aria-selected=true]::before,
.product-detail--header-search .tabs-wrap .nav-link--tab[aria-expanded=true]::before {
  background: linear-gradient(270deg, var(--primary-color) 0%, var(--primary-color) 100%);
}
.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,PHN2ZyBmaWxsPSIjMzg4OEUxIiB2aWV3Qm94PSIwIDAgNy4wNjEgMTIuNzA3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0uNzA4IDEyLjcwOGwtLjcwNy0uNzA3IDUuNjQ2LTUuNjQ2TC4wMDEuNzA5LjcwOC4wMDJsNi4zNTQgNi4zNTR6IiBkYXRhLW5hbWU9IlBhdGggMTkzNzMiLz48L3N2Zz4=");
}
.product-detail--header-search .default-form .form-navigation .btn {
  color: #fff;
}
.product-detail--header-search .carousel-custom.primary-color-bg .description-section h2, .product-detail--header-search .carousel-custom.primary-color-bg .description-section .h2 {
  color: var(--dark-color);
}
.product-detail--header-search .image-content-section .description-section .btn {
  background-color: #04122d;
  border: 1px solid #04122d;
  color: #fff;
}
.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 .case-study-section .flickity-page-dots .flickity-page-dot {
  background-color: rgba(4, 18, 45, 0.08);
}
.product-detail--header-search .icon-text-teaser:hover::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--pink-color) 0%, var(--primary-color) 100%);
}
.product-detail--header-search ul {
  margin-bottom: 0;
}
.product-detail--header-search ul.list--two-col {
  display: flex;
  flex-wrap: wrap;
}
.product-detail--header-search ul.list--two-col li {
  display: block;
  padding-right: 5px;
}
.product-detail--header-search ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.product-detail--header-search ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0ZGQTA0RCIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 18px;
}
@media (min-width: 992px) {
  .product-detail--header-search ul li {
    margin-bottom: 15px;
  }
}
.product-detail--header-search .carousel-custom.primary-color-bg ul li {
  color: var(--dark-color);
}
.product-detail--header-search .carousel-custom.primary-color-bg ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzZEM0FFNiIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
}
.product-detail--header-search .testimonial-section.bg-gradient {
  border-radius: 0 !important;
}
.product-detail--header-search .testimonial-section .testimonial-slide__content {
  padding-top: 70px;
}
.product-detail--header-search .testimonial-section .testimonial-slide__content h3, .product-detail--header-search .testimonial-section .testimonial-slide__content .h3 {
  color: var(--dark-color);
}
.product-detail--header-search .testimonial-section .testimonial-slide__content::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Mi4wMzIiIGhlaWdodD0iNjAuMjQyIiB2aWV3Qm94PSIwIDAgNzIuMDMyIDYwLjI0MiI+CgogIDxnIGlkPSJHcm91cF82NzQ3IiBkYXRhLW5hbWU9Ikdyb3VwIDY3NDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDUgLTEwMTk1LjY2NykiPgoKICAgIDxnIGlkPSJxdW90ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQzIDEwMTk5LjY3NykiPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTMiIGRhdGEtbmFtZT0iUGF0aCAxOTQxMyIgZD0iTTE5LjgsMjYuODJjMC0xMC42NzcsMTIuMTI4LTExLjMsMTIuMTI4LTExLjNWMy45OUM2LjYxMywzLjk5LDIsMjEuNTM0LDIsMjkuOVY1Ni4yMzNIMzEuOTMxVjI2LjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzZkM2FlNiIvPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTQiIGRhdGEtbmFtZT0iUGF0aCAxOTQxNCIgZD0iTTMwLjIxOCwyNi44MmMwLTEwLjY3NywxMi4xMjgtMTEuMywxMi4xMjgtMTEuM1YzLjk5QzE3LjAyOCwzLjk5LDEyLjQxNSwyMS41MzQsMTIuNDE1LDI5LjlWNTYuMjMzSDQyLjM0NlYyNi44MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjY4NiAwKSIgZmlsbD0iIzZkM2FlNiIvPgoKICAgIDwvZz4KCiAgICA8ZyBpZD0icXVvdGUtMiIgZGF0YS1uYW1lPSJxdW90ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxIDEwMTkyLjY3NykiPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTMtMiIgZGF0YS1uYW1lPSJQYXRoIDE5NDEzIiBkPSJNMTkuOCwyNi44MmMwLTEwLjY3NywxMi4xMjgtMTEuMywxMi4xMjgtMTEuM1YzLjk5QzYuNjEzLDMuOTksMiwyMS41MzQsMiwyOS45VjU2LjIzM0gzMS45MzFWMjYuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDEyMzMiIHN0cm9rZS13aWR0aD0iMiIvPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTQtMiIgZGF0YS1uYW1lPSJQYXRoIDE5NDE0IiBkPSJNMzAuMjE4LDI2LjgyYzAtMTAuNjc3LDEyLjEyOC0xMS4zLDEyLjEyOC0xMS4zVjMuOTlDMTcuMDI4LDMuOTksMTIuNDE1LDIxLjUzNCwxMi40MTUsMjkuOVY1Ni4yMzNINDIuMzQ2VjI2LjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIuNjg2IDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDEyMzMiIHN0cm9rZS13aWR0aD0iMiIvPgoKICAgIDwvZz4KCiAgPC9nPgoKPC9zdmc+");
}
.product-detail--header-search .testimonial-section .testimonial-slide .testimonial-customer__content-title {
  color: var(--primary-color);
}
.product-detail--header-search .testimonial-section .testimonial-slide .testimonial-customer__content-name {
  color: var(--dark-color);
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top {
  justify-content: flex-start;
  margin-bottom: 0;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top::before {
  display: none;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link {
  padding-top: 20px;
  margin-right: 0;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab::before, .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab::after {
  display: none;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__image {
  background-color: #04122d;
  width: 20px;
  height: 20px;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
    font-size: 22px;
    line-height: 28px;
  }
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content :last-child {
  margin-bottom: 0;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true], .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] {
  background: #04122d;
  color: #fff;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__text, .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__text {
  color: #fff;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--pink-color);
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab:hover .nav-link__image {
  background-color: var(--primary-color);
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true], .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] {
  background: #04122d;
  border-radius: 20px 20px 0 0;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--primary-color);
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__text, .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__text {
  color: #fff;
}
.product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab:hover::before, .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true]::before {
  display: none;
}
@media (min-width: 992px) {
  .product-detail--header-search .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab {
    padding: 20px 30px 15px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-search .tabs-section .tabs-wrap .tabs-content .tab-pane {
    padding: 20px 40px 30px;
  }
  .product-detail--header-search .tabs-section .tabs-wrap .tabs-content .tab-pane p {
    color: #fff;
  }
  .product-detail--header-search .tabs-section .tabs-wrap .tabs-content .tab-pane ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzBENkVGRCIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMTIzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
  }
  .product-detail--header-search .tabs-section .tabs-wrap .tabs-content .tab-pane.active {
    background: linear-gradient(270deg, var(--pink-color) 0%, var(--dark-color) 70%);
    border-radius: 0 20px 20px 20px;
    color: #fff;
  }
  .product-detail--header-search .tabs-section .tabs-wrap .tabs-content .tab-pane:not(:first-child) {
    border-radius: 20px;
  }
}
.product-detail--header-search .headline-block--related h2, .product-detail--header-search .headline-block--related .h2 {
  color: var(--dark-color);
}
.product-detail--header-search .product-banner .product-banner__btn {
  padding: 8px 15px 10px;
}
@media (min-width: 768px) {
  .product-detail--header-search .product-banner .product-banner__btn {
    padding: 14px 30px;
  }
}
.product-detail--header-search .product-price-teaser-wrap.product-price-teaser-service .product-price-teaser--free-trial {
  border-color: var(--pink-color);
}
.product-detail--header-search .product-price-teaser:hover .product-price-teaser__header h2, .product-detail--header-search .product-price-teaser:hover .product-price-teaser__header .h2 {
  color: var(--pink-color);
}
.product-detail--header-search .product-price-teaser .btn.btn-secondary:hover {
  background-color: var(--pink-color);
  border-color: var(--pink-color);
}
.product-detail--header-search .carousel-custom {
  border-radius: 20px;
}
.product-detail--header-search .bg-gradient {
  background: linear-gradient(45deg, var(--dark-color) 30%, var(--pink-color) 100%) !important;
  border-radius: 20px;
}
.product-detail--header-search .bg-gradient .content-section .impact-teaser .text-content ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczM0REQyIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
}
.product-detail--header-search .bg-gradient .content-section .impact-teaser::before {
  background-image: url("../../Images/Group7201.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -60px;
  content: "";
  height: 390px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 475px;
  z-index: -1;
}
.product-detail--header-search .review-teaser-headline .static-star--rating::after, .product-detail--header-search .review-teaser-wrap .static-star--rating::after {
  background: linear-gradient(90deg, var(--pink-color) var(--percent), var(--dark-color) var(--percent)) text;
}
.product-detail--header-search .bg-gray.impact-teaser {
  border-radius: 20px;
}
.product-detail--header-search .bg-gray.impact-teaser .text-content {
  padding-top: 16px !important;
}
.product-detail--header-search .bg-gray.impact-teaser .text-content h2, .product-detail--header-search .bg-gray.impact-teaser .text-content .h2 {
  color: var(--dark-color);
}
.product-detail--header-search .container-section .container.bg-gradient {
  overflow: hidden;
}
.product-detail--header-search .container-section .video-section {
  position: relative;
}
.product-detail--header-search .container-section .video-section::after {
  background-blend-mode: multiply;
  background-color: #f5f8fb;
  background-image: url("../../Images/Group7199.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10%;
  content: "";
  height: 150px;
  left: 0%;
  pointer-events: none;
  position: absolute;
  width: 150px;
  z-index: -1;
}
.product-detail--header-search .container-section .video-section .video-wrapper {
  position: relative;
  padding: 40px 0;
}
.product-detail--header-search .container-section .video-section .video-wrapper::before {
  background-blend-mode: multiply;
  background-color: #f5f8fb;
  background-image: url("../../Images/Group7200.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 76%;
  content: "";
  height: 120px;
  pointer-events: none;
  position: absolute;
  right: 2%;
  width: 120px;
  z-index: -1;
  opacity: 0.5;
}
.product-detail--header-search .container-section .video-section .video-wrapper .video {
  align-self: flex-start;
  border-radius: 15px;
  height: auto;
  isolation: isolate;
  margin-bottom: 98px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .product-detail--header-search .container-section .video-section .video-wrapper .video {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.product-detail--header-search .container-section .video-section .video-wrapper .video video {
  aspect-ratio: 16/9;
  border-radius: inherit;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-detail--header-search .container-section .video-section .video-wrapper .video::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MS45OTkiIGhlaWdodD0iOTEuOTk5IiB2aWV3Qm94PSIwIDAgOTEuOTk5IDkxLjk5OSI+CgogIDxnIGlkPSJHcm91cF82NzM2IiBkYXRhLW5hbWU9Ikdyb3VwIDY3MzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04OTYuMDY3IC0yNDcyKSI+CgogICAgPGcgaWQ9InBsYXktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OTcuMDY3IDI0NzMpIiBvcGFjaXR5PSIwLjYyIj4KCiAgICAgIDxnIGlkPSJHcm91cF82NzMyIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MzIiPgoKICAgICAgICA8cGF0aCBpZD0iUGF0aF8xOTQxMSIgZGF0YS1uYW1lPSJQYXRoIDE5NDExIiBkPSJNNDUsMEE0NSw0NSwwLDEsMCw5MCw0NSw0NSw0NSwwLDAsMCw0NSwwWk02My45NSw0Ni40MzNhMy4yMTQsMy4yMTQsMCwwLDEtMS40NDMsMS40NDN2LjAxNkwzNi43OTMsNjAuNzQ5YTMuMjE0LDMuMjE0LDAsMCwxLTQuNjUxLTIuODkzVjMyLjE0M2EzLjIxNCwzLjIxNCwwLDAsMSw0LjY1MS0yLjg3N0w2Mi41MDcsNDIuMTIzQTMuMjE0LDMuMjE0LDAsMCwxLDYzLjk1LDQ2LjQzM1oiIGZpbGw9IiM5RTZBNDMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+CgogICAgICA8L2c+CgogICAgPC9nPgoKICAgIDxwYXRoIGlkPSJQb2x5Z29uXzEiIGRhdGEtbmFtZT0iUG9seWdvbiAxIiBkPSJNMTYuOTM5LDkuMjc0YTYsNiwwLDAsMSwxMC40NTQsMGwxMS45LDIxLjEwN2E2LDYsMCwwLDEtNS4yMjcsOC45NDZIMTAuMjY5YTYsNiwwLDAsMS01LjIyNy04Ljk0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk2Ny44MDggMjQ5NS44ODEpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiLz4KCiAgPC9nPgoKPC9zdmc+");
  background-repeat: no-repeat;
  bottom: 20px;
  content: "";
  height: 40px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: auto;
  transform: none;
  transition: transform 0.3s ease;
  width: 40px;
  background-size: contain;
}
@media (min-width: 992px) {
  .product-detail--header-search .container-section .video-section .video-wrapper .video::before {
    bottom: 50px;
    height: 92px;
    left: 60px;
    width: 92px;
  }
}
.product-detail--header-search .container-section .video-section .video-wrapper .video:hover::before {
  transform: scale(1.07);
  transition: transform 0.3s ease;
}
.product-detail--header-search .container-section .video-section .video-wrapper .video-sound,
.product-detail--header-search .container-section .video-section .video-wrapper .video-play,
.product-detail--header-search .container-section .video-section .video-wrapper .timeline {
  display: none;
}
@media (min-width: 768px) {
  .product-detail--header-search .container-section .video-section .video-wrapper::before {
    bottom: 75%;
    height: 180px;
    right: -1%;
    width: 180px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .container-section .video-section .video-wrapper::before {
    bottom: 74%;
    height: clamp(170px, 18vw, 250px);
    right: -2%;
    width: clamp(170px, 18vw, 250px);
  }
}
@media (min-width: 1200px) {
  .product-detail--header-search .container-section .video-section .video-wrapper::before {
    bottom: 72%;
    right: -4%;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .container-section .video-section .video-wrapper {
    padding: 77px 0;
  }
}
@media (min-width: 768px) {
  .product-detail--header-search .container-section .video-section::after {
    bottom: 2%;
    height: 220px;
    left: 8%;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-search .container-section .video-section::after {
    bottom: 4%;
    height: 305px;
    left: 16%;
    width: 345px;
  }
}
.product-detail--header-search .flickity-enabled.build-slider .flickity-button {
  background-color: var(--primary-color);
}
.ns-t3as-search-form--with-btn .ns-t3as-search-form__button {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.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==");
}
.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: #0D6EFD !important;
  --pink-color: #e62352 !important;
  --dark-color: #001233 !important;
}
.product-detail--header-chatbot .breadcrumb-section {
  opacity: 0;
}
.product-detail--header-chatbot h1, .product-detail--header-chatbot .h1,
.product-detail--header-chatbot .h1 h2,
.product-detail--header-chatbot .h2,
.product-detail--header-chatbot h3,
.product-detail--header-chatbot .h3,
.product-detail--header-chatbot h4,
.product-detail--header-chatbot .h4,
.product-detail--header-chatbot h5,
.product-detail--header-chatbot .h5,
.product-detail--header-chatbot h6,
.product-detail--header-chatbot .h6,
.product-detail--header-chatbot .product-banner__sub-header {
  color: var(--dark-color);
}
.product-detail--header-chatbot .bg-gradient .primary-color {
  color: var(--primary-color);
}
.product-detail--header-chatbot .bg-gradient h1, .product-detail--header-chatbot .bg-gradient .h1,
.product-detail--header-chatbot .bg-gradient .h1 h2,
.product-detail--header-chatbot .bg-gradient .h2,
.product-detail--header-chatbot .bg-gradient h3,
.product-detail--header-chatbot .bg-gradient .h3,
.product-detail--header-chatbot .bg-gradient h4,
.product-detail--header-chatbot .bg-gradient .h4,
.product-detail--header-chatbot .bg-gradient h5,
.product-detail--header-chatbot .bg-gradient .h5,
.product-detail--header-chatbot .bg-gradient h6,
.product-detail--header-chatbot .bg-gradient .h6,
.product-detail--header-chatbot .bg-gradient .product-banner__sub-header {
  color: #fff;
}
.product-detail--header-chatbot .bg-gradient .primary-color-bg {
  color: var(--primary-color);
}
.product-detail--header-chatbot .headline-block--related h2, .product-detail--header-chatbot .headline-block--related .h2 {
  color: var(--dark-color);
}
.product-detail--header-chatbot .btn {
  border-radius: 6px !important;
  color: #fff;
  font-weight: 500;
}
.product-detail--header-chatbot .btn:hover {
  border-color: var(--primary-color);
  color: #fff;
}
.product-detail--header-chatbot .btn.btn-pink:hover {
  color: #fff;
  border-color: var(--pink-color);
}
.product-detail--header-chatbot .link.link-arrow {
  color: var(--pink-color);
}
.product-detail--header-chatbot .link.link-arrow::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44NCIgaGVpZ2h0PSIxMy4yNDciIHZpZXdCb3g9IjAgMCAxOC44NCAxMy4yNDciPgogIDxwYXRoIGlkPSJyaWdodC1hcnJvd18zXyIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiIGQ9Ik0xMi42ODcsNC44NzNhLjY2OC42NjgsMCwxLDAtLjk0OS45NGw0LjgxNCw0LjgxNEguNjY1QS42NjEuNjYxLDAsMCwwLDAsMTEuMjkzYS42NjkuNjY5LDAsMCwwLC42NjUuNjc0SDE2LjU1MmwtNC44MTQsNC44MDVhLjY4Mi42ODIsMCwwLDAsMCwuOTQ5LjY2NS42NjUsMCwwLDAsLjk0OSwwbDUuOTU0LTUuOTU0YS42NTQuNjU0LDAsMCwwLDAtLjk0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNC42NzQpIiBmaWxsPSIjZTYyMzUyIi8+Cjwvc3ZnPgo=");
}
.product-detail--header-chatbot .pink-color-bg,
.product-detail--header-chatbot .primary-color-bg {
  color: #fff;
}
.product-detail--header-chatbot .pink-color-bg *,
.product-detail--header-chatbot .primary-color-bg * {
  color: #fff;
}
.product-detail--header-chatbot .product-detail-actions .link {
  color: #fff;
}
.product-detail--header-chatbot .product-detail-actions .link:hover {
  color: var(--primary-color);
}
.product-detail--header-chatbot .product-banner .product-banner__btn {
  padding: 8px 15px 10px;
}
@media (min-width: 768px) {
  .product-detail--header-chatbot .product-banner .product-banner__btn {
    padding: 14px 30px;
  }
}
.product-detail--header-chatbot .sticky-section--fancy {
  margin-top: 0;
  background-color: var(--dark-color);
  color: #fff;
}
.product-detail--header-chatbot .sticky-section--fancy * {
  color: inherit;
}
.product-detail--header-chatbot .sticky-section--fancy .product-detail-info__rating, .product-detail--header-chatbot .sticky-section--fancy .product-detail-info__download {
  color: #fff;
}
.product-detail--header-chatbot .sticky-section--fancy .product-detail-info__rating svg path, .product-detail--header-chatbot .sticky-section--fancy .product-detail-info__download svg path {
  color: #fff;
  fill: currentColor;
}
.product-detail--header-chatbot .sticky-section--fancy .product-detail-teaser__content {
  box-shadow: none;
}
.product-detail--header-chatbot .sticky-section--fancy .product-detail-teaser__content .btn-secondary,
.product-detail--header-chatbot .sticky-section--fancy .product-detail-teaser__content .price-items-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-detail--header-chatbot .sticky-section--fancy .product-detail-teaser__content .btn-secondary:hover,
.product-detail--header-chatbot .sticky-section--fancy .product-detail-teaser__content .price-items-btn:hover {
  background-color: transparent;
  color: #fff !important;
  border-color: var(--primary-color);
}
.product-detail--header-chatbot .product-banner {
  background: #f5f7ff;
  padding-block: 70px 65px;
  position: relative;
  overflow: hidden;
}
.product-detail--header-chatbot .product-banner::before {
  background-image: url("../../Images/chatbot.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -100px;
  content: "";
  height: 260px;
  left: 10%;
  position: absolute;
  top: auto;
  width: 300px;
  z-index: 0;
}
.product-detail--header-chatbot .product-banner h1, .product-detail--header-chatbot .product-banner .h1 {
  font-size: 35px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-chatbot .product-banner h1, .product-detail--header-chatbot .product-banner .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-chatbot .product-banner h1, .product-detail--header-chatbot .product-banner .h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.product-detail--header-chatbot .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
  font-size: 35px;
  line-height: 45px;
  color: var(--primary-color);
  left: 0;
  transform: inherit;
}
@media screen and (min-width: 768px) {
  .product-detail--header-chatbot .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-chatbot .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .product-banner .landing-banner__rotate-text-warp {
    min-height: 70px;
  }
}
.product-detail--header-chatbot .product-banner__btn {
  padding-inline: 20px;
  margin-right: 30px;
  border-radius: 6px !important;
  background-color: var(--pink-color);
  border-color: var(--pink-color);
  color: #fff;
}
.product-detail--header-chatbot .product-banner__btn::before, .product-detail--header-chatbot .product-banner__btn:after {
  display: none;
}
.product-detail--header-chatbot .product-banner__btn:hover {
  background-color: transparent;
  color: var(--pink-color) !important;
  border-color: var(--pink-color) !important;
}
@media (min-width: 768px) {
  .product-detail--header-chatbot .product-banner__btn {
    padding: 14px 40px;
  }
}
.product-detail--header-chatbot .product-banner__link-wrap {
  display: inline-block;
  margin-left: 30px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  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;
  position: relative;
  z-index: 1;
}
.product-detail--header-chatbot .product-banner__link-wrap a {
  text-decoration: none;
  color: #fff;
}
.product-detail--header-chatbot .product-banner__link-wrap a::after {
  display: none;
}
.product-detail--header-chatbot .product-banner__link-wrap:hover, .product-detail--header-chatbot .product-banner__link-wrap:focus, .product-detail--header-chatbot .product-banner__link-wrap:focus-visible {
  background-color: transparent;
  color: #4e6177;
}
.product-detail--header-chatbot .product-banner__link-wrap:hover a, .product-detail--header-chatbot .product-banner__link-wrap:focus a, .product-detail--header-chatbot .product-banner__link-wrap:focus-visible a {
  color: #4e6177;
}
@media (min-width: 768px) {
  .product-detail--header-chatbot .product-banner__link-wrap {
    padding: 14px 40px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .product-banner {
    padding-block: 90px 50px 80px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-chatbot .product-banner {
    padding-top: 150px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-chatbot .product-banner {
    padding-block: 220px 140px 180px;
  }
}
.product-detail--header-chatbot .cta-teaser.cta-teaser--with-img.bg-gradient {
  position: relative;
}
.product-detail--header-chatbot .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__image {
  margin: 0 auto;
  position: relative;
}
.product-detail--header-chatbot .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__image::before {
  background-image: url("../../Images/chatbots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  rotate: 115deg;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 0;
}
.product-detail--header-chatbot .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__content h3, .product-detail--header-chatbot .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__content .h3 {
  margin-bottom: 20px;
}
.product-detail--header-chatbot .cta-teaser.cta-teaser--with-img.bg-gradient .cta-teaser__content p {
  color: #fff;
}
.product-detail--header-chatbot .bg-gray.impact-teaser .text-content {
  padding-top: 16px !important;
}
.product-detail--header-chatbot .counter-section {
  padding-top: 30px;
}
.product-detail--header-chatbot .counter-section.frame-layout-1 {
  background-color: var(--primary-color);
  color: #fff;
}
.product-detail--header-chatbot .counter-section.frame-layout-1 * {
  color: inherit;
}
.product-detail--header-chatbot .counter-section.frame-layout-1 .counter-teaser {
  background-color: transparent;
  margin-bottom: 10px;
}
.product-detail--header-chatbot .counter-section.frame-layout-1 .counter-teaser h3, .product-detail--header-chatbot .counter-section.frame-layout-1 .counter-teaser .h3 {
  margin-bottom: 0;
}
.product-detail--header-chatbot .counter-section.frame-layout-1 .counter-teaser__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .product-detail--header-chatbot .counter-section.frame-layout-1 .counter-teaser__text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .counter-section.frame-layout-1 .counter-teaser {
    padding: 40px 5px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .counter-section {
    padding-top: 0;
  }
}
.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 .icon-text-teaser:hover::before {
  opacity: 1;
}
.product-detail--header-chatbot ul {
  margin-bottom: 0;
}
.product-detail--header-chatbot ul.list--two-col {
  display: flex;
  flex-wrap: wrap;
}
.product-detail--header-chatbot ul.list--two-col li {
  display: block;
  padding-right: 5px;
}
.product-detail--header-chatbot ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.product-detail--header-chatbot ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0U2MjM1MiIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 18px;
}
@media (min-width: 992px) {
  .product-detail--header-chatbot ul li {
    margin-bottom: 15px;
  }
}
.product-detail--header-chatbot .testimonial-section.bg-gradient {
  border-radius: 0 !important;
}
.product-detail--header-chatbot .testimonial-section .testimonial-slide__content {
  padding-top: 70px;
}
.product-detail--header-chatbot .testimonial-section .testimonial-slide__content h3, .product-detail--header-chatbot .testimonial-section .testimonial-slide__content .h3 {
  color: var(--dark-color);
}
.product-detail--header-chatbot .testimonial-section .testimonial-slide__content::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3Mi4wMzIiIGhlaWdodD0iNjAuMjQyIiB2aWV3Qm94PSIwIDAgNzIuMDMyIDYwLjI0MiI+CgogIDxnIGlkPSJHcm91cF82NzQ2IiBkYXRhLW5hbWU9Ikdyb3VwIDY3NDYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDUgLTEwMTk1LjY2NykiPgoKICAgIDxnIGlkPSJxdW90ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDQzIDEwMTk5LjY3NykiPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTMiIGRhdGEtbmFtZT0iUGF0aCAxOTQxMyIgZD0iTTE5LjgsMjYuODJjMC0xMC42NzcsMTIuMTI4LTExLjMsMTIuMTI4LTExLjNWMy45OUM2LjYxMywzLjk5LDIsMjEuNTM0LDIsMjkuOVY1Ni4yMzNIMzEuOTMxVjI2LjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzBkNmVmZCIvPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTQiIGRhdGEtbmFtZT0iUGF0aCAxOTQxNCIgZD0iTTMwLjIxOCwyNi44MmMwLTEwLjY3NywxMi4xMjgtMTEuMywxMi4xMjgtMTEuM1YzLjk5QzE3LjAyOCwzLjk5LDEyLjQxNSwyMS41MzQsMTIuNDE1LDI5LjlWNTYuMjMzSDQyLjM0NlYyNi44MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjY4NiAwKSIgZmlsbD0iIzBkNmVmZCIvPgoKICAgIDwvZz4KCiAgICA8ZyBpZD0icXVvdGUtMiIgZGF0YS1uYW1lPSJxdW90ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxIDEwMTkyLjY3NykiPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTMtMiIgZGF0YS1uYW1lPSJQYXRoIDE5NDEzIiBkPSJNMTkuOCwyNi44MmMwLTEwLjY3NywxMi4xMjgtMTEuMywxMi4xMjgtMTEuM1YzLjk5QzYuNjEzLDMuOTksMiwyMS41MzQsMiwyOS45VjU2LjIzM0gzMS45MzFWMjYuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDEyMzMiIHN0cm9rZS13aWR0aD0iMiIvPgoKICAgICAgPHBhdGggaWQ9IlBhdGhfMTk0MTQtMiIgZGF0YS1uYW1lPSJQYXRoIDE5NDE0IiBkPSJNMzAuMjE4LDI2LjgyYzAtMTAuNjc3LDEyLjEyOC0xMS4zLDEyLjEyOC0xMS4zVjMuOTlDMTcuMDI4LDMuOTksMTIuNDE1LDIxLjUzNCwxMi40MTUsMjkuOVY1Ni4yMzNINDIuMzQ2VjI2LjgyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIuNjg2IDApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDEyMzMiIHN0cm9rZS13aWR0aD0iMiIvPgoKICAgIDwvZz4KCiAgPC9nPgoKPC9zdmc+");
}
.product-detail--header-chatbot .testimonial-section .testimonial-slide .testimonial-customer__content-title {
  color: var(--pink-color);
}
.product-detail--header-chatbot .testimonial-section .testimonial-slide .testimonial-customer__content-name {
  color: var(--dark-color);
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top {
  justify-content: flex-start;
  margin-bottom: 0;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top::before {
  display: none;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link {
  padding-top: 20px;
  margin-right: 0;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab::before, .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab::after {
  display: none;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__image {
  background-color: #04122d;
  width: 20px;
  height: 20px;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
    font-size: 22px;
    line-height: 28px;
  }
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content :last-child {
  margin-bottom: 0;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true], .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] {
  background: #04122d;
  color: #fff;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__text, .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__text {
  color: #fff;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--pink-color);
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab:hover .nav-link__image {
  background-color: var(--primary-color);
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true], .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] {
  background: #04122d;
  border-radius: 20px 20px 0 0;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--primary-color);
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__text, .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__text {
  color: #fff;
}
.product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab:hover::before, .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true]::before {
  display: none;
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab {
    padding: 20px 30px 15px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-chatbot .tabs-section .tabs-wrap .tabs-content .tab-pane {
    padding: 20px 40px 30px;
  }
  .product-detail--header-chatbot .tabs-section .tabs-wrap .tabs-content .tab-pane p {
    color: #fff;
  }
  .product-detail--header-chatbot .tabs-section .tabs-wrap .tabs-content .tab-pane ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzBENkVGRCIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMTIzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
  }
  .product-detail--header-chatbot .tabs-section .tabs-wrap .tabs-content .tab-pane.active {
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--dark-color) 70%);
    border-radius: 0 20px 20px 20px;
    color: #fff;
  }
  .product-detail--header-chatbot .tabs-section .tabs-wrap .tabs-content .tab-pane:not(:first-child) {
    border-radius: 20px;
  }
}
.product-detail--header-chatbot .carousel-custom {
  border-radius: 20px;
}
.product-detail--header-chatbot .accordion .accordion-item .accordion-button {
  color: var(--dark-color);
}
.product-detail--header-chatbot .content-section.text-with-image .flex-column-reverse {
  gap: 12px;
}
.product-detail--header-chatbot .bg-gradient {
  background: linear-gradient(45deg, var(--dark-color) 30%, var(--primary-color) 100%) !important;
  border-radius: 20px;
}
.product-detail--header-chatbot .bg-gradient .content-section .impact-teaser .text-content ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzBENkVGRCIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMTIzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
}
.product-detail--header-chatbot .bg-gradient .content-section .impact-teaser::before {
  background-image: url("../../Images/chatbots.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -60px;
  content: "";
  height: 390px;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 475px;
  z-index: -1;
}
.product-detail--header-chatbot .bg-gray.impact-teaser {
  border-radius: 20px;
}
.product-detail--header-chatbot .carousel-custom.pink-color-bg ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzZEM0FFNiIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
}
.product-detail--header-chatbot .container-section .container.bg-gradient {
  overflow: hidden;
}
.product-detail--header-chatbot .container-section .ce-textpic .ce-bodytext {
  color: var(--dark-color);
}
.product-detail--header-chatbot .container-section .video-section {
  position: relative;
}
.product-detail--header-chatbot .container-section .video-section::after {
  background-blend-mode: multiply;
  background-color: #f5f8fb;
  background-image: url("../../Images/Group7132.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10%;
  content: "";
  height: 150px;
  left: 0%;
  pointer-events: none;
  position: absolute;
  width: 150px;
  z-index: -1;
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper {
  position: relative;
  padding: 40px 0;
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper::before {
  background-blend-mode: multiply;
  background-color: #f5f8fb;
  background-image: url("../../Images/Group6912.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 76%;
  content: "";
  height: 120px;
  pointer-events: none;
  position: absolute;
  right: 2%;
  width: 120px;
  z-index: -1;
  opacity: 0.5;
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper .video {
  align-self: flex-start;
  border-radius: 15px;
  height: auto;
  isolation: isolate;
  margin-bottom: 98px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .container-section .video-section .video-wrapper .video {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper .video video {
  aspect-ratio: 16/9;
  border-radius: inherit;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper .video::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MS45OTkiIGhlaWdodD0iOTEuOTk5IiB2aWV3Qm94PSIwIDAgOTEuOTk5IDkxLjk5OSI+CgogIDxnIGlkPSJHcm91cF82NzM2IiBkYXRhLW5hbWU9Ikdyb3VwIDY3MzYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04OTYuMDY3IC0yNDcyKSI+CgogICAgPGcgaWQ9InBsYXktYnV0dG9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4OTcuMDY3IDI0NzMpIiBvcGFjaXR5PSIwLjYyIj4KCiAgICAgIDxnIGlkPSJHcm91cF82NzMyIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MzIiPgoKICAgICAgICA8cGF0aCBpZD0iUGF0aF8xOTQxMSIgZGF0YS1uYW1lPSJQYXRoIDE5NDExIiBkPSJNNDUsMEE0NSw0NSwwLDEsMCw5MCw0NSw0NSw0NSwwLDAsMCw0NSwwWk02My45NSw0Ni40MzNhMy4yMTQsMy4yMTQsMCwwLDEtMS40NDMsMS40NDN2LjAxNkwzNi43OTMsNjAuNzQ5YTMuMjE0LDMuMjE0LDAsMCwxLTQuNjUxLTIuODkzVjMyLjE0M2EzLjIxNCwzLjIxNCwwLDAsMSw0LjY1MS0yLjg3N0w2Mi41MDcsNDIuMTIzQTMuMjE0LDMuMjE0LDAsMCwxLDYzLjk1LDQ2LjQzM1oiIGZpbGw9IiNlNjIzNTIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+CgogICAgICA8L2c+CgogICAgPC9nPgoKICAgIDxwYXRoIGlkPSJQb2x5Z29uXzEiIGRhdGEtbmFtZT0iUG9seWdvbiAxIiBkPSJNMTYuOTM5LDkuMjc0YTYsNiwwLDAsMSwxMC40NTQsMGwxMS45LDIxLjEwN2E2LDYsMCwwLDEtNS4yMjcsOC45NDZIMTAuMjY5YTYsNiwwLDAsMS01LjIyNy04Ljk0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk2Ny44MDggMjQ5NS44ODEpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiLz4KCiAgPC9nPgoKPC9zdmc+");
  background-repeat: no-repeat;
  bottom: 20px;
  content: "";
  height: 40px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: auto;
  transform: none;
  transition: transform 0.3s ease;
  width: 40px;
  background-size: contain;
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .container-section .video-section .video-wrapper .video::before {
    bottom: 50px;
    height: 92px;
    left: 60px;
    width: 92px;
  }
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper .video:hover::before {
  transform: scale(1.07);
  transition: transform 0.3s ease;
}
.product-detail--header-chatbot .container-section .video-section .video-wrapper .video-sound,
.product-detail--header-chatbot .container-section .video-section .video-wrapper .video-play,
.product-detail--header-chatbot .container-section .video-section .video-wrapper .timeline {
  display: none;
}
@media (min-width: 768px) {
  .product-detail--header-chatbot .container-section .video-section .video-wrapper::before {
    bottom: 75%;
    height: 180px;
    right: -1%;
    width: 180px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .container-section .video-section .video-wrapper::before {
    bottom: 74%;
    height: clamp(170px, 18vw, 250px);
    right: -2%;
    width: clamp(170px, 18vw, 250px);
  }
}
@media (min-width: 1200px) {
  .product-detail--header-chatbot .container-section .video-section .video-wrapper::before {
    bottom: 72%;
    right: -4%;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .container-section .video-section .video-wrapper {
    padding: 77px 0;
  }
}
@media (min-width: 768px) {
  .product-detail--header-chatbot .container-section .video-section::after {
    bottom: 2%;
    height: 220px;
    left: 8%;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-chatbot .container-section .video-section::after {
    bottom: 4%;
    height: 305px;
    left: 16%;
    width: 345px;
  }
}
.product-detail--header-chatbot .flickity-enabled.build-slider .flickity-button {
  background-color: var(--pink-color);
}
.ns-t3as-search-form--with-btn .ns-t3as-search-form__button {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
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==");
}
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==");
}
.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;
}
.product-detail--header-slider-revolution {
  --primary-color: #f7345e !important;
  --pink-color: #82009f !important;
  /*Override some typography*/
}
.product-detail--header-slider-revolution .product-banner--slider-revolution {
  background-color: #fff;
}
.product-detail--header-slider-revolution .product-banner--slider-revolution {
  position: relative;
}
.product-detail--header-slider-revolution .product-banner--slider-revolution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgb(28, 9, 80) 0%, rgb(28, 9, 80) 1%, rgb(28, 9, 80) 2%, rgb(28, 9, 80) 3%, rgb(28, 9, 80) 4%, rgb(28, 9, 80) 5%, rgb(28, 9, 80) 6%, rgb(28, 9, 80) 7%, rgb(28, 9, 80) 8%, rgb(28, 9, 80) 9%, rgb(28, 9, 80) 10%, rgb(28, 9, 80) 11%, rgb(28, 9, 80) 12%, rgb(28, 9, 80) 13%, rgb(28, 9, 80) 14%, rgb(28, 9, 80) 15%, rgb(28, 10, 81) 17.67%, rgb(29, 15, 85) 20.34%, rgb(30, 21, 91) 23.01%, rgb(32, 30, 99) 25.68%, rgb(34, 42, 110) 28.35%, rgb(37, 57, 124) 31.02%, rgb(40, 75, 140) 33.69%, rgb(43, 92, 157) 36.36%, rgb(46, 110, 173) 39.03%, rgb(49, 125, 187) 41.7%, rgb(51, 137, 198) 44.37%, rgb(53, 146, 206) 47.04%, rgb(54, 152, 212) 49.71%, rgb(55, 157, 216) 52.38%, rgb(55, 158, 217) 55%, rgb(56, 156, 216) 58%, rgb(58, 152, 215) 61%, rgb(61, 145, 212) 64%, rgb(66, 136, 209) 67%, rgb(72, 123, 204) 70%, rgb(79, 107, 198) 73%, rgb(88, 88, 191) 76%, rgb(97, 70, 185) 79%, rgb(106, 51, 178) 82%, rgb(114, 35, 172) 85%, rgb(120, 22, 167) 88%, rgb(124, 13, 164) 91%, rgb(127, 6, 161) 94%, rgb(129, 2, 160) 97%, rgb(130, 0, 159) 100%);
  z-index: 0;
}
@media (min-width: 1400px) {
  .product-detail--header-slider-revolution .product-banner--slider-revolution::before {
    height: calc(100vh + 12%);
  }
}
.product-detail--header-slider-revolution .product-banner__content:before,
.product-detail--header-slider-revolution .product-banner__header:before {
  display: none;
}
@media (min-width: 992px) {
  .product-detail--header-slider-revolution .product-banner__content {
    min-height: 1px;
    padding-top: 130px;
  }
}
.product-detail--header-slider-revolution .landing-banner__text,
.product-detail--header-slider-revolution .product-banner .product-banner__header {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-detail--header-slider-revolution .landing-banner__text,
  .product-detail--header-slider-revolution .product-banner .product-banner__header {
    margin-bottom: 35px;
  }
}
.product-detail--header-slider-revolution .product-banner .product-banner__header {
  color: #fff;
  padding-top: 10px;
}
.product-detail--header-slider-revolution .product-banner__sub-header {
  color: var(--primary-color) !important;
}
.product-detail--header-slider-revolution .product-banner__media-wrap {
  border-radius: 15px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.product-detail--header-slider-revolution .product-banner__media-wrap video {
  background: transparent;
  border-radius: 10px;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail--header-slider-revolution .product-banner__media-wrap video {
    border-radius: 15px;
  }
}
.product-detail--header-slider-revolution h1,
.product-detail--header-slider-revolution .h1 {
  font-size: 50px;
  line-height: 65px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-slider-revolution h1,
  .product-detail--header-slider-revolution .h1 {
    font-size: 65px;
    line-height: 78px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-slider-revolution h1,
  .product-detail--header-slider-revolution .h1 {
    font-size: 82px;
    line-height: 95px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-slider-revolution h1,
  .product-detail--header-slider-revolution .h1 {
    line-height: 82px;
  }
}
.product-detail--header-slider-revolution h2,
.product-detail--header-slider-revolution .h2 {
  font-size: 28px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-slider-revolution h2,
  .product-detail--header-slider-revolution .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-slider-revolution h2,
  .product-detail--header-slider-revolution .h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.product-detail--header-slider-revolution .lead {
  font-size: 20px;
  line-height: 28px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-slider-revolution .lead {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-slider-revolution .lead {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-slider-revolution .lead {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-slider-revolution .lead {
    line-height: 38px;
  }
}
.product-detail--header-slider-revolution .tabs-section .headline-block h1, .product-detail--header-slider-revolution .tabs-section .headline-block .h1 {
  margin-bottom: 0;
}
.product-detail--header-slider-revolution .headline-block h1,
.product-detail--header-slider-revolution .headline-block .h1 {
  font-size: 35px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-slider-revolution .headline-block h1,
  .product-detail--header-slider-revolution .headline-block .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-slider-revolution .headline-block h1,
  .product-detail--header-slider-revolution .headline-block .h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.product-detail--header-typotonic {
  --primary-color: #f29304 !important;
  --pink-color: #cb3384 !important;
}
.product-detail--header-typotonic .box-spotted-img {
  z-index: -1;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .product-detail--header-typotonic .box-spotted-img.box-spotted-img--left {
    bottom: -175px;
    left: -350px;
    background-image: url("../../Images/BGCSS/left-img.svg");
  }
  .product-detail--header-typotonic .box-spotted-img.box-spotted-img--right {
    top: -225px;
    right: -500px;
    background-image: url("../../Images/BGCSS/right-img.svg");
  }
}
.product-detail--header-typotonic .breadcrumb-section {
  opacity: 0;
  pointer-events: none;
}
.product-detail--header-typotonic .product-banner {
  padding-block: 70px 45px;
}
.product-detail--header-typotonic .product-banner__header {
  position: relative;
}
.product-detail--header-typotonic .product-banner__header h1, .product-detail--header-typotonic .product-banner__header .h1 {
  opacity: 0;
}
.product-detail--header-typotonic .product-banner__header::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkwMy41NCAzNTEuMDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2YyOTQwNCIgZD0iTTE3OTcuOTQgMTg2LjUyYy0xMi4zNCAwLTI4LjggMTMuNzEtNDEuMTQgMTMuNzFzLTI3LjQzLTEzLjcxLTM5Ljc3LTEzLjcxLTI3LjQzIDEzLjcxLTM5Ljc3IDEzLjcxLTI3LjQzLTEzLjcxLTM5Ljc3LTEzLjcxaC0xNy44M2wxMy43MSAxNDkuNDljMCA2Ljg2IDUuNDkgMTIuMzQgMTIuMzQgMTIuMzRoMTM5Ljg5YzYuODYgMCAxMi4zNC01LjQ5IDEyLjM0LTEyLjM0bDEzLjcxLTE0OS40OWgtMTMuNzF6Ii8+PHBhdGggZmlsbD0iIzEzMTQxNSIgZD0iTTE3MTcuMjcgNzkuNTVjLS4xNiAyLjI3LS4yNCA0LjU1LS4yNCA2Ljg2IDAgNS4xMi40IDEwLjE3IDEuMTUgMTUuMDloLTg0LjgxbDIwLjU3IDIyMy41NGgxMjMuNDNsMTMuMDktMTQyLjE5YzcuMDQgMS45OSAxNC4zNyAzLjIgMjEuOTIgMy41N2wtMTQuNDUgMTQ5LjZjMCA2Ljg2LTUuNDkgMTIuMzQtMTIuMzQgMTIuMzRoLTE0MS4yNmExMi4yOSAxMi4yOSAwIDAxLTEyLjM0LTEyLjM0bC0yMy4zMS0yNDEuMzdjLTEuMzctOC4yMyA0LjExLTE1LjA5IDEyLjM0LTE1LjA5aDk2LjI1ek05MS44OSAxMDguMzV2MjQwSDU4Ljk4VjEwOS43MkgwVjc5LjU1aDE1MC44NnYyOC44SDkxLjg5em0xNzguMjggMTE1LjJ2MTI0LjhoLTM0LjI5di0xMjQuOGwtNjguNTctMTQ0aDM3LjAzbDUwLjc0IDExMS4wOSA1MC43NC0xMTEuMDloMzQuMjlsLTY5Ljk0IDE0NHptMjM4LjYzLTYzLjA5YzAgMTUuMDktMS4zNyAyNy40My00LjExIDM4LjRzLTYuODYgMTkuMi0xMi4zNCAyNy40M2MtNS40OSA2Ljg2LTEzLjcxIDEyLjM0LTIzLjMxIDE2LjQ2LTkuNiA0LjExLTIwLjU3IDUuNDktMzQuMjkgNS40OWgtMzEuNTR2MTAxLjQ5SDM3MC4zVjc5LjU2YzYuODYgMCAxMy43MS0xLjM3IDIwLjU3LTEuMzcgNS40OSAwIDEzLjcxLTEuMzcgMjAuNTctMS4zN2gyMy4zMWMxNS4wOSAwIDI2LjA2IDIuNzQgMzUuNjYgNi44NiA5LjYgNC4xMSAxNy44MyA5LjYgMjMuMzEgMTcuODMgNS40OSA2Ljg2IDkuNiAxNi40NiAxMi4zNCAyNi4wNnMyLjc0IDIwLjU3IDIuNzQgMzIuOTF2LS4wMnptLTM0LjI5IDIuNzRjMC0xOS4yLTIuNzQtMzIuOTEtOC4yMy00My44OS01LjQ5LTEwLjk3LTE1LjA5LTE1LjA5LTI4LjgtMTUuMDktMTAuOTcgMC0xOS4yIDAtMjYuMDYgMS4zNy00LjExIDAtNi44NiAxLjM3LTkuNiAxLjM3djExMS4wOWgzNS42NmM1LjQ5IDAgOS42LTEuMzcgMTUuMDktMi43NCA0LjExLTEuMzcgMjEuOTQtOS42IDIxLjk0LTUyLjExem0yMTguMDYgNDhjMCAyMy4zMS0xLjM3IDQzLjg5LTQuMTEgNjEuNzEtMi43NCAxNy44My02Ljg2IDMxLjU0LTEyLjM0IDQzLjg5LTUuNDkgMTAuOTctMTMuNzEgMjAuNTctMjQuNjkgMjYuMDZzLTIzLjMxIDguMjMtMzkuNzcgOC4yMy0yOC44LTIuNzQtMzkuNzctOC4yM2MtMTAuOTctNS40OS0xNy44My0xMy43MS0yNC42OS0yNi4wNi01LjQ5LTEwLjk3LTkuNi0yNi4wNi0xMi4zNC00My44OS0yLjc0LTE3LjgzLTQuMTEtMzguNC00LjExLTYxLjcxIDAtMjEuOTQgMS4zNy00Mi41MSA0LjExLTU4Ljk3czYuODYtMzAuMTcgMTIuMzQtNDEuMTQgMTMuNzEtMTkuMiAyNC42OS0yNC42OWMxMC45Ny01LjQ5IDI0LjY5LTkuNiA0MS4xNC05LjZzMjguOCAyLjc0IDM5Ljc3IDguMjNjMTAuOTcgNS40OSAxNy44MyAxMy43MSAyNC42OSAyNC42OXM5LjYgMjQuNjkgMTIuMzQgNDEuMTRjMi43NCAxNi40NiAyLjc0IDM3LjAzIDIuNzQgNjAuMzR6bS0zNC4yOCAxLjM4YzAtMjAuNTctMS4zNy0zOC40LTIuNzQtNTIuMTFzLTQuMTEtMjQuNjktOC4yMy0zMi45MWMtNC4xMS04LjIzLTguMjMtMTMuNzEtMTMuNzEtMTcuODNzLTEzLjcxLTUuNDktMjEuOTQtNS40OS0xNi40NiAxLjM3LTIxLjk0IDUuNDljLTUuNDkgNC4xMS0xMC45NyA5LjYtMTMuNzEgMTcuODMtNC4xMSA4LjIzLTUuNDkgMTkuMi04LjIzIDMyLjkxcy0yLjc0IDMxLjU0LTIuNzQgNTIuMTEgMS4zNyAzOC40IDIuNzQgNTIuMTEgNC4xMSAyNC42OSA4LjIzIDM0LjI5YzQuMTEgOC4yMyA4LjIzIDE1LjA5IDEzLjcxIDE5LjIgNS40OSA0LjExIDEzLjcxIDUuNDkgMjEuOTQgNS40OXMxNi40Ni0xLjM3IDIxLjk0LTUuNDljNS40OS00LjExIDEwLjk3LTkuNiAxMy43MS0xOS4yIDQuMTEtOC4yMyA1LjQ5LTIwLjU3IDguMjMtMzQuMjlzMi43NC0zMS41NCAyLjc0LTUyLjExeiIvPjxwYXRoIGZpbGw9IiNmMjk0MDQiIGQ9Ik04MDcuNzcgMTA4LjM1djI0MGgtMzIuOTFWMTA5LjcyaC01OC45N1Y3OS41NWgxNTAuODZ2MjguOGgtNTguOTh6bTIzMS43NyAxMDIuODVjMCAyMy4zMS0xLjM3IDQzLjg5LTQuMTEgNjEuNzEtMi43NCAxNy44My02Ljg2IDMxLjU0LTEyLjM0IDQzLjg5LTUuNDkgMTAuOTctMTMuNzEgMjAuNTctMjQuNjkgMjYuMDZzLTIzLjMxIDguMjMtMzkuNzcgOC4yMy0yOC44LTIuNzQtMzkuNzctOC4yM2MtMTAuOTctNS40OS0xNy44My0xMy43MS0yNC42OS0yNi4wNi01LjQ5LTEwLjk3LTkuNi0yNi4wNi0xMi4zNC00My44OSAwLTE3LjgzLTEuMzctMzguNC0xLjM3LTYxLjcxIDAtMjEuOTQgMS4zNy00Mi41MSA0LjExLTU4Ljk3czYuODYtMzAuMTcgMTIuMzQtNDEuMTQgMTMuNzEtMTkuMiAyNC42OS0yNC42OWMxMC45Ny01LjQ5IDIxLjk0LTkuNiAzOC40LTkuNnMyOC44IDIuNzQgMzkuNzcgOC4yM2MxMC45NyA1LjQ5IDE3LjgzIDEzLjcxIDI0LjY5IDI0LjY5czkuNiAyNC42OSAxMi4zNCA0MS4xNGMyLjc0IDE2LjQ2IDIuNzQgMzcuMDMgMi43NCA2MC4zNHptLTM0LjI4IDEuMzhjMC0yMC41Ny0xLjM3LTM4LjQtMi43NC01Mi4xMXMtNC4xMS0yNC42OS04LjIzLTMyLjkxYy00LjExLTguMjMtOC4yMy0xMy43MS0xMy43MS0xNy44M3MtMTMuNzEtNS40OS0yMS45NC01LjQ5LTE2LjQ2IDEuMzctMjEuOTQgNS40OWMtNS40OSA0LjExLTEwLjk3IDkuNi0xMy43MSAxNy44My00LjExIDguMjMtNS40OSAxOS4yLTguMjMgMzIuOTFzLTIuNzQgMzEuNTQtMi43NCA1Mi4xMSAxLjM3IDM4LjQgMi43NCA1Mi4xMSA0LjExIDI0LjY5IDguMjMgMzQuMjljNC4xMSA4LjIzIDguMjMgMTUuMDkgMTMuNzEgMTkuMiA1LjQ5IDQuMTEgMTMuNzEgNS40OSAyMS45NCA1LjQ5czE2LjQ2LTEuMzcgMjEuOTQtNS40OWM1LjQ5LTQuMTEgMTAuOTctOS42IDEzLjcxLTE5LjIgNC4xMS04LjIzIDUuNDktMjAuNTcgOC4yMy0zNC4yOXMyLjc0LTMxLjU0IDIuNzQtNTIuMTF6bTE2MS44MyAxMzQuNGwtNTguOTctMjM4LjYzdjIzOC42M2gtMzEuNTRWNzkuNTVoNTQuODZsNTguOTcgMjM4LjYzVjc5LjU1aDMxLjU0djI2Ny40M2gtNTQuODZ6bTEwMS40OCAwdi0yNy40M0gxMjk2di0yMTEuMmgtMjcuNDNWODAuOTJoODYuNHYyNy40M2gtMjcuNDN2MjExLjJoMjcuNDN2MjcuNDNoLTg2LjR6bTIzOC42My0yLjc1Yy0xLjM3IDAtMjcuNDMgNi44Ni00Mi41MSA2Ljg2LTEzLjcxIDAtMjYuMDYtMS4zNy0zNS42Ni01LjQ5LTkuNi00LjExLTE3LjgzLTEwLjk3LTIzLjMxLTIxLjk0cy0xMC45Ny0yNC42OS0xMy43MS00Mi41MWMtMi43NC0xNy44My00LjExLTQxLjE0LTQuMTEtNjkuOTRzMS4zNy01MC43NCA1LjQ5LTY4LjU3YzIuNzQtMTcuODMgOC4yMy0zMC4xNyAxNS4wOS0zOS43N3MxNS4wOS0xNi40NiAyNi4wNi0xOS4yYzkuNi0yLjc0IDIxLjk0LTQuMTEgMzUuNjYtNC4xMSA1LjQ5IDAgMTIuMzQgMCAxOS4yIDEuMzdzMTMuNzEgMi43NCAxNy44MyA0LjExdjI4LjhjLTYuODYtMS4zNy0xMy43MS0yLjc0LTIxLjk0LTQuMTFzLTE1LjA5LTEuMzctMjMuMzEtMS4zN2MtNi44NiAwLTEyLjM0IDEuMzctMTcuODMgNC4xMXMtOS42IDYuODYtMTIuMzQgMTUuMDljLTIuNzQgNi44Ni01LjQ5IDE3LjgzLTYuODYgMzEuNTRzLTIuNzQgMzIuOTEtMi43NCA1Ni4yMyAxLjM3IDQyLjUxIDIuNzQgNTcuNmMxLjM3IDEzLjcxIDQuMTEgMjYuMDYgOC4yMyAzMi45MSA0LjExIDguMjMgOC4yMyAxMi4zNCAxMi4zNCAxNS4wOSA0LjExIDIuNzQgMTAuOTcgNC4xMSAxNy44MyA0LjExIDguMjMgMCAxNi40NiAwIDI0LjY5LTEuMzdzMTUuMDktMi43NCAxOS4yLTQuMTF2MjQuNjlsLS4wNC0uMDJ6TTE4MTcuMTQgMGM0OCAwIDg2LjQgMzguNCA4Ni40IDg2LjRzLTM4LjQgODYuNC04Ni40IDg2LjQtODYuNC0zOC40LTg2LjQtODYuNCAzOC40LTg2LjQgODYuNC04Ni40eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4MTcuMTQgMTcuMTZjMzguMjIgMCA2OS4yNSAzMS4wMyA2OS4yNSA2OS4yNXMtMzEuMDMgNjkuMjUtNjkuMjUgNjkuMjUtNjkuMjUtMzEuMDMtNjkuMjUtNjkuMjUgMzEuMDMtNjkuMjUgNjkuMjUtNjkuMjV6bS0zLjYyIDEyOS4zOWE1OS44MDggNTkuODA4IDAgMDEtMzYuMzMtMTUuMDdsMzYuMzMtMzYuMzN2NTEuNHptNDMuNTgtMTUuMDdjLTkuNzggOC42OS0yMi40NCAxNC4yNC0zNi4zMyAxNS4wN3YtNTEuNGwzNi4zMyAzNi4zM3ptLTg1LjAzLTUuMTJjLTguNjktOS43OC0xNC4yNC0yMi40NC0xNS4wNy0zNi4zM2g1MS40bC0zNi4zMyAzNi4zM3ptMTA1LjIxLTM2LjM0YTU5LjgwOCA1OS44MDggMCAwMS0xNS4wNyAzNi4zM2wtMzYuMzMtMzYuMzNoNTEuNHptLTEwNS4yMS00My41N2wzNi4zMyAzNi4zM0gxNzU3Yy44Mi0xMy45IDYuMzYtMjYuNTUgMTUuMDctMzYuMzN6bTkwLjE1IDBjOC42OSA5Ljc4IDE0LjI0IDIyLjQ0IDE1LjA3IDM2LjMzaC01MS40bDM2LjMzLTM2LjMzem0tNDEuNDYtMjAuMTljMTMuOS44MiAyNi41NSA2LjM2IDM2LjMzIDE1LjA3bC0zNi4zMyAzNi4zM3YtNTEuNHptLTcuMjQgMHY1MS40bC0zNi4zMy0zNi4zM2M5Ljc4LTguNjkgMjIuNDQtMTQuMjQgMzYuMzMtMTUuMDd6Ii8+PC9zdmc+");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  z-index: 0;
}
.product-detail--header-typotonic .product-banner__btn:hover, .product-detail--header-typotonic .product-banner__btn:focus, .product-detail--header-typotonic .product-banner__btn:focus-visible {
  border-color: var(--primary-color);
}
.product-detail--header-typotonic .product-banner__btn:hover::after, .product-detail--header-typotonic .product-banner__btn:focus::after, .product-detail--header-typotonic .product-banner__btn:focus-visible::after {
  animation: ripple-hovers 1s linear infinite;
}
.product-detail--header-typotonic .product-banner__content {
  text-align: center;
  position: relative;
}
.product-detail--header-typotonic .product-banner__content::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDQzNS42NiA0MzUuNjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMTY5LjQzIiB4Mj0iMTYzLjkzIiB5MT0iLTEyLjM2IiB5Mj0iNzU4Ljk4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjM2E4NWU2Ii8+PHN0b3Agb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSIxNjIuMjciIHgyPSIxNTYuNzgiIHkxPSItMTIuNDIiIHkyPSI3NTguOTMiIHhsaW5rOmhyZWY9IiNhIi8+PGxpbmVhckdyYWRpZW50IGlkPSJjIiB4MT0iMjY3LjY1IiB4Mj0iMjYyLjE2IiB5MT0iLTExLjY3IiB5Mj0iNzU5LjY4IiB4bGluazpocmVmPSIjYSIvPjxsaW5lYXJHcmFkaWVudCBpZD0iZCIgeDE9IjI1Mi4wNSIgeDI9IjI0Ni41NiIgeTE9Ii0xMS43OCIgeTI9Ijc1OS41NyIgeGxpbms6aHJlZj0iI2EiLz48bGluZWFyR3JhZGllbnQgaWQ9ImUiIHgxPSIyNjguMzYiIHgyPSIyNjIuODciIHkxPSItMTEuNjYiIHkyPSI3NTkuNjgiIHhsaW5rOmhyZWY9IiNhIi8+PGxpbmVhckdyYWRpZW50IGlkPSJmIiB4MT0iMjUyLjEyIiB4Mj0iMjQ2LjYyIiB5MT0iLTExLjc4IiB5Mj0iNzU5LjU3IiB4bGluazpocmVmPSIjYSIvPjxsaW5lYXJHcmFkaWVudCBpZD0iZyIgeDE9IjMzOC4xIiB4Mj0iMzMyLjYxIiB5MT0iLTExLjE2IiB5Mj0iNzYwLjE4IiB4bGluazpocmVmPSIjYSIvPjxsaW5lYXJHcmFkaWVudCBpZD0iaCIgeDE9IjMyMS44NSIgeDI9IjMxNi4zNiIgeTE9Ii0xMS4yOCIgeTI9Ijc2MC4wNiIgeGxpbms6aHJlZj0iI2EiLz48bGluZWFyR3JhZGllbnQgaWQ9ImkiIHgxPSIzMzguMTYiIHgyPSIzMzIuNjYiIHkxPSItMTEuMTYiIHkyPSI3NjAuMTgiIHhsaW5rOmhyZWY9IiNhIi8+PGxpbmVhckdyYWRpZW50IGlkPSJqIiB4MT0iMjk1LjEiIHgyPSIyODkuNjEiIHkxPSItMTEuNDciIHkyPSI3NTkuODciIHhsaW5rOmhyZWY9IiNhIi8+PGxpbmVhckdyYWRpZW50IGlkPSJrIiB4MT0iMzIyLjU3IiB4Mj0iMzE3LjA4IiB5MT0iLTExLjI3IiB5Mj0iNzYwLjA3IiB4bGluazpocmVmPSIjYSIvPjwvZGVmcz48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDQzNS42NnY0MzUuNjZIMHoiLz48ZyBvcGFjaXR5PSIuMiI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTI3MC4yNyAyMzNjLTE1LjQyIDAtMzUuOTggMTcuMTMtNTEuMzkgMTcuMTNTMTg0LjYxIDIzMyAxNjkuMiAyMzNzLTM0LjI3IDE3LjEzLTQ5LjY4IDE3LjEzUzg1LjI1IDIzMyA2OS44NCAyMzNINDcuNTdMNjQuNyA0MTkuNzRjMCA4LjU3IDYuODYgMTUuNDIgMTUuNDIgMTUuNDJoMTc0Ljc1YzguNTcgMCAxNS40Mi02Ljg2IDE1LjQyLTE1LjQyTDI4Ny40MiAyMzNoLTE3LjEzeiIvPjxwYXRoIGZpbGw9InVybCgjYikiIGQ9Ik0xNjkuNSA5OS4zN2MtLjIgMi44NC0uMyA1LjY4LS4zIDguNTcgMCA2LjQuNSAxMi43IDEuNDQgMTguODVINjQuN2wyNS43IDI3OS4yNWgxNTQuMTlsMTYuMzUtMTc3LjYyYzguNzkgMi40OSAxNy45NSA0IDI3LjM4IDQuNDZsLTE4LjA1IDE4Ni44OGMwIDguNTctNi44NiAxNS40Mi0xNS40MiAxNS40Mkg3OC4zOGMtOC41NyAwLTE1LjQyLTYuODYtMTUuNDItMTUuNDJMMzMuODUgMTE4LjI0Yy0xLjcxLTEwLjI4IDUuMTMtMTguODUgMTUuNDItMTguODVoMTIwLjI0eiIvPjxwYXRoIGZpbGw9InVybCgjYykiIGQ9Ik0yODkuNzMgOTcuMDFWMzIuOGE3NC45MzggNzQuOTM4IDAgMDAtNDUuMzggMTguODNsNDUuMzggNDUuMzh6Ii8+PHBhdGggZmlsbD0idXJsKCNkKSIgZD0iTTIzNy45NSA1OC4wM2MtMTAuODggMTIuMjItMTcuOCAyOC4wMi0xOC44MyA0NS4zOGg2NC4yMWwtNDUuMzgtNDUuMzh6Ii8+PHBhdGggZmlsbD0idXJsKCNlKSIgZD0iTTI4OS43MyAxODMuMDd2LTY0LjIxbC00NS4zOCA0NS4zOGMxMi4yMiAxMC44OCAyOC4wMiAxNy44IDQ1LjM4IDE4LjgzeiIvPjxwYXRoIGZpbGw9InVybCgjZikiIGQ9Ik0yMTkuMTMgMTEyLjQ3YTc0LjkzOCA3NC45MzggMCAwMDE4LjgzIDQ1LjM4bDQ1LjM4LTQ1LjM4aC02NC4yMXoiLz48cGF0aCBmaWxsPSJ1cmwoI2cpIiBkPSJNMzY5LjM5IDEwMy40MWE3NC45MzggNzQuOTM4IDAgMDAtMTguODMtNDUuMzhsLTQ1LjM4IDQ1LjM4aDY0LjIxeiIvPjxwYXRoIGZpbGw9InVybCgjaCkiIGQ9Ik0yOTguNzggMzIuOHY2NC4yMWw0NS4zOC00NS4zOGMtMTIuMjItMTAuODgtMjguMDItMTcuOC00NS4zOC0xOC44M3oiLz48cGF0aCBmaWxsPSJ1cmwoI2kpIiBkPSJNMzUwLjU1IDE1Ny44NGMxMC44OC0xMi4yMiAxNy44LTI4LjAyIDE4LjgzLTQ1LjM4cy02NC4yMSAwLTY0LjIxIDBsNDUuMzggNDUuMzh6Ii8+PHBhdGggZmlsbD0idXJsKCNqKSIgZD0iTTI5NC4yNSAwYy01OS45NiAwLTEwNy45MyA0Ny45Ny0xMDcuOTMgMTA3LjkzczQ3Ljk3IDEwNy45MyAxMDcuOTMgMTA3LjkzIDEwNy45My00Ny45NyAxMDcuOTMtMTA3LjkzUzM1NC4yMSAwIDI5NC4yNSAwem0wIDE5NC40NWMtNDcuNzQgMC04Ni41MS0zOC43Ni04Ni41MS04Ni41MXMzOC43Ni04Ni41MSA4Ni41MS04Ni41MSA4Ni41MSAzOC43NiA4Ni41MSA4Ni41MS0zOC43NiA4Ni41MS04Ni41MSA4Ni41MXoiLz48cGF0aCBmaWxsPSJ1cmwoI2spIiBkPSJNMjk4Ljc5IDE4My4wN2E3NC45MzggNzQuOTM4IDAgMDA0NS4zOC0xOC44M2wtNDUuMzgtNDUuMzh2NjQuMjF6Ii8+PC9nPjwvc3ZnPg==");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  content: "";
  height: 100%;
  left: 54%;
  position: absolute;
  top: 60px;
  transform: translate(-50%);
  width: 100%;
  z-index: 0;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .product-detail--header-typotonic .product-banner {
    border-bottom-right-radius: 500px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-typotonic .product-banner {
    padding-block: 90px 50px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-typotonic .product-banner {
    padding-top: 120px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-typotonic .product-banner {
    padding-block: 170px 92px;
  }
}
.product-detail--header-typotonic .bg-gray .icon-text-teaser--fancy-boxed .icon-text-teaser:hover {
  background: #fff;
}
.product-detail--header-typotonic .bg-gray .icon-text-teaser--fancy-boxed .icon-text-teaser:hover::before {
  opacity: 1;
}
@keyframes ripple-hovers {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color) 30%, transparent), 0 0 0 8px color-mix(in srgb, var(--primary-color) 30%, transparent), 0 0 0 12px color-mix(in srgb, var(--primary-color) 30%, transparent);
  }
  100% {
    box-shadow: 0 0 0 8px color-mix(in srgb, var(--primary-color) 30%, transparent), 0 0 0 12px color-mix(in srgb, var(--primary-color) 30%, transparent), 0 0 0 20px color-mix(in srgb, var(--primary-color) 30%, transparent);
  }
}
.product-detail--header-ckeditor {
  --primary-color: #771BFF !important;
  --pink-color: #C9FE43 !important;
  --text-color: #001233 !important;
}
.product-detail--header-ckeditor .bg-gradient p,
.product-detail--header-ckeditor .primary-color-bg p,
.product-detail--header-ckeditor .secondary-color-bg p {
  color: #fff;
}
.product-detail--header-ckeditor .breadcrumb-section {
  opacity: 0;
}
.product-detail--header-ckeditor .container .bg-gray, .product-detail--header-ckeditor .container.bg-gray, .product-detail--header-ckeditor .container.bg-gradient {
  border-radius: 20px;
}
.product-detail--header-ckeditor .bg-gradient {
  background: linear-gradient(220deg, rgb(119, 27, 255) 0%, rgb(6, 20, 59) 70%, rgb(0, 18, 51) 100%) !important;
  color: #fff;
}
.product-detail--header-ckeditor .bg-gradient .btn:hover, .product-detail--header-ckeditor .bg-gradient .btn:focus, .product-detail--header-ckeditor .bg-gradient .btn:active {
  border-color: var(--primary-color);
}
.product-detail--header-ckeditor .carousel-custom {
  border-radius: 20px;
}
.product-detail--header-ckeditor .btn {
  border-radius: 6px !important;
  font-weight: 500;
}
.product-detail--header-ckeditor .btn:hover, .product-detail--header-ckeditor .btn:focus, .product-detail--header-ckeditor .btn:focus-visible {
  color: #fff;
}
.product-detail--header-ckeditor .sticky-section--fancy {
  margin-top: 0;
  background-color: #f5f7ff;
}
.product-detail--header-ckeditor .sticky-section--fancy .product-detail-info__rating, .product-detail--header-ckeditor .sticky-section--fancy .product-detail-info__download {
  color: var(--primary-color);
}
.product-detail--header-ckeditor .sticky-section--fancy .product-detail-info__rating svg path, .product-detail--header-ckeditor .sticky-section--fancy .product-detail-info__download svg path {
  color: var(--primary-color);
  fill: currentColor;
}
.product-detail--header-ckeditor .sticky-section--fancy .product-detail-teaser__content {
  box-shadow: none;
}
.product-detail--header-ckeditor ul {
  margin-bottom: 0;
}
.product-detail--header-ckeditor ul.list--two-col {
  display: flex;
  flex-wrap: wrap;
}
.product-detail--header-ckeditor ul.list--two-col li {
  display: block;
  padding-right: 5px;
}
.product-detail--header-ckeditor ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.product-detail--header-ckeditor ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzc3MUJGRiIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 18px;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor ul li {
    margin-bottom: 15px;
  }
}
.product-detail--header-ckeditor .primary-color-bg ul li::before,
.product-detail--header-ckeditor .secondary-color-bg ul li::before,
.product-detail--header-ckeditor .container.bg-gradient ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2M5ZmU0MyIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMTIzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
}
.product-detail--header-ckeditor .container.bg-gradient {
  overflow: hidden;
}
.product-detail--header-ckeditor .container.bg-gradient .container-fluid .impact-teaser, .product-detail--header-ckeditor .container.bg-gradient .container-sm .impact-teaser, .product-detail--header-ckeditor .container.bg-gradient .container-md .impact-teaser, .product-detail--header-ckeditor .container.bg-gradient .container-lg .impact-teaser, .product-detail--header-ckeditor .container.bg-gradient .container-xl .impact-teaser, .product-detail--header-ckeditor .container.bg-gradient .container-xxl .impact-teaser {
  position: relative;
}
.product-detail--header-ckeditor .container.bg-gradient .container-fluid .impact-teaser::before, .product-detail--header-ckeditor .container.bg-gradient .container-sm .impact-teaser::before, .product-detail--header-ckeditor .container.bg-gradient .container-md .impact-teaser::before, .product-detail--header-ckeditor .container.bg-gradient .container-lg .impact-teaser::before, .product-detail--header-ckeditor .container.bg-gradient .container-xl .impact-teaser::before, .product-detail--header-ckeditor .container.bg-gradient .container-xxl .impact-teaser::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTgxLjU1NSAxMDEwLjk0MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuMzMxIiB4Mj0iLjc4OCIgeTE9Ii42ODUiIHkyPSItLjAyNiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2M5ZmU0MyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzc0M2NjZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02MTYuOTg3IDQ3LjQ0NEw0Ny4zNjcgNTgwLjczYzIuMTg4IDMuOTQyIDQuMzc1IDcuODEyIDYuNzE0IDExLjYxTDYxOC4yNjkgNDguMTYxYy0uNDUyLS4yMTUtLjgzLS41MDItMS4yODItLjcxN3pNNjY0LjIgNzUuOUw3Ni45MzQgNjI2LjUyNmMyLjU2NSAzLjM2OCA1LjA1NCA2LjczNyA3LjY5NCAxMC4xbDU4MS4xNi01NTkuNjU0cS0uNzQ3LS41MTMtMS41MDktMWwtLjA3OS0uMDcyem00Mi4wMTIgMzMuNGwtNTk0LjQzIDU1OGMyLjg2NiAyLjkzOSA1LjczMiA1LjggOC42NzQgOC42bDU4Ny40MTktNTY1LjAyOWMtLjUyNy0uNS0xLjEzMS0xLTEuNjU5LTEuNXYtLjA3MnptLTE0Mi4yNS04NC43MThMMjMuNzU5IDUyOS4zNDNjMS42NiA0LjUxNiAzLjQ3IDguOTU5IDUuMzU1IDEzLjRsNTM1LjktNTE3LjgwNWE3LjMgNy4zIDAgMDAtMS4wNTYtLjM1OXpNNTA0LjA3NCA4LjFMNy4yNDEgNDcxLjIyYzEuMDU2IDUuMjMyIDIuMTg3IDEwLjQ2NCAzLjQ3IDE1LjYyNEw1MDQuODI4IDguMjQyQTQuMyA0LjMgMCAwMDUwNCA4LjFoLjA3NnpNMjM5LjEgMzcuN0w0Ni4xNjEgMjE1LjA3N2MtNS4zNTUgOS44OS0xMC4zMzQgMjAtMTQuODYgMzAuMzE2TDI0NS43NCAzNC44MzFjLTIuMjYzLjkzMi00LjQ1IDEuODYzLTYuNzEzIDIuODY3aC4wNzV6TTQzNS4yMSAwTDAgNDA0LjQyNWMuMTUgNi4xNjQuMzc3IDEyLjI1Ni43NTQgMTguMzQ3TDQzNS45NjQgMHptLTgyLjI5IDQuMzcyTDYuNzg4IDMyNC42NThjLTEuNDMzIDcuMzEtMi41NjQgMTQuNjIxLTMuNjIgMjIuMDc0TDM1NC4zNTMgNC4xNTdhMTEuNjEyIDExLjYxMiAwIDAwLTEuNDMzLjIxNXptMjAxLjkxNiA3NjcuNzEzbDI1OC45MzgtMjQ3LjkuMy0uODZMNTQ3LjkgNzc0LjMwNnEzLjQ4Ni0xLjA2MiA2Ljk0LTIuMjIxek03NzUuOTEgMTkxLjY0MkwyMDAuNjM0IDczNi4yNWMuOTguNTc0IDEuOTYxIDEuMDc1IDIuOTQxIDEuNjQ5TDc3Ni4wNjEgMTkycy0uMTUxLS4yMTUtLjIyNi0uMzU4em0tMzEuOTgxLTQzLjI4OEwxNTUuMyA3MDUuODYzYy44MjkuNjQ1IDEuNjU5IDEuMjkgMi41NjQgMS44NjNsNTg2LjM2Ny01NTkuMDE0LS4zLS4zNTh6bTU4LjIyOSA5Mi4wMjJMMjUxLjcgNzYxLjMzNGMxLjEzMi40MyAyLjE4OCAxIDMuMzE5IDEuNDM0bDU0Ny4yOS01MjIuMTc3LS4xNTEtLjI4N3YuMDcyek00NTAuOTc0IDc5Mi42NTRjMS44MS0uMTQ0IDMuNjItLjIxNSA1LjM1NS0uMzU5bDM3Ny44ODUtMzYxLjI4MXYtLjI4NmwtMzgzLjI0IDM2MS45MjZ6bTM4Mi44NjMtNDM1LjE3MmwtNDU5LjUgNDM0LjM4M2MxLjUwOC4xNDQgMy4wOTIuMjE1IDQuNi4zNTlsNDU0LjktNDM0LjUyNHpNODIyIDI5NS4wNTlMMzA5LjAyMSA3ODAuNGMxLjI4My4zNTkgMi41NjUuNzE3IDMuODQ3IDFsNTA5LjItNDg2LjA1NnYtLjIxNWwtLjA3Ni0uMDcyeiIgZGF0YS1uYW1lPSJXWVNJV1lHIEhUTUwgRWRpdG9yIHdpdGggQ29sbGFib3JhdGl2ZSBSaWNoIFRleHQgRWRpdGluZy0yIiB0cmFuc2Zvcm09InJvdGF0ZSgtNzQuOTkgNTI1LjE0NyA0MDIuODMpIi8+PC9zdmc+");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -260px;
  content: "";
  height: 800px;
  left: auto;
  opacity: 0.3;
  position: absolute;
  right: -200px;
  top: auto;
  width: 840px;
  z-index: -1;
}
.product-detail--header-ckeditor .product-banner {
  background: linear-gradient(270deg, rgb(119, 27, 255) 0%, rgb(6, 20, 59) 50%, rgb(0, 18, 51) 100%);
  color: #fff;
  padding-block: 70px 45px;
  position: relative;
  overflow: hidden;
}
.product-detail--header-ckeditor .product-banner::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODM0LjIxNCA3OTIuNjU0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9Ii4zMzEiIHgyPSIuNzg4IiB5MT0iLjY4NSIgeTI9Ii0uMDI2IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYzlmZTQzIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNzQzY2NkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTYxNi45ODcgNDcuNDQ0TDQ3LjM2NyA1ODAuNzNjMi4xODggMy45NDIgNC4zNzUgNy44MTIgNi43MTQgMTEuNjFMNjE4LjI2OSA0OC4xNjFjLS40NTItLjIxNS0uODMtLjUwMi0xLjI4Mi0uNzE3ek02NjQuMiA3NS45TDc2LjkzNCA2MjYuNTI2YzIuNTY1IDMuMzY4IDUuMDU0IDYuNzM3IDcuNjk0IDEwLjFsNTgxLjE2LTU1OS42NTRxLS43NDctLjUxMy0xLjUwOS0xbC0uMDc5LS4wNzJ6bTQyLjAxMiAzMy40bC01OTQuNDMgNTU4YzIuODY2IDIuOTM5IDUuNzMyIDUuOCA4LjY3NCA4LjZsNTg3LjQxOS01NjUuMDI5Yy0uNTI3LS41LTEuMTMxLTEtMS42NTktMS41di0uMDcyem0tMTQyLjI1LTg0LjcxOEwyMy43NTkgNTI5LjM0M2MxLjY2IDQuNTE2IDMuNDcgOC45NTkgNS4zNTUgMTMuNGw1MzUuOS01MTcuODA1YTcuMyA3LjMgMCAwMC0xLjA1Ni0uMzU5ek01MDQuMDc0IDguMUw3LjI0MSA0NzEuMjJjMS4wNTYgNS4yMzIgMi4xODcgMTAuNDY0IDMuNDcgMTUuNjI0TDUwNC44MjggOC4yNDJBNC4zIDQuMyAwIDAwNTA0IDguMWguMDc2ek0yMzkuMSAzNy43TDQ2LjE2MSAyMTUuMDc3Yy01LjM1NSA5Ljg5LTEwLjMzNCAyMC0xNC44NiAzMC4zMTZMMjQ1Ljc0IDM0LjgzMWMtMi4yNjMuOTMyLTQuNDUgMS44NjMtNi43MTMgMi44NjdoLjA3NXpNNDM1LjIxIDBMMCA0MDQuNDI1Yy4xNSA2LjE2NC4zNzcgMTIuMjU2Ljc1NCAxOC4zNDdMNDM1Ljk2NCAwem0tODIuMjkgNC4zNzJMNi43ODggMzI0LjY1OGMtMS40MzMgNy4zMS0yLjU2NCAxNC42MjEtMy42MiAyMi4wNzRMMzU0LjM1MyA0LjE1N2ExMS42MTIgMTEuNjEyIDAgMDAtMS40MzMuMjE1em0yMDEuOTE2IDc2Ny43MTNsMjU4LjkzOC0yNDcuOS4zLS44Nkw1NDcuOSA3NzQuMzA2cTMuNDg2LTEuMDYyIDYuOTQtMi4yMjF6TTc3NS45MSAxOTEuNjQyTDIwMC42MzQgNzM2LjI1Yy45OC41NzQgMS45NjEgMS4wNzUgMi45NDEgMS42NDlMNzc2LjA2MSAxOTJzLS4xNTEtLjIxNS0uMjI2LS4zNTh6bS0zMS45ODEtNDMuMjg4TDE1NS4zIDcwNS44NjNjLjgyOS42NDUgMS42NTkgMS4yOSAyLjU2NCAxLjg2M2w1ODYuMzY3LTU1OS4wMTQtLjMtLjM1OHptNTguMjI5IDkyLjAyMkwyNTEuNyA3NjEuMzM0YzEuMTMyLjQzIDIuMTg4IDEgMy4zMTkgMS40MzRsNTQ3LjI5LTUyMi4xNzctLjE1MS0uMjg3di4wNzJ6TTQ1MC45NzQgNzkyLjY1NGMxLjgxLS4xNDQgMy42Mi0uMjE1IDUuMzU1LS4zNTlsMzc3Ljg4NS0zNjEuMjgxdi0uMjg2bC0zODMuMjQgMzYxLjkyNnptMzgyLjg2My00MzUuMTcybC00NTkuNSA0MzQuMzgzYzEuNTA4LjE0NCAzLjA5Mi4yMTUgNC42LjM1OWw0NTQuOS00MzQuNTI0ek04MjIgMjk1LjA1OUwzMDkuMDIxIDc4MC40YzEuMjgzLjM1OSAyLjU2NS43MTcgMy44NDcgMWw1MDkuMi00ODYuMDU2di0uMjE1bC0uMDc2LS4wNzJ6IiBkYXRhLW5hbWU9IldZU0lXWUcgSFRNTCBFZGl0b3Igd2l0aCBDb2xsYWJvcmF0aXZlIFJpY2ggVGV4dCBFZGl0aW5nLTIiLz48L3N2Zz4=");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 90%;
  bottom: -600px;
  content: "";
  height: 790px;
  left: 10%;
  position: absolute;
  top: auto;
  width: 834px;
  z-index: 0;
}
.product-detail--header-ckeditor .product-banner h1, .product-detail--header-ckeditor .product-banner .h1 {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .product-detail--header-ckeditor .product-banner h1, .product-detail--header-ckeditor .product-banner .h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner h1, .product-detail--header-ckeditor .product-banner .h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.product-detail--header-ckeditor .product-banner__content::before, .product-detail--header-ckeditor .product-banner__header::before {
  display: none;
}
.product-detail--header-ckeditor .product-banner__sub-header {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner__sub-header {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner__sub-header {
    margin-bottom: 15px;
  }
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
  font-size: 35px;
  line-height: 45px;
  color: var(--pink-color);
  left: 0;
  transform: inherit;
  animation: changewordeditor 12s linear infinite;
}
@media screen and (min-width: 768px) {
  .product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__flip-text {
    font-size: 60px;
    line-height: 65px;
  }
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__rotate-text .landing-banner__flip-text:nth-child(1) {
  animation-delay: 0s;
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__rotate-text .landing-banner__flip-text:nth-child(2) {
  animation-delay: 2s;
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__rotate-text .landing-banner__flip-text:nth-child(3) {
  animation-delay: 4s;
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__rotate-text .landing-banner__flip-text:nth-child(4) {
  animation-delay: 6s;
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__rotate-text .landing-banner__flip-text:nth-child(5) {
  animation-delay: 8s;
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp .landing-banner__rotate-text .landing-banner__flip-text:nth-child(6) {
  animation-delay: 10s;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-warp {
    min-height: 70px;
  }
}
.product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-inner p {
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner .landing-banner__rotate-text-inner {
    margin-bottom: 60px;
  }
}
.product-detail--header-ckeditor .product-banner__btn {
  padding-inline: 20px;
  margin-right: 30px;
}
.product-detail--header-ckeditor .product-banner__btn::before, .product-detail--header-ckeditor .product-banner__btn:after {
  display: none;
}
@media (min-width: 768px) {
  .product-detail--header-ckeditor .product-banner__btn {
    padding: 14px 40px;
  }
}
.product-detail--header-ckeditor .product-banner__link-wrap {
  display: inline-block;
  margin-left: 30px;
  background-color: var(--pink-color);
  border: 1px solid var(--pink-color);
  border-radius: 6px;
  box-shadow: none;
  color: #4e6177;
  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;
  position: relative;
  z-index: 1;
}
.product-detail--header-ckeditor .product-banner__link-wrap a {
  text-decoration: none;
}
.product-detail--header-ckeditor .product-banner__link-wrap:hover, .product-detail--header-ckeditor .product-banner__link-wrap:focus, .product-detail--header-ckeditor .product-banner__link-wrap:focus-visible {
  background-color: transparent;
}
.product-detail--header-ckeditor .product-banner__link-wrap:hover a, .product-detail--header-ckeditor .product-banner__link-wrap:focus a, .product-detail--header-ckeditor .product-banner__link-wrap:focus-visible a {
  color: #fff;
}
@media (min-width: 768px) {
  .product-detail--header-ckeditor .product-banner__link-wrap {
    padding: 14px 40px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-ckeditor .product-banner__image {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .product-banner {
    padding-block: 90px 50px;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-ckeditor .product-banner {
    padding-top: 150px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-ckeditor .product-banner {
    padding-block: 220px 140px;
  }
}
.product-detail--header-ckeditor .video-section .video-wrapper p {
  font-size: 15px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .video-section .video-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-detail--header-ckeditor .video-section .video-wrapper .video::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOTEuOTk5IDkxLjk5OSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIuNSIgeDI9Ii41IiB5Mj0iMSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzc3MWJmZiIvPjxzdG9wIG9mZnNldD0iLjY2MyIgc3RvcC1jb2xvcj0iIzA2MTQzYiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwMTIzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGRhdGEtbmFtZT0iR3JvdXAgNjczNiI+PGcgZGF0YS1uYW1lPSJHcm91cCA2NzMyIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTQ1IDBhNDUgNDUgMCAxMDQ1IDQ1QTQ1IDQ1IDAgMDA0NSAwem0xOC45NSA0Ni40MzNhMy4yMTQgMy4yMTQgMCAwMS0xLjQ0MyAxLjQ0M3YuMDE2TDM2Ljc5MyA2MC43NDlhMy4yMTQgMy4yMTQgMCAwMS00LjY1MS0yLjg5M1YzMi4xNDNhMy4yMTQgMy4yMTQgMCAwMTQuNjUxLTIuODc3bDI1LjcxNCAxMi44NTdhMy4yMTQgMy4yMTQgMCAwMTEuNDQzIDQuMzF6IiBkYXRhLW5hbWU9IlBhdGggMTk0MTEiIG9wYWNpdHk9Ii42MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIvPjwvZz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNjIuNDY3IDQwLjgyYTYgNiAwIDAxMCAxMC40NTRsLTIxLjEwNyAxMS45YTYgNiAwIDAxLTguOTQ2LTUuMjI3VjM0LjE1YTYgNiAwIDAxOC45NDYtNS4yMjd6IiBkYXRhLW5hbWU9IlBvbHlnb24gMSIvPjwvZz48L3N2Zz4=");
  bottom: 20px;
  height: 40px;
  left: 20px;
  top: auto;
  transform: none;
  transition: transform 0.3s ease;
  width: 40px;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .video-section .video-wrapper .video::before {
    bottom: 50px;
    height: 90px;
    left: 60px;
    width: 90px;
  }
}
.product-detail--header-ckeditor .video-section .video-wrapper .video:hover::before {
  transform: scale(1.07);
  transition: transform 0.3s ease;
}
.product-detail--header-ckeditor .video-section .video-wrapper .video video {
  aspect-ratio: 16/9;
}
.product-detail--header-ckeditor .video-section .video-wrapper .video .timeline,
.product-detail--header-ckeditor .video-section .video-wrapper .video .video-play,
.product-detail--header-ckeditor .video-section .video-wrapper .video .video-sound {
  display: none;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .video-section.frame-layout-1 .video-wrapper .video::before {
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
}
.product-detail--header-ckeditor .video-section--col .video-wrapper .video {
  max-width: 100%;
}
@media (min-width: 768px) {
  .product-detail--header-ckeditor .content-section .col-md-7.col-lg-8 .video-section--full-width .video {
    min-height: 355px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .content-section .col-md-7.col-lg-8 .video-section--full-width .video {
    min-height: 369px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-ckeditor .content-section .col-md-7.col-lg-8 .video-section--full-width .video {
    min-height: 450px;
  }
}
.product-detail--header-ckeditor .container-section.bg-gray .container-fluid .video-section, .product-detail--header-ckeditor .container-section.bg-gray .container-sm .video-section, .product-detail--header-ckeditor .container-section.bg-gray .container-md .video-section, .product-detail--header-ckeditor .container-section.bg-gray .container-lg .video-section, .product-detail--header-ckeditor .container-section.bg-gray .container-xl .video-section, .product-detail--header-ckeditor .container-section.bg-gray .container-xxl .video-section {
  padding: 77px 0;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top {
  justify-content: flex-start;
  margin-bottom: 0;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top::before {
  display: none;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link {
  padding-top: 20px;
  margin-right: 0;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab::before, .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab::after {
  display: none;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__image {
  background-color: #04122d;
  width: 20px;
  height: 20px;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__text {
    font-size: 22px;
    line-height: 28px;
  }
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab .nav-link__content :last-child {
  margin-bottom: 0;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true], .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] {
  background: #04122d;
  color: #fff;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__text, .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__text {
  color: #fff;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--pink-color);
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab:hover .nav-link__image {
  background-color: var(--primary-color);
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true], .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] {
  background: #04122d;
  border-radius: 20px 20px 0 0;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__image, .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__image {
  background-color: var(--pink-color);
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true] .nav-link__text, .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-expanded=true] .nav-link__text {
  color: #fff;
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab:hover::before, .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab[aria-selected=true]::before {
  display: none;
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-tabs.nav-tabs--top .nav-link.nav-link--tab {
    padding: 20px 30px 15px;
  }
}
.product-detail--header-ckeditor .tabs-section .tabs-wrap .nav-link--tab-responsive[aria-expanded=true]::before {
  background: var(--primary-color);
}
@media (min-width: 768px) {
  .product-detail--header-ckeditor .tabs-section .tabs-content .tab-pane {
    padding: 20px 40px 30px;
  }
  .product-detail--header-ckeditor .tabs-section .tabs-content .tab-pane p {
    color: #fff;
  }
  .product-detail--header-ckeditor .tabs-section .tabs-content .tab-pane ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWxhYmVsPSJDaGVja2VkIGNoZWNrYm94IiB2aWV3Qm94PSIwIDAgMjIgMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2M5ZmU0MyIgZD0iTTIgMmgxOHYxOEgyeiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMTIzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNSIgZD0iTTYuNSAxMS41bDMgMyA2LTYiLz48L3N2Zz4=");
  }
  .product-detail--header-ckeditor .tabs-section .tabs-content .tab-pane.active {
    background: linear-gradient(270deg, rgb(119, 27, 255) 0%, rgb(6, 20, 59) 70%, rgb(0, 18, 51));
    border-radius: 0 20px 20px 20px;
    color: #fff;
  }
  .product-detail--header-ckeditor .tabs-section .tabs-content .tab-pane:not(:first-child) {
    border-radius: 20px;
  }
}
.product-detail--header-ckeditor .text-with-image .carousel-custom.primary-color-bg, .product-detail--header-ckeditor .text-with-image .carousel-custom.secondary-color-bg, .product-detail--header-ckeditor .text-with-image .carousel-custom.tertiary-color-bg, .product-detail--header-ckeditor .text-with-image .carousel-custom.pink-color-bg {
  color: #fff;
}
.product-detail--header-ckeditor .text-with-image .carousel-custom.primary-color-bg *, .product-detail--header-ckeditor .text-with-image .carousel-custom.secondary-color-bg *, .product-detail--header-ckeditor .text-with-image .carousel-custom.tertiary-color-bg *, .product-detail--header-ckeditor .text-with-image .carousel-custom.pink-color-bg * {
  color: #fff;
}
.product-detail--header-ckeditor .counter-section {
  padding-top: 30px;
}
.product-detail--header-ckeditor .counter-section.frame-layout-1 {
  background-color: var(--pink-color);
}
.product-detail--header-ckeditor .counter-section.frame-layout-1 .counter-teaser {
  background-color: transparent;
  margin-bottom: 10px;
}
.product-detail--header-ckeditor .counter-section.frame-layout-1 .counter-teaser h3, .product-detail--header-ckeditor .counter-section.frame-layout-1 .counter-teaser .h3 {
  margin-bottom: 0;
}
.product-detail--header-ckeditor .counter-section.frame-layout-1 .counter-teaser__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #04122d;
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .counter-section.frame-layout-1 .counter-teaser__text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .counter-section.frame-layout-1 .counter-teaser {
    padding: 40px 5px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-ckeditor .counter-section {
    padding-top: 0;
  }
}
.product-detail--header-ckeditor .testimonial-slide__content::before {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2073.032%2061.242%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20data-name%3D%22Group%206746%22%3E%3Cg%20fill%3D%22%23c9fe43%22%3E%3Cpath%20d%3D%22M17.8%2031.83c0-10.677%2012.128-11.3%2012.128-11.3V9C4.613%209%200%2026.544%200%2034.91v26.333h29.931V31.83z%22%20data-name%3D%22Path%2019413%22%2F%3E%3Cpath%20d%3D%22M50.904%2031.83c0-10.677%2012.128-11.3%2012.128-11.3V9C37.714%209%2033.101%2026.544%2033.101%2034.91v26.333h29.931V31.83z%22%20data-name%3D%22Path%2019414%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23771bff%22%20stroke-width%3D%224%22%20data-name%3D%22quote%22%3E%3Cpath%20d%3D%22M25.8%2024.83c0-10.677%2012.128-11.3%2012.128-11.3V2C12.613%202%208%2019.544%208%2027.91v26.333h29.931V24.83z%22%20data-name%3D%22Path%2019413%22%2F%3E%3Cpath%20d%3D%22M58.904%2024.83c0-10.677%2012.128-11.3%2012.128-11.3V2C45.714%202%2041.101%2019.544%2041.101%2027.91v26.333h29.931V24.83z%22%20data-name%3D%22Path%2019414%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.product-detail--header-ckeditor .testimonial-slide--quote .testimonial-slide__content,
.product-detail--header-ckeditor .testimonial-customer__content-name {
  color: var(--text-color);
}
@media (min-width: 1200px) {
  .product-detail--header-ckeditor .testimonial-slide--quote .testimonial-slide__content h3, .product-detail--header-ckeditor .testimonial-slide--quote .testimonial-slide__content .h3 {
    -webkit-hyphens: initial;
            hyphens: initial;
    word-break: initial;
  }
}
.product-detail--header-ckeditor .container-section.bg-gray .video-section {
  position: relative;
  overflow: hidden;
}
.product-detail--header-ckeditor .container-section.bg-gray .video-section:after {
  background-blend-mode: multiply;
  background-color: #f5f8fb;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODM0LjIxNCA3OTIuNjU0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmNWY3ZmYiIGQ9Ik02MTYuOTg3IDQ3LjQ0NEw0Ny4zNjcgNTgwLjczYzIuMTg4IDMuOTQyIDQuMzc1IDcuODEyIDYuNzE0IDExLjYxTDYxOC4yNjkgNDguMTYxYy0uNDUyLS4yMTUtLjgzLS41MDItMS4yODItLjcxN3pNNjY0LjIgNzUuOUw3Ni45MzQgNjI2LjUyNmMyLjU2NSAzLjM2OCA1LjA1NCA2LjczNyA3LjY5NCAxMC4xbDU4MS4xNi01NTkuNjU0cS0uNzQ3LS41MTMtMS41MDktMWwtLjA3OS0uMDcyem00Mi4wMTIgMzMuNGwtNTk0LjQzIDU1OGMyLjg2NiAyLjkzOSA1LjczMiA1LjggOC42NzQgOC42bDU4Ny40MTktNTY1LjAyOWMtLjUyNy0uNS0xLjEzMS0xLTEuNjU5LTEuNXYtLjA3MnptLTE0Mi4yNS04NC43MThMMjMuNzU5IDUyOS4zNDNjMS42NiA0LjUxNiAzLjQ3IDguOTU5IDUuMzU1IDEzLjRsNTM1LjktNTE3LjgwNWE3LjMgNy4zIDAgMDAtMS4wNTYtLjM1OXpNNTA0LjA3NCA4LjFMNy4yNDEgNDcxLjIyYzEuMDU2IDUuMjMyIDIuMTg3IDEwLjQ2NCAzLjQ3IDE1LjYyNEw1MDQuODI4IDguMjQyQTQuMyA0LjMgMCAwMDUwNCA4LjFoLjA3NnpNMjM5LjEgMzcuN0w0Ni4xNjEgMjE1LjA3N2MtNS4zNTUgOS44OS0xMC4zMzQgMjAtMTQuODYgMzAuMzE2TDI0NS43NCAzNC44MzFjLTIuMjYzLjkzMi00LjQ1IDEuODYzLTYuNzEzIDIuODY3aC4wNzV6TTQzNS4yMSAwTDAgNDA0LjQyNWMuMTUgNi4xNjQuMzc3IDEyLjI1Ni43NTQgMTguMzQ3TDQzNS45NjQgMHptLTgyLjI5IDQuMzcyTDYuNzg4IDMyNC42NThjLTEuNDMzIDcuMzEtMi41NjQgMTQuNjIxLTMuNjIgMjIuMDc0TDM1NC4zNTMgNC4xNTdhMTEuNjEyIDExLjYxMiAwIDAwLTEuNDMzLjIxNXptMjAxLjkxNiA3NjcuNzEzbDI1OC45MzgtMjQ3LjkuMy0uODZMNTQ3LjkgNzc0LjMwNnEzLjQ4Ni0xLjA2MiA2Ljk0LTIuMjIxek03NzUuOTEgMTkxLjY0MkwyMDAuNjM0IDczNi4yNWMuOTguNTc0IDEuOTYxIDEuMDc1IDIuOTQxIDEuNjQ5TDc3Ni4wNjEgMTkycy0uMTUxLS4yMTUtLjIyNi0uMzU4em0tMzEuOTgxLTQzLjI4OEwxNTUuMyA3MDUuODYzYy44MjkuNjQ1IDEuNjU5IDEuMjkgMi41NjQgMS44NjNsNTg2LjM2Ny01NTkuMDE0LS4zLS4zNTh6bTU4LjIyOSA5Mi4wMjJMMjUxLjcgNzYxLjMzNGMxLjEzMi40MyAyLjE4OCAxIDMuMzE5IDEuNDM0bDU0Ny4yOS01MjIuMTc3LS4xNTEtLjI4N3YuMDcyek00NTAuOTc0IDc5Mi42NTRjMS44MS0uMTQ0IDMuNjItLjIxNSA1LjM1NS0uMzU5bDM3Ny44ODUtMzYxLjI4MXYtLjI4NmwtMzgzLjI0IDM2MS45MjZ6bTM4Mi44NjMtNDM1LjE3MmwtNDU5LjUgNDM0LjM4M2MxLjUwOC4xNDQgMy4wOTIuMjE1IDQuNi4zNTlsNDU0LjktNDM0LjUyNHpNODIyIDI5NS4wNTlMMzA5LjAyMSA3ODAuNGMxLjI4My4zNTkgMi41NjUuNzE3IDMuODQ3IDFsNTA5LjItNDg2LjA1NnYtLjIxNWwtLjA3Ni0uMDcyeiIgZGF0YS1uYW1lPSJXWVNJV1lHIEhUTUwgRWRpdG9yIHdpdGggQ29sbGFib3JhdGl2ZSBSaWNoIFRleHQgRWRpdGluZy0yIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHk7aXNvbGF0aW9uOmlzb2xhdGUiLz48L3N2Zz4=");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -150px;
  content: "";
  height: 430px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 835px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .product-detail--header-ckeditor .container-section.bg-gray .video-section {
    padding-bottom: 185px !important;
  }
  .product-detail--header-ckeditor .container-section.bg-gray .video-section:after {
    bottom: -480px;
    height: 792px;
    width: 835px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-ckeditor .container-section.bg-gray .video-section:after {
    left: 300px;
  }
}
.product-detail--header-ckeditor .headline-block.headline-block--with-link h2.h1, .product-detail--header-ckeditor .headline-block.headline-block--with-link .h1.h2 {
  font-size: 28px;
  line-height: 35px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .product-detail--header-ckeditor .headline-block.headline-block--with-link h2.h1, .product-detail--header-ckeditor .headline-block.headline-block--with-link .h1.h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-ckeditor .headline-block.headline-block--with-link h2.h1, .product-detail--header-ckeditor .headline-block.headline-block--with-link .h1.h2 {
    font-size: 42px;
    line-height: 55px;
  }
}
.product-detail--header-ckeditor .frame-type-text.frame-layout-1 p a:first-child {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .product-detail--header-ckeditor .frame-type-text.frame-layout-1 p a:first-child {
    margin-right: 20px;
  }
}
@keyframes changewordeditor {
  0% {
    opacity: 0;
  }
  0.5% {
    opacity: 1;
  }
  15.5% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.product-detail--header-t3ai-universal {
  --primary-color: #1764ff !important;
  --pink-color: #f200a5 !important;
  --primary-light-color: #081A3A;
  --cyan-color: #00F6FF;
}
.product-detail--header-t3ai-universal.product-detail-page--header-banner {
  background: #04122d;
  color: #fff;
}
.product-detail--header-t3ai-universal.product-detail-page--header-banner * {
  color: inherit;
}
.product-detail--header-t3ai-universal.product-detail-page--header-banner .sticky-section {
  display: none;
}
.product-detail--header-t3ai-universal .btn.btn-gradient {
  background: linear-gradient(268deg, var(--pink-color) 0%, var(--primary-color) 100%);
  transition: all 0.3s ease;
}
.product-detail--header-t3ai-universal .btn.btn-gradient:hover {
  background: transparent;
  box-shadow: 0 0 0 1px #fff inset;
}
.product-detail--header-t3ai-universal .button-cta .button-cta-wrapper .btn {
  border-radius: 10px;
  position: relative;
}
.product-detail--header-t3ai-universal .highlight-color {
  padding-top: 20px;
}
.product-detail--header-t3ai-universal .highlight-color::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDM0Ni44MiA0Ny45MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIzNzguNzIiIHgyPSIxNC43MiIgeTE9Ii02OS40OSIgeTI9IjMwLjUxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMDgiIHN0b3AtY29sb3I9IiNmMjAwYTUiLz48c3RvcCBvZmZzZXQ9Ii43NiIgc3RvcC1jb2xvcj0iIzE3NjRmZiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJiIiB4MT0iMzE1Ljc2IiB4Mj0iLTQ4LjI0IiB5MT0iLTYzLjQ4IiB5Mj0iMzYuNTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9Ii4wOCIgc3RvcC1jb2xvcj0iI2YyMDBhNSIvPjxzdG9wIG9mZnNldD0iLjc2IiBzdG9wLWNvbG9yPSIjMDAxN2ZmIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSIzMzkuNDkiIHgyPSI2Ni43NCIgeTE9IjEuNDIiIHkyPSI2MS4xNiIgeGxpbms6aHJlZj0iI2EiLz48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTE1LjQ5IDBzMTYuMzIgMTcgMTYuMjcgMjQuMDJjLS4wNCA3LjAyLTE3LjQyIDIzLjI2LTE3LjQyIDIzLjI2czE2Ljg4LTE2Ljc1IDIzLjktMTYuNTJjNy4wMi4yMyAyMy4zOSAxNy4xNiAyMy4zOSAxNy4xNnMtMTYuMzItMTctMTYuMjctMjQuMDJDNDUuMzkgMTYuODggNjIuNzguNjQgNjIuNzguNjRTNDUuOSAxNy4zOSAzOC44OCAxNy4xNkMzMS44NiAxNi45NCAxNS40OSAwIDE1LjQ5IDB6Ii8+PHBhdGggZmlsbD0idXJsKCNiKSIgZD0iTS4xIDE0LjJzNSA1LjAzIDUuMDMgNy4xNWMuMDIgMi4xMS01LjEyIDcuMS01LjEyIDcuMXM0Ljk5LTUuMTMgNy4xMS01LjFjMi4xMi4wMyA3LjEzIDUuMDUgNy4xMyA1LjA1cy01LTUuMDMtNS4wMy03LjE1Yy0uMDMtMi4xMSA1LjEyLTcuMSA1LjEyLTcuMXMtNC45OSA1LjEzLTcuMTEgNS4xQzUuMTEgMTkuMjIuMSAxNC4yLjEgMTQuMnoiLz48cGF0aCBmaWxsPSJ1cmwoI2MpIiBkPSJNNTkuNTEgMTkuNjJjMTItMS44OCAyNC4wNS0zLjI4IDM2LjEzLTQuNDQgMTIuMDktMS4wOCAyNC4xOS0xLjgyIDM2LjMxLTIuMjUgMjQuMjQtLjgyIDQ4LjUxLS4xOCA3Mi42NyAxLjc2IDEyLjA4IDEgMjQuMTIgMi4zIDM2LjEzIDMuOTQgMTEuOTkgMS42OCAyMy45NSAzLjY1IDM1LjgyIDYuMDQgMTEuODcgMi4zOCAyMy42OCA1LjA2IDM1LjQxIDguMDcgMTEuNyAzLjA5IDIzLjM1IDYuNDIgMzQuODQgMTAuMjEtMTEuNTQtMy42NS0yMy4yMi02LjgzLTM0Ljk1LTkuNzlhNjY5Ljk2IDY2OS45NiAwIDAwLTM1LjQ3LTcuNjRjLTExLjg4LTIuMjUtMjMuODQtNC4wNy0zNS44My01LjYtMTEuOTktMS41LTI0LjAzLTIuNjUtMzYuMDktMy41LTI0LjExLTEuNjUtNDguMzEtMS45OS03Mi40My0uODktMTIuMDYuNTctMjQuMTIgMS40NS0zNi4xMiAyLjY3LTEyIDEuMy0yMy45OCAyLjgzLTM1Ljg3IDQuODRhMS43NCAxLjc0IDAgMDEtMi0xLjQyIDEuNzQgMS43NCAwIDAxMS40Mi0yaC4wMnoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  height: 50px;
  left: 5px;
  top: 5px;
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .highlight-color::before {
    top: -25px;
    left: -5px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .highlight-color {
    padding-top: 0;
  }
}
.product-detail--header-t3ai-universal .product-banner__content:before {
  display: none;
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .product-banner__content {
    min-height: calc(75vh - 98px);
    padding-bottom: 0;
  }
}
.product-detail--header-t3ai-universal .product-banner__header::before {
  display: none;
}
.product-detail--header-t3ai-universal .product-banner__btn-wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .product-banner__btn-wrap {
    flex-direction: row;
  }
}
.product-detail--header-t3ai-universal .product-banner__link {
  display: inline-block;
  background: rgba(4, 18, 45, 0.6);
  border: 1px solid transparent;
  border-radius: 10px;
  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;
  position: relative;
  z-index: 1;
}
.product-detail--header-t3ai-universal .product-banner__link a {
  text-decoration: none;
}
.product-detail--header-t3ai-universal .product-banner__link:hover, .product-detail--header-t3ai-universal .product-banner__link:focus, .product-detail--header-t3ai-universal .product-banner__link:focus-visible {
  background-color: transparent;
  border-color: #fff;
}
.product-detail--header-t3ai-universal .product-banner__link:hover a, .product-detail--header-t3ai-universal .product-banner__link:focus a, .product-detail--header-t3ai-universal .product-banner__link:focus-visible a {
  color: #fff;
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .product-banner__link {
    padding: 14px 40px;
  }
}
.product-detail--header-t3ai-universal .product-banner__btn {
  border-radius: 10px;
  padding-inline: 20px;
  border-color: transparent;
  background: rgba(4, 18, 45, 0.6);
  font-weight: 500;
  position: relative;
}
.product-detail--header-t3ai-universal .product-banner__btn::before, .product-detail--header-t3ai-universal .product-banner__btn::after {
  display: none;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .product-banner__btn {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .product-banner__btn {
    padding: 14px 40px;
  }
}
.product-detail--header-t3ai-universal .product-banner__link, .product-detail--header-t3ai-universal .product-banner__btn {
  min-width: 230px;
}
.product-detail--header-t3ai-universal .product-banner__link::before, .product-detail--header-t3ai-universal .product-banner__link::after, .product-detail--header-t3ai-universal .product-banner__btn::before, .product-detail--header-t3ai-universal .product-banner__btn::after {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: none !important;
  border-radius: 10px;
}
.product-detail--header-t3ai-universal .product-banner__link::before, .product-detail--header-t3ai-universal .product-banner__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, var(--pink-color), var(--cyan-color)) !important;
  z-index: -1;
  filter: blur(20px);
  border-radius: 10px;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
  transform: none !important;
}
.product-detail--header-t3ai-universal .product-banner__link::after, .product-detail--header-t3ai-universal .product-banner__btn::after {
  animation: none !important;
  background: rgba(4, 18, 45, 0.6);
  top: 0 !important;
  left: 0 !important;
  z-index: -1;
}
.product-detail--header-t3ai-universal .product-banner__link:focus-visible, .product-detail--header-t3ai-universal .product-banner__btn:focus-visible {
  outline-color: #fff;
}
.product-detail--header-t3ai-universal .product-banner__link {
  outline: 2px dashed transparent;
}
.product-detail--header-t3ai-universal .product-banner__link::after {
  content: "";
}
.product-detail--header-t3ai-universal .product-banner h1, .product-detail--header-t3ai-universal .product-banner .h1 {
  font-size: 28px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-t3ai-universal .product-banner h1, .product-detail--header-t3ai-universal .product-banner .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-t3ai-universal .product-banner h1, .product-detail--header-t3ai-universal .product-banner .h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
.product-detail--header-t3ai-universal .product-banner h1 span, .product-detail--header-t3ai-universal .product-banner .h1 span {
  font-weight: 700;
}
.product-detail--header-t3ai-universal .product-banner .landing-banner__rotate-text-inner p {
  font-size: 15px;
  line-height: 26px;
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .product-detail--header-t3ai-universal .product-banner .landing-banner__rotate-text-inner p {
    font-size: 16px;
    line-height: 28px;
  }
}
.product-detail--header-t3ai-universal .video-wrapper .video {
  border-radius: 10px;
  outline: 1px solid #2B3A56;
  border: 10px solid var(--primary-light-color);
}
.product-detail--header-t3ai-universal .video-wrapper .video video {
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.product-detail--header-t3ai-universal .video-wrapper .video::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODguOTQ1IDg4Ljk0NSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiMwNDEyMmQiIHN0cm9rZT0iI2ZmZiIgZD0iTTAgMGg4OC45NDV2ODguOTQ1SDB6IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA5NDMzIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZGF0YS1uYW1lPSJHcm91cCA2NzIwIj48ZyBkYXRhLW5hbWU9Ikdyb3VwIDY3MDkiPjxnIGRhdGEtbmFtZT0iR3JvdXAgNjcwOCI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBkYXRhLW5hbWU9Ikdyb3VwIDY3MDciIG9wYWNpdHk9Ii4zNyI+PHBhdGggZmlsbD0iIzA0MTIyZCIgc3Ryb2tlPSIjZmZmIiBkPSJNODguOTQ3IDQ0LjQ3M0E0NC40NzIgNDQuNDcyIDAgMTE0NC40NzMtLjAwMWE0NC40NzUgNDQuNDc1IDAgMDE0NC40NzQgNDQuNDc0IiBkYXRhLW5hbWU9IlBhdGggMTkzNTgiLz48L2c+PC9nPjwvZz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNjMuMTYgNDQuNDc0bC0yNy43NjgtMTYuMDNWNjAuNTF6IiBkYXRhLW5hbWU9IlBhdGggMTkzNTkiLz48L2c+PC9zdmc+");
  bottom: 40px;
  height: 40px;
  left: 40px;
  transform: initial;
  top: auto;
  width: 40px;
  transition: transform 0.3s ease 0s;
}
@media (min-width: 1200px) {
  .product-detail--header-t3ai-universal .video-wrapper .video::before {
    height: 80px;
    width: 80px;
  }
}
.product-detail--header-t3ai-universal .video-wrapper .video:hover::before {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .video-wrapper .video {
    border-width: 20px;
  }
}
.product-detail--header-t3ai-universal .video-wrapper .video-sound,
.product-detail--header-t3ai-universal .video-wrapper .video-play,
.product-detail--header-t3ai-universal .video-wrapper .timeline {
  display: none;
}
.product-detail--header-t3ai-universal .video-wrapper .video-button {
  text-align: center;
}
.product-detail--header-t3ai-universal .video-wrapper .video-button .btn {
  border-radius: 10px;
}
.product-detail--header-t3ai-universal .content-section--products-teaser .headline-block,
.product-detail--header-t3ai-universal .content-section--products-teaser .headline-block * {
  text-align: left !important;
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .content-section--products-teaser .headline-block {
    margin-bottom: 30px;
  }
}
.product-detail--header-t3ai-universal a.link-arrow:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
}
.product-detail--header-t3ai-universal .cta-teaser__content a {
  color: #fff !important;
}
.product-detail--header-t3ai-universal .cta-teaser__content a:hover {
  color: var(--primary-color) !important;
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .cta-teaser__content a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.product-detail--header-t3ai-universal .featured-teaser--extension {
  border: 1px solid rgba(200, 212, 227, 0.14);
  border-radius: 10px;
  background-color: var(--primary-light-color);
  padding: 20px 20px 20px 90px;
  text-align: left;
}
.product-detail--header-t3ai-universal .featured-teaser--extension .product-logo {
  position: absolute;
  top: 15px;
  left: 17px;
}
.product-detail--header-t3ai-universal .featured-teaser--extension .product-logo svg {
  width: 55px;
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .product-logo svg {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content {
    display: flex;
    flex-direction: column;
  }
  .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content p {
    min-height: auto;
  }
}
.product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content h3, .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content .h3 {
  font-size: 28px;
  line-height: 33px;
}
@media screen and (min-width: 768px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content h3, .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content .h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content h3, .product-detail--header-t3ai-universal .featured-teaser--extension .featured-teaser__content .h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.product-detail--header-t3ai-universal .featured-teaser--extension .product-features-info {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .product-features-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .product-features-info {
    margin-top: auto;
  }
}
.product-detail--header-t3ai-universal .featured-teaser--extension .product-demand-teaser {
  color: #c8d4e3;
  justify-content: flex-start;
  margin-top: 15px;
}
.product-detail--header-t3ai-universal .featured-teaser--extension .product-demand-teaser__rating svg path, .product-detail--header-t3ai-universal .featured-teaser--extension .product-demand-teaser__download svg path {
  fill: #c8d4e3;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension .product-demand-teaser {
    margin-bottom: 0;
  }
}
.product-detail--header-t3ai-universal .featured-teaser--extension .product-demand-teaser > div:first-child {
  margin-left: 0;
}
.product-detail--header-t3ai-universal .featured-teaser--extension .link {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  bottom: auto !important;
  left: auto !important;
  margin-top: 0;
  margin-top: 15px;
  padding: 14px 60px 14px 20px;
  position: relative;
  top: auto !important;
  transform: none !important;
}
.product-detail--header-t3ai-universal .featured-teaser--extension .link.link-arrow::after {
  background-color: #fff;
  content: "";
  height: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
          mask: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2aWV3Qm94PSIwIDAgMjIuODQgMTYuMDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjM4LjI0MmEuODEuODEgMCAwMC0xLjE1MSAxLjEzOWw1LjgzNyA1LjgzN0guODA2QS44LjggMCAwMDAgOC4wMjZhLjgxMS44MTEgMCAwMC44MDYuODE3aDE5LjI2bC01LjgzNyA1LjgyNmEuODI2LjgyNiAwIDAwMCAxLjE1MS44MDYuODA2IDAgMDAxLjE1MSAwTDIyLjYgOC42YS43OTMuNzkzIDAgMDAwLTEuMTM5eiIgZGF0YS1uYW1lPSJyaWdodC1hcnJvdyAoMykiLz48L3N2Zz4=");
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .featured-teaser--extension {
    padding: 25px 35px 40px 120px;
  }
  .product-detail--header-t3ai-universal .featured-teaser--extension .product-logo {
    top: 32px;
    left: 25px;
  }
}
.product-detail--header-t3ai-universal .featured-teaser--extension:hover .link-arrow, .product-detail--header-t3ai-universal .featured-teaser--extension:focus .link-arrow {
  border-color: #fff;
}
.product-detail--header-t3ai-universal .featured-teaser--extension:hover .link-arrow,
.product-detail--header-t3ai-universal .featured-teaser--extension:hover .link-arrow strong, .product-detail--header-t3ai-universal .featured-teaser--extension:focus .link-arrow,
.product-detail--header-t3ai-universal .featured-teaser--extension:focus .link-arrow strong {
  color: #fff;
}
.product-detail--header-t3ai-universal .featured-teaser--extension:hover .link-arrow::after, .product-detail--header-t3ai-universal .featured-teaser--extension:focus .link-arrow::after {
  background-color: #fff;
  right: 15px;
}
.product-detail--header-t3ai-universal .icon-text-teaser {
  padding: 20px !important;
}
.product-detail--header-t3ai-universal .icon-text-teaser .icon-text-teaser__icon {
  margin-bottom: 10px;
}
.product-detail--header-t3ai-universal .icon-text-teaser,
.product-detail--header-t3ai-universal .two-col-teaser-wrapper .two-col-teaser {
  background-color: var(--primary-light-color);
  border: 1px solid rgba(200, 212, 227, 0.14);
  border-radius: 10px;
}
.product-detail--header-t3ai-universal .two-col-teaser-wrapper .two-col-teaser {
  padding: 25px;
}
.product-detail--header-t3ai-universal .video-section,
.product-detail--header-t3ai-universal .bg-circle-gradient-pattern,
.product-detail--header-t3ai-universal .customer-logo-section,
.product-detail--header-t3ai-universal .text-with-image-section,
.product-detail--header-t3ai-universal .content-section--cta {
  position: relative;
  z-index: 0;
}
.product-detail--header-t3ai-universal .video-section::before,
.product-detail--header-t3ai-universal .bg-circle-gradient-pattern::before,
.product-detail--header-t3ai-universal .customer-logo-section::before,
.product-detail--header-t3ai-universal .text-with-image-section::before,
.product-detail--header-t3ai-universal .content-section--cta::before {
  background-image: url("https://t3planet.de/fileadmin/images/circle-gradient-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: blur(10px);
  height: 300px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .video-section::before,
  .product-detail--header-t3ai-universal .bg-circle-gradient-pattern::before,
  .product-detail--header-t3ai-universal .customer-logo-section::before,
  .product-detail--header-t3ai-universal .text-with-image-section::before,
  .product-detail--header-t3ai-universal .content-section--cta::before {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .video-section::before,
  .product-detail--header-t3ai-universal .bg-circle-gradient-pattern::before,
  .product-detail--header-t3ai-universal .customer-logo-section::before,
  .product-detail--header-t3ai-universal .text-with-image-section::before,
  .product-detail--header-t3ai-universal .content-section--cta::before {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .video-section::before,
  .product-detail--header-t3ai-universal .bg-circle-gradient-pattern::before,
  .product-detail--header-t3ai-universal .customer-logo-section::before,
  .product-detail--header-t3ai-universal .text-with-image-section::before,
  .product-detail--header-t3ai-universal .content-section--cta::before {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-t3ai-universal .video-section::before,
  .product-detail--header-t3ai-universal .bg-circle-gradient-pattern::before,
  .product-detail--header-t3ai-universal .customer-logo-section::before,
  .product-detail--header-t3ai-universal .text-with-image-section::before,
  .product-detail--header-t3ai-universal .content-section--cta::before {
    height: 830px;
  }
}
.product-detail--header-t3ai-universal .video-section::before {
  bottom: -17%;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .video-section::before {
    bottom: -22%;
  }
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .video-section::before {
    bottom: -29%;
  }
}
@media (min-width: 1200px) {
  .product-detail--header-t3ai-universal .video-section::before {
    bottom: -32%;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-t3ai-universal .video-section::before {
    bottom: -40%;
  }
}
.product-detail--header-t3ai-universal .customer-logo-section::before,
.product-detail--header-t3ai-universal .bg-circle-gradient-pattern::before,
.product-detail--header-t3ai-universal .text-with-image-section::before,
.product-detail--header-t3ai-universal .content-section--cta::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-detail--header-t3ai-universal .content-section--cta::before,
.product-detail--header-t3ai-universal .text-with-image-section:before {
  background-image: url("https://t3planet.de/fileadmin/images/circle-gradient-pattern-reverse.png");
}
.product-detail--header-t3ai-universal .product-banner {
  position: relative;
  z-index: 0;
}
.product-detail--header-t3ai-universal .product-banner::before {
  background-image: url("https://t3planet.de/fileadmin/images/gradient-ai-headers.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: blur(10px);
  height: 300px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .product-banner::before {
    height: 380px;
  }
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .product-banner::before {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .product-banner::before {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-t3ai-universal .product-banner::before {
    height: 830px;
  }
}
.product-detail--header-t3ai-universal .text-with-image-section:before {
  height: 700px;
}
@media (min-width: 576px) {
  .product-detail--header-t3ai-universal .text-with-image-section:before {
    height: 500px;
    top: 55%;
  }
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .text-with-image-section:before {
    height: 400px;
    top: 75%;
  }
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .text-with-image-section:before {
    background-position: center top;
    top: 50%;
  }
}
@media (min-width: 1400px) {
  .product-detail--header-t3ai-universal .text-with-image-section:before {
    height: 670px;
    top: 0;
    transform: translate(-45%, -10%);
  }
}
.product-detail--header-t3ai-universal .text-with-image-teaser__content .section-title {
  margin-bottom: 0;
}
.product-detail--header-t3ai-universal .text-with-image-teaser__content .text-teaser {
  padding-left: 0;
}
.product-detail--header-t3ai-universal .accordion-button::after {
  background-color: #fff;
  background-image: none;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDQxMjJkIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik04IDB2MTZtOC04SDAiLz48L3N2Zz4=");
          mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDQxMjJkIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik04IDB2MTZtOC04SDAiLz48L3N2Zz4=");
}
.product-detail--header-t3ai-universal .accordion-button:not(.collapsed)::after {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwNDEyMmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2IDFIMCIvPjwvc3ZnPg==");
          mask: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwNDEyMmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2IDFIMCIvPjwvc3ZnPg==");
  -webkit-mask-size: 20px 13px;
          mask-size: 20px 13px;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.product-detail--header-t3ai-universal .accordion-flush .accordion-item {
  border-top-color: rgba(58, 133, 230, 0.2);
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .cta-teaser--with-img .cta-teaser__image {
    text-align: right;
  }
  .product-detail--header-t3ai-universal .cta-teaser--with-img .cta-teaser__image img {
    max-width: 280px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .product-detail--header-t3ai-universal .cta-teaser--with-img .cta-teaser__image img {
    max-width: 332px;
  }
}
.product-detail--header-t3ai-universal .cta-teaser--with-img .cta-teaser__content {
  padding-left: 0;
  padding-right: 0;
}
.product-detail--header-t3ai-universal .cta-teaser--with-img .btn.btn-gradient {
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  min-width: auto;
}
.product-detail--header-t3ai-universal .cta-teaser--with-img .btn.btn-gradient:hover {
  color: #fff !important;
  box-shadow: 0 0 0 1px #fff inset;
}
.product-detail--header-t3ai-universal .cta-teaser--with-img .btn.btn-gradient :focus-visible {
  outline-color: #fff;
}
@media (min-width: 1400px) {
  .product-detail--header-t3ai-universal .content-section--cta::before {
    height: 600px;
  }
}
.product-detail--header-t3ai-universal .two-col-teaser > div :last-child {
  margin-bottom: 0;
}
.product-detail--header-t3ai-universal .customer-logo-section.frame-layout-1::before {
  display: none;
}
@media (min-width: 768px) {
  .product-detail--header-t3ai-universal .customer-logo-section.frame-layout-1 .customer-logo {
    max-width: 200px;
  }
}
.product-detail--header-t3ai-universal .accordion-item .accordion-body a {
  color: #fff !important;
}
.product-detail--header-t3ai-universal .accordion-item .accordion-body a:hover {
  color: var(--primary-color) !important;
}
.experts-card {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.experts-card img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .experts-card img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .experts-card img {
    min-height: 429px;
    max-height: inherit;
  }
}
.experts-card__image {
  height: 100%;
}
.experts-card__image:hover .experts-video__play-btn svg {
  transform: scale(1.1);
}
.experts-card__name {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .experts-card__name {
    font-size: 18px;
    line-height: 28px;
  }
}
.experts-card__designation {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
}
.experts-card__body {
  margin-top: auto;
}
@media (min-width: 768px) {
  .experts-card {
    align-items: flex-start;
  }
}
.experts-video-item {
  position: relative;
  cursor: default;
  overflow: hidden;
}
.experts-video__play-btn {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  padding: 18px 15px;
  top: 0;
  transition: opacity 0.25s ease, transform 0.3s ease 0s;
  width: 100%;
  z-index: 5;
}
.experts-video__play-btn svg {
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all 0.2s ease 0s;
}
@media (min-width: 768px) {
  .experts-video__play-btn svg {
    width: 58px;
    height: 58px;
  }
}
.experts-video__play-btn.opacity-0 {
  opacity: 0;
}
.experts-video__poster {
  border-radius: 10px;
  position: relative;
  z-index: 2;
  height: 100%;
}
.experts-video__poster img {
  border-radius: 10px;
  transition: opacity 0.25s ease;
}
.experts-video__poster.opacity-0 img,
.experts-video__poster.opacity-0 svg {
  opacity: 0;
}
.experts-video__mp4, .experts-video__youtube, .experts-video__vimeo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  z-index: 4;
  -o-object-fit: cover;
     object-fit: cover;
}