:root{--swiper-theme-color:#007aff;}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1;}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block;}.swiper-vertical>.swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-horizontal{touch-action:pan-y;}.swiper-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto;}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px;}.swiper-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-3d{perspective:1200px;}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d;}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start;}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory;}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none;}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none;}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999;}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always;}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after);}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before);}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after);}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15);}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0);}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none;}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size);}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size);}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - ( var(--swiper-navigation-size) / 2 ));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none;}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important;}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center;}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg);}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto;}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto;}.swiper-button-lock{display:none;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1;}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev";}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto;}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next";}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important;}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33);}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet:only-child{display:none !important;}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0);}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit);}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important;}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain;}.swiper-slide-zoomed{cursor:move;touch-action:none;}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}.swiper-grid>.swiper-wrapper{flex-wrap:wrap;}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column;}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out;}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-fade .swiper-slide-active{pointer-events:auto;}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper.swiper-cube{overflow:visible;}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0;}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px);}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible;}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper.swiper-flip{overflow:visible;}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height;}.swiper.swiper-cards{overflow:visible;}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;}.how-we-work-wrap{padding:50px 0;}@media (max-width:767px){.how-we-work-wrap{padding:32px 0;}}@media (max-width:767px){.how-we-work-wrap .work-process-list>ul:last-child li:last-child{padding-bottom:0;}.how-we-work-wrap .work-process-list>ul:last-child li:last-child p{margin:0;}}.how-we-work-wrap .work-process-list>ul>li{padding:40px;}@media (max-width:1024px){.how-we-work-wrap .work-process-list>ul>li{padding:24px;}}.how-we-work-wrap .work-process-list>ul>li:not(:last-child){border-right:2px dashed #bfbfbf;}@media (max-width:767px){.how-we-work-wrap .work-process-list>ul>li:not(:last-child){border-bottom:2px dashed #bfbfbf;border-right:0;}}.how-we-work-wrap .work-process-list>ul:not(:last-child){border-bottom:2px dashed #bfbfbf;}.work-process-item{display:flex;}@media (max-width:1024px){.work-process-item{flex-wrap:wrap;}}.work-process-item__icon{width:126px;flex-shrink:0;}@media (max-width:1100px){.work-process-item__icon{width:84px;}}@media (max-width:1024px){.work-process-item__icon{width:100%;padding-bottom:16px;}}.work-process-item__icon .icon-box{width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:100%;background:#fff;box-shadow:0 1px 5px 2px rgba(0,0,0,.1);}@media (max-width:1100px){.work-process-item__icon .icon-box{width:84px;height:84px;}}@media (max-width:1024px){.work-process-item__icon .icon-box{margin:0 auto;}}.work-process-item__icon .icon-box svg{display:block;}.work-process-item__icon .icon-box svg path{fill:#04a6cf;}.work-process-item__content{width:100%;padding-left:40px;font-size:16px;line-height:1.6;}@media (max-width:1100px){.work-process-item__content{padding-left:24px;}}@media (max-width:575px){.work-process-item__content{padding-left:0;}}.work-process-item__content .h6{padding-bottom:20px;}@media (max-width:767px){.work-process-item__content .h6{padding-bottom:16px;}}.hiring-wrap{padding:50px 0;}@media (max-width:767px){.hiring-wrap{padding:32px 0;}}.hiring-wrap .h4{padding-bottom:20px;}.hiring-wrap .hiring-content{padding:40px;background-color:#fafafa;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}.dark .hiring-wrap .hiring-content{background-color:#101519;border:1px solid #22262b;color:#fff;}@media (max-width:1024px){.hiring-wrap .hiring-content{padding:24px;}}@media (max-width:767px){.hiring-wrap .hiring-content{padding:16px;}}.hiring-wrap .hiring-content .hiring-content-box{max-width:698px;}.hiring-wrap .hiring-content .img-box{text-align:center;}@media (max-width:1024px){.hiring-wrap .hiring-content .img-box{padding-top:9px;}}.privileges-list-wrap{padding:50px 0;}@media (max-width:767px){.privileges-list-wrap{padding:32px 0;}}.privileges-list-wrap .privileges-list-items{padding:40px 100px;background-color:#fafafa;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}@media (max-width:1024px){.privileges-list-wrap .privileges-list-items{padding:30px 56px;}}@media (max-width:767px){.privileges-list-wrap .privileges-list-items{padding:24px;}}.dark .privileges-list-wrap .privileges-list-items{background-color:#101519;border:1px solid #22262b;}.privileges-list-wrap .privileges-list-items ul li{margin:0;font-size:24px;line-height:1.5;font-weight:700;padding-top:30px;padding-bottom:30px;}@media (max-width:1024px){.privileges-list-wrap .privileges-list-items ul li{font-size:20px;padding-top:24px;padding-bottom:24px;}}@media (max-width:767px){.privileges-list-wrap .privileges-list-items ul li{font-size:18px;padding-top:16px;padding-bottom:16px;}}.privileges-list-wrap .privileges-list-items ul li::before{width:28px;height:28px;background-size:100%;}.privileges-list-wrap .privileges-list-items ul li:first-child{padding-top:0;}.privileges-list-wrap .privileges-list-items ul li:not(:first-child)::before{top:32px;}@media (max-width:1024px){.privileges-list-wrap .privileges-list-items ul li:not(:first-child)::before{top:24px;}}@media (max-width:767px){.privileges-list-wrap .privileges-list-items ul li:not(:first-child)::before{top:16px;}}.privileges-list-wrap .privileges-list-items ul li:not(:last-child){border-bottom:2px dashed #a7a7a7;}.dark .privileges-list-wrap .privileges-list-items ul li:not(:last-child){border-color:#f0f0f0;}.privileges-list-wrap .privileges-list-items ul li:last-child{padding-bottom:20px;}.offer-services-wrap{padding:50px 0;}@media (max-width:767px){.offer-services-wrap{padding:32px 0;}}.offer-services-accordion{color:#1c1c1c;}.offer-services-accordion .accordion{border-radius:0;border:0;background-color:transparent;}.offer-services-accordion .accordion-item{border:0;border-radius:0;background-color:transparent;}@media (min-width:1025px){.offer-services-accordion .accordion-item{padding-bottom:10px;}}.offer-services-accordion .accordion-item .accordion-button{font-size:24px;line-height:1.5;font-weight:700;border:0;box-shadow:none;padding-left:80px;background-color:transparent;border-radius:0 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;}@media (max-width:767px){.offer-services-accordion .accordion-item .accordion-button{padding:16px 16px 16px 60px;font-size:20px;}}.dark .offer-services-accordion .accordion-item .accordion-button{color:#e1e1e1;}.offer-services-accordion .accordion-item .accordion-button::after{height:60px;width:60px;position:absolute;left:0;border-radius:100%;background-color:#fafafa;border:2px solid #f0f0f0;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzAnIGhlaWdodD0nMzEnIHZpZXdCb3g9JzAgMCAzMCAzMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTUgNy4yMjY1NlYyNC43MjY2JyBzdHJva2U9J2JsYWNrJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjxwYXRoIGQ9J002LjI1IDE1Ljk3NjZIMjMuNzUnIHN0cm9rZT0nYmxhY2snIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+Cg==");background-position:center;margin-left:inherit;background-size:30px 30px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .offer-services-accordion .accordion-item .accordion-button::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzAnIGhlaWdodD0nMzEnIHZpZXdCb3g9JzAgMCAzMCAzMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTUgNy4yMjY1NlYyNC43MjY2JyBzdHJva2U9JyMwNEE2Q0YnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PHBhdGggZD0nTTYuMjUgMTUuOTc2NkgyMy43NScgc3Ryb2tlPScjMDRBNkNGJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPgo=");}@media (max-width:767px){.offer-services-accordion .accordion-item .accordion-button::after{width:48px;height:48px;background-size:20px 20px;}}.dark .offer-services-accordion .accordion-item .accordion-button::after{background-color:#101519;border-color:#22262b;}.offer-services-accordion .accordion-item .accordion-button:not(.collapsed){background-color:transparent;color:#1c1c1c;}.dark .offer-services-accordion .accordion-item .accordion-button:not(.collapsed){color:#fff;}.offer-services-accordion .accordion-item .accordion-button:not(.collapsed)::after{transform:rotate(45deg);}.offer-services-accordion .accordion-item .accordion-collapse{padding-left:80px;}@media (max-width:767px){.offer-services-accordion .accordion-item .accordion-collapse{padding-left:60px;}}.offer-services-accordion .accordion-item .accordion-collapse .accordion-body{padding:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .offer-services-accordion .accordion-item .accordion-collapse .accordion-body{color:#fff;}.process-wrap{padding:50px 0 26px;}@media (max-width:767px){.process-wrap{padding:32px 0 8px;}}.process-wrap .process-list ul li{padding-bottom:24px;}.process-list .process-box{height:324px;width:324px;border-radius:100%;margin:0 auto;padding:40px;position:relative;}.process-list .process-box.secondary-border{background:linear-gradient(90deg,#5cb3fb 0%,#4decd3 157.53%);}.process-list .process-box.info-border{background:linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%);}.process-list .process-box.primary-border{background:linear-gradient(90deg,#5cb3fb -58.14%,#4decd3 100.01%);}@media (max-width:1200px){.process-list .process-box{height:300px;width:300px;}}@media (max-width:575px){.process-list .process-box{height:280px;width:280px;padding:32px;}}.process-list .process-box::after{content:"";width:0;height:0;border-left:107px solid transparent;border-right:107px solid transparent;border-bottom:214px solid #fff;position:absolute;left:0;right:0;margin:0 auto;bottom:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .process-list .process-box::after{border-bottom:214px solid #03080e;}.process-list .process-box__text{height:100%;width:100%;border:2px solid #000;border-radius:100%;background:#fff;position:relative;z-index:1;padding:24px;display:grid;place-items:center;text-align:center;font-size:24px;line-height:1.5;font-weight:700;}@media (max-width:1200px){.process-list .process-box__text{font-size:18px;}}.dark .process-list .process-box__text{background:#000;color:#fff;border-color:#22262b;}.process-list-wrap{padding:50px 0;}@media (max-width:767px){.process-list-wrap{padding:32px 0;}}.process-list-wrap .process-list>ul>li:not(:last-child) .process-item__process{padding-bottom:165px;}@media (max-width:1200px){.process-list-wrap .process-list>ul>li:not(:last-child) .process-item__process{padding-bottom:120px;}}@media (max-width:767px){.process-list-wrap .process-list>ul>li:not(:last-child) .process-item__process{padding-bottom:8px;}}.process-list-wrap .process-list>ul>li:not(:last-child) .process-item__content{padding-bottom:100px;}@media (max-width:1200px){.process-list-wrap .process-list>ul>li:not(:last-child) .process-item__content{padding-bottom:56px;}}@media (max-width:767px){.process-list-wrap .process-list>ul>li:not(:last-child) .process-item__content{padding-bottom:32px;}}.process-list-wrap .process-list>ul>li:last-child .process-item__process::after{content:"";display:none;}.process-list-wrap .process-list>ul>li:nth-child(4n+1) .process-item__process--outercircle{background:linear-gradient(90deg,#5cb3fb 0%,#4decd3 157.53%);}.process-list-wrap .process-list>ul>li:nth-child(4n+2) .process-item__process--outercircle{background:linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%);}.process-list-wrap .process-list>ul>li:nth-child(4n+3) .process-item__process--outercircle{background:linear-gradient(90deg,#fca429 0%,#fdd732 158.15%);}.process-list-wrap .process-list>ul>li:nth-child(4n+4) .process-item__process--outercircle{background:linear-gradient(90deg,#5cb3fb -58.14%,#4decd3 100.01%);}.process-list-wrap .process-item{display:flex;}@media (max-width:767px){.process-list-wrap .process-item{flex-wrap:wrap;}}.process-list-wrap .process-item__process{width:354px;flex-shrink:0;position:relative;}@media (max-width:1200px){.process-list-wrap .process-item__process{width:300px;}}@media (max-width:767px){.process-list-wrap .process-item__process{margin:0 auto;}}.process-list-wrap .process-item__process::after{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background:#000;}.dark .process-list-wrap .process-item__process::after{background:#22262b;}@media (max-width:767px){.process-list-wrap .process-item__process::after{display:none;}}.process-list-wrap .process-item__process--outercircle{width:354px;height:354px;border-radius:100%;margin:0 auto;padding:40px;position:relative;}@media (max-width:1200px){.process-list-wrap .process-item__process--outercircle{width:300px;height:300px;}}@media (max-width:600px){.process-list-wrap .process-item__process--outercircle{width:240px;height:240px;padding:32px;}}.process-list-wrap .process-item__process--outercircle::after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .process-list-wrap .process-item__process--outercircle::after{background:#03080e;}@media (max-width:767px){.process-list-wrap .process-item__process--outercircle::after{width:100%;height:50%;top:inherit;bottom:0;}}.process-list-wrap .process-item__process--outercircle--innercircle{height:100%;width:100%;border:2px solid #000;border-radius:100%;background:#fff;position:relative;z-index:1;padding:24px;display:grid;place-items:center;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .process-list-wrap .process-item__process--outercircle--innercircle{background:#03080e;border-color:#22262b;}.process-list-wrap .process-item__process--outercircle--innercircle .svg{height:172px;width:170px;}@media (max-width:1200px){.process-list-wrap .process-item__process--outercircle--innercircle .svg{width:130px;height:130px;}}@media (max-width:767px){.process-list-wrap .process-item__process--outercircle--innercircle .svg{width:100px;height:100px;}}.dark .process-list-wrap .process-item__process--outercircle--innercircle .svg path{fill:#fff;}.process-list-wrap .process-item__content{max-width:758px;width:100%;padding-left:20px;margin-left:auto;}@media (max-width:767px){.process-list-wrap .process-item__content{max-width:100%;padding-left:0;}}.process-list-wrap .process-item__content .h3{padding-bottom:20px;}@media (max-width:767px){.process-list-wrap .process-item__content .h3{padding-bottom:16px;}}.dark .process-list-wrap .process-item__content .h3{color:#f0f0f0;}.process-list-wrap .process-item__content .delivery-title{font-weight:700;padding-top:24px;}@media (max-width:767px){.process-list-wrap .process-item__content .delivery-title{padding-top:6px;}}.process-list-wrap .process-item__content .delivery-phase{padding-top:24px;}@media (max-width:767px){.process-list-wrap .process-item__content .delivery-phase{padding-top:16px;}}.process-list-wrap .process-item__content .delivery-phase>ul{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}.process-list-wrap .process-item__content .delivery-phase>ul>li{width:50%;font-size:16px;line-height:1.6;}@media (max-width:1024px){.process-list-wrap .process-item__content .delivery-phase>ul>li{width:100%;}}.statics-wrap{padding:50px 0;}@media (max-width:767px){.statics-wrap{padding:32px 0;}}.dark .statics-wrap{border-color:#4c4c4c;}.statics-wrap .statics-list ul{list-style:none;padding:0;position:relative;display:flex;flex-wrap:wrap;margin:0 -16px;}@media (max-width:1200px){.statics-wrap .statics-list ul{justify-content:center;}}@media (max-width:575px){.statics-wrap .statics-list ul{margin:0 -8px;}}.statics-wrap .statics-list ul li{width:25%;padding:0 16px 32px;}@media (max-width:1200px){.statics-wrap .statics-list ul li{width:33.33%;}}@media (max-width:1024px){.statics-wrap .statics-list ul li{width:50%;}}@media (max-width:575px){.statics-wrap .statics-list ul li{padding:0 8px 16px;}}.statics-wrap .statics-list ul li .statics-item{max-width:354px;height:415px;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;border:2px solid #f4f4f4;position:relative;margin:0 auto;}@media (max-width:1199px){.statics-wrap .statics-list ul li .statics-item{height:370px;}}@media (max-width:1024px){.statics-wrap .statics-list ul li .statics-item{max-width:100%;height:100%;}}.dark .statics-wrap .statics-list ul li .statics-item{border-color:#22262b;}.statics-wrap .statics-list ul li .statics-item__title{padding:40px 40px 0;}@media (max-width:1299px){.statics-wrap .statics-list ul li .statics-item__title{padding:30px 30px 0;}}@media (max-width:1199px){.statics-wrap .statics-list ul li .statics-item__title{padding:20px 20px 0;}}@media (max-width:1024px){.statics-wrap .statics-list ul li .statics-item__title{padding:24px 16px;}}@media (max-width:767px){.statics-wrap .statics-list ul li .statics-item__title .h1{font-size:32px;}}.statics-wrap .statics-list ul li .statics-item__img{width:100%;text-align:center;}.statics-wrap .statics-list ul li .statics-item--content{font-size:22px;line-height:1.3;padding-top:8px;}@media (max-width:1024px){.statics-wrap .statics-list ul li .statics-item--content{font-size:20px;}}@media (max-width:575px){.statics-wrap .statics-list ul li .statics-item--content{font-size:12px;line-height:1.4;font-weight:600;padding-top:4px;}}.technology-wrap{padding:50px 0;}@media (max-width:767px){.technology-wrap{padding:32px 0;}}.technology-tabs{display:flex;flex-direction:column;}.technology-tabs__nav{width:100%;padding-bottom:12px;}@media (max-width:991px){.technology-tabs__nav{display:none;}}.technology-tabs__nav ul{display:flex;justify-content:space-between;margin-bottom:10px;border-bottom:2px solid #f4f4f4;}.dark .technology-tabs__nav ul{border-color:#22262b;}.technology-tabs__nav ul li .nav-link{position:relative;background:0 0;border:0;padding:16px 26px 22px;color:#1c1c1c;}.technology-tabs__nav ul li .nav-link.active{color:#04a6cf;}@media (max-width:1100px){.technology-tabs__nav ul li .nav-link{padding:0 15px 22px;}}.dark .technology-tabs__nav ul li .nav-link{color:#fff;}.dark .technology-tabs__nav ul li .nav-link.active{color:#04a6cf;}.technology-tabs__nav ul li .nav-link .up-arrow{display:grid;place-items:center;position:absolute;bottom:-10px;left:0;right:0;height:20px;width:20px;color:#fff;background-color:#04a6cf;margin:0 auto;transform:scale(0);border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;}.dark .technology-tabs__nav ul li .nav-link .up-arrow{background:#04a6cf;color:#fff;}.technology-tabs__nav ul li .nav-link::before{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0%;right:0;margin:0 auto;background:#04a6cf;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;}.dark .technology-tabs__nav ul li .nav-link::before{background:#04a6cf;}.technology-tabs__nav ul li .nav-link.active::before{width:100%;}.technology-tabs__nav ul li .nav-link.active .up-arrow{transform:scale(1);-webkit-transition-delay:.3s;-moz-transition-delay:.3s;transition-delay:.3s;}@media (max-width:767px){.dark .technology-tabs__logo{background:#101519;border-radius:10px;overflow:hidden;}}@media (min-width:992px){.technology-tabs__logo .accordion-header{display:none;}}.technology-tabs__logo .accordion-header .accordion-button{font-size:18px;line-height:1.4;justify-content:space-between;padding:10px 16px;}@media (max-width:767px){.technology-tabs__logo .accordion-header .accordion-button{font-size:16px;}}.technology-tabs__logo .accordion-header .accordion-button span{width:100%;}.technology-tabs__logo .accordion-header .accordion-button svg{margin-left:auto;flex-shrink:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}@media (max-width:767px){.technology-tabs__logo .accordion-header .accordion-button svg{height:18px;width:18px;}}.technology-tabs__logo .accordion-header .accordion-button:not(.collapsed){background:#000;color:#fff;box-shadow:0 20px 20px rgba(0,0,0,.1);}.technology-tabs__logo .accordion-header .accordion-button:not(.collapsed) svg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);}.dark .technology-tabs__logo .accordion-header .accordion-button:not(.collapsed){background:#272a2f;}@media (max-width:767px){.technology-tabs__logo .tech-logos-list{padding:0 16px;}.dark .technology-tabs__logo .tech-logos-list{background:#272a2f;}}.technology-tabs__logo .tech-logos-list ul{display:flex;flex-wrap:wrap;justify-content:center;padding-top:58px;list-style:none;margin:0 -16px;}@media (max-width:767px){.technology-tabs__logo .tech-logos-list ul{padding-top:32px;box-shadow:none;}}.technology-tabs__logo .tech-logos-list ul li{width:16.66%;padding:0 16px;padding-bottom:50px;}@media (max-width:1023px){.technology-tabs__logo .tech-logos-list ul li{width:20%;}}@media (max-width:767px){.technology-tabs__logo .tech-logos-list ul li{padding-bottom:32px;width:25%;}}@media (max-width:574px){.technology-tabs__logo .tech-logos-list ul li{width:50%;}}.technology-tabs__logo .tech-logos-list ul li .tech-logo{text-align:center;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.technology-tabs__logo .tech-logos-list ul li .tech-logo img{width:80px;}@media (max-width:574px){.technology-tabs__logo .tech-logos-list ul li .tech-logo img{width:56px;}}.technology-tabs__logo .tech-logos-list ul li .tech-logo .svg{height:80px;width:80px;}@media (max-width:767px){.technology-tabs__logo .tech-logos-list ul li .tech-logo .logo-title{font-size:14px;line-height:1.6;font-weight:600;}}.technology-tabs__logo .tech-logos-list ul li:hover .tech-logo{filter:grayscale(0);}.dark .technology-tabs__logo .tech-logos-list ul li a .logo-title{color:#bfbfbf;}@media (min-width:992px){.technology-tabs .collapse:not(.show){display:block;}}@media (max-width:991px){.technology-tabs .fade:not(.show){opacity:1;}.technology-tabs .tab-content>.tab-pane{display:block;}}.elearning-process-wrap{padding:50px 0;}@media (max-width: 767px){.elearning-process-wrap{padding:32px 0;}}.dark .elearning-process-wrap .elearning-process .process-content__circle svg path{fill:#fff;}.elearning-process-wrap .elearning-process .elearning-circle__outer{width:352px;height:352px;border:2px solid #000;padding:20px;overflow:hidden;background:#fff;position:relative;z-index:1;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;}@media (max-width: 1024px){.elearning-process-wrap .elearning-process .elearning-circle__outer{width:280px;height:280px;}}@media (max-width: 767px){.elearning-process-wrap .elearning-process .elearning-circle__outer{width:240px;height:240px;margin:0 auto;padding:10px;}}.dark .elearning-process-wrap .elearning-process .elearning-circle__outer{background:#101519;border-color:#fff;}.elearning-process-wrap .elearning-process .elearning-circle__outer--inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;background:#04a6cf;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;position:relative;}@media (max-width: 767px){.elearning-process-wrap .elearning-process .elearning-circle__outer--inner{padding:16px;}}.dark .elearning-process-wrap .elearning-process .elearning-circle__outer--inner{background:#fff;}.elearning-process-wrap .elearning-process .elearning-circle__outer--inner::after{content:"";position:absolute;top:0;bottom:0;right:0;width:0;height:0;margin:auto;border-top:70px solid transparent;border-right:100px solid #fff;border-bottom:70px solid transparent;}.dark .elearning-process-wrap .elearning-process .elearning-circle__outer--inner::after{border-right-color:#101519;}.elearning-process-wrap .elearning-process .elearning-circle__outer--inner .h2{width:100%;height:100%;display:grid;place-items:center;background:#fff;position:relative;z-index:1;text-align:center;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;}@media (max-width: 1024px){.elearning-process-wrap .elearning-process .elearning-circle__outer--inner .h2{font-size:24px;}}.dark .elearning-process-wrap .elearning-process .elearning-circle__outer--inner .h2{background:#101519;border-color:#fff;}@media (max-width: 767px){.elearning-process-wrap .elearning-process ul{display:none;}}.elearning-process-wrap .elearning-process ul li{display:flex;padding:0 0 30px;position:relative;}.elearning-process-wrap .elearning-process ul li::before{content:"";position:absolute;top:27%;left:329px;height:1px;width:320px;transform:rotate(-23deg);border:1px dashed #000;}@media (max-width: 1200px){.elearning-process-wrap .elearning-process ul li::before{left:210px;transform:rotate(-30deg);top:35%;}}@media (max-width: 1024px){.elearning-process-wrap .elearning-process ul li::before{left:122px;transform:rotate(-20deg);}}.dark .elearning-process-wrap .elearning-process ul li::before{border-color:#fff;}.elearning-process-wrap .elearning-process ul li + li::after{content:"";position:absolute;top:-15%;right:25.7%;height:1px;width:54%;transform:rotate(-15deg);border:1px solid #000;}@media (max-width: 1200px){.elearning-process-wrap .elearning-process ul li + li::after{transform:rotate(-35deg);}}@media (max-width: 1024px){.elearning-process-wrap .elearning-process ul li + li::after{transform:rotate(-18deg);}}.dark .elearning-process-wrap .elearning-process ul li + li::after{border-color:#fff;}.elearning-process-wrap .elearning-process ul li:nth-child(even){flex-direction:row-reverse;}.elearning-process-wrap .elearning-process ul li:nth-child(even)::before{left:inherit;right:329px;transform:rotate(23deg);}@media (max-width: 1200px){.elearning-process-wrap .elearning-process ul li:nth-child(even)::before{right:210px;transform:rotate(30deg);}}@media (max-width: 1024px){.elearning-process-wrap .elearning-process ul li:nth-child(even)::before{right:122px;transform:rotate(20deg);}}.elearning-process-wrap .elearning-process ul li:nth-child(even)::after{content:"";position:absolute;top:-15%;left:25.7%;right:inherit;height:1px;width:54%;transform:rotate(18deg);border:1px solid #000;}@media (max-width: 1200px){.elearning-process-wrap .elearning-process ul li:nth-child(even)::after{top:-20%;transform:rotate(35deg);}}@media (max-width: 1024px){.elearning-process-wrap .elearning-process ul li:nth-child(even)::after{top:-10%;transform:rotate(18deg);}}.elearning-process-wrap .elearning-process ul li:nth-child(even) .process-content{text-align:right;}.elearning-process-wrap .elearning-process ul li:nth-child(even) .process-content__circle{margin-left:auto;}.elearning-process-wrap .elearning-process ul li:nth-child(even) .elearning-circle__outer--inner::before{content:"";width:0;height:0;position:absolute;top:0;left:0;bottom:0;margin:auto;border-top:70px solid transparent;border-left:100px solid #fff;border-bottom:70px solid transparent;}.dark .elearning-process-wrap .elearning-process ul li:nth-child(even) .elearning-circle__outer--inner::before{border-left-color:#101519;}.elearning-process-wrap .elearning-process ul li:nth-child(even) .elearning-circle__outer--inner::after{display:none;}.elearning-process-wrap .elearning-process ul li:nth-child(even) .elearning-content{margin-left:0;margin-right:285px;}@media (max-width: 1200px){.elearning-process-wrap .elearning-process ul li:nth-child(even) .elearning-content{margin-right:150px;}}.elearning-process-wrap .elearning-process ul li .elearning-circle{width:352px;flex-shrink:0;}@media (max-width: 1024px){.elearning-process-wrap .elearning-process ul li .elearning-circle{width:280px;}}.elearning-process-wrap .elearning-process ul li .elearning-content{width:100%;max-width:354px;margin-left:285px;}@media (max-width: 1200px){.elearning-process-wrap .elearning-process ul li .elearning-content{margin-left:150px;}}.elearning-process-wrap .elearning-process .process-content__circle{width:75px;height:75px;border-radius:100%;display:grid;place-items:center;border:2px solid #000;}.dark .elearning-process-wrap .elearning-process .process-content__circle{border-color:#fff;}@media (max-width: 767px){.elearning-process-wrap .elearning-process .process-content__circle{margin:20px auto 0;}}.elearning-process-wrap .elearning-process .process-content__circle svg{display:block;}.elearning-process-wrap .elearning-process .process-content__circle svg path{fill:#04a6cf;}.elearning-process-wrap .elearning-process .process-content__text{padding-top:40px;}@media (min-width: 768px){.elearning-process-wrap .elearning-process .elearning-process-mobile{display:none;}}.elearning-process-wrap .elearning-process .elearning-process-mobile .elearning-content{padding-top:20px;}.elearning-process-wrap .elearning-process .elearning-process-mobile .elearning-content .process-content__text{padding-top:20px;}.elearning-process-wrap .elearning-process .elearning-process-mobile .slider-actions{padding-top:20px;text-align:center;}.elearning-process-wrap .elearning-process .elearning-process-mobile .slider-actions__arrow{justify-content:center;}.pagination-wrap{padding:30px 0 0;}.pagination{display:flex;justify-content:center;padding:0 10px;}@media (max-width: 767px){.pagination{flex-wrap:wrap;}}.pagination .page-item{padding-right:30px;}@media (max-width: 767px){.pagination .page-item{padding-right:12px;padding-bottom:10px;}}.pagination .page-item.active span{box-shadow:0px 20px 20px rgba(0,0,0,.1);}.dark .pagination .page-item.active span{box-shadow:0px 20px 20px rgba(240,240,240,.2);}.pagination .page-item:last-child{padding-right:0;}.pagination .page-item.disabled{pointer-events:none;}.pagination .page-item.disabled .page-link{opacity:.6;}.pagination .page-item .page-link{display:block;padding:14px 20px;background-color:#fafafa;border:1px solid #f0f0f0;border-radius:5px;height:56px;min-width:54px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .pagination .page-item .page-link{background-color:#272a2f;border-color:#22262b;color:#f0f0f0;}@media (max-width: 767px){.pagination .page-item .page-link{padding:10px;height:35px;width:35px;min-width:auto;display:flex;align-items:center;justify-content:center;font-size:14px;}}@media (max-width: 767px){.pagination .page-item .page-link.next{font-size:0;}}.pagination .page-item .page-link.next svg{transform:rotate(180deg);}@media (max-width: 767px){.pagination .page-item .page-link.prev{font-size:0;}}.pagination .page-item .page-link:hover{box-shadow:0px 20px 20px rgba(0,0,0,.1);}.dark .pagination .page-item .page-link:hover{box-shadow:0px 20px 20px rgba(240,240,240,.2);}.dark .pagination .page-item .page-link svg path{stroke:#fff;}:root{--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:#a7a7a7;--bs-gray-dark:#757575;--bs-gray-100:#f4f4f4;--bs-gray-200:#f0f0f0;--bs-gray-300:#e8e8e8;--bs-gray-400:#e1e1e1;--bs-gray-500:#bfbfbf;--bs-gray-600:#a7a7a7;--bs-gray-700:#888;--bs-gray-800:#757575;--bs-gray-900:#4c4c4c;--bs-primary:#009093;--bs-secondary:#04a6cf;--bs-success:#1bc5bd;--bs-info:#8950fc;--bs-warning:#f2c317;--bs-danger:#9e1b1f;--bs-light:#eee;--bs-dark:#000;--bs-skyblue:#53d8fb;--bs-primary-rgb:0,144,147;--bs-secondary-rgb:4,166,207;--bs-success-rgb:27,197,189;--bs-info-rgb:137,80,252;--bs-warning-rgb:242,195,23;--bs-danger-rgb:158,27,31;--bs-light-rgb:238,238,238;--bs-dark-rgb:0,0,0;--bs-skyblue-rgb:83,216,251;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:28,28,28;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:"General Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",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,.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:#1c1c1c;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#ebebeb;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:.35rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#009093;--bs-link-hover-color:#007376;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd;}*,*::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:transparent;}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:400;line-height:1.2;}h1{font-size:calc(1.375rem + 1.5vw);}@media (min-width:1200px){h1{font-size:2.5rem;}}h2{font-size:calc(1.325rem + .9vw);}@media (min-width:1200px){h2{font-size:2rem;}}h3{font-size:calc(1.3rem + .6vw);}@media (min-width:1200px){h3{font-size:1.75rem;}}h4{font-size:calc(1.275rem + .3vw);}@media (min-width:1200px){h4{font-size:1.5rem;}}h5{font-size:1.25rem;}h6{font-size:1rem;}p{margin-top:0;margin-bottom:1rem;}abbr[title]{text-decoration:underline dotted;cursor:help;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:.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small{font-size:.875em;}mark{padding:.1875em;background-color:var(--bs-highlight-bg);}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline;}sub{bottom:-.25em;}sup{top:-.5em;}a{color:var(--bs-link-color);text-decoration:underline;}a:hover{color:var(--bs-link-hover-color);}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:.875em;}pre code{font-size:inherit;color:inherit;word-break:normal;}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word;}a>code{color:inherit;}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.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:.5rem;padding-bottom:.5rem;color:#a7a7a7;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=General Sansh]):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:.5rem;font-size:calc(1.275rem + .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-General Sansh-field,::-webkit-datetime-edit-year-field{padding:0;}::-webkit-inner-spin-button{height:auto;}[type=search]{outline-offset:-2px;-webkit-appearance:textfield;}::-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;}.row{--bs-gutter-x:32px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .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.33333%;}.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.66667%;}.col-auto{flex:0 0 auto;width:auto;}.col-1{flex:0 0 auto;width:8.33333%;}.col-2{flex:0 0 auto;width:16.66667%;}.col-3{flex:0 0 auto;width:25%;}.col-4{flex:0 0 auto;width:33.33333%;}.col-5{flex:0 0 auto;width:41.66667%;}.col-6{flex:0 0 auto;width:50%;}.col-7{flex:0 0 auto;width:58.33333%;}.col-8{flex:0 0 auto;width:66.66667%;}.col-9{flex:0 0 auto;width:75%;}.col-10{flex:0 0 auto;width:83.33333%;}.col-11{flex:0 0 auto;width:91.66667%;}.col-12{flex:0 0 auto;width:100%;}.offset-1{margin-left:8.33333%;}.offset-2{margin-left:16.66667%;}.offset-3{margin-left:25%;}.offset-4{margin-left:33.33333%;}.offset-5{margin-left:41.66667%;}.offset-6{margin-left:50%;}.offset-7{margin-left:58.33333%;}.offset-8{margin-left:66.66667%;}.offset-9{margin-left:75%;}.offset-10{margin-left:83.33333%;}.offset-11{margin-left:91.66667%;}.g-0,.gx-0{--bs-gutter-x:0;}.g-0,.gy-0{--bs-gutter-y:0;}.g-1,.gx-1{--bs-gutter-x:.25rem;}.g-1,.gy-1{--bs-gutter-y:.25rem;}.g-2,.gx-2{--bs-gutter-x:.5rem;}.g-2,.gy-2{--bs-gutter-y:.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;}.g-6,.gx-6{--bs-gutter-x:3.5rem;}.g-6,.gy-6{--bs-gutter-y:3.5rem;}.g-7,.gx-7{--bs-gutter-x:4rem;}.g-7,.gy-7{--bs-gutter-y:4rem;}.g-8,.gx-8{--bs-gutter-x:4.5rem;}.g-8,.gy-8{--bs-gutter-y:4.5rem;}@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.33333%;}.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.66667%;}.col-sm-auto{flex:0 0 auto;width:auto;}.col-sm-1{flex:0 0 auto;width:8.33333%;}.col-sm-2{flex:0 0 auto;width:16.66667%;}.col-sm-3{flex:0 0 auto;width:25%;}.col-sm-4{flex:0 0 auto;width:33.33333%;}.col-sm-5{flex:0 0 auto;width:41.66667%;}.col-sm-6{flex:0 0 auto;width:50%;}.col-sm-7{flex:0 0 auto;width:58.33333%;}.col-sm-8{flex:0 0 auto;width:66.66667%;}.col-sm-9{flex:0 0 auto;width:75%;}.col-sm-10{flex:0 0 auto;width:83.33333%;}.col-sm-11{flex:0 0 auto;width:91.66667%;}.col-sm-12{flex:0 0 auto;width:100%;}.offset-sm-0{margin-left:0;}.offset-sm-1{margin-left:8.33333%;}.offset-sm-2{margin-left:16.66667%;}.offset-sm-3{margin-left:25%;}.offset-sm-4{margin-left:33.33333%;}.offset-sm-5{margin-left:41.66667%;}.offset-sm-6{margin-left:50%;}.offset-sm-7{margin-left:58.33333%;}.offset-sm-8{margin-left:66.66667%;}.offset-sm-9{margin-left:75%;}.offset-sm-10{margin-left:83.33333%;}.offset-sm-11{margin-left:91.66667%;}.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:.25rem;}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem;}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem;}.g-sm-2,.gy-sm-2{--bs-gutter-y:.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;}.g-sm-6,.gx-sm-6{--bs-gutter-x:3.5rem;}.g-sm-6,.gy-sm-6{--bs-gutter-y:3.5rem;}.g-sm-7,.gx-sm-7{--bs-gutter-x:4rem;}.g-sm-7,.gy-sm-7{--bs-gutter-y:4rem;}.g-sm-8,.gx-sm-8{--bs-gutter-x:4.5rem;}.g-sm-8,.gy-sm-8{--bs-gutter-y:4.5rem;}}@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.33333%;}.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.66667%;}.col-md-auto{flex:0 0 auto;width:auto;}.col-md-1{flex:0 0 auto;width:8.33333%;}.col-md-2{flex:0 0 auto;width:16.66667%;}.col-md-3{flex:0 0 auto;width:25%;}.col-md-4{flex:0 0 auto;width:33.33333%;}.col-md-5{flex:0 0 auto;width:41.66667%;}.col-md-6{flex:0 0 auto;width:50%;}.col-md-7{flex:0 0 auto;width:58.33333%;}.col-md-8{flex:0 0 auto;width:66.66667%;}.col-md-9{flex:0 0 auto;width:75%;}.col-md-10{flex:0 0 auto;width:83.33333%;}.col-md-11{flex:0 0 auto;width:91.66667%;}.col-md-12{flex:0 0 auto;width:100%;}.offset-md-0{margin-left:0;}.offset-md-1{margin-left:8.33333%;}.offset-md-2{margin-left:16.66667%;}.offset-md-3{margin-left:25%;}.offset-md-4{margin-left:33.33333%;}.offset-md-5{margin-left:41.66667%;}.offset-md-6{margin-left:50%;}.offset-md-7{margin-left:58.33333%;}.offset-md-8{margin-left:66.66667%;}.offset-md-9{margin-left:75%;}.offset-md-10{margin-left:83.33333%;}.offset-md-11{margin-left:91.66667%;}.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:.25rem;}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem;}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem;}.g-md-2,.gy-md-2{--bs-gutter-y:.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;}.g-md-6,.gx-md-6{--bs-gutter-x:3.5rem;}.g-md-6,.gy-md-6{--bs-gutter-y:3.5rem;}.g-md-7,.gx-md-7{--bs-gutter-x:4rem;}.g-md-7,.gy-md-7{--bs-gutter-y:4rem;}.g-md-8,.gx-md-8{--bs-gutter-x:4.5rem;}.g-md-8,.gy-md-8{--bs-gutter-y:4.5rem;}}@media (min-width:1025px){.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.33333%;}.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.66667%;}.col-lg-auto{flex:0 0 auto;width:auto;}.col-lg-1{flex:0 0 auto;width:8.33333%;}.col-lg-2{flex:0 0 auto;width:16.66667%;}.col-lg-3{flex:0 0 auto;width:25%;}.col-lg-4{flex:0 0 auto;width:33.33333%;}.col-lg-5{flex:0 0 auto;width:41.66667%;}.col-lg-6{flex:0 0 auto;width:50%;}.col-lg-7{flex:0 0 auto;width:58.33333%;}.col-lg-8{flex:0 0 auto;width:66.66667%;}.col-lg-9{flex:0 0 auto;width:75%;}.col-lg-10{flex:0 0 auto;width:83.33333%;}.col-lg-11{flex:0 0 auto;width:91.66667%;}.col-lg-12{flex:0 0 auto;width:100%;}.offset-lg-0{margin-left:0;}.offset-lg-1{margin-left:8.33333%;}.offset-lg-2{margin-left:16.66667%;}.offset-lg-3{margin-left:25%;}.offset-lg-4{margin-left:33.33333%;}.offset-lg-5{margin-left:41.66667%;}.offset-lg-6{margin-left:50%;}.offset-lg-7{margin-left:58.33333%;}.offset-lg-8{margin-left:66.66667%;}.offset-lg-9{margin-left:75%;}.offset-lg-10{margin-left:83.33333%;}.offset-lg-11{margin-left:91.66667%;}.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:.25rem;}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem;}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem;}.g-lg-2,.gy-lg-2{--bs-gutter-y:.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;}.g-lg-6,.gx-lg-6{--bs-gutter-x:3.5rem;}.g-lg-6,.gy-lg-6{--bs-gutter-y:3.5rem;}.g-lg-7,.gx-lg-7{--bs-gutter-x:4rem;}.g-lg-7,.gy-lg-7{--bs-gutter-y:4rem;}.g-lg-8,.gx-lg-8{--bs-gutter-x:4.5rem;}.g-lg-8,.gy-lg-8{--bs-gutter-y:4.5rem;}}@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.33333%;}.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.66667%;}.col-xl-auto{flex:0 0 auto;width:auto;}.col-xl-1{flex:0 0 auto;width:8.33333%;}.col-xl-2{flex:0 0 auto;width:16.66667%;}.col-xl-3{flex:0 0 auto;width:25%;}.col-xl-4{flex:0 0 auto;width:33.33333%;}.col-xl-5{flex:0 0 auto;width:41.66667%;}.col-xl-6{flex:0 0 auto;width:50%;}.col-xl-7{flex:0 0 auto;width:58.33333%;}.col-xl-8{flex:0 0 auto;width:66.66667%;}.col-xl-9{flex:0 0 auto;width:75%;}.col-xl-10{flex:0 0 auto;width:83.33333%;}.col-xl-11{flex:0 0 auto;width:91.66667%;}.col-xl-12{flex:0 0 auto;width:100%;}.offset-xl-0{margin-left:0;}.offset-xl-1{margin-left:8.33333%;}.offset-xl-2{margin-left:16.66667%;}.offset-xl-3{margin-left:25%;}.offset-xl-4{margin-left:33.33333%;}.offset-xl-5{margin-left:41.66667%;}.offset-xl-6{margin-left:50%;}.offset-xl-7{margin-left:58.33333%;}.offset-xl-8{margin-left:66.66667%;}.offset-xl-9{margin-left:75%;}.offset-xl-10{margin-left:83.33333%;}.offset-xl-11{margin-left:91.66667%;}.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:.25rem;}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem;}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem;}.g-xl-2,.gy-xl-2{--bs-gutter-y:.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;}.g-xl-6,.gx-xl-6{--bs-gutter-x:3.5rem;}.g-xl-6,.gy-xl-6{--bs-gutter-y:3.5rem;}.g-xl-7,.gx-xl-7{--bs-gutter-x:4rem;}.g-xl-7,.gy-xl-7{--bs-gutter-y:4rem;}.g-xl-8,.gx-xl-8{--bs-gutter-x:4.5rem;}.g-xl-8,.gy-xl-8{--bs-gutter-y:4.5rem;}}@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.33333%;}.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.66667%;}.col-xxl-auto{flex:0 0 auto;width:auto;}.col-xxl-1{flex:0 0 auto;width:8.33333%;}.col-xxl-2{flex:0 0 auto;width:16.66667%;}.col-xxl-3{flex:0 0 auto;width:25%;}.col-xxl-4{flex:0 0 auto;width:33.33333%;}.col-xxl-5{flex:0 0 auto;width:41.66667%;}.col-xxl-6{flex:0 0 auto;width:50%;}.col-xxl-7{flex:0 0 auto;width:58.33333%;}.col-xxl-8{flex:0 0 auto;width:66.66667%;}.col-xxl-9{flex:0 0 auto;width:75%;}.col-xxl-10{flex:0 0 auto;width:83.33333%;}.col-xxl-11{flex:0 0 auto;width:91.66667%;}.col-xxl-12{flex:0 0 auto;width:100%;}.offset-xxl-0{margin-left:0;}.offset-xxl-1{margin-left:8.33333%;}.offset-xxl-2{margin-left:16.66667%;}.offset-xxl-3{margin-left:25%;}.offset-xxl-4{margin-left:33.33333%;}.offset-xxl-5{margin-left:41.66667%;}.offset-xxl-6{margin-left:50%;}.offset-xxl-7{margin-left:58.33333%;}.offset-xxl-8{margin-left:66.66667%;}.offset-xxl-9{margin-left:75%;}.offset-xxl-10{margin-left:83.33333%;}.offset-xxl-11{margin-left:91.66667%;}.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:.25rem;}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem;}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem;}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.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;}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:3.5rem;}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:3.5rem;}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:4rem;}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:4rem;}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:4.5rem;}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:4.5rem;}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color);}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);}.table>tbody{vertical-align:inherit;}.table>thead{vertical-align:bottom;}.table-group-divider{border-top:2px solid currentcolor;}.caption-top{caption-side:top;}.table-sm>:not(caption)>*>*{padding:.25rem;}.table-bordered>:not(caption)>*{border-width:1px 0;}.table-bordered>:not(caption)>*>*{border-width:0 1px;}.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-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color);}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color);}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color);}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color);}.table-primary{--bs-table-color:#000;--bs-table-bg:#cce9e9;--bs-table-border-color:#b8d2d2;--bs-table-striped-bg:#c2dddd;--bs-table-striped-color:#000;--bs-table-active-bg:#b8d2d2;--bs-table-active-color:#000;--bs-table-hover-bg:#bdd8d8;--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:#cdedf5;--bs-table-border-color:#b9d5dd;--bs-table-striped-bg:#c3e1e9;--bs-table-striped-color:#000;--bs-table-active-bg:#b9d5dd;--bs-table-active-color:#000;--bs-table-hover-bg:#bedbe3;--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:#d1f3f2;--bs-table-border-color:#bcdbda;--bs-table-striped-bg:#c7e7e6;--bs-table-striped-color:#000;--bs-table-active-bg:#bcdbda;--bs-table-active-color:#000;--bs-table-hover-bg:#c1e1e0;--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:#e7dcfe;--bs-table-border-color:#d0c6e5;--bs-table-striped-bg:#dbd1f1;--bs-table-striped-color:#000;--bs-table-active-bg:#d0c6e5;--bs-table-active-color:#000;--bs-table-hover-bg:#d6cceb;--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:#fcf3d1;--bs-table-border-color:#e3dbbc;--bs-table-striped-bg:#efe7c7;--bs-table-striped-color:#000;--bs-table-active-bg:#e3dbbc;--bs-table-active-color:#000;--bs-table-hover-bg:#e9e1c1;--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:#ecd1d2;--bs-table-border-color:#d4bcbd;--bs-table-striped-bg:#e0c7c8;--bs-table-striped-color:#000;--bs-table-active-bg:#d4bcbd;--bs-table-active-color:#000;--bs-table-hover-bg:#dac1c2;--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:#eee;--bs-table-border-color:#d6d6d6;--bs-table-striped-bg:#e2e2e2;--bs-table-striped-color:#000;--bs-table-active-bg:#d6d6d6;--bs-table-active-color:#000;--bs-table-hover-bg:gainsboro;--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:#000;--bs-table-border-color:#1a1a1a;--bs-table-striped-bg:#0d0d0d;--bs-table-striped-color:#fff;--bs-table-active-bg:#1a1a1a;--bs-table-active-color:#fff;--bs-table-hover-bg:#131313;--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:1024.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:.5rem;}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5;}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;}.form-text{margin-top:.25rem;font-size:.875em;color:#a7a7a7;}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c1c1c;background-color:#fff;background-clip:padding-box;border:1px solid #bfbfbf;appearance:none;border-radius:.35rem;transition:border-color .15s ease-in-out,box-shadow .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:#1c1c1c;background-color:#fff;border-color:#80c8c9;outline:0;box-shadow:0 0 0 .25rem rgba(0,144,147,.25);}.form-control::-webkit-date-and-time-value{height:1.5em;}.form-control::placeholder{color:#a7a7a7;opacity:1;}.form-control:disabled{background-color:#f0f0f0;opacity:1;}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#1c1c1c;background-color:#f0f0f0;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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:#e4e4e4;}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#1c1c1c;background-color:transparent;border:solid transparent;border-width:1px 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 + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem;}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem;}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem;}textarea.form-control{min-height:calc(1.5em + .75rem + 2px);}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px);}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px);}.form-control-color{width:3rem;height:calc(1.5em + .75rem + 2px);padding:.375rem;}.form-control-color:not(:disabled):not([readonly]){cursor:pointer;}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.35rem;}.form-control-color::-webkit-color-swatch{border-radius:.35rem;}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px);}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px);}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#1c1c1c;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNzU3NTc1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nbTIgNSA2IDYgNi02Jy8+PC9zdmc+");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #bfbfbf;border-radius:.35rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none;}@media (prefers-reduced-motion:reduce){.form-select{transition:none;}}.form-select:focus{border-color:#80c8c9;outline:0;box-shadow:0 0 0 .25rem rgba(0,144,147,.25);}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none;}.form-select[multiple].nitro-lazy,.form-select[size]:not([size="1"]).nitro-lazy{background-image:none !important;}.form-select.nitro-lazy{background-image:none !important;}.form-select:disabled{background-color:#f0f0f0;}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #1c1c1c;}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem;}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem;}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.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{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;print-color-adjust:exact;}.form-check-input[type=checkbox]{border-radius:.25em;}.form-check-input[type=radio]{border-radius:50%;}.form-check-input:active{filter:brightness(90%);}.form-check-input:focus{border-color:#80c8c9;outline:0;box-shadow:0 0 0 .25rem rgba(0,144,147,.25);}.form-check-input:checked{background-color:#009093;border-color:#009093;}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nbTYgMTAgMyAzIDYtNicvPjwvc3ZnPg==");}.form-check-input:checked[type=checkbox].nitro-lazy{background-image:none !important;}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+");}.form-check-input:checked[type=radio].nitro-lazy{background-image:none !important;}.form-check-input[type=checkbox]:indeterminate{background-color:#009093;border-color:#009093;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==");}.form-check-input[type=checkbox]:indeterminate.nitro-lazy{background-image:none !important;}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5;}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5;}.form-switch{padding-left:2.5em;}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPSdyZ2JhKDAsIDAsIDAsIDAuMjUpJy8+PC9zdmc+");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out;}.form-switch .form-check-input.nitro-lazy{background-image:none !important;}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none;}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjODBjOGM5Jy8+PC9zdmc+");}.form-switch .form-check-input:focus.nitro-lazy{background-image:none !important;}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+");}.form-switch .form-check-input:checked.nitro-lazy{background-image:none !important;}.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:.65;}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none;}.form-range:focus{outline:0;}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(0,144,147,.25);}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(0,144,147,.25);}.form-range::-moz-focus-outer{border:0;}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#009093;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none;}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none;}}.form-range::-webkit-slider-thumb:active{background-color:#b3dedf;}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e8e8e8;border-color:transparent;border-radius:1rem;}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#009093;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none;}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none;}}.form-range::-moz-range-thumb:active{background-color:#b3dedf;}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#e8e8e8;border-color:transparent;border-radius:1rem;}.form-range:disabled{pointer-events:none;}.form-range:disabled::-webkit-slider-thumb{background-color:#bfbfbf;}.form-range:disabled::-moz-range-thumb{background-color:#bfbfbf;}.form-floating{position:relative;}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25;}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .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 .75rem;}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent;}.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:.625rem;}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem;}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;}.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{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem);}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem);}.form-floating>.form-control-plaintext~label{border-width:1px 0;}.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:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c1c1c;text-align:center;white-space:nowrap;background-color:#f0f0f0;border:1px solid #bfbfbf;border-radius:.35rem;}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem;}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem;}.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:-1px;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:.25rem;font-size:.875em;color:#1bc5bd;}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#000;background-color:rgba(27,197,189,.9);border-radius:.35rem;}.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:#1bc5bd;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxYmM1YmQnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);}.was-validated .form-control:valid.nitro-lazy,.form-control.is-valid.nitro-lazy{background-image:none !important;}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#1bc5bd;box-shadow:0 0 0 .25rem rgba(27,197,189,.25);}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);}.was-validated .form-select:valid,.form-select.is-valid{border-color:#1bc5bd;}.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"]{padding-right:4.125rem;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNzU3NTc1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nbTIgNSA2IDYgNi02Jy8+PC9zdmc+"),url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMxYmM1YmQnIGQ9J00yLjMgNi43My42IDQuNTNjLS40LTEuMDQuNDYtMS40IDEuMS0uOGwxLjEgMS40IDMuNC0zLjhjLjYtLjYzIDEuNi0uMjcgMS4yLjdsLTQgNC42Yy0uNDMuNS0uOC40LTEuMS4xeicvPjwvc3ZnPg==");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);}.was-validated .form-select:valid:not([multiple]):not([size]).nitro-lazy,.was-validated .form-select:valid:not([multiple])[size="1"].nitro-lazy,.form-select.is-valid:not([multiple]):not([size]).nitro-lazy,.form-select.is-valid:not([multiple])[size="1"].nitro-lazy{background-image:none !important;}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#1bc5bd;box-shadow:0 0 0 .25rem rgba(27,197,189,.25);}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + .75rem));}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#1bc5bd;}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#1bc5bd;}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(27,197,189,.25);}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#1bc5bd;}.form-check-inline .form-check-input~.valid-feedback{margin-left:.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:.25rem;font-size:.875em;color:#9e1b1f;}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(158,27,31,.9);border-radius:.35rem;}.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:#9e1b1f;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyM5ZTFiMWYnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nIzllMWIxZicgc3Ryb2tlPSdub25lJy8+PC9zdmc+");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);}.was-validated .form-control:invalid.nitro-lazy,.form-control.is-invalid.nitro-lazy{background-image:none !important;}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#9e1b1f;box-shadow:0 0 0 .25rem rgba(158,27,31,.25);}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#9e1b1f;}.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"]{padding-right:4.125rem;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNzU3NTc1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nbTIgNSA2IDYgNi02Jy8+PC9zdmc+"),url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyM5ZTFiMWYnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nIzllMWIxZicgc3Ryb2tlPSdub25lJy8+PC9zdmc+");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);}.was-validated .form-select:invalid:not([multiple]):not([size]).nitro-lazy,.was-validated .form-select:invalid:not([multiple])[size="1"].nitro-lazy,.form-select.is-invalid:not([multiple]):not([size]).nitro-lazy,.form-select.is-invalid:not([multiple])[size="1"].nitro-lazy{background-image:none !important;}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#9e1b1f;box-shadow:0 0 0 .25rem rgba(158,27,31,.25);}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + .75rem));}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#9e1b1f;}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#9e1b1f;}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(158,27,31,.25);}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#9e1b1f;}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.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:30px;--bs-btn-padding-y:12px;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#1c1c1c;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:.35rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow: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;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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: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:#000;--bs-btn-bg:#009093;--bs-btn-border-color:#009093;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#26a1a3;--bs-btn-hover-border-color:#1a9b9e;--bs-btn-focus-shadow-rgb:0,122,125;--bs-btn-active-color:#000;--bs-btn-active-bg:#33a6a9;--bs-btn-active-border-color:#1a9b9e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#009093;--bs-btn-disabled-border-color:#009093;}.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#04a6cf;--bs-btn-border-color:#04a6cf;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#2ab3d6;--bs-btn-hover-border-color:#1dafd4;--bs-btn-focus-shadow-rgb:3,141,176;--bs-btn-active-color:#000;--bs-btn-active-bg:#36b8d9;--bs-btn-active-border-color:#1dafd4;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#04a6cf;--bs-btn-disabled-border-color:#04a6cf;}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#1bc5bd;--bs-btn-border-color:#1bc5bd;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#3dcec7;--bs-btn-hover-border-color:#32cbc4;--bs-btn-focus-shadow-rgb:23,167,161;--bs-btn-active-color:#000;--bs-btn-active-bg:#49d1ca;--bs-btn-active-border-color:#32cbc4;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#1bc5bd;--bs-btn-disabled-border-color:#1bc5bd;}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#8950fc;--bs-btn-border-color:#8950fc;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#7444d6;--bs-btn-hover-border-color:#6e40ca;--bs-btn-focus-shadow-rgb:155,106,252;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6e40ca;--bs-btn-active-border-color:#673cbd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#8950fc;--bs-btn-disabled-border-color:#8950fc;}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#f2c317;--bs-btn-border-color:#f2c317;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f4cc3a;--bs-btn-hover-border-color:#f3c92e;--bs-btn-focus-shadow-rgb:206,166,20;--bs-btn-active-color:#000;--bs-btn-active-bg:#f5cf45;--bs-btn-active-border-color:#f3c92e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f2c317;--bs-btn-disabled-border-color:#f2c317;}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#9e1b1f;--bs-btn-border-color:#9e1b1f;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#86171a;--bs-btn-hover-border-color:#7e1619;--bs-btn-focus-shadow-rgb:173,61,65;--bs-btn-active-color:#fff;--bs-btn-active-bg:#7e1619;--bs-btn-active-border-color:#771417;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#9e1b1f;--bs-btn-disabled-border-color:#9e1b1f;}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#eee;--bs-btn-border-color:#eee;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#cacaca;--bs-btn-hover-border-color:#bebebe;--bs-btn-focus-shadow-rgb:202,202,202;--bs-btn-active-color:#000;--bs-btn-active-bg:#bebebe;--bs-btn-active-border-color:#b3b3b3;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#eee;--bs-btn-disabled-border-color:#eee;}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#262626;--bs-btn-hover-border-color:#1a1a1a;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#333;--bs-btn-active-border-color:#1a1a1a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000;}.btn-skyblue{--bs-btn-color:#000;--bs-btn-bg:#53d8fb;--bs-btn-border-color:#53d8fb;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#6ddefc;--bs-btn-hover-border-color:#64dcfb;--bs-btn-focus-shadow-rgb:71,184,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#75e0fc;--bs-btn-active-border-color:#64dcfb;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#53d8fb;--bs-btn-disabled-border-color:#53d8fb;}.btn-outline-primary{--bs-btn-color:#009093;--bs-btn-border-color:#009093;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#009093;--bs-btn-hover-border-color:#009093;--bs-btn-focus-shadow-rgb:0,144,147;--bs-btn-active-color:#000;--bs-btn-active-bg:#009093;--bs-btn-active-border-color:#009093;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#009093;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#009093;--bs-gradient:none;}.btn-outline-secondary{--bs-btn-color:#04a6cf;--bs-btn-border-color:#04a6cf;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#04a6cf;--bs-btn-hover-border-color:#04a6cf;--bs-btn-focus-shadow-rgb:4,166,207;--bs-btn-active-color:#000;--bs-btn-active-bg:#04a6cf;--bs-btn-active-border-color:#04a6cf;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#04a6cf;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#04a6cf;--bs-gradient:none;}.btn-outline-success{--bs-btn-color:#1bc5bd;--bs-btn-border-color:#1bc5bd;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#1bc5bd;--bs-btn-hover-border-color:#1bc5bd;--bs-btn-focus-shadow-rgb:27,197,189;--bs-btn-active-color:#000;--bs-btn-active-bg:#1bc5bd;--bs-btn-active-border-color:#1bc5bd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#1bc5bd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1bc5bd;--bs-gradient:none;}.btn-outline-info{--bs-btn-color:#8950fc;--bs-btn-border-color:#8950fc;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#8950fc;--bs-btn-hover-border-color:#8950fc;--bs-btn-focus-shadow-rgb:137,80,252;--bs-btn-active-color:#fff;--bs-btn-active-bg:#8950fc;--bs-btn-active-border-color:#8950fc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#8950fc;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#8950fc;--bs-gradient:none;}.btn-outline-warning{--bs-btn-color:#f2c317;--bs-btn-border-color:#f2c317;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f2c317;--bs-btn-hover-border-color:#f2c317;--bs-btn-focus-shadow-rgb:242,195,23;--bs-btn-active-color:#000;--bs-btn-active-bg:#f2c317;--bs-btn-active-border-color:#f2c317;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f2c317;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f2c317;--bs-gradient:none;}.btn-outline-danger{--bs-btn-color:#9e1b1f;--bs-btn-border-color:#9e1b1f;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#9e1b1f;--bs-btn-hover-border-color:#9e1b1f;--bs-btn-focus-shadow-rgb:158,27,31;--bs-btn-active-color:#fff;--bs-btn-active-bg:#9e1b1f;--bs-btn-active-border-color:#9e1b1f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#9e1b1f;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#9e1b1f;--bs-gradient:none;}.btn-outline-light{--bs-btn-color:#eee;--bs-btn-border-color:#eee;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#eee;--bs-btn-hover-border-color:#eee;--bs-btn-focus-shadow-rgb:238,238,238;--bs-btn-active-color:#000;--bs-btn-active-bg:#eee;--bs-btn-active-border-color:#eee;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#eee;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#eee;--bs-gradient:none;}.btn-outline-dark{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000;--bs-gradient:none;}.btn-outline-skyblue{--bs-btn-color:#53d8fb;--bs-btn-border-color:#53d8fb;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#53d8fb;--bs-btn-hover-border-color:#53d8fb;--bs-btn-focus-shadow-rgb:83,216,251;--bs-btn-active-color:#000;--bs-btn-active-bg:#53d8fb;--bs-btn-active-border-color:#53d8fb;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#53d8fb;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#53d8fb;--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:#a7a7a7;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:0,122,125;text-decoration:underline;}.btn-link:focus-visible{color:var(--bs-btn-color);}.btn-link:hover{color:var(--bs-btn-hover-color);}.btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:.5rem;}.btn-sm{--bs-btn-padding-y:7px;--bs-btn-padding-x:20px;--bs-btn-font-size:.875rem;--bs-btn-border-radius:.25rem;}.fade{transition:opacity .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 .7s ease;}@media (prefers-reduced-motion:reduce){.collapsing{transition:none;}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .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:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:.85rem;--bs-dropdown-color:#1c1c1c;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:#f4f4f4;--bs-dropdown-border-radius:.35rem;--bs-dropdown-border-width:1px;--bs-dropdown-inner-border-radius:calc(.35rem - 1px);--bs-dropdown-divider-bg:#bfbfbf;--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:0 .15rem 1.75rem 0 rgba(76,76,76,.15);--bs-dropdown-link-color:#4c4c4c;--bs-dropdown-link-hover-color:#1c1c1c;--bs-dropdown-link-hover-bg:#f4f4f4;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#009093;--bs-dropdown-link-disabled-color:#bfbfbf;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.6rem;--bs-dropdown-header-color:#1c1c1c;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.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:1025px){.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:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:.255em;vertical-align:.255em;content:"";}.dropstart .dropdown-toggle::after{display:none;}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.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;}.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:.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:#e8e8e8;--bs-dropdown-bg:#757575;--bs-dropdown-border-color:#f4f4f4;--bs-dropdown-link-color:#e8e8e8;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:#bfbfbf;--bs-dropdown-link-hover-bg:rgba(255,255,255,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#009093;--bs-dropdown-link-disabled-color:#bfbfbf;--bs-dropdown-header-color:#bfbfbf;}.accordion{--bs-accordion-color:#1c1c1c;--bs-accordion-bg:#fff;--bs-accordion-transition:all .3s ease-in-out;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:1px;--bs-accordion-border-radius:.35rem;--bs-accordion-inner-border-radius:calc(.35rem - 1px);--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1.2rem;--bs-accordion-btn-color:#1c1c1c;--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=\'%231c1c1c\'%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-icon-width:1.15rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .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=\'%23fff\'%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-focus-border-color:#80c8c9;--bs-accordion-btn-focus-box-shadow:none;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1.2rem;--bs-accordion-active-color:#fff;--bs-accordion-active-bg:#009093;}.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;border-color:var(--bs-accordion-btn-focus-border-color);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-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-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-collapse{border-width:0;}.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-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0;}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-font-size:1rem;--bs-breadcrumb-border-radius:2px;--bs-breadcrumb-divider-color:#f0f0f0;--bs-breadcrumb-item-padding-x:0px;--bs-breadcrumb-item-active-color:#4c4c4c;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,"|");}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color);}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent 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") center/1em auto no-repeat;border:0;border-radius:.35rem;opacity:.5;}.btn-close:hover{color:#000;text-decoration:none;opacity:.75;}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(0,144,147,.25);opacity:1;}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25;}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%);}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-bg:transparent;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:0;--bs-modal-border-radius:0;--bs-modal-box-shadow:0 .125rem .25rem 0 rgba(76,76,76,.2);--bs-modal-inner-border-radius:0;--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:0;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:0;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 .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:.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;justify-content:space-between;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) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.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) * .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) * .5);}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 .15rem 1.75rem 0 rgba(76,76,76,.15);}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto;}.modal-sm{--bs-modal-width:300px;}}@media (min-width:1025px){.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:1024.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:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#1c1c1c;--bs-tooltip-border-radius:.35rem;--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);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:0;}.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) * .5) 0;border-top-color:var(--bs-tooltip-bg);}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;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) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg);}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0;}.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) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg);}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;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) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg);}.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);}.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 .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 .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:0 0;border:0;opacity:.5;transition:opacity .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:.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTExLjM1NCAxLjY0NmEuNS41IDAgMCAxIDAgLjcwOEw1LjcwNyA4bDUuNjQ3IDUuNjQ2YS41LjUgMCAwIDEtLjcwOC43MDhsLTYtNmEuNS41IDAgMCAxIDAtLjcwOGw2LTZhLjUuNSAwIDAgMSAuNzA4IDB6Jy8+PC9zdmc+");}.carousel-control-prev-icon.nitro-lazy{background-image:none !important;}.carousel-control-next-icon{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZD0nTTQuNjQ2IDEuNjQ2YS41LjUgMCAwIDEgLjcwOCAwbDYgNmEuNS41IDAgMCAxIDAgLjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOC0uNzA4TDEwLjI5MyA4IDQuNjQ2IDIuMzU0YS41LjUgMCAwIDEgMC0uNzA4eicvPjwvc3ZnPg==");}.carousel-control-next-icon.nitro-lazy{background-image:none !important;}.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%;list-style:none;}.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:.5;transition:opacity .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;}.clearfix::after{display:block;clear:both;content:"";}.text-bg-primary{color:#000 !important;background-color:rgba(0,144,147,var(--bs-bg-opacity,1)) !important;}.text-bg-secondary{color:#000 !important;background-color:rgba(4,166,207,var(--bs-bg-opacity,1)) !important;}.text-bg-success{color:#000 !important;background-color:rgba(27,197,189,var(--bs-bg-opacity,1)) !important;}.text-bg-info{color:#fff !important;background-color:rgba(137,80,252,var(--bs-bg-opacity,1)) !important;}.text-bg-warning{color:#000 !important;background-color:rgba(242,195,23,var(--bs-bg-opacity,1)) !important;}.text-bg-danger{color:#fff !important;background-color:rgba(158,27,31,var(--bs-bg-opacity,1)) !important;}.text-bg-light{color:#000 !important;background-color:rgba(238,238,238,var(--bs-bg-opacity,1)) !important;}.text-bg-dark{color:#fff !important;background-color:rgba(0,0,0,var(--bs-bg-opacity,1)) !important;}.text-bg-skyblue{color:#000 !important;background-color:rgba(83,216,251,var(--bs-bg-opacity,1)) !important;}.link-primary{color:#009093 !important;}.link-primary:hover,.link-primary:focus{color:#33a6a9 !important;}.link-secondary{color:#04a6cf !important;}.link-secondary:hover,.link-secondary:focus{color:#36b8d9 !important;}.link-success{color:#1bc5bd !important;}.link-success:hover,.link-success:focus{color:#49d1ca !important;}.link-info{color:#8950fc !important;}.link-info:hover,.link-info:focus{color:#6e40ca !important;}.link-warning{color:#f2c317 !important;}.link-warning:hover,.link-warning:focus{color:#f5cf45 !important;}.link-danger{color:#9e1b1f !important;}.link-danger:hover,.link-danger:focus{color:#7e1619 !important;}.link-light{color:#eee !important;}.link-light:hover,.link-light:focus{color:#f1f1f1 !important;}.link-dark{color:#000 !important;}.link-dark:hover,.link-dark:focus{color:#000 !important;}.link-skyblue{color:#53d8fb !important;}.link-skyblue:hover,.link-skyblue:focus{color:#75e0fc !important;}.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:calc(3 / 4 * 100%);}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%);}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%);}.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:1025px){.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){position:absolute !important;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;}.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:1px;min-height:1em;background-color:currentcolor;opacity:.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;}.opacity-0{opacity:0 !important;}.opacity-25{opacity:.25 !important;}.opacity-50{opacity:.5 !important;}.opacity-75{opacity:.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;}.d-inline{display:inline !important;}.d-inline-block{display:inline-block !important;}.d-block{display:block !important;}.d-grid{display: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:0 .15rem 1.75rem 0 rgba(76,76,76,.15) !important;}.shadow-sm{box-shadow:0 .125rem .25rem 0 rgba(76,76,76,.2) !important;}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important;}.shadow-none{box-shadow:none !important;}.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-20{top:20% !important;}.top-50{top:50% !important;}.top-100{top:100% !important;}.bottom-0{bottom:0 !important;}.bottom-20{bottom:20% !important;}.bottom-50{bottom:50% !important;}.bottom-100{bottom:100% !important;}.start-0{left:0 !important;}.start-20{left:20% !important;}.start-50{left:50% !important;}.start-100{left:100% !important;}.end-0{right:0 !important;}.end-20{right:20% !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-skyblue{--bs-border-opacity:1;border-color:rgba(var(--bs-skyblue-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-1{--bs-border-width:1px;}.border-2{--bs-border-width:2px;}.border-3{--bs-border-width:3px;}.border-4{--bs-border-width:4px;}.border-5{--bs-border-width:5px;}.border-opacity-10{--bs-border-opacity:.1;}.border-opacity-25{--bs-border-opacity:.25;}.border-opacity-50{--bs-border-opacity:.5;}.border-opacity-75{--bs-border-opacity:.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:.25rem !important;}.m-2{margin:.5rem !important;}.m-3{margin:1rem !important;}.m-4{margin:1.5rem !important;}.m-5{margin:3rem !important;}.m-6{margin:3.5rem !important;}.m-7{margin:4rem !important;}.m-8{margin:4.5rem !important;}.m-auto{margin:auto !important;}.mx-0{margin-right:0 !important;margin-left:0 !important;}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important;}.mx-2{margin-right:.5rem !important;margin-left:.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-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-8{margin-right:4.5rem !important;margin-left:4.5rem !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:.25rem !important;margin-bottom:.25rem !important;}.my-2{margin-top:.5rem !important;margin-bottom:.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-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-8{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:.25rem !important;}.mt-2{margin-top:.5rem !important;}.mt-3{margin-top:1rem !important;}.mt-4{margin-top:1.5rem !important;}.mt-5{margin-top:3rem !important;}.mt-6{margin-top:3.5rem !important;}.mt-7{margin-top:4rem !important;}.mt-8{margin-top:4.5rem !important;}.mt-auto{margin-top:auto !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:.25rem !important;}.me-2{margin-right:.5rem !important;}.me-3{margin-right:1rem !important;}.me-4{margin-right:1.5rem !important;}.me-5{margin-right:3rem !important;}.me-6{margin-right:3.5rem !important;}.me-7{margin-right:4rem !important;}.me-8{margin-right:4.5rem !important;}.me-auto{margin-right:auto !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:.25rem !important;}.mb-2{margin-bottom:.5rem !important;}.mb-3{margin-bottom:1rem !important;}.mb-4{margin-bottom:1.5rem !important;}.mb-5{margin-bottom:3rem !important;}.mb-6{margin-bottom:3.5rem !important;}.mb-7{margin-bottom:4rem !important;}.mb-8{margin-bottom:4.5rem !important;}.mb-auto{margin-bottom:auto !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:.25rem !important;}.ms-2{margin-left:.5rem !important;}.ms-3{margin-left:1rem !important;}.ms-4{margin-left:1.5rem !important;}.ms-5{margin-left:3rem !important;}.ms-6{margin-left:3.5rem !important;}.ms-7{margin-left:4rem !important;}.ms-8{margin-left:4.5rem !important;}.ms-auto{margin-left:auto !important;}.p-0{padding:0 !important;}.p-1{padding:.25rem !important;}.p-2{padding:.5rem !important;}.p-3{padding:1rem !important;}.p-4{padding:1.5rem !important;}.p-5{padding:3rem !important;}.p-6{padding:3.5rem !important;}.p-7{padding:4rem !important;}.p-8{padding:4.5rem !important;}.px-0{padding-right:0 !important;padding-left:0 !important;}.px-1{padding-right:.25rem !important;padding-left:.25rem !important;}.px-2{padding-right:.5rem !important;padding-left:.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;}.px-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-7{padding-right:4rem !important;padding-left:4rem !important;}.px-8{padding-right:4.5rem !important;padding-left:4.5rem !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important;}.py-2{padding-top:.5rem !important;padding-bottom:.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;}.py-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-8{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:.25rem !important;}.pt-2{padding-top:.5rem !important;}.pt-3{padding-top:1rem !important;}.pt-4{padding-top:1.5rem !important;}.pt-5{padding-top:3rem !important;}.pt-6{padding-top:3.5rem !important;}.pt-7{padding-top:4rem !important;}.pt-8{padding-top:4.5rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:.25rem !important;}.pe-2{padding-right:.5rem !important;}.pe-3{padding-right:1rem !important;}.pe-4{padding-right:1.5rem !important;}.pe-5{padding-right:3rem !important;}.pe-6{padding-right:3.5rem !important;}.pe-7{padding-right:4rem !important;}.pe-8{padding-right:4.5rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:.25rem !important;}.pb-2{padding-bottom:.5rem !important;}.pb-3{padding-bottom:1rem !important;}.pb-4{padding-bottom:1.5rem !important;}.pb-5{padding-bottom:3rem !important;}.pb-6{padding-bottom:3.5rem !important;}.pb-7{padding-bottom:4rem !important;}.pb-8{padding-bottom:4.5rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:.25rem !important;}.ps-2{padding-left:.5rem !important;}.ps-3{padding-left:1rem !important;}.ps-4{padding-left:1.5rem !important;}.ps-5{padding-left:3rem !important;}.ps-6{padding-left:3.5rem !important;}.ps-7{padding-left:4rem !important;}.ps-8{padding-left:4.5rem !important;}.gap-0{gap:0 !important;}.gap-1{gap:.25rem !important;}.gap-2{gap:.5rem !important;}.gap-3{gap:1rem !important;}.gap-4{gap:1.5rem !important;}.gap-5{gap:3rem !important;}.gap-6{gap:3.5rem !important;}.gap-7{gap:4rem !important;}.gap-8{gap:4.5rem !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 + .9vw) !important;}.fs-3{font-size:calc(1.3rem + .6vw) !important;}.fs-4{font-size:calc(1.275rem + .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-light{font-weight:300 !important;}.fw-lighter{font-weight:lighter !important;}.fw-normal{font-weight:400 !important;}.fw-bold{font-weight:700 !important;}.fw-semibold{font-weight:600 !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;}.text-break{word-wrap:break-word !important;word-break:break-word !important;}.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-skyblue{--bs-text-opacity:1;color:rgba(var(--bs-skyblue-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:#a7a7a7 !important;}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5) !important;}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5) !important;}.text-reset{--bs-text-opacity:1;color:inherit !important;}.text-opacity-25{--bs-text-opacity:.25;}.text-opacity-50{--bs-text-opacity:.5;}.text-opacity-75{--bs-text-opacity:.75;}.text-opacity-100{--bs-text-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-skyblue{--bs-bg-opacity:1;background-color:rgba(var(--bs-skyblue-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-opacity-10{--bs-bg-opacity:.1;}.bg-opacity-25{--bs-bg-opacity:.25;}.bg-opacity-50{--bs-bg-opacity:.5;}.bg-opacity-75{--bs-bg-opacity:.75;}.bg-opacity-100{--bs-bg-opacity:1;}.bg-gradient{background-image:var(--bs-gradient) !important;}.user-select-all{user-select:all !important;}.user-select-auto{user-select:auto !important;}.user-select-none{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-2xl) !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-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important;}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important;}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important;}.visible{visibility:visible !important;}.invisible{visibility:hidden !important;}@media (min-width:576px){.float-sm-start{float:left !important;}.float-sm-end{float:right !important;}.float-sm-none{float: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-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:.25rem !important;}.m-sm-2{margin:.5rem !important;}.m-sm-3{margin:1rem !important;}.m-sm-4{margin:1.5rem !important;}.m-sm-5{margin:3rem !important;}.m-sm-6{margin:3.5rem !important;}.m-sm-7{margin:4rem !important;}.m-sm-8{margin:4.5rem !important;}.m-sm-auto{margin:auto !important;}.mx-sm-0{margin-right:0 !important;margin-left:0 !important;}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important;}.mx-sm-2{margin-right:.5rem !important;margin-left:.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-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-sm-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-sm-8{margin-right:4.5rem !important;margin-left:4.5rem !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:.25rem !important;margin-bottom:.25rem !important;}.my-sm-2{margin-top:.5rem !important;margin-bottom:.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-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-sm-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-sm-8{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:.25rem !important;}.mt-sm-2{margin-top:.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-6{margin-top:3.5rem !important;}.mt-sm-7{margin-top:4rem !important;}.mt-sm-8{margin-top:4.5rem !important;}.mt-sm-auto{margin-top:auto !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:.25rem !important;}.me-sm-2{margin-right:.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-6{margin-right:3.5rem !important;}.me-sm-7{margin-right:4rem !important;}.me-sm-8{margin-right:4.5rem !important;}.me-sm-auto{margin-right:auto !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:.25rem !important;}.mb-sm-2{margin-bottom:.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-6{margin-bottom:3.5rem !important;}.mb-sm-7{margin-bottom:4rem !important;}.mb-sm-8{margin-bottom:4.5rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:.25rem !important;}.ms-sm-2{margin-left:.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-6{margin-left:3.5rem !important;}.ms-sm-7{margin-left:4rem !important;}.ms-sm-8{margin-left:4.5rem !important;}.ms-sm-auto{margin-left:auto !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:.25rem !important;}.p-sm-2{padding:.5rem !important;}.p-sm-3{padding:1rem !important;}.p-sm-4{padding:1.5rem !important;}.p-sm-5{padding:3rem !important;}.p-sm-6{padding:3.5rem !important;}.p-sm-7{padding:4rem !important;}.p-sm-8{padding:4.5rem !important;}.px-sm-0{padding-right:0 !important;padding-left:0 !important;}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important;}.px-sm-2{padding-right:.5rem !important;padding-left:.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;}.px-sm-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-sm-7{padding-right:4rem !important;padding-left:4rem !important;}.px-sm-8{padding-right:4.5rem !important;padding-left:4.5rem !important;}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important;}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important;}.py-sm-2{padding-top:.5rem !important;padding-bottom:.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;}.py-sm-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-sm-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-sm-8{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:.25rem !important;}.pt-sm-2{padding-top:.5rem !important;}.pt-sm-3{padding-top:1rem !important;}.pt-sm-4{padding-top:1.5rem !important;}.pt-sm-5{padding-top:3rem !important;}.pt-sm-6{padding-top:3.5rem !important;}.pt-sm-7{padding-top:4rem !important;}.pt-sm-8{padding-top:4.5rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:.25rem !important;}.pe-sm-2{padding-right:.5rem !important;}.pe-sm-3{padding-right:1rem !important;}.pe-sm-4{padding-right:1.5rem !important;}.pe-sm-5{padding-right:3rem !important;}.pe-sm-6{padding-right:3.5rem !important;}.pe-sm-7{padding-right:4rem !important;}.pe-sm-8{padding-right:4.5rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:.25rem !important;}.pb-sm-2{padding-bottom:.5rem !important;}.pb-sm-3{padding-bottom:1rem !important;}.pb-sm-4{padding-bottom:1.5rem !important;}.pb-sm-5{padding-bottom:3rem !important;}.pb-sm-6{padding-bottom:3.5rem !important;}.pb-sm-7{padding-bottom:4rem !important;}.pb-sm-8{padding-bottom:4.5rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:.25rem !important;}.ps-sm-2{padding-left:.5rem !important;}.ps-sm-3{padding-left:1rem !important;}.ps-sm-4{padding-left:1.5rem !important;}.ps-sm-5{padding-left:3rem !important;}.ps-sm-6{padding-left:3.5rem !important;}.ps-sm-7{padding-left:4rem !important;}.ps-sm-8{padding-left:4.5rem !important;}.gap-sm-0{gap:0 !important;}.gap-sm-1{gap:.25rem !important;}.gap-sm-2{gap:.5rem !important;}.gap-sm-3{gap:1rem !important;}.gap-sm-4{gap:1.5rem !important;}.gap-sm-5{gap:3rem !important;}.gap-sm-6{gap:3.5rem !important;}.gap-sm-7{gap:4rem !important;}.gap-sm-8{gap:4.5rem !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;}.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-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:.25rem !important;}.m-md-2{margin:.5rem !important;}.m-md-3{margin:1rem !important;}.m-md-4{margin:1.5rem !important;}.m-md-5{margin:3rem !important;}.m-md-6{margin:3.5rem !important;}.m-md-7{margin:4rem !important;}.m-md-8{margin:4.5rem !important;}.m-md-auto{margin:auto !important;}.mx-md-0{margin-right:0 !important;margin-left:0 !important;}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important;}.mx-md-2{margin-right:.5rem !important;margin-left:.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-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-md-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-md-8{margin-right:4.5rem !important;margin-left:4.5rem !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:.25rem !important;margin-bottom:.25rem !important;}.my-md-2{margin-top:.5rem !important;margin-bottom:.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-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-md-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-md-8{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:.25rem !important;}.mt-md-2{margin-top:.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-6{margin-top:3.5rem !important;}.mt-md-7{margin-top:4rem !important;}.mt-md-8{margin-top:4.5rem !important;}.mt-md-auto{margin-top:auto !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:.25rem !important;}.me-md-2{margin-right:.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-6{margin-right:3.5rem !important;}.me-md-7{margin-right:4rem !important;}.me-md-8{margin-right:4.5rem !important;}.me-md-auto{margin-right:auto !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:.25rem !important;}.mb-md-2{margin-bottom:.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-6{margin-bottom:3.5rem !important;}.mb-md-7{margin-bottom:4rem !important;}.mb-md-8{margin-bottom:4.5rem !important;}.mb-md-auto{margin-bottom:auto !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:.25rem !important;}.ms-md-2{margin-left:.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-6{margin-left:3.5rem !important;}.ms-md-7{margin-left:4rem !important;}.ms-md-8{margin-left:4.5rem !important;}.ms-md-auto{margin-left:auto !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:.25rem !important;}.p-md-2{padding:.5rem !important;}.p-md-3{padding:1rem !important;}.p-md-4{padding:1.5rem !important;}.p-md-5{padding:3rem !important;}.p-md-6{padding:3.5rem !important;}.p-md-7{padding:4rem !important;}.p-md-8{padding:4.5rem !important;}.px-md-0{padding-right:0 !important;padding-left:0 !important;}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important;}.px-md-2{padding-right:.5rem !important;padding-left:.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;}.px-md-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-md-7{padding-right:4rem !important;padding-left:4rem !important;}.px-md-8{padding-right:4.5rem !important;padding-left:4.5rem !important;}.py-md-0{padding-top:0 !important;padding-bottom:0 !important;}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important;}.py-md-2{padding-top:.5rem !important;padding-bottom:.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;}.py-md-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-md-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-md-8{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:.25rem !important;}.pt-md-2{padding-top:.5rem !important;}.pt-md-3{padding-top:1rem !important;}.pt-md-4{padding-top:1.5rem !important;}.pt-md-5{padding-top:3rem !important;}.pt-md-6{padding-top:3.5rem !important;}.pt-md-7{padding-top:4rem !important;}.pt-md-8{padding-top:4.5rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:.25rem !important;}.pe-md-2{padding-right:.5rem !important;}.pe-md-3{padding-right:1rem !important;}.pe-md-4{padding-right:1.5rem !important;}.pe-md-5{padding-right:3rem !important;}.pe-md-6{padding-right:3.5rem !important;}.pe-md-7{padding-right:4rem !important;}.pe-md-8{padding-right:4.5rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:.25rem !important;}.pb-md-2{padding-bottom:.5rem !important;}.pb-md-3{padding-bottom:1rem !important;}.pb-md-4{padding-bottom:1.5rem !important;}.pb-md-5{padding-bottom:3rem !important;}.pb-md-6{padding-bottom:3.5rem !important;}.pb-md-7{padding-bottom:4rem !important;}.pb-md-8{padding-bottom:4.5rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:.25rem !important;}.ps-md-2{padding-left:.5rem !important;}.ps-md-3{padding-left:1rem !important;}.ps-md-4{padding-left:1.5rem !important;}.ps-md-5{padding-left:3rem !important;}.ps-md-6{padding-left:3.5rem !important;}.ps-md-7{padding-left:4rem !important;}.ps-md-8{padding-left:4.5rem !important;}.gap-md-0{gap:0 !important;}.gap-md-1{gap:.25rem !important;}.gap-md-2{gap:.5rem !important;}.gap-md-3{gap:1rem !important;}.gap-md-4{gap:1.5rem !important;}.gap-md-5{gap:3rem !important;}.gap-md-6{gap:3.5rem !important;}.gap-md-7{gap:4rem !important;}.gap-md-8{gap:4.5rem !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:1025px){.float-lg-start{float:left !important;}.float-lg-end{float:right !important;}.float-lg-none{float: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-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:.25rem !important;}.m-lg-2{margin:.5rem !important;}.m-lg-3{margin:1rem !important;}.m-lg-4{margin:1.5rem !important;}.m-lg-5{margin:3rem !important;}.m-lg-6{margin:3.5rem !important;}.m-lg-7{margin:4rem !important;}.m-lg-8{margin:4.5rem !important;}.m-lg-auto{margin:auto !important;}.mx-lg-0{margin-right:0 !important;margin-left:0 !important;}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important;}.mx-lg-2{margin-right:.5rem !important;margin-left:.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-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-lg-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-lg-8{margin-right:4.5rem !important;margin-left:4.5rem !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:.25rem !important;margin-bottom:.25rem !important;}.my-lg-2{margin-top:.5rem !important;margin-bottom:.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-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-lg-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-lg-8{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:.25rem !important;}.mt-lg-2{margin-top:.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-6{margin-top:3.5rem !important;}.mt-lg-7{margin-top:4rem !important;}.mt-lg-8{margin-top:4.5rem !important;}.mt-lg-auto{margin-top:auto !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:.25rem !important;}.me-lg-2{margin-right:.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-6{margin-right:3.5rem !important;}.me-lg-7{margin-right:4rem !important;}.me-lg-8{margin-right:4.5rem !important;}.me-lg-auto{margin-right:auto !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:.25rem !important;}.mb-lg-2{margin-bottom:.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-6{margin-bottom:3.5rem !important;}.mb-lg-7{margin-bottom:4rem !important;}.mb-lg-8{margin-bottom:4.5rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:.25rem !important;}.ms-lg-2{margin-left:.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-6{margin-left:3.5rem !important;}.ms-lg-7{margin-left:4rem !important;}.ms-lg-8{margin-left:4.5rem !important;}.ms-lg-auto{margin-left:auto !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:.25rem !important;}.p-lg-2{padding:.5rem !important;}.p-lg-3{padding:1rem !important;}.p-lg-4{padding:1.5rem !important;}.p-lg-5{padding:3rem !important;}.p-lg-6{padding:3.5rem !important;}.p-lg-7{padding:4rem !important;}.p-lg-8{padding:4.5rem !important;}.px-lg-0{padding-right:0 !important;padding-left:0 !important;}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important;}.px-lg-2{padding-right:.5rem !important;padding-left:.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;}.px-lg-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-lg-7{padding-right:4rem !important;padding-left:4rem !important;}.px-lg-8{padding-right:4.5rem !important;padding-left:4.5rem !important;}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important;}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important;}.py-lg-2{padding-top:.5rem !important;padding-bottom:.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;}.py-lg-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-lg-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-lg-8{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:.25rem !important;}.pt-lg-2{padding-top:.5rem !important;}.pt-lg-3{padding-top:1rem !important;}.pt-lg-4{padding-top:1.5rem !important;}.pt-lg-5{padding-top:3rem !important;}.pt-lg-6{padding-top:3.5rem !important;}.pt-lg-7{padding-top:4rem !important;}.pt-lg-8{padding-top:4.5rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:.25rem !important;}.pe-lg-2{padding-right:.5rem !important;}.pe-lg-3{padding-right:1rem !important;}.pe-lg-4{padding-right:1.5rem !important;}.pe-lg-5{padding-right:3rem !important;}.pe-lg-6{padding-right:3.5rem !important;}.pe-lg-7{padding-right:4rem !important;}.pe-lg-8{padding-right:4.5rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:.25rem !important;}.pb-lg-2{padding-bottom:.5rem !important;}.pb-lg-3{padding-bottom:1rem !important;}.pb-lg-4{padding-bottom:1.5rem !important;}.pb-lg-5{padding-bottom:3rem !important;}.pb-lg-6{padding-bottom:3.5rem !important;}.pb-lg-7{padding-bottom:4rem !important;}.pb-lg-8{padding-bottom:4.5rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:.25rem !important;}.ps-lg-2{padding-left:.5rem !important;}.ps-lg-3{padding-left:1rem !important;}.ps-lg-4{padding-left:1.5rem !important;}.ps-lg-5{padding-left:3rem !important;}.ps-lg-6{padding-left:3.5rem !important;}.ps-lg-7{padding-left:4rem !important;}.ps-lg-8{padding-left:4.5rem !important;}.gap-lg-0{gap:0 !important;}.gap-lg-1{gap:.25rem !important;}.gap-lg-2{gap:.5rem !important;}.gap-lg-3{gap:1rem !important;}.gap-lg-4{gap:1.5rem !important;}.gap-lg-5{gap:3rem !important;}.gap-lg-6{gap:3.5rem !important;}.gap-lg-7{gap:4rem !important;}.gap-lg-8{gap:4.5rem !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;}.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-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:.25rem !important;}.m-xl-2{margin:.5rem !important;}.m-xl-3{margin:1rem !important;}.m-xl-4{margin:1.5rem !important;}.m-xl-5{margin:3rem !important;}.m-xl-6{margin:3.5rem !important;}.m-xl-7{margin:4rem !important;}.m-xl-8{margin:4.5rem !important;}.m-xl-auto{margin:auto !important;}.mx-xl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important;}.mx-xl-2{margin-right:.5rem !important;margin-left:.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-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xl-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-xl-8{margin-right:4.5rem !important;margin-left:4.5rem !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:.25rem !important;margin-bottom:.25rem !important;}.my-xl-2{margin-top:.5rem !important;margin-bottom:.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-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xl-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-xl-8{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:.25rem !important;}.mt-xl-2{margin-top:.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-6{margin-top:3.5rem !important;}.mt-xl-7{margin-top:4rem !important;}.mt-xl-8{margin-top:4.5rem !important;}.mt-xl-auto{margin-top:auto !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:.25rem !important;}.me-xl-2{margin-right:.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-6{margin-right:3.5rem !important;}.me-xl-7{margin-right:4rem !important;}.me-xl-8{margin-right:4.5rem !important;}.me-xl-auto{margin-right:auto !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:.25rem !important;}.mb-xl-2{margin-bottom:.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-6{margin-bottom:3.5rem !important;}.mb-xl-7{margin-bottom:4rem !important;}.mb-xl-8{margin-bottom:4.5rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:.25rem !important;}.ms-xl-2{margin-left:.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-6{margin-left:3.5rem !important;}.ms-xl-7{margin-left:4rem !important;}.ms-xl-8{margin-left:4.5rem !important;}.ms-xl-auto{margin-left:auto !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:.25rem !important;}.p-xl-2{padding:.5rem !important;}.p-xl-3{padding:1rem !important;}.p-xl-4{padding:1.5rem !important;}.p-xl-5{padding:3rem !important;}.p-xl-6{padding:3.5rem !important;}.p-xl-7{padding:4rem !important;}.p-xl-8{padding:4.5rem !important;}.px-xl-0{padding-right:0 !important;padding-left:0 !important;}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important;}.px-xl-2{padding-right:.5rem !important;padding-left:.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;}.px-xl-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xl-7{padding-right:4rem !important;padding-left:4rem !important;}.px-xl-8{padding-right:4.5rem !important;padding-left:4.5rem !important;}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important;}.py-xl-2{padding-top:.5rem !important;padding-bottom:.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;}.py-xl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xl-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-xl-8{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:.25rem !important;}.pt-xl-2{padding-top:.5rem !important;}.pt-xl-3{padding-top:1rem !important;}.pt-xl-4{padding-top:1.5rem !important;}.pt-xl-5{padding-top:3rem !important;}.pt-xl-6{padding-top:3.5rem !important;}.pt-xl-7{padding-top:4rem !important;}.pt-xl-8{padding-top:4.5rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:.25rem !important;}.pe-xl-2{padding-right:.5rem !important;}.pe-xl-3{padding-right:1rem !important;}.pe-xl-4{padding-right:1.5rem !important;}.pe-xl-5{padding-right:3rem !important;}.pe-xl-6{padding-right:3.5rem !important;}.pe-xl-7{padding-right:4rem !important;}.pe-xl-8{padding-right:4.5rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:.25rem !important;}.pb-xl-2{padding-bottom:.5rem !important;}.pb-xl-3{padding-bottom:1rem !important;}.pb-xl-4{padding-bottom:1.5rem !important;}.pb-xl-5{padding-bottom:3rem !important;}.pb-xl-6{padding-bottom:3.5rem !important;}.pb-xl-7{padding-bottom:4rem !important;}.pb-xl-8{padding-bottom:4.5rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:.25rem !important;}.ps-xl-2{padding-left:.5rem !important;}.ps-xl-3{padding-left:1rem !important;}.ps-xl-4{padding-left:1.5rem !important;}.ps-xl-5{padding-left:3rem !important;}.ps-xl-6{padding-left:3.5rem !important;}.ps-xl-7{padding-left:4rem !important;}.ps-xl-8{padding-left:4.5rem !important;}.gap-xl-0{gap:0 !important;}.gap-xl-1{gap:.25rem !important;}.gap-xl-2{gap:.5rem !important;}.gap-xl-3{gap:1rem !important;}.gap-xl-4{gap:1.5rem !important;}.gap-xl-5{gap:3rem !important;}.gap-xl-6{gap:3.5rem !important;}.gap-xl-7{gap:4rem !important;}.gap-xl-8{gap:4.5rem !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;}.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-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:.25rem !important;}.m-xxl-2{margin:.5rem !important;}.m-xxl-3{margin:1rem !important;}.m-xxl-4{margin:1.5rem !important;}.m-xxl-5{margin:3rem !important;}.m-xxl-6{margin:3.5rem !important;}.m-xxl-7{margin:4rem !important;}.m-xxl-8{margin:4.5rem !important;}.m-xxl-auto{margin:auto !important;}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important;}.mx-xxl-2{margin-right:.5rem !important;margin-left:.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-6{margin-right:3.5rem !important;margin-left:3.5rem !important;}.mx-xxl-7{margin-right:4rem !important;margin-left:4rem !important;}.mx-xxl-8{margin-right:4.5rem !important;margin-left:4.5rem !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:.25rem !important;margin-bottom:.25rem !important;}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.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-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important;}.my-xxl-7{margin-top:4rem !important;margin-bottom:4rem !important;}.my-xxl-8{margin-top:4.5rem !important;margin-bottom:4.5rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:.25rem !important;}.mt-xxl-2{margin-top:.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-6{margin-top:3.5rem !important;}.mt-xxl-7{margin-top:4rem !important;}.mt-xxl-8{margin-top:4.5rem !important;}.mt-xxl-auto{margin-top:auto !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:.25rem !important;}.me-xxl-2{margin-right:.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-6{margin-right:3.5rem !important;}.me-xxl-7{margin-right:4rem !important;}.me-xxl-8{margin-right:4.5rem !important;}.me-xxl-auto{margin-right:auto !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:.25rem !important;}.mb-xxl-2{margin-bottom:.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-6{margin-bottom:3.5rem !important;}.mb-xxl-7{margin-bottom:4rem !important;}.mb-xxl-8{margin-bottom:4.5rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:.25rem !important;}.ms-xxl-2{margin-left:.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-6{margin-left:3.5rem !important;}.ms-xxl-7{margin-left:4rem !important;}.ms-xxl-8{margin-left:4.5rem !important;}.ms-xxl-auto{margin-left:auto !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:.25rem !important;}.p-xxl-2{padding:.5rem !important;}.p-xxl-3{padding:1rem !important;}.p-xxl-4{padding:1.5rem !important;}.p-xxl-5{padding:3rem !important;}.p-xxl-6{padding:3.5rem !important;}.p-xxl-7{padding:4rem !important;}.p-xxl-8{padding:4.5rem !important;}.px-xxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important;}.px-xxl-2{padding-right:.5rem !important;padding-left:.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;}.px-xxl-6{padding-right:3.5rem !important;padding-left:3.5rem !important;}.px-xxl-7{padding-right:4rem !important;padding-left:4rem !important;}.px-xxl-8{padding-right:4.5rem !important;padding-left:4.5rem !important;}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important;}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.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;}.py-xxl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important;}.py-xxl-7{padding-top:4rem !important;padding-bottom:4rem !important;}.py-xxl-8{padding-top:4.5rem !important;padding-bottom:4.5rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:.25rem !important;}.pt-xxl-2{padding-top:.5rem !important;}.pt-xxl-3{padding-top:1rem !important;}.pt-xxl-4{padding-top:1.5rem !important;}.pt-xxl-5{padding-top:3rem !important;}.pt-xxl-6{padding-top:3.5rem !important;}.pt-xxl-7{padding-top:4rem !important;}.pt-xxl-8{padding-top:4.5rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:.25rem !important;}.pe-xxl-2{padding-right:.5rem !important;}.pe-xxl-3{padding-right:1rem !important;}.pe-xxl-4{padding-right:1.5rem !important;}.pe-xxl-5{padding-right:3rem !important;}.pe-xxl-6{padding-right:3.5rem !important;}.pe-xxl-7{padding-right:4rem !important;}.pe-xxl-8{padding-right:4.5rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:.25rem !important;}.pb-xxl-2{padding-bottom:.5rem !important;}.pb-xxl-3{padding-bottom:1rem !important;}.pb-xxl-4{padding-bottom:1.5rem !important;}.pb-xxl-5{padding-bottom:3rem !important;}.pb-xxl-6{padding-bottom:3.5rem !important;}.pb-xxl-7{padding-bottom:4rem !important;}.pb-xxl-8{padding-bottom:4.5rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:.25rem !important;}.ps-xxl-2{padding-left:.5rem !important;}.ps-xxl-3{padding-left:1rem !important;}.ps-xxl-4{padding-left:1.5rem !important;}.ps-xxl-5{padding-left:3rem !important;}.ps-xxl-6{padding-left:3.5rem !important;}.ps-xxl-7{padding-left:4rem !important;}.ps-xxl-8{padding-left:4.5rem !important;}.gap-xxl-0{gap:0 !important;}.gap-xxl-1{gap:.25rem !important;}.gap-xxl-2{gap:.5rem !important;}.gap-xxl-3{gap:1rem !important;}.gap-xxl-4{gap:1.5rem !important;}.gap-xxl-5{gap:3rem !important;}.gap-xxl-6{gap:3.5rem !important;}.gap-xxl-7{gap:4rem !important;}.gap-xxl-8{gap:4.5rem !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-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;}}html{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;width:100%;height:100%;scroll-behavior:auto !important;scrollbar-color:#1c1c1c #dee2e6;scrollbar-width:thin;}input[type=submit]{-webkit-appearance:none;}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;}*:after{box-sizing:border-box;margin:0;padding:0;}*:before{box-sizing:border-box;margin:0;padding:0;}body{margin:0;padding:0;font-family:General Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;width:100%;height:100%;font-weight:400;color:#1c1c1c;font-size:18px;line-height:1.7;transition:background-color ease-in-out .3s;scrollbar-color:#1c1c1c #dee2e6;scrollbar-width:thin;background-image:url("https://cdn-ildmgcm.nitrocdn.com/EwQFFVKiMrYjwFlkPhDekWQZsglarjuN/assets/images/optimized/rev-f8d5ac5/niqatweb.com/wp-content/themes/niqat-theme/assets/images/left-pattern.png"),url("https://cdn-ildmgcm.nitrocdn.com/EwQFFVKiMrYjwFlkPhDekWQZsglarjuN/assets/images/optimized/rev-f8d5ac5/niqatweb.com/wp-content/themes/niqat-theme/assets/images/right-pattern.png");background-repeat:repeat-y,repeat-y;background-position:left top,right top;}body.nitro-lazy{background-image:none !important;}.dark body{background-color:#03080e;color:#bfbfbf;background-image:url("https://niqatweb.com/wp-content/themes/niqat-theme/assets/assets/images/dark-left.png"),url("https://niqatweb.com/wp-content/themes/niqat-theme/assets/assets/images/dark-right.png");background-repeat:repeat-y,repeat-y;background-position:left top,right top;}.dark body.nitro-lazy{background-image:none !important;}@media (max-width:1024px){.dark body{background-image:none;}.dark body.nitro-lazy{background-image:none !important;}}@media (max-width:1200px){body{font-size:16px;}}@media (max-width:1024px){body{background-image:none;}body.nitro-lazy{background-image:none !important;}}::-webkit-scrollbar{width:7px;height:7px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}::-webkit-scrollbar-track{background:#dee2e6;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}::-webkit-scrollbar-thumb{background:#1c1c1c;min-height:100px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}::-webkit-scrollbar-thumb:window-inactive{background:#1c1c1c;}::selection{background:#e9edfb;color:#000;}a{outline:none;text-decoration:none;color:#1c1c1c;}a:hover{text-decoration:none;outline:none;outline-offset:0;color:#1c1c1c;}a:focus{text-decoration:none;outline:none;outline-offset:0;color:#04a6cf;}img{border:0;max-width:100%;height:auto;}input{outline:none;resize:none;box-shadow:none;font-family:General Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;}textarea{outline:none;resize:none;box-shadow:none;font-family:General Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;}select{outline:none;resize:none;box-shadow:none;font-family:General Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;}strong{font-weight:700;}button{box-shadow:none;}button::-moz-focus-inner{border:0;}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0;font-weight:700;font-family:General Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;}ul{margin:0;padding:0;list-style:none;}ol{margin:0;padding:0;list-style:none;}p{margin:0 0 10px;padding:0;}button:focus{outline:none;}.svg path{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.container{max-width:1738px;padding-left:100px;padding-right:100px;margin:0 auto;width:100%;}@media (max-width:1279px){.container{padding:0 40px;}}@media (max-width:1024px){.container{padding:0 16px;}}.badge{font-weight:700;padding:.75em 1em;}.primary-font{font-family:General Sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;}.tick-list ul li{padding-left:34px;position:relative;margin-bottom:15px;}.tick-list ul li:before{content:"";width:24px;height:24px;position:absolute;left:0;top:0;display:block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOC4yODkzMiAxMi4yNDExQzguMDE1NzUgMTEuMjIwNSA4LjYxMzY3IDEwLjE4NTIgOS42MzQ2MyA5LjkxMTc1QzEwLjY1NTYgOS42MzgyOSAxMS42OTEyIDEwLjIzNiAxMS45NjQ4IDExLjI1NjZDMTIuMjM4MyAxMi4yNzcyIDExLjY0MDQgMTMuMzEyNCAxMC42MTk1IDEzLjU4NTlDOS41OTg1MSAxMy44NTk0IDguNTYyODkgMTMuMjYxNyA4LjI4OTMyIDEyLjI0MTFaJyBmaWxsPScjMUMxQzFDJy8+PHBhdGggZD0nTTExLjE1OSAzLjc5MjAyTDE4LjU4NTIgMTAuNDk0NEMxOC41ODUyIDEwLjQ5NDQgMTkuMTk0OSAxMS4wMTg5IDE5LjE2MjcgMTEuNzE1M0MxOS4xMjgzIDEyLjI4NzMgMTguNjU5OSAxMi43NTY3IDE4LjQwNzIgMTIuOTgwN0w4LjQ2MTgzIDIxLjYxNjFDOC4yMzA0OCAyMS44MDMxIDcuNzg3MDUgMjIuMDE1NyA3LjM1NDUgMjEuNTY4OEM2Ljk1ODk2IDIxLjE0MzIgNy4zMDI4NCAyMC42NzU5IDcuNTI2MzcgMjAuNDU5N0wxNC43MTU4IDEzLjA5NEMxNS44NDcgMTEuOTQ2OSAxNS44Njc4IDExLjQ0MTEgMTQuODI5MSAxMC4yNDk5QzEyLjkzMTEgOC4wNjk1NCAxMi4wNTYxIDcuMDIyMDggMTAuMTU4MSA0Ljg0MTczQzEwLjAyMzcgNC42OTAxNiA5LjgxODgzIDQuMjc2MDYgMTAuMjU4MSAzLjgxNDVDMTAuNjM5IDMuMzY4NTcgMTEuMTU5IDMuNzkyMDIgMTEuMTU5IDMuNzkyMDJaJyBmaWxsPScjMUMxQzFDJy8+PC9zdmc+Cg==");background-repeat:no-repeat;}.dark .tick-list ul li:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjUnIHZpZXdCb3g9JzAgMCAyNCAyNScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOC4yODkzMiAxMi4yNTQ3QzguMDE1NzUgMTEuMjM0MSA4LjYxMzY3IDEwLjE5ODkgOS42MzQ2MyA5LjkyNTQyQzEwLjY1NTYgOS42NTE5NiAxMS42OTEyIDEwLjI0OTcgMTEuOTY0OCAxMS4yNzAzQzEyLjIzODMgMTIuMjkwOCAxMS42NDA0IDEzLjMyNjEgMTAuNjE5NSAxMy41OTk2QzkuNTk4NTEgMTMuODczIDguNTYyODkgMTMuMjc1MyA4LjI4OTMyIDEyLjI1NDdaJyBmaWxsPScjMDRBNkNGJy8+PHBhdGggZD0nTTExLjE1OSAzLjgwNTY5TDE4LjU4NTIgMTAuNTA4MUMxOC41ODUyIDEwLjUwODEgMTkuMTk0OSAxMS4wMzI2IDE5LjE2MjcgMTEuNzI5QzE5LjEyODMgMTIuMzAxIDE4LjY1OTkgMTIuNzcwMyAxOC40MDcyIDEyLjk5NDRMOC40NjE4MyAyMS42Mjk3QzguMjMwNDggMjEuODE2OCA3Ljc4NzA1IDIyLjAyOTMgNy4zNTQ1IDIxLjU4MjRDNi45NTg5NiAyMS4xNTY5IDcuMzAyODQgMjAuNjg5NiA3LjUyNjM3IDIwLjQ3MzRMMTQuNzE1OCAxMy4xMDc3QzE1Ljg0NyAxMS45NjA2IDE1Ljg2NzggMTEuNDU0OCAxNC44MjkxIDEwLjI2MzZDMTIuOTMxMSA4LjA4MzIxIDEyLjA1NjEgNy4wMzU3NSAxMC4xNTgxIDQuODU1NEMxMC4wMjM3IDQuNzAzODMgOS44MTg4MyA0LjI4OTczIDEwLjI1ODEgMy44MjgxN0MxMC42MzkgMy4zODIyNCAxMS4xNTkgMy44MDU2OSAxMS4xNTkgMy44MDU2OVonIGZpbGw9JyMwNEE2Q0YnLz48L3N2Zz4K");}.number-list ol{counter-reset:item 0;}.number-list ol li{padding-left:30px;position:relative;margin-bottom:12px;}.number-list ol li:before{content:counters(item,".") ". ";counter-increment:item 1;position:absolute;left:0;top:0;font-weight:600;display:block;}.number-list ol li ol{margin-top:12px;}.number-list ol li ol li{padding-left:0;}.number-list ol li ol li:before{position:relative;display:inline;}.number-list ol li ol ol{padding-left:20px;}.slider-actions__arrrow{display:flex;}.slider-actions__arrrow .slider-action-arrow{font-size:16px;line-height:1.75;}.tab-content>.tab-pane{display:none;}.tab-content>.active{display:block;}main{position:relative;}.bg-pattern{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:space-between;}.bg-pattern__left{width:50%;background-image:url("https://cdn-ildmgcm.nitrocdn.com/EwQFFVKiMrYjwFlkPhDekWQZsglarjuN/assets/images/optimized/rev-f8d5ac5/niqatweb.com/wp-content/themes/niqat-theme/assets/images/left-pattern.png");background-repeat:repeat-y;background-position:top left;}.bg-pattern__left.nitro-lazy{background-image:none !important;}.bg-pattern__right{width:50%;background-image:url("https://cdn-ildmgcm.nitrocdn.com/EwQFFVKiMrYjwFlkPhDekWQZsglarjuN/assets/images/optimized/rev-f8d5ac5/niqatweb.com/wp-content/themes/niqat-theme/assets/images/right-pattern.png");background-repeat:repeat-y;background-position:top right;}.bg-pattern__right.nitro-lazy{background-image:none !important;}.breadcrumb-wrap{padding:32px 0 0;}.dark .breadcrumb-wrap li{color:#757575;}.breadcrumb-wrap .breadcrumb-item a{color:#a7a7a7;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.breadcrumb-wrap .breadcrumb-item a:hover{color:#04a6cf;}.modal{z-index:9999;}.modal-backdrop{z-index:9998;}.select2-box .select2-container--default .select2-selection--single{border:0;background-color:transparent;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.select2-box .select2-container--default .select2-selection--single:focus-visible{outline:0;}.select2-box .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:28px;color:#1c1c1c;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .select2-box .select2-container--default .select2-selection--single .select2-selection__rendered{color:#f0f0f0;}.select2-box .select2-container--default .select2-selection--single .select2-selection__arrow{height:20px;top:5px;}.select2-box .select2-container--default .select2-selection--single .select2-selection__arrow b{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjEnIHZpZXdCb3g9JzAgMCAyMCAyMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNSA4LjQ2Mjg5TDEwIDEzLjQ2MjlMMTUgOC40NjI4OScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K");background-repeat:no-repeat;background-size:20px 20px;height:20px;width:20px;border:0;top:0;left:0;margin:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.select2-box .select2-container--default .select2-selection--single .select2-selection__arrow b.nitro-lazy{background-image:none !important;}.dark .select2-box .select2-container--default .select2-selection--single .select2-selection__arrow b{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjEnIHZpZXdCb3g9JzAgMCAyMCAyMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNSA4LjQ2Mjg5TDEwIDEzLjQ2MjlMMTUgOC40NjI4OScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K");}.dark .select2-box .select2-container--default .select2-selection--single .select2-selection__arrow b.nitro-lazy{background-image:none !important;}.active-category .select2-container--default .select2-selection--single .select2-selection__rendered{color:#04a6cf;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .active-category .select2-container--default .select2-selection--single .select2-selection__rendered{color:#04a6cf;}.form-wrap .select2-container--default .select2-selection--single{outline:0;}.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{height:20px;top:20px;}@media (max-width:767px){.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{top:15px;}}.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjEnIHZpZXdCb3g9JzAgMCAyMCAyMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNSA4LjQ2Mjg5TDEwIDEzLjQ2MjlMMTUgOC40NjI4OScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K");background-repeat:no-repeat;background-size:20px 20px;height:20px;width:20px;border:0;top:0;left:0;margin:0;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b.nitro-lazy{background-image:none !important;}.dark .form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjEnIHZpZXdCb3g9JzAgMCAyMCAyMScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNSA4LjQ2Mjg5TDEwIDEzLjQ2MjlMMTUgOC40NjI4OScgc3Ryb2tlPSd3aGl0ZScgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K");}.dark .form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b.nitro-lazy{background-image:none !important;}.select2-container{outline:0;}.select2-container --focus:focus-visible{outline:0;}.select2-container.select2-container--open .select2-dropdown{min-width:200px !important;border:0;box-shadow:0 8px 20px rgba(0,0,0,.1);overflow:hidden;border-radius:10px;}@media (max-width:767px){.select2-container.select2-container--open .select2-dropdown{min-width:130px !important;}}.select2-container.select2-container--open .select2-dropdown .select2-search--dropdown{display:none;}.select2-container.select2-container--open .select2-dropdown .select2-results ul li{font-size:14px;padding:10px 16px;}.dark .select2-container.select2-container--open .select2-dropdown .select2-results ul li{color:#f0f0f0;background-color:#272a2f;}.select2-container.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option.select2-results__option--highlighted[aria-selected=false]{color:#04a6cf;background-color:transparent;}.select2-container.select2-container--open .select2-dropdown .select2-results ul li.select2-results__option[aria-selected=true]{background-color:#04a6cf;color:#fff;}.select2-box .select2-container{width:100% !important;display:block;}.filter-title{font-size:16px;line-height:1.6;color:#1c1c1c;white-space:nowrap;background:0 0;border:0;display:inline-block;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.filter-title.active-category a{color:#04a6cf;}.dark .filter-title{color:#f0f0f0;}.dark .filter-title.active-category{color:#04a6cf;}.filter-wrap{display:flex;align-items:center;width:100%;padding-bottom:32px;}@media (max-width:1024px){.filter-wrap{padding-left:0;justify-content:flex-start;padding-bottom:24px;flex-wrap:wrap;}}@media (max-width:767px){.filter-wrap{padding-bottom:16px;}}.filter-wrap .search-container{height:50px;width:50px;position:relative;}@media (max-width:1024px){.filter-wrap .search-container{margin:0;width:100%;}}.filter-wrap .search-box{position:relative;width:50px;margin-left:auto;}@media (max-width:1024px){.filter-wrap .search-box{width:100%;}}@media (max-width:767px){.filter-wrap .search-box{width:100%;}}.filter-wrap .search-box .search-input{transition:width .6s,border-radius .6s,background .6s,box-shadow .6s;width:50px;height:50px;border-radius:50px;border:none;cursor:pointer;background:#000;position:absolute;right:0;top:0;padding-right:50px;color:#fff;font-size:16px;line-height:1.6;}.filter-wrap .search-box .search-input:-webkit-autofill,.filter-wrap .search-box .search-input:-webkit-autofill:hover,.filter-wrap .search-box .search-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff !important;-webkit-box-shadow:0 0 0 1000px #000 inset !important;transition:background-color 5000s ease-in-out 0s !important;}.dark .filter-wrap .search-box .search-input:-webkit-autofill,.dark .filter-wrap .search-box .search-input:-webkit-autofill:hover,.dark .filter-wrap .search-box .search-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #22262b inset !important;}@media (max-width:767px){.filter-wrap .search-box .search-input{height:40px;}}.dark .filter-wrap .search-box .search-input{background:#22262b;}@media (min-width:1025px){.filter-wrap .search-box .search-input:focus{transition:width .6s cubic-bezier(0,1.22,.66,1.39),border-radius .6s,background .6s;border:none;outline:none;box-shadow:none;padding-left:15px;cursor:text;width:300px;border-radius:auto;background:#000;color:#fff;}.dark .filter-wrap .search-box .search-input:focus{background:#22262b;}.filter-wrap .search-box .search-input:focus+.search-submit{pointer-events:inherit;}}@media (max-width:1024px){.filter-wrap .search-box .search-input{width:100%;padding-left:20px;}}.filter-wrap .search-box .search-submit{position:absolute;right:13px;top:13px;background-color:transparent;border:0;pointer-events:none;color:#fff;}@media (max-width:767px){.filter-wrap .search-box .search-submit{top:7px;right:18px;}}.filter-wrap .search-box .search-submit svg{display:block;}.filter-by{display:flex;width:100%;}@media (max-width:1024px){.filter-by{flex-wrap:wrap;flex-direction:column;}}@media (max-width:1024px){.filter-by .search-box{order:1;padding-bottom:20px;}}@media (max-width:1024px){.filter-by .filter-title{order:2;text-align:left;}}.filter-by ul{display:flex;flex-wrap:wrap;align-items:center;}@media (max-width:1024px){.filter-by ul{order:3;width:100%;padding-top:8px;margin:0 -16px;}}@media (max-width:767px){.filter-by ul{width:100%;padding-top:0;margin:0;}}.filter-by ul li{padding-left:30px;font-size:16px;line-height:1.6;}@media (max-width:1360px){.filter-by ul li{padding-left:25px;}}@media (max-width:1200px){.filter-by ul li{padding-left:16px;}}@media (max-width:1100px){.filter-by ul li{padding-left:12px;}}@media (max-width:1024px){.filter-by ul li{font-size:14px;width:50%;padding-left:16px;padding-right:16px;}}@media (max-width:767px){.filter-by ul li{width:100%;padding-left:0;padding-right:0;}}.filter-by ul li select{border:0;}.filter-button-wrap>ul{display:flex;margin:0 -16px;justify-content:center;flex-wrap:wrap;padding-bottom:30px;}.filter-button-wrap>ul>li{padding:0 16px 20px;}.filter-button-wrap>ul>li .filter-button{background-color:transparent;border:0;padding:0 0 14px;border-radius:1px;border-bottom:2px solid transparent;font-size:16px;line-height:1.6;color:#1c1c1c;}.dark .filter-button-wrap>ul>li .filter-button{color:#f0f0f0;}.filter-button-wrap>ul>li .filter-button.is-checked{border-bottom:2px solid #04a6cf;color:#04a6cf;}.dark .filter-button-wrap>ul>li .filter-button.is-checked{color:#04a6cf;border-color:#04a6cf;}.not-found-wrap{padding:50px 16px 0;}@media (max-width:767px){.not-found-wrap{padding:32px 16px 0;}}.not-found-wrap .not-found-box{max-width:994px;margin:0 auto;text-align:center;}.not-found-wrap .not-found-box{padding-bottom:20px;}@media (max-width:767px){.not-found-wrap .not-found-box{padding-bottom:16px;}}.not-found-wrap .not-found-box .h4{padding-bottom:12px;}.dark .not-found-wrap .not-found-box .h4{color:#fff;}.not-found-wrap .not-found{padding-top:20px;}.not-found-wrap .not-found__title{font-size:200px;line-height:1;font-weight:700;color:#000;}@media (max-width:1024px){.not-found-wrap .not-found__title{font-size:120px;}}@media (max-width:767px){.not-found-wrap .not-found__title{font-size:100px;}}.dark .not-found-wrap .not-found__title{color:#f0f0f0;}.not-found-wrap .not-found__subtitle{padding-bottom:45px;color:#000;}@media (max-width:1024px){.not-found-wrap .not-found__subtitle{padding-bottom:32px;}}@media (max-width:767px){.not-found-wrap .not-found__subtitle{padding-bottom:24px;}}.dark .not-found-wrap .not-found__subtitle{color:#e1e1e1;}.not-found-wrap .not-found p{color:#000;}.dark .not-found-wrap .not-found p{color:#e1e1e1;}.not-found-wrap .not-found a{color:#04a6cf;}.not-found-wrap .bottom-img{margin-top:auto;padding-top:20px;}.not-found-wrap .bottom-img img{margin:0 auto;display:block;}.thank-you-wrap{padding:50px 16px 0;}@media (max-width:767px){.thank-you-wrap{padding:32px 16px 0;}}.thank-you-wrap .thank-you-content{max-width:994px;margin:0 auto;text-align:center;}.thank-you-wrap .thank-you-content__title{padding-bottom:40px;}@media (max-width:1024px){.thank-you-wrap .thank-you-content__title{padding-bottom:22px;}}@media (max-width:767px){.thank-you-wrap .thank-you-content__title{padding-bottom:14px;}}.thank-you-wrap .thank-you-content__title .h1{padding-bottom:50px;color:#000;}@media (max-width:1024px){.thank-you-wrap .thank-you-content__title .h1{padding-bottom:40px;}}@media (max-width:767px){.thank-you-wrap .thank-you-content__title .h1{padding-bottom:32px;}}.dark .thank-you-wrap .thank-you-content__title .h1{color:#f0f0f0;}.thank-you-wrap .thank-you-content__title p{color:#757575;}.dark .thank-you-wrap .thank-you-content__title p{color:#e1e1e1;}.thank-you-wrap .thank-you-content__box{max-width:738px;margin:0 auto;padding:28px 20px 36px;box-shadow:0 1px 5px 2px rgba(0,0,0,.1);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;background-color:#fff;}@media (max-width:1024px){.thank-you-wrap .thank-you-content__box{padding:24px 16px;}}.dark .thank-you-wrap .thank-you-content__box{background-color:#101519;box-shadow:0 0 0 1px #272a2f;}.thank-you-wrap .thank-you-content__box p{font-weight:600;color:#000;max-width:600px;margin:0 auto;}.dark .thank-you-wrap .thank-you-content__box p{color:#e8e8e8;}.thank-you-wrap .thank-you-content__box a{color:#04a6cf;}.thank-you-wrap .thank-you-content__img{padding-top:30px;}iframe{border:0;}cite{font-style:normal;}.privacy-content{padding:50px 0;}@media (max-width:767px){.privacy-content{padding:32px 0;}}.privacy-content.blog-detail-wrap{border:0;}.site-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:999999;}.dark .site-loader{background-color:#101519;}#loader{display:grid;place-items:center;width:100%;height:100%;}#loader img{max-width:100px;}#loader img.light{display:block;}#loader img.dark{display:none;}.dark #loader img.light{display:none;}.dark #loader img.dark{display:block;}.h1{font-size:42px;line-height:1.4;font-weight:700;}@media (max-width:1024px){.h1{font-size:36px;line-height:1.2;}}@media (max-width:767px){.h1{font-size:32px;line-height:1.2;}}.h2{font-size:45px;line-height:1.2;font-weight:700;}@media (max-width:1300px){.h2{font-size:38px;}}@media (max-width:1024px){.h2{font-size:32px;}}@media (max-width:767px){.h2{font-size:28px;}}.h3{font-size:36px;line-height:1.5;font-weight:600;}@media (max-width:1024px){.h3{font-size:28px;}}@media (max-width:767px){.h3{font-size:24px;}}.h4{font-size:30px;line-height:1.4;font-weight:600;}@media (max-width:1024px){.h4{font-size:26px;}}@media (max-width:767px){.h4{font-size:24px;line-height:1.3;}}.h5{font-size:27px;line-height:1.7;font-weight:600;}@media (max-width:767px){.h5{font-size:22px;line-height:36px;}}.h6{font-size:24px;line-height:1.5;font-weight:700;}@media (max-width:767px){.h6{font-size:20px;}}.text-small{font-size:16px;line-height:1.6;}.text-ex-small{font-size:14px;line-height:1.56;font-weight:600;}.text-large{font-size:18px;line-height:1.6;}.text-ex-large{font-size:20px;line-height:1.5;}.fw-medium{font-weight:500;}.title-wrap{padding-bottom:30px;}@media (max-width:767px){.title-wrap{padding-bottom:22px;}}.dark .title-wrap .h1,.dark .title-wrap .h2,.dark .title-wrap .h3,.dark .title-wrap .h4,.dark .title-wrap .h5{color:#f0f0f0;}.title-wrap p{padding-top:20px;margin:0;}@media (max-width:767px){.title-wrap p{padding-top:16px;}}.breadcrumb-item{display:flex;}.breadcrumb-item:not(:last-child){padding-right:20px;}.breadcrumb-item::before{padding-right:20px !important;flex-shrink:0;}.btn{font-size:16px;line-height:28px;font-weight:700;box-shadow:none;box-shadow:0 20px 20px rgba(0,0,0,.1);position:relative;border:0;z-index:1;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-webkit-box-shadow:0 20px 20px rgba(0,0,0,.1);-moz-box-shadow:0 20px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.btn:focus,.btn:hover,.btn:active{box-shadow:none;}.btn:focus:focus,.btn:hover:focus,.btn:active:focus{box-shadow:none;}.btn.btn-outline-dark{border:2px solid #000;box-shadow:none;background:0 0;padding-top:10px;padding-bottom:10px;}.dark .btn.btn-outline-dark{color:#04a6cf;border-color:#04a6cf;}.btn.btn-outline-dark:hover,.btn.btn-outline-dark:focus,.btn.btn-outline-dark:active{color:#fff;background:#000;}.dark .btn.btn-outline-dark:hover,.dark .btn.btn-outline-dark:focus,.dark .btn.btn-outline-dark:active{color:#fff;background:#04a6cf;border-color:#04a6cf;}.btn.btn-lg{padding:22px 52px;font-size:20px;}@media (max-width:1024px){.btn.btn-lg{padding:18px 32px;}}.btn.btn-sm{font-size:14px;}.btn.btn-xs{padding:4px 18px;font-size:12px;}.btn.btn-xs.btn-txt-icon i{font-size:16px;}.btn.d-block,.btn.btn-block{width:100%;text-align:center;}@media (max-width:767px){.btn.btn-md-block{width:100%;text-align:center;}}.btn.btn-secondary{background-color:#04a6cf;color:#fff;}.btn.btn-secondary:hover{background-color:#27c0ea;}.btn.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;line-height:1;font-size:20px;}.btn.btn-icon.btn-sm{width:36px;height:36px;font-size:18px;}.btn.btn-icon.btn-xs{width:30px;height:30px;font-size:16px;}.btn.btn-no-arrow:after{display:none;}.btn.btn-primary{color:#fff;}.btn.btn-secondary{color:#fff;}.btn.btn-success{color:#fff;}.btn.btn-txt-icon{display:inline-flex;align-items:center;justify-content:center;}.btn.btn-txt-icon i{font-size:18px;line-height:1;margin-right:8px;}.btn.btn-txt-icon i:before{display:block;}.btn.btn-txt-icon.btn-icon-right i{margin-left:8px;margin-right:0;}.btn.btn-rounded{border-radius:48px;-webkit-border-radius:48px;-moz-border-radius:48px;}.btn.btn-flate{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;}.btn.btn-dark:hover{background:#04a6cf;color:#fff;}.dark .btn.btn-dark{background-color:#04a6cf;color:#fff;}.dark .btn.btn-dark:hover{color:#04a6cf;background:#fff;}.btn.btn-link{text-decoration:none;color:#04a6cf;padding:0;background:0 0;box-shadow:none;border-radius:0;display:inline-flex;align-items:center;}.dark .btn.btn-link{color:#04a6cf;}.btn.btn-link .btn__arrow{margin-left:10px;flex-shrink:0;width:32px;height:32px;border:2px solid transparent;position:relative;border-radius:10px;overflow:hidden;transition:border .5s ease-in-out,border-radius .5s ease-in-out;}.btn.btn-link .btn__arrow__angle{position:absolute;width:6px;height:11px;top:50%;margin-top:-5px;}.btn.btn-link .btn__arrow__angle:nth-child(1){left:10px;}.btn.btn-link .btn__arrow__angle:nth-child(2){left:16px;}.btn.btn-link .btn__arrow__angle:before,.btn.btn-link .btn__arrow__angle:after{content:"";width:9px;height:2px;background:currentColor;border-radius:10px;position:absolute;}.btn.btn-link .btn__arrow__angle:before{right:0;top:2px;transform:rotate(45deg);}.btn.btn-link .btn__arrow__angle:after{right:0;bottom:2px;transform:rotate(-45deg);}.btn.btn-link .btn__arrow--active{border-radius:100%;border-color:#04a6cf;}.btn.btn-link--icon-start .btn__arrow{transform:scale(-1);margin-right:10px;margin-left:0;}.btn.btn-link:hover{color:#04a6cf;}.btn.btn-link:hover .btn__arrow{border-color:#04a6cf;border-radius:100%;}.btn.btn-link:hover .btn__arrow.arrow-border-white{border-color:#fff;}.btn.btn-link:hover .btn__arrow__angle:nth-child(1){animation-name:bounceAlpha;animation-duration:1.4s;animation-delay:.2s;animation-iteration-count:infinite;animation-timing-function:linear;}.btn.btn-link:hover .btn__arrow__angle:nth-child(2){animation-name:bounceAlpha;animation-duration:1.4s;animation-iteration-count:infinite;animation-timing-function:linear;}@media (max-width:767px){.btn.btn-md-block{display:block;}}.btn-line-animate{display:inline-flex;padding:4px;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}.btn-line-animate .btn{border-radius:0;}.btn-line-animate .btn.btn-dark:after{border-radius:0;}@media (max-width:1024px){.btn-line-animate{display:block;}}@keyframes gradient{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}@keyframes bounceAlpha{0%{opacity:1;transform:translateX(0px) scale(1);}25%{opacity:0;transform:translateX(10px) scale(.9);}26%{opacity:0;transform:translateX(-10px) scale(.9);}55%{opacity:1;transform:translateX(0px) scale(1);}}.slider-actions__arrow{display:flex;align-items:center;justify-content:center;margin:0 -10px;}@media (max-width:1024px){.slider-actions__arrow{justify-content:flex-start;}}.slider-actions__arrow .slider-action-arrow{padding:0 10px;}.slider-actions__arrow .slider-action-arrow.swiper-button-disabled{opacity:.5;pointer-events:none;}.form-check{padding-left:30px;min-height:20px;}.form-check .form-check-input{margin-left:-30px;}.form-check-input{width:20px;height:20px;border-color:#bfbfbf;margin-top:0;box-shadow:none;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.form-check-input:hover{border:1px solid #009093;box-shadow:inset 0 0 0 1px #009093;-webkit-box-shadow:inset 0 0 0 1px #009093;-moz-box-shadow:inset 0 0 0 1px #009093;}.form-check-input:checked:focus{border:1px solid #009093;}.form-check-input:focus{box-shadow:none;border:1px solid #bfbfbf;}.form-check-input:focus:hover{box-shadow:inset 0 0 0 1px #009093;-webkit-box-shadow:inset 0 0 0 1px #009093;-moz-box-shadow:inset 0 0 0 1px #009093;}.form-check-input.secondary-checkbox:hover{border:1px solid #04a6cf;box-shadow:inset 0 0 0 1px #04a6cf;-webkit-box-shadow:inset 0 0 0 1px #04a6cf;-moz-box-shadow:inset 0 0 0 1px #04a6cf;}.form-check-input.secondary-checkbox:checked{background-color:#04a6cf;border-color:#04a6cf;}.form-check-input.secondary-checkbox:checked:focus{border:1px solid #04a6cf;}.form-check-input.secondary-checkbox:focus{box-shadow:none;border:1px solid #bfbfbf;}.form-check-input.secondary-checkbox:focus:hover{box-shadow:inset 0 0 0 1px #04a6cf;-webkit-box-shadow:inset 0 0 0 1px #04a6cf;-moz-box-shadow:inset 0 0 0 1px #04a6cf;}.form-check-input.skyblue-checkbox:hover{border:1px solid #53d8fb;box-shadow:inset 0 0 0 1px #53d8fb;-webkit-box-shadow:inset 0 0 0 1px #53d8fb;-moz-box-shadow:inset 0 0 0 1px #53d8fb;}.form-check-input.skyblue-checkbox:checked{background-color:#53d8fb;border-color:#53d8fb;}.form-check-input.skyblue-checkbox:checked:focus{border:1px solid #53d8fb;}.form-check-input.skyblue-checkbox:focus{box-shadow:none;border:1px solid #bfbfbf;}.form-check-input.skyblue-checkbox:focus:hover{box-shadow:inset 0 0 0 1px #53d8fb;-webkit-box-shadow:inset 0 0 0 1px #53d8fb;-moz-box-shadow:inset 0 0 0 1px #53d8fb;}.form-check-input[type=checkbox]{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}.form-check-label{font-size:14px;color:#888;}.form-check-label a{color:#04a6cf;font-weight:700;}.form-wrap .form-group{margin-bottom:30px;position:relative;}.form-wrap .form-group .wpcf7-not-valid-tip{position:absolute;bottom:-20px;left:20px;font-size:14px;line-height:20px;color:#f35151;}.form-wrap .form-group .wpcf7-form-control-wrap{position:initial;}.form-wrap .form-label{font-size:16px;font-weight:500;line-height:1.625;color:#000;margin-bottom:10px;padding-left:20px;}.dark .form-wrap .form-label{color:#f0f0f0;}.form-wrap .form-control{height:60px;width:100%;padding:17px 20px;border:1px solid #f0f0f0;font-size:16px;font-weight:500;color:#000;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.form-wrap .form-control::-webkit-input-placeholder{color:#a7a7a7;}.form-wrap .form-control:-moz-placeholder{color:#a7a7a7;}.form-wrap .form-control::-moz-placeholder{color:#a7a7a7;}.form-wrap .form-control:-ms-input-placeholder{color:#a7a7a7;}@media (max-width:767px){.form-wrap .form-control{height:50px;font-size:14px;padding:10px 20px;}}.dark .form-wrap .form-control{background-color:#101519;border-color:#272a2f;color:#e1e1e1;}.form-wrap .form-control:focus{border:1px solid #04a6cf;box-shadow:none;}.dark .form-wrap .form-control:focus{border-color:#04a6cf;}.form-wrap .form-control.invalid{border:1px solid #dc3545;box-shadow:inset 0 0 0 1px #dc3545;-webkit-box-shadow:inset 0 0 0 1px #dc3545;-moz-box-shadow:inset 0 0 0 1px #dc3545;}.form-wrap .form-control[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;}.form-wrap textarea.form-control{height:148px;padding-top:15px;}.form-wrap select.form-control{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxNCAxNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIuNzk1MiAzLjM1MjU4TDcuMDAwNjcgOS4xNDg1NEwxLjIwNjExIDMuMzUxODhDMC45Mjk4NDEgMy4wNzU2MiAwLjQ4Mjk0MyAzLjA3NTYyIDAuMjA2Njc3IDMuMzUxODhDLTAuMDY4ODkyMiAzLjYyODE1IC0wLjA2ODg5MjIgNC4wNzU3NSAwLjIwNjY3NyA0LjM1MjAxTDYuNTAwNjMgMTAuNjQ4MUM2Ljc3NjIgMTAuOTI0MyA3LjIyMzggMTAuOTI0MyA3LjQ5OTM3IDEwLjY0ODFMMTMuNzkzMyA0LjM1MjA3QzE0LjA2ODkgNC4wNzU4IDE0LjA2ODkgMy42Mjc1MSAxMy43OTMzIDMuMzUxMjRDMTMuNTE4NSAzLjA3NjMxIDEzLjA3MDggMy4wNzYzMSAxMi43OTUyIDMuMzUyNThaJyBmaWxsPScjNUE1QzY5Jy8+PC9zdmc+Cg==");background-position:center right 15px;background-repeat:no-repeat;}.form-wrap select.form-control.nitro-lazy{background-image:none !important;}.form-wrap .form-text{font-size:15px;font-weight:400;color:#4c4c4c;}.form-wrap .form-text a{color:#009093;text-decoration:underline;display:inline;font-weight:500;}.form-wrap .form-action{padding-top:15px;}.form-wrap .form-invalid-feedback{color:#dc3545;font-size:14px;padding:10px 0;font-weight:500;}.form-wrap .input-group__item{position:relative;}.form-wrap .input-group__item.prepend .form-control{padding-left:60px;}.form-wrap .input-group__item.prepend .prepend__item{position:absolute;left:0;top:0;width:54px;height:54px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:0 0;color:#757575;}.form-wrap .input-group__item.prepend .prepend__item svg{width:18px;height:18px;}.form-wrap .submitting .form-footer .btn::after{content:"";width:16px;height:16px;border-width:2px;border:2px solid currentColor;border-right-color:transparent;border-radius:100%;animation:.75s linear infinite spinner;display:inline-block;margin-left:8px;vertical-align:middle;}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none;}.form-block{padding:30px;background-color:#f4f4f4;box-shadow:0 1px 5px 2px rgba(0,0,0,.1);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}@media (max-width:1024px){.form-block{padding:24px;}}@media (max-width:767px){.form-block{padding:30px 16px;}}.dark .form-block{background-color:#272a2f;box-shadow:0 1px 5px 2px rgba(255,255,255,.1);}.form-block .select-box{padding:17px 20px;background-color:#fff;border:1px solid #f0f0f0;}.dark .form-block .select-box{background-color:#272a2f;border-color:#22262b;}.form-block .h6{padding-bottom:20px;}.form-block .select2-container--default{width:100% !important;}.form-block .select2-container--default .select2-selection--single{padding:17px 20px;border:1px solid #f0f0f0;height:60px;}.form-block .select2-container--default .select2-selection--single:focus{border-color:#04a6cf;}@media (max-width:767px){.form-block .select2-container--default .select2-selection--single{height:50px;padding:10px 20px;}}.dark .form-block .select2-container--default .select2-selection--single{background-color:#101519;border-color:#272a2f;color:#e1e1e1;}.form-block .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:16px;line-height:1.625;color:#a7a7a7;padding-left:0;}.dark .form-block .select2-container--default .select2-selection--single .select2-selection__rendered{color:#f0f0f0;}@media (max-width:767px){.form-block .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:14px;}}.form-block .select2-container--default .select2-selection--single .select2-selection__arrow{right:20px;}.form-footer{display:flex;flex-wrap:wrap;margin:0 -16px;padding-top:40px;}@media (max-width:1024px){.form-footer{padding-top:32px;}}@media (max-width:767px){.form-footer{padding-top:24px;}}.form-footer .file-upload{width:50%;padding:0 16px;}@media (max-width:1400px){.form-footer .file-upload{width:100%;padding-bottom:24px;}}.form-footer .captcha-submit{width:50%;padding:0 16px;display:flex;justify-content:flex-end;flex-wrap:wrap;}@media (max-width:1400px){.form-footer .captcha-submit{width:100%;justify-content:space-between;padding-top:20px;}}.form-footer .captcha-submit .cta{padding-left:40px;}@media (max-width:1200px){.form-footer .captcha-submit .cta{padding-left:20px;}}@media (max-width:675px){.form-footer .captcha-submit .cta{padding-left:0;width:100%;padding-top:24px;}}@media (min-width:1025px){.kwt-file{margin:-35px -25px;}}.kwt-file__drop-area{position:relative;display:flex;align-items:center;width:100%;transition:.3s;}@media (min-width:1025px){.kwt-file__drop-area{padding:35px 25px;}}.kwt-file__drop-area.is-active{background-color:transparent;}.kwt-file__choose-file{flex-shrink:0;background-color:#fff;border-radius:100%;margin-right:10px;color:#04a6cf;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;}.dark .kwt-file__choose-file{background-color:#101519;}.kwt-file__choose-file.kwt-file_btn-text{border-radius:4px;width:auto;height:auto;padding:10px 20px;font-size:14px;}.kwt-file__choose-file svg{width:24px;height:24px;display:block;}.kwt-file__msg{font-size:16px;font-weight:400;line-height:1.4;cursor:pointer;}@media (max-width:767px){.kwt-file__msg{font-size:14px;}}.kwt-file__msg span{color:#04a6cf;}.kwt-file__input{position:absolute;left:0;top:0;height:100%;width:100%;cursor:pointer;opacity:0;}.kwt-file__input:focus{outline:none;}.kwt-file__delete{display:none;position:absolute;right:10px;width:18px;height:18px;cursor:pointer;}.kwt-file__delete:before{content:"";position:absolute;left:0;transition:.3s;top:0;z-index:1;width:100%;height:100%;background-size:cover;background-image:url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyBmaWxsPScjOWUxYjFmJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0MzguNSA0MzguNSc+PHBhdGggZD0nTTQxNy43IDc1LjdBOC45IDguOSAwIDAwNDExIDczSDMyM2wtMjAtNDcuN2MtMi44LTctOC0xMy0xNS40LTE4UzI3Mi41IDAgMjY0LjkgMGgtOTEuM0MxNjYgMCAxNTguNSAyLjUgMTUxIDcuNGMtNy40IDUtMTIuNSAxMS0xNS40IDE4bC0yMCA0Ny43SDI3LjRhOSA5IDAgMDAtNi42IDIuNiA5IDkgMCAwMC0yLjUgNi41djE4LjNjMCAyLjcuOCA0LjggMi41IDYuNmE4LjkgOC45IDAgMDA2LjYgMi41aDI3LjR2MjcxLjhjMCAxNS44IDQuNSAyOS4zIDEzLjQgNDAuNGE0MC4yIDQwLjIgMCAwMDMyLjMgMTYuN0gzMzhjMTIuNiAwIDIzLjQtNS43IDMyLjMtMTcuMmE2NC44IDY0LjggMCAwMDEzLjQtNDFWMTA5LjZoMjcuNGMyLjcgMCA0LjktLjggNi42LTIuNWE4LjkgOC45IDAgMDAyLjYtNi42VjgyLjJhOSA5IDAgMDAtMi42LTYuNXptLTI0OC40LTM2YTggOCAwIDAxNC45LTMuMmg5MC41YTggOCAwIDAxNC44IDMuMkwyODMuMiA3M0gxNTUuM2wxNC0zMy40em0xNzcuOSAzNDAuNmEzMi40IDMyLjQgMCAwMS02LjIgMTkuM2MtMS40IDEuNi0yLjQgMi40LTMgMi40SDEwMC41Yy0uNiAwLTEuNi0uOC0zLTIuNGEzMi41IDMyLjUgMCAwMS02LjEtMTkuM1YxMDkuNmgyNTUuOHYyNzAuN3onLz48cGF0aCBkPSdNMTM3IDM0Ny4yaDE4LjNjMi43IDAgNC45LS45IDYuNi0yLjZhOSA5IDAgMDAyLjUtNi42VjE3My42YTkgOSAwIDAwLTIuNS02LjYgOC45IDguOSAwIDAwLTYuNi0yLjZIMTM3Yy0yLjYgMC00LjguOS02LjUgMi42YTguOSA4LjkgMCAwMC0yLjYgNi42VjMzOGMwIDIuNy45IDQuOSAyLjYgNi42YTguOSA4LjkgMCAwMDYuNSAyLjZ6TTIxMC4xIDM0Ny4yaDE4LjNhOC45IDguOSAwIDAwOS4xLTkuMVYxNzMuNWMwLTIuNy0uOC00LjktMi41LTYuNmE4LjkgOC45IDAgMDAtNi42LTIuNmgtMTguM2E4LjkgOC45IDAgMDAtOS4xIDkuMVYzMzhhOC45IDguOSAwIDAwOS4xIDkuMXpNMjgzLjIgMzQ3LjJoMTguM2MyLjcgMCA0LjgtLjkgNi42LTIuNmE4LjkgOC45IDAgMDAyLjUtNi42VjE3My42YzAtMi43LS44LTQuOS0yLjUtNi42YTguOSA4LjkgMCAwMC02LjYtMi42aC0xOC4zYTkgOSAwIDAwLTYuNiAyLjYgOC45IDguOSAwIDAwLTIuNSA2LjZWMzM4YTkgOSAwIDAwMi41IDYuNiA5IDkgMCAwMDYuNiAyLjZ6Jy8+PC9zdmc+");}.kwt-file__delete:after{content:"";position:absolute;opacity:0;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%) scale(0);background-color:#1d3557;border-radius:50%;transition:.3s;}.kwt-file__delete:hover:after{transform:translate(-50%,-50%) scale(2.2);opacity:.1;}.form-check .form-check-input{margin-top:5px;background-color:#fafafa;border-color:#a7a7a7;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .form-check .form-check-input{background-color:#101519;border-color:#e1e1e1;}.form-check .form-check-input:checked{background-color:transparent;}.form-check .form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTUnIHZpZXdCb3g9JzAgMCAxNCAxNScgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIuMjQ3OCA1LjY0NDUzTDMuNTYzMzggMTEuODY1MUwxLjQyNTQ5IDcuODYyODQnIHN0cm9rZT0nIzA0QTZDRicgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4K");border-color:#04a6cf;background-position:center center;background-size:12px 14px;}.form-check .form-check-input:checked[type=checkbox].nitro-lazy{background-image:none !important;}.form-check .form-check-input:hover{box-shadow:none;}.dark .form-check .form-check-label{color:#e1e1e1;}.form-check-label a{font-weight:inherit;}.form-check>p{display:inline-flex;align-items:flex-start;}.form-check .wpcf7-list-item{display:block;margin:0;}.subscribe-form .wpcf7-spinner{display:none;}@media (min-width:768px){.job-apply-form form .wpcf7-spinner{position:absolute;left:-70px;top:15px;}}.job-apply-form .form-footer .cta p{display:inline-block;position:relative;}.dark form .wpcf7-spinner{background-color:#04a6cf;}form .wpcf7-response-output{display:none;}@media (min-width:768px){.download-detail-content form .wpcf7-spinner{position:absolute;left:-70px;top:15px;}}.download-detail-content form .form-footer .cta p{display:inline-block;position:relative;}.form-note{color:#bfbfbf;font-size:16px;}.form-note a{color:#04a6cf;}@keyframes spinner{100%{transform:rotate(360deg);}}.cta-wrap{padding:50px 0;}@media (max-width:767px){.cta-wrap{padding:32px 0;}}.cta-wrap .cta-content .h2{padding-bottom:20px;}@media (max-width:767px){.cta-wrap .cta-content .h2{padding-bottom:16px;}}.cta-wrap .cta-content .cta{padding-top:20px;}@media (max-width:767px){.cta-wrap .cta-content .cta{padding-top:16px;}}@media (max-width:1024px){.cta-wrap .cta-image{display:none;}}.transform-cta-wrap{padding:50px 0;}@media (max-width:767px){.transform-cta-wrap{padding:32px 0;}}.transform-cta-wrap .transform-box{background-color:#fff;background-image:url("https://niqatweb.com/wp-content/themes/niqat-theme/assets/assets/images/cta-bg.png");background-repeat:no-repeat;background-position:right bottom;box-shadow:0 -2px 6px -3px rgba(0,0,0,.2),0 4px 6px rgba(33,37,41,.2);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;padding:50px 130px;display:flex;align-items:center;justify-content:space-between;position:relative;}.transform-cta-wrap .transform-box.nitro-lazy{background-image:none !important;}@media (max-width:1100px){.transform-cta-wrap .transform-box{padding:32px;}}@media (max-width:767px){.transform-cta-wrap .transform-box{display:block;padding:24px;background-image:none;}.transform-cta-wrap .transform-box.nitro-lazy{background-image:none !important;}}.transform-cta-wrap .transform-box.color-border::after{content:"";position:absolute;left:0;top:0;background:#20fe94;background:-moz-linear-gradient(90deg,#20fe94 47%,#00bbfe 63%,#00bbfe 100%);background:-webkit-linear-gradient(90deg,#20fe94 47%,#00bbfe 63%,#00bbfe 100%);background:linear-gradient(90deg,#20fe94 47%,#00bbfe 63%,#00bbfe 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#20fe94",endColorstr="#00bbfe",GradientType=1);right:0;bottom:0;z-index:-1;margin:-3px;border-radius:13px;}.dark .transform-cta-wrap .transform-box{background-color:#101519;box-shadow:none;border:1px solid #22262b;}.transform-cta-wrap .transform-box .cta-content{max-width:865px;}@media (max-width:1024px){.transform-cta-wrap .transform-box .cta-content{max-width:605px;}}@media (max-width:767px){.transform-cta-wrap .transform-box .cta-content .h3{text-align:center;}}@media (max-width:767px){.transform-cta-wrap .transform-box .cta-content{max-width:100%;padding-bottom:24px;}}.transform-cta-wrap .transform-box .cta{flex-shrink:0;margin-left:24px;}@media (max-width:767px){.transform-cta-wrap .transform-box .cta{margin-left:0;}.transform-cta-wrap .transform-box .cta .btn{width:100%;display:block;}}.cta-guide{padding:50px 0;}@media (max-width:767px){.cta-guide{padding:32px 0;}}.guide-box{background-color:#fafafa;background-image:url("https://niqatweb.com/wp-content/themes/niqat-theme/assets/assets/images/cta-bg.png");background-repeat:no-repeat;background-position:right bottom;box-shadow:0 -2px 6px -3px rgba(0,0,0,.2),0 4px 6px rgba(33,37,41,.2);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;padding:0 279px 0 130px;display:flex;align-items:center;justify-content:space-between;}.guide-box.nitro-lazy{background-image:none !important;}@media (max-width:1400px){.guide-box{padding:0 40px;}}@media (max-width:767px){.guide-box{flex-direction:column-reverse;padding:0 24px;background-image:none;}.guide-box.nitro-lazy{background-image:none !important;}}.dark .guide-box{background-color:#101519;}.guide-box .guide-content{max-width:865px;padding:40px 10px 40px 0;}@media (max-width:767px){.guide-box .guide-content{max-width:100%;text-align:center;padding:0 0 24px;}}.guide-box .guide-content .h4{padding-bottom:20px;}@media (max-width:767px){.guide-box .guide-content .h4{text-align:center;}}.guide-box .guide-content .btn{margin-top:20px;}.guide-box .guide-book{flex-shrink:0;padding-bottom:40px;}@media (max-width:767px){.guide-box .guide-book{padding-top:24px;text-align:center;}}.guide-box .guide-book img{box-shadow:0 4px 34px rgba(164,164,164,.5);margin-top:-46px;}.dark .guide-box .guide-book img{box-shadow:0 4px 34px rgba(0,0,0,.5);}@media (max-width:767px){.guide-box .guide-book img{margin-top:0 !important;}}.lets-talk-wrap{padding:50px 0;}.lets-talk-wrap .background-cta{display:grid;place-items:center;background-size:cover;background-position:left;background-repeat:no-repeat;min-height:624px;}@media (max-width:767px){.lets-talk-wrap .background-cta{background-image:none !important;}.lets-talk-wrap .background-cta.nitro-lazy{background-image:none !important;}}.lets-talk-wrap .background-cta .row{width:100%;}@media (max-width:767px){.lets-talk-wrap{padding:32px 0;}}.lets-talk-wrap .cta{padding-top:30px;}@media (max-width:767px){.lets-talk-wrap .cta{padding-top:24px;}}.lets-talk-wrap .ltes-talk-img{text-align:center;padding-bottom:24px;}@media (min-width:768px){.lets-talk-wrap .ltes-talk-img{display:none;}}.dark .lets-talk-wrap .h1{color:#f0f0f0;}.call-to-action{padding:100px 0;display:block;border-top:2px solid #f4f4f4;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}@media (max-width:1023px){.call-to-action{padding:72px 0;}}@media (max-width:1023px){.call-to-action{padding:56px 0;}}.dark .call-to-action{color:#fff;border-color:#22262b;}.call-to-action:hover{background:#04a6cf;color:#fff;}.call-to-action:hover .cta{color:#fff;}.call-to-action .container{max-width:1026px;padding:0 16px;}.call-to-action .call-cta{display:flex;align-items:center;margin:0 -16px;}@media (max-width:767px){.call-to-action .call-cta{flex-wrap:wrap;}}.call-to-action .call-cta__content{width:100%;padding:0 16px;}@media (max-width:767px){.call-to-action .call-cta__content{width:100% !important;text-align:center;}}.call-to-action .call-cta .cta{flex-shrink:0;padding:0 16px;}@media (max-width:767px){.call-to-action .call-cta .cta{width:100% !important;padding-top:24px !important;justify-content:center;}}.call-to-action .cta:hover{color:#fff;}.call-to-action .cta{padding-left:65px;}.call-to-action-with-bg-wrap{padding:50px 0;}@media (max-width:767px){.call-to-action-with-bg-wrap{padding:32px 0;}}.call-to-action-with-bg-wrap .call-cta{background-color:#fafafa;text-align:center;overflow:hidden;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}.dark .call-to-action-with-bg-wrap .call-cta{background-color:#101519;border:1px solid #22262b;}.call-to-action-with-bg-wrap .call-cta__content{padding:110px 0 67px;}@media (max-width:1024px){.call-to-action-with-bg-wrap .call-cta__content{padding:64px 0 56px;}}@media (max-width:767px){.call-to-action-with-bg-wrap .call-cta__content{padding:32px 10px;}}.call-to-action-with-bg-wrap .call-cta__content .h2{padding-bottom:20px;}@media (max-width:767px){.call-to-action-with-bg-wrap .call-cta__content .h2{padding-bottom:16px;}}.dark .call-to-action-with-bg-wrap .call-cta__content .h2{color:#f0f0f0;}.call-to-action-with-bg-wrap .call-cta__content .cta{padding-top:20px;}.call-to-action-with-bg-wrap .call-cta__img picture,.call-to-action-with-bg-wrap .call-cta__img img{width:100%;}.cta-without-box-wrap{padding:50px 0;}@media (max-width:767px){.cta-without-box-wrap{padding:32px 0;}}.cta-without-box-wrap .cta-without-box{max-width:994px;margin:0 auto;text-align:center;}.cta-without-box-wrap .cta{padding-top:30px;}@media (max-width:767px){.cta-without-box-wrap .cta{padding-top:24px;}}.footer-wrap{background-color:#fafafa;font-size:16px;line-height:26px;border-top:1px solid #f4f4f4;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}@media (max-width:1199px){.footer-wrap{font-size:14px;line-height:24px;}}.dark .footer-wrap{background-color:#101519;border-color:#22262b;}.dark .footer-wrap:hover{color:#04a6cf;}.footer-wrap .footer-top{padding:60px 0 40px;}@media (max-width:767px){.footer-wrap .footer-top{padding:30px 0 10px;}}@media (max-width:1199px){.footer-wrap .footer-top .footer-logo-wrap{display:flex;flex-wrap:nowrap;padding-bottom:40px;align-items:center;}}@media (max-width:767px){.footer-wrap .footer-top .footer-logo-wrap{padding-bottom:30px;}}.footer-wrap .footer-top .footer-logo-wrap .logo a{display:inline-block;}@media (max-width:1199px){.footer-wrap .footer-top .footer-logo-wrap .logo a{display:block;}}.footer-wrap .footer-top .footer-logo-wrap .logo a svg{display:block;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}@media (max-width:767px){.footer-wrap .footer-top .footer-logo-wrap .logo a svg{max-width:150px;width:100%;display:block;height:auto;}}.footer-wrap .footer-top .footer-logo-wrap .logo a svg path{fill:#000;}.dark .footer-wrap .footer-top .footer-logo-wrap .logo a svg path{fill:#e8e8e8;}.footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo{padding-top:40px;}@media (max-width:1199px){.footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo{padding-top:0;padding-left:32px;}}.footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo .vip-logo a{display:block;}.footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo .vip-logo a svg{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}@media (max-width:767px){.footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo .vip-logo a svg{max-width:150px;width:100%;height:auto;display:block;}}.footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo .vip-logo a svg path{fill:#000;}.dark .footer-wrap .footer-top .footer-logo-wrap .wp-vip-logo .vip-logo a svg path{fill:#e8e8e8;}.footer-wrap .accordion{display:flex;flex-wrap:wrap;margin:0 -16px;}.footer-wrap .accordion .accordion-item{width:25%;padding:0 16px;background-color:transparent;color:#fff;border:0;border-radius:0;}@media (min-width:768px){.footer-wrap .accordion .accordion-item .collapse:not(.show){display:block;}}@media (max-width:767px){.footer-wrap .accordion .accordion-item{width:100%;}}.footer-wrap .accordion .accordion-item .accordion-button{background-color:transparent;border-radius:0;color:#000;padding:0;font-size:20px;line-height:30px;font-weight:600;box-shadow:none;padding-bottom:20px;}@media (min-width:768px){.footer-wrap .accordion .accordion-item .accordion-button{pointer-events:none;}.footer-wrap .accordion .accordion-item .accordion-button svg{display:none;}}@media (max-width:1100px){.footer-wrap .accordion .accordion-item .accordion-button{font-size:18px;line-height:28px;}}@media (max-width:767px){.footer-wrap .accordion .accordion-item .accordion-button{display:flex;justify-content:space-between;font-size:16px;line-height:24px;}}.dark .footer-wrap .accordion .accordion-item .accordion-button{color:#bfbfbf;}.footer-wrap .accordion .accordion-item .accordion-button::after{display:none;}.footer-wrap .accordion .accordion-item .accordion-button svg{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.footer-wrap .accordion .accordion-item .accordion-button:not(.collapsed){color:#04a6cf;}.footer-wrap .accordion .accordion-item .accordion-button:not(.collapsed) svg{transform:rotate(180deg);}.footer-wrap .accordion .accordion-item .accordion-body{padding:0;}@media (max-width:767px){.footer-wrap .accordion .accordion-item .accordion-body{padding-bottom:24px;}}.footer-wrap .accordion .accordion-item .accordion-body ul li{display:flex;padding-bottom:10px;}.footer-wrap .accordion .accordion-item .accordion-body ul li a{color:#757575;display:inline-block;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.footer-wrap .accordion .accordion-item .accordion-body ul li a:hover{color:#04a6cf;}.dark .footer-wrap .accordion .accordion-item .accordion-body ul li a{color:#888;}.dark .footer-wrap .accordion .accordion-item .accordion-body ul li a:hover{color:#04a6cf;}.footer-wrap .copyright-text{text-align:center;color:#000;}@media (max-width:1650px){.footer-wrap .copyright-text{text-align:right;}}.dark .footer-wrap .copyright-text{color:#a7a7a7;}.footer-wrap .copyright-text a{color:#000;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.footer-wrap .copyright-text a:hover{color:#04a6cf;}.dark .footer-wrap .copyright-text a{color:#a7a7a7;}.dark .footer-wrap .copyright-text a:hover{color:#04a6cf;}.footer-wrap .get-in-touch{padding:40px 0 8px;border-top:1px solid #f4f4f4;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .footer-wrap .get-in-touch{border-color:#22262b;}@media (max-width:767px){.footer-wrap .get-in-touch{padding-top:30px;}}.footer-wrap .get-in-touch__title{color:#000;padding-bottom:40px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.dark .footer-wrap .get-in-touch__title{color:#fff;}@media (max-width:767px){.footer-wrap .get-in-touch__title{padding-bottom:24px;}}.footer-wrap .get-in-touch .accordion-item{width:16.66%;padding-bottom:32px;}@media (max-width:1199px){.footer-wrap .get-in-touch .accordion-item{width:33.33%;}}@media (max-width:767px){.footer-wrap .get-in-touch .accordion-item{width:100%;padding-bottom:0;}}.footer-wrap .privacy-policy{padding:40px 0;border-top:1px solid #f4f4f4;}.dark .footer-wrap .privacy-policy{border-color:#22262b;}@media (max-width:767px){.footer-wrap .privacy-policy{padding:30px 0;}}.footer-wrap .privacy-policy .row{align-items:center;}.footer-wrap .privacy-policy ul{display:flex;flex-wrap:wrap;}@media (max-width:767px){.footer-wrap .privacy-policy ul{justify-content:center;}}.footer-wrap .privacy-policy ul li:not(:last-child){padding-right:20px;}@media (max-width:1199px){.footer-wrap .privacy-policy ul li:not(:last-child){padding-right:10px;}}.footer-wrap .privacy-policy ul li a{color:#000;display:inline-block;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;}.footer-wrap .privacy-policy ul li a:hover{color:#04a6cf;}.dark .footer-wrap .privacy-policy ul li a{color:#a7a7a7;}.dark .footer-wrap .privacy-policy ul li a:hover{color:#04a6cf;}.footer-wrap .privacy-policy .footer-bottom{display:flex;margin:0 -16px;flex-wrap:wrap;}.footer-wrap .privacy-policy .footer-bottom .privacy-menu,.footer-wrap .privacy-policy .footer-bottom .copyright-wrap,.footer-wrap .privacy-policy .footer-bottom .footer-social{width:33.33%;padding-left:16px;padding-right:16px;}@media (max-width:1100px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu,.footer-wrap .privacy-policy .footer-bottom .copyright-wrap,.footer-wrap .privacy-policy .footer-bottom .footer-social{width:50%;}}@media (max-width:767px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu,.footer-wrap .privacy-policy .footer-bottom .copyright-wrap,.footer-wrap .privacy-policy .footer-bottom .footer-social{width:100%;text-align:center;}}@media (max-width:1650px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu{width:50%;order:2;}}@media (max-width:1100px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu{order:1;width:100%;padding-bottom:24px;}}@media (max-width:767px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu{padding-bottom:10px;}}@media (max-width:1100px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu ul{justify-content:center;}}.footer-wrap .privacy-policy .footer-bottom .privacy-menu ul li{position:relative;margin-right:20px;}@media (max-width:1199px){.footer-wrap .privacy-policy .footer-bottom .privacy-menu ul li{margin-right:10px;}}.footer-wrap .privacy-policy .footer-bottom .privacy-menu ul li:not(:last-child)::after{content:"";position:absolute;right:0;top:0;height:100%;width:2px;background:#1c1c1c;}.dark .footer-wrap .privacy-policy .footer-bottom .privacy-menu ul li:not(:last-child)::after{background:#22262b;}@media (max-width:1650px){.footer-wrap .privacy-policy .footer-bottom .footer-social{width:100%;order:1;padding-bottom:16px;}}@media (max-width:1100px){.footer-wrap .privacy-policy .footer-bottom .footer-social{order:2;}}.footer-wrap .privacy-policy .footer-bottom .footer-social ul{justify-content:flex-end;}@media (max-width:1650px){.footer-wrap .privacy-policy .footer-bottom .footer-social ul{justify-content:center;}}@media (max-width:767px){.footer-wrap .privacy-policy .footer-bottom .footer-social ul{justify-content:center;padding-top:16px;}}.footer-wrap .privacy-policy .footer-bottom .footer-social a svg{color:currentColor;display:block;}@media (max-width:1200px){.footer-wrap .privacy-policy .footer-bottom .footer-social a svg{display:block;width:20px;height:20px;}}@media (max-width:1650px){.footer-wrap .privacy-policy .footer-bottom .copyright-wrap{width:50%;order:3;text-align:right;}}@media (max-width:1100px){.footer-wrap .privacy-policy .footer-bottom .copyright-wrap{width:100%;text-align:center;}.footer-wrap .privacy-policy .footer-bottom .copyright-wrap .copyright-text{text-align:center;}}