:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;overflow:unset!important;min-width:unset!important;font-size:16px;padding:0;color:#212529!important;background-color:#f5f5f5}body,body *{font-family:Inter!important}.container{margin:auto;max-width:1330px;padding:0 15px;position:relative}img{width:auto;height:auto;margin:auto}.bg_pink{background:#ffebf5;width:100%}.bg_blue{background:#005287;width:100%}.bg_body{background:#f9f9f9}.bg_white{background:#fff!important;width:100%}.no_bg{background:none;width:100%}.grey-btn{border:4px solid #eee;border-radius:15px;box-shadow:0 5px 5px 0 rgba(0,0,0,.431);max-width:424px;width:100%;height:69px;background:#777;font-family:Inter;font-weight:400;font-size:20px;color:#fff;margin:auto;outline:none;transition:border .5s ease;padding-top:6px;cursor:pointer}@media screen and (max-width:768px){.grey-btn{height:50px;font-size:16px;border:3px solid #fff}}.grey-btn:hover{border-color:#0080d4}.text-input{display:block;font-family:Inter;font-weight:400;box-shadow:0 5px 5px 0 rgba(0,0,0,.749);border:3px solid #ccc;border-radius:15px;font-size:22px;height:70px;width:100%;max-width:432px;color:#575757;padding:22px;margin:8px auto;outline:none}@media screen and (max-width:768px){.text-input{height:50px;font-size:18px}}@media screen and (max-width:480px){.text-input{font-size:16px}}.text-input::-webkit-input-placeholder{color:#575757;font-size:22px;font-family:Inter;font-weight:400}@media screen and (max-width:768px){.text-input::-webkit-input-placeholder{font-size:18px}}@media screen and (max-width:480px){.text-input::-webkit-input-placeholder{font-size:16px}}.text-input.error{border-color:red}.bg_light{background:#f9f9f9}.d_flex{display:flex;flex-wrap:wrap}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;position:absolute;left:-9999px}button{outline:none;cursor:pointer}.g_notfount_product{text-align:center;margin-bottom:10px}.disabledBtn,.disabledBtnopacity{cursor:auto!important;-webkit-user-select:none;-moz-user-select:none!important;user-select:none!important}.disabledBtnopacity{opacity:.5!important}.enableBtn{pointer-events:all;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.nodataFound{text-align:center;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0!important;padding:10px;text-transform:uppercase;width:100%;border-radius:3px;font-family:Inter}.nodataFound.normal{padding:30px 10px}.nodataFound.normal,.nodataFound.ttunset{text-transform:unset}.nodataFound .anchor{cursor:pointer;transition:all .5s ease;text-decoration:underline}.nodataFound .anchor:hover{color:#ff003f}.nodataFound .link{background:transparent;padding:0;border:none}.center{text-align:center;justify-content:center}.disable_btn{pointer-events:none;opacity:.7}.capitalize-msg{text-transform:capitalize}input::-moz-focus-outer{border:0}.cursor{cursor:pointer}label{font-weight:400}.line-through{text-decoration:line-through;display:inline!important}.loader{position:absolute;z-index:99999;height:100%;right:0;bottom:0;left:0;margin:auto;top:0;display:flex;align-items:center;justify-content:center}.loader span{display:block;width:40px;height:40px;border-radius:50%;border:3px solid #000;border-top-color:transparent;animation:cssload-spin .69s linear infinite}@keyframes cssload-spin{to{transform:rotate(1turn)}}.btn{font-weight:600;transition:all .4s;padding:10px 18px;display:inline-block;border:2px solid #005287;border-radius:5px;font-size:14px}.btn-outline{background-color:#fff!important;color:#005287!important}.btn-outline:hover{box-shadow:2px 2px 5px rgba(0,0,0,.1)}.btn-blue{background-color:#005287!important;color:#fff!important}.btn-blue:hover{box-shadow:2px 2px 5px rgba(0,0,0,.569);transform:scale(1.02)}.section_title{font-size:1.8rem;line-height:1.2;font-weight:700}.subheading{font-size:17px;font-weight:500;margin:10px 0}.bg-theme{background-color:#f7f7f7}.slick-next:hover,.slick-prev:hover{opacity:1}.slick-prev{background-image:url(/_next/static/media/leftarrow.faec971f.png)!important;background-size:cover!important;left:-47px!important;width:30px!important;height:30px!important}.slick-prev:before{content:unset!important}@media screen and (max-width:1200px){.slick-prev{width:25px!important;height:25px!important;left:-42px!important}}@media screen and (max-width:768px){.slick-prev{width:18px!important;height:18px!important;left:-22px!important}}.slick-next{background-image:url(/_next/static/media/rightarrow.6fdb3fac.png)!important;background-size:cover!important;right:-47px!important;width:30px!important;height:30px!important}.slick-next:before{content:unset!important}@media screen and (max-width:1200px){.slick-next{width:25px!important;height:25px!important;right:-42px!important}}@media screen and (max-width:768px){.slick-next{width:18px!important;height:18px!important;right:-22px!important}}.overflow_hidden{overflow:hidden!important}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(/_next/static/media/roboto-v30-latin-100.3fa690b6.woff2) format("woff2"),url(/_next/static/media/roboto-v30-latin-100.c51333cd.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/_next/static/media/roboto-v30-latin-300.a4eae32d.woff2) format("woff2"),url(/_next/static/media/roboto-v30-latin-300.006981bf.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/_next/static/media/roboto-v30-latin-regular.f2894edc.woff2) format("woff2"),url(/_next/static/media/roboto-v30-latin-regular.224e95b0.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/_next/static/media/roboto-v30-latin-500.3170fd9a.woff2) format("woff2"),url(/_next/static/media/roboto-v30-latin-500.e5748c3b.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/_next/static/media/roboto-v30-latin-700.71b2beb8.woff2) format("woff2"),url(/_next/static/media/roboto-v30-latin-700.bd41d1cd.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(/_next/static/media/roboto-v30-latin-900.2f95c19e.woff2) format("woff2"),url(/_next/static/media/roboto-v30-latin-900.1ee24015.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(/_next/static/media/inter-v18-latin-200.b94fa4a8.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/_next/static/media/inter-v18-latin-300.0a506d8e.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/_next/static/media/inter-v18-latin-regular.360a94a9.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/_next/static/media/inter-v18-latin-500.e98e390c.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/_next/static/media/inter-v18-latin-600.efad9519.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/_next/static/media/inter-v18-latin-700.6b51d3fc.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/_next/static/media/inter-v18-latin-800.ab3f402a.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/_next/static/media/inter-v18-latin-900.4c4b46c0.woff2) format("woff2")}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}body,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,table,tbody,td,textarea,th,thead,tr,ul{word-wrap:break-word;outline:none;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}textarea{overflow:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}dd,dl,dt,h1,h2,h3,h4,h5,h6,ol,p,ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}a img,img{border:none;outline:none}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}form input[type=checkbox],form input[type=radio]{width:0;height:0}a{cursor:pointer;outline:0}.no-script-msg{font:12px Arial,verdana,Helvetica,sans-serif;background:#ffc;width:auto;padding:10px 10px 10px 25px;margin:8px;border:1px solid #cd3d18;font-weight:700;height:auto;font-size:11px;color:#000;line-height:150%;clear:both}input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:arial,sans-serif;-webkit-appearance:none}::selection{text-shadow:none;background:#929292}.clear{clear:both;height:0;overflow:hidden;width:auto;display:block;float:none!important}dir,menu{margin:0;padding:0;display:block;list-style-type:disc;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}*,:after,:before{box-sizing:border-box}body p{margin-bottom:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:transparent;border-radius:2px}::-webkit-scrollbar-thumb{border-radius:10px;background:#929292}.select-reset{border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}fieldset{border:none}.text-center{text-align:center}.hr,.hr-10,.hr-3,.hr-5{width:100%}.hr-10{margin:10px 0}.hr-5{margin:5px 0}.hr-3{margin:3px 0}.bg-white{background:#fff!important}.br-bor--int{width:100%;border-bottom:1px solid #ccc}.t-border-px5{display:block;background:#005287;width:100%;height:5px}.color-pink{color:#fd135b!important}.color-red{color:#ff003f!important}.mr-zero{margin:0!important}@media screen and (max-width:576px){.mr-md-auto{margin:auto}}.jsc{justify-content:center}.top_header{background-color:#005287;padding:4px;text-align:center;color:#fff}.top_header small{font-size:14px;display:block;display:inline-block}@media screen and (max-width:768px){.top_header small{font-size:12px;line-height:19px}}@media screen and (max-width:576px){.top_header small{font-size:10px}}.header{position:-webkit-sticky;position:sticky;top:0;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;background-color:#151718;z-index:2}.header_container{max-width:1920px;margin:0 auto;padding:0 20px;display:flex;align-items:center;position:relative}.header_logo a{margin-right:20px;display:flex;align-items:flex-end;flex-wrap:nowrap;padding:12px 0;white-space:nowrap;max-width:286px;color:hsla(0,0%,100%,.6)}@media screen and (max-width:460px){.header_logo a{flex-wrap:wrap;justify-content:flex-end;font-size:10px;line-height:0}}.header_logo a img{height:46px;object-fit:contain}@media screen and (max-width:768px){.header_logo a img{height:46px}}@media screen and (max-width:576px){.header_logo a img{height:46px}}.header_nav{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:1240px){.header_nav{display:none;position:absolute;top:100%;background:#151718;left:0;right:0;padding:0 20px;z-index:1;align-items:baseline;height:calc(100vh - 124px);object-fit:contain;overflow:auto;animation-name:down-animate;animation-duration:.5s}.header_nav.active{display:block}}@media screen and (max-width:1240px)and (max-width:768px){.header_nav{height:calc(100vh - 75px)}}.header_nav nav{width:100%;display:flex;justify-content:space-between}@media screen and (max-width:1240px){.header_nav nav{flex-wrap:wrap}}.header_nav_left{display:flex;align-items:center;margin:auto}@media screen and (max-width:1240px){.header_nav_left{width:100%}}.header_nav_left ul{display:flex;align-items:center;border-radius:24px;border:1px solid hsla(0,0%,100%,.149);background-color:hsla(0,0%,100%,.102);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:0 15px}@media screen and (max-width:1240px){.header_nav_left ul{width:100%;flex-wrap:wrap}}.header_nav_left li{list-style:none}@media screen and (max-width:1240px){.header_nav_left li{width:100%}}@media screen and (min-width:1240px){.header_nav_left li.dorpdown:hover a{color:#08669e}.header_nav_left li.dorpdown:hover a svg{transform:rotate(180deg)}.header_nav_left li.dorpdown:hover .dorpdown_menu{display:block;margin-top:0;box-shadow:1px 2px 5px rgba(0,0,0,.141);animation-name:down-animate;animation-duration:.5s}}@media screen and (max-width:1240px){.header_nav_left li.dorpdown.active a svg{transform:rotate(180deg)}.header_nav_left li.dorpdown.active .dorpdown_menu{display:block;margin-top:0;box-shadow:1px 2px 5px rgba(0,0,0,.141);animation-name:down-animate;animation-duration:.5s}}.header_nav_left li .dorpdown_menu{position:absolute;z-index:1000;display:none;min-width:140px;font-size:14px;padding:0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#000;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:4px}.header_nav_left li .dorpdown_menu a{color:#fff!important;padding:10px 15px;margin:0;font-weight:400;text-decoration:none}.header_nav_left li .dorpdown_menu a:hover{color:#fff!important;background-color:#005287}@media screen and (max-width:1240px){.header_nav_left li .dorpdown_menu{width:100%;position:unset;box-shadow:unset!important;border:none;background-color:transparent}.header_nav_left li .dorpdown_menu a{padding-left:23px}}.header_nav_left li a{padding:10px;margin:0 2px;font-weight:500;font-size:16px;display:flex;color:#fff;align-items:center}.header_nav_left li a:hover{color:#fff!important}.header_nav_left li a svg{transition:all .4s}@media screen and (max-width:1240px){.header_nav_left li a{padding:13px 10px}}.header_nav_right{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:267px}.header_nav_right.formobile{display:none}@media screen and (max-width:1240px){.header_nav_right.formobile{display:block}.header_nav_right{width:100%;flex-wrap:wrap;gap:0}.header_nav_right.mobilemenu{display:none}}@media screen and (max-width:768px){.header_nav_right{padding:0}}.header_nav_right li{list-style:none}@media screen and (max-width:1240px){.header_nav_right li{width:100%;padding:10px 10px 5px}}.header_nav_right li .buynow:hover{box-shadow:2px 2px 5px rgba(0,0,0,.569);transform:scale(1.02)}.header_nav_right>div{display:flex;gap:12px;align-items:center}@media screen and (max-width:1240px){.header_nav_right>div{justify-content:flex-end}}.header_nav_right>div .gradient-button{position:relative;padding:7.5px 24px;border:none;border-radius:999px;background:transparent;font-weight:600;font-size:14px;cursor:pointer;z-index:1;color:transparent;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#a8edea,#5fa8f5)}@media screen and (max-width:576px){.header_nav_right>div .gradient-button{padding:7.5px 11px}}.header_nav_right>div .gradient-button:before{content:"";position:absolute;inset:0;border-radius:14px;padding:2px;background:linear-gradient(90deg,#a8edea,#5fa8f5);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.header_nav_right>div .gradient-button:hover:before{background:linear-gradient(90deg,#b3f5f0,#75baff)}.header_nav_right_products{position:relative;cursor:pointer}.header_nav_right_products:hover .dorpdown_menu{display:flex;margin-top:0;box-shadow:1px 2px 5px rgba(0,0,0,.141);animation-name:down-animate;animation-duration:.5s}.header_nav_right_products .dorpdown_menu{position:absolute;z-index:1000;display:none;min-width:208px;font-size:14px;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;right:0;background-color:#fff;background-clip:padding-box;border:1px solid dorpdown_menu;border-radius:4px;padding:10px;border-radius:12px;flex-wrap:wrap;gap:4px}@media screen and (max-width:576px){.header_nav_right_products .dorpdown_menu{left:0}}.header_nav_right_products .dorpdown_menu li{border-radius:10px;padding:0!important;width:auto}.header_nav_right_products .dorpdown_menu li a{width:60px;height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:12px}.header_nav_right_products .dorpdown_menu li a span{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:linear-gradient(136.42deg,#4778f5 13.73%,#3052a6 85.8%);font-size:9px;font-weight:700;color:#fff}.header_nav_right_products .dorpdown_menu li a.kri span{background:linear-gradient(136.24deg,#924fe8 4.76%,#5314a3 87.54%)}.header_nav_right_products .dorpdown_menu li:hover{background-color:#f7f7f8}.header_nav_toggle{display:none;font-size:30px}.header_nav_toggle svg{display:block}@media screen and (max-width:1240px){.header_nav_toggle{display:block;background-color:transparent;padding:3px 12px;border:1px solid rgba(0,0,0,.1);border-radius:3px;color:#737373}}@media screen and (max-width:768px){.header_nav_toggle{padding:3px 6px;font-size:20px}}@keyframes down-animate{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.vertical-news-ticker{height:24px;overflow:hidden}.ticker-container{display:flex;flex-direction:column;animation:ticker-animation 4s linear infinite}.ticker-item{padding:8px;transition:transform .5s ease-in-out}.current{color:#fff}.vertical-news-ticker.paused .ticker-container{animation-play-state:paused!important}@keyframes ticker-animation{0%{transform:translateY(10px)}to{transform:translateY(-90%)}}.aftlog{display:block;position:relative;margin-bottom:0;padding:8px 0;height:100%;display:flex;align-items:center}.aftlog a{font-size:14px}.aftlog .dropdown-menu{position:absolute;z-index:1000;display:none;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;right:0;left:0;width:100%}.aftlog .dropdown-menu li{margin-bottom:0;padding:10px}.aftlog .dropdown-menu li:hover{background-color:#03639d}.aftlog .dropdown-menu li:hover a{color:#fff!important}.aftlog .dropdown-menu li a{text-decoration:none;color:#212529}.aftlog:hover .dropdown-menu{top:39px;display:block;margin:0 auto auto;animation-name:down-animate;animation-duration:.5s}button.submit_btn{border-radius:6px;background:#030712;font-size:14px;padding:5px 19px;height:40px;color:#fff;font-weight:600;width:78px;border:1px solid transparent;transition:all .3s ease-in-out}button.submit_btn:hover{border:1px solid #d1d5db;color:#101010;background-color:transparent}button.signup_btn{border-radius:6px;height:40px;font-size:14px;padding:5px 18px;border:1px solid #d1d5db;color:#101010;font-weight:500;width:87px;transition:all .3s ease-in-out}button.signup_btn:hover{background-color:#101010;color:#fff}.home_banner{background-color:#151718;overflow:hidden;padding:45px 55px;min-height:calc(100vh - 120px);display:flex;align-items:center}@media screen and (max-width:992px){.home_banner{padding:45px 50px}}@media screen and (max-width:768px){.home_banner{padding:45px 25px;min-height:calc(100vh - 98px)}}.home_banner .slick-list{margin:auto;max-width:1330px}@media screen and (max-width:768px){.home_banner .slick-list{max-width:520px}}.home_banner .container{width:100%;max-width:1806px;padding:0}.home_banner_wrp{display:flex;align-items:center;gap:40px}@media screen and (max-width:768px){.home_banner_wrp{flex-wrap:wrap;flex-direction:column-reverse;max-width:520px;margin:auto}}.home_banner_wrp_left{width:50%}@media screen and (max-width:768px){.home_banner_wrp_left{width:100%;text-align:center}}.home_banner_wrp_left h2{font-size:62px;font-weight:700;margin-bottom:8px;line-height:1.2;-webkit-background-clip:text;background-image:linear-gradient(90deg,#a8edea,#5fa8f5);color:transparent}@media screen and (max-width:1200px){.home_banner_wrp_left h2{font-size:27px}}@media screen and (max-width:768px){.home_banner_wrp_left h2{font-size:24px}}.home_banner_wrp_left label{font-weight:500;margin-bottom:24px;font-size:24px;line-height:1.6;display:block;color:hsla(0,0%,100%,.8)}@media screen and (max-width:1200px){.home_banner_wrp_left label{font-size:21px}}.home_banner_wrp_left p{line-height:1.4;font-size:15px;margin-bottom:15px}@media screen and (max-width:1200px){.home_banner_wrp_left p{margin-bottom:10px}}.home_banner_wrp_left_btn{display:inline-flex;gap:10px;margin-top:10px}@media screen and (max-width:768px){.home_banner_wrp_left_btn{justify-content:center}}.home_banner_wrp_left_btn a{font-size:16px}@media screen and (max-width:992px){.home_banner_wrp_left_btn a{font-size:14px}}.home_banner_wrp_right{width:50%;border-radius:20px;overflow:hidden}@media screen and (max-width:768px){.home_banner_wrp_right{width:100%;margin-bottom:20px}}.home_banner_wrp_right img{max-height:700px;width:auto;margin:0 auto}.whoitsfor{padding:64px 55px}@media screen and (max-width:992px){.whoitsfor{padding:64px 50px}}@media screen and (max-width:768px){.whoitsfor{padding:20px 26px}}.whoitsfor .container{width:100%;max-width:1806px;padding:0}.whoitsfor .slick-list{margin:auto;max-width:1330px}@media screen and (max-width:768px){.whoitsfor .slick-list{max-width:520px}}.whoitsfor .section_title{max-width:770px;margin:auto auto 35px}@media screen and (max-width:768px){.whoitsfor .section_title h2{font-size:18px}}.whoitsfor_slider_wrp{padding:16px}@media screen and (max-width:576px){.whoitsfor_slider_wrp{padding:4px}}.whoitsfor_slider_wrp a{display:block}.whoitsfor_slider_wrp_img{width:100%;object-fit:cover;border-radius:1rem;margin-bottom:15px}.whoitsfor_slider_wrp_img img{height:200px;border-radius:1rem;width:100%;object-fit:cover}@media screen and (max-width:576px){.whoitsfor_slider_wrp_img img{height:280px}}.whoitsfor_slider_wrp h3{background-color:#005287;color:#fff;border:none;border-radius:6px;padding:8px 5px;text-align:center;font-weight:500}.why{padding:64px 0}@media screen and (max-width:992px){.why{padding:64px 50px}}@media screen and (max-width:768px){.why{padding:20px 0}}.why_wrp{display:flex}@media screen and (max-width:768px){.why_wrp{flex-wrap:wrap;flex-direction:column-reverse}}.why_wrp_left{width:50%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding-right:10px}@media screen and (max-width:768px){.why_wrp_left{width:100%;padding-right:0}}.why_wrp_left_wrp{max-width:516px}.why_wrp_left h2{font-size:1.8rem;font-weight:700;margin-bottom:24px;margin-top:16px;display:block}@media screen and (max-width:768px){.why_wrp_left h2{font-size:18px;margin-top:0}}.why_wrp_left .cdmark{list-style:none}.why_wrp_left .cdmark p{padding-left:20px;position:relative;margin-left:20px!important;font-size:15px;margin-bottom:16px}.why_wrp_left .cdmark p:before{font-weight:400;position:absolute;top:0;left:0;font-family:Font Awesome\ 5 Pro;content:"";font-size:14px}.why_wrp_left .btn_wrp a{font-size:16px}@media screen and (max-width:992px){.why_wrp_left .btn_wrp a{font-size:14px}}@media screen and (max-width:576px){.why_wrp_left .btn_wrp a{width:100%;text-align:center}}.why_wrp_right{width:50%}@media screen and (max-width:768px){.why_wrp_right{width:100%;max-width:515px;margin:auto auto 15px}}.why_wrp_right_video{border-radius:10px;overflow:hidden;position:relative;padding:0;box-shadow:0 5px 5px 0 rgba(154,160,185,.05),0 5px 30px 0 rgba(166,173,201,.22);height:350px}.why_wrp_right_video iframe{border:0;height:350px!important}.latestblog{padding:64px 0}@media screen and (max-width:992px){.latestblog{padding:64px 0}}@media screen and (max-width:768px){.latestblog{margin:auto;padding:20px 0}.latestblog .container{padding:0;max-width:511px}}.latestblog .section_title{margin-bottom:15px}@media screen and (max-width:768px){.latestblog .section_title h2{font-size:18px}}.latestblog_item{width:100%;display:inline-block;box-shadow:0 1.57px 15.65px 0 rgba(0,0,0,.122);border-radius:8px;height:auto!important;align-items:unset!important;margin-bottom:15px;overflow:hidden}.latestblog_item_image{height:15vw;overflow:hidden}@media screen and (max-width:992px){.latestblog_item_image{height:20vw}}@media screen and (max-width:768px){.latestblog_item_image{height:32vw}}@media screen and (max-width:576px){.latestblog_item_image{height:40vw}}.latestblog_item_image img{width:100%;height:100%;object-fit:cover}.latestblog_item_details{padding:15px;color:#0a090b;display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 15vw)}@media screen and (max-width:992px){.latestblog_item_details{height:calc(100% - 20vw)}}@media screen and (max-width:768px){.latestblog_item_details{height:calc(100% - 32vw)}}@media screen and (max-width:576px){.latestblog_item_details{height:calc(100% - 40vw)}}.latestblog_item_details a.learnmore{display:flex;width:110px;align-items:center;gap:5px;font-size:12px;color:#14151a;font-weight:600}.latestblog_item_details h4{font-size:16px;font-weight:600;margin-bottom:8px}@media screen and (max-width:768px){.latestblog_item_details h4{font-size:14px;line-height:17px}}.latestblog_item_details div.data{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:18px;font-size:13px!important;column-count:#14151a}.latestblog_item_details label{display:flex;gap:8px;text-align:left;color:#0a090b;font-weight:500;font-size:10px;margin-bottom:18px}.latestblog_item_details label span{color:#4f4d55}.latestblog .btn_wrp a{font-size:16px}@media screen and (max-width:992px){.latestblog .btn_wrp a{font-size:14px}}@media screen and (max-width:576px){.latestblog .btn_wrp a{width:100%;text-align:center}}.whatsnew{padding:64px 55px}@media screen and (max-width:992px){.whatsnew{padding:64px 50px}}@media screen and (max-width:768px){.whatsnew{padding:20px 26px}}.whatsnew .slick-list{margin:auto;max-width:1330px}@media screen and (max-width:768px){.whatsnew .slick-list{max-width:520px}}.whatsnew .container{width:100%;max-width:1806px;padding:0}.whatsnew .section_title{max-width:770px;margin:auto auto 35px}@media screen and (max-width:768px){.whatsnew .section_title h2{font-size:18px}}.whatsnew_slider_wrp{padding:16px}@media screen and (max-width:576px){.whatsnew_slider_wrp{padding:4px}}.whatsnew_slider_wrp_img{width:100%;object-fit:contain;border-radius:8px;margin-bottom:15px}.whatsnew_slider_wrp_img img{border-radius:8px;width:100%;height:180px;object-fit:cover}.whatsnew_slider_wrp h3{background-color:#005287;color:#fff;border:none;border-radius:6px;padding:8px 5px;text-align:center;font-weight:500}.whatsnew_slider_wrp_content{padding:0 20px}.whatsnew_slider_wrp_content h4{font-size:17px;font-weight:500;margin:10px 0}.whatsnew_slider_wrp_content p{text-align:justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}.whatsnew_slider_wrp .readmore{margin-top:5px}.whatsnew_slider_wrp .readmore a{padding:5px 0;display:inline-block;color:#0d6efd}.newsletter{margin-bottom:80px}@media screen and (max-width:768px){.newsletter .container{max-width:520px}}.newsletter_wrp{padding:64px 55px;background-image:url(/images/newslatterbg.jpeg);background-size:cover;background-repeat:no-repeat;min-height:28vw;background-position:bottom;border-radius:12px;overflow:hidden;display:flex;align-self:auto;height:100%;flex-wrap:wrap;justify-content:center;align-content:center}@media screen and (max-width:992px){.newsletter_wrp{padding:64px 10px}}@media screen and (max-width:768px){.newsletter_wrp{padding:30px 10px}}.newsletter_wrp h3{font-size:48px;font-weight:700;text-align:center;margin-bottom:16px;color:#fff}@media screen and (max-width:768px){.newsletter_wrp h3{font-size:18px}}.newsletter_wrp p{text-align:center!important;color:#fff;margin-bottom:25px;font-size:20px}@media screen and (max-width:768px){.newsletter_wrp p{font-size:12px;text-align:justify}}.newsletter_wrp form{width:100%;max-width:636px;margin:15px auto 0}@media screen and (max-width:768px){.newsletter_wrp form{max-width:440px}}.newsletter_wrp form fieldset{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;gap:12px}.newsletter_wrp form fieldset input{padding:8px 20px;border-radius:12px;position:relative;flex:1 1 auto;width:1%;min-width:0;display:block;color:#212529;background-color:#fff;background-clip:padding-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;font-family:inherit;font-size:14px}.newsletter_wrp form fieldset input:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0}@media screen and (max-width:768px){.newsletter_wrp form fieldset input{padding:10px 15px;border-top-left-radius:20px;border-bottom-left-radius:20px;font-size:14px}}.newsletter_wrp form fieldset button{position:relative;padding:7.5px 24px;border:none;border-radius:999px;background:transparent;font-weight:600;font-size:14px;cursor:pointer;z-index:1;color:transparent;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#a8edea,#5fa8f5)}.newsletter_wrp form fieldset button:before{content:"";position:absolute;inset:0;border-radius:14px;padding:2px;background:linear-gradient(90deg,#a8edea,#5fa8f5);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.new_title{font-size:48px;font-weight:700;line-height:56px;text-align:center;margin:0 auto 70px}@media screen and (max-width:1200px){.new_title{font-size:38px;margin-bottom:50px}}@media screen and (max-width:768px){.new_title{font-size:28px}}.our_product{margin:80px 0}@media screen and (max-width:1200px){.our_product{margin:60px 0}}@media screen and (max-width:768px){.our_product{margin:40px 0}}.our_product_wrp{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.our_product_wrp_item{width:32%;padding-left:20px;box-shadow:0 3px 6px -2px rgba(20,21,26,.051);box-shadow:0 10px 16px -3px rgba(20,21,26,.078);border:1px solid #dee0e3;border-radius:12px;background:linear-gradient(180deg,#fff,#f6f7f9);display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;position:relative;overflow:hidden}@media screen and (max-width:1140px){.our_product_wrp_item{width:31%}}@media screen and (max-width:768px){.our_product_wrp_item{width:47%}}@media screen and (max-width:576px){.our_product_wrp_item{width:100%}}.our_product_wrp_item:hover{background:linear-gradient(90deg,rgba(143,239,211,.4),rgba(74,125,244,.4))}.our_product_wrp_item_details{padding:20px 20px 22px 0}.our_product_wrp_item_details h3{color:#1a1d1e;font-size:24px;line-height:40px;font-weight:600}@media screen and (max-width:1200px){.our_product_wrp_item_details h3{font-size:20px}}@media screen and (max-width:768px){.our_product_wrp_item_details h3{font-size:18px}}.our_product_wrp_item_details p{font-size:16px;font-weight:400;line-height:20px}@media screen and (max-width:1200px){.our_product_wrp_item_details p{font-size:14px}}.our_product_wrp_item_img{display:inline-block}.our_product_wrp_item_img img{display:block;width:100%}.our_product_wrp_item:hover .explore{display:block;animation-name:fade-in;animation-duration:.3s}.our_product_wrp_item .explore{display:none;position:absolute;bottom:0;right:0;width:100%;text-align:right;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);padding:10px}.our_product_wrp_item .explore a{display:flex;gap:8px;padding:10px;margin-left:auto;background-color:#14151a;color:#fff;border-radius:12px;width:max-content;align-items:center;justify-content:center;box-shadow:0 1px 2px 0 rgba(20,21,26,.051)}.why_lexops{margin:80px 0}@media screen and (max-width:1200px){.why_lexops{margin:60px 0}}@media screen and (max-width:768px){.why_lexops{margin:40px 0}}.why_lexops_wrp{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.why_lexops_wrp_item{width:32%;padding:20px;border:1px solid #dee0e3;border-radius:12px;overflow:hidden;display:flex;flex-wrap:wrap;flex-direction:column;transition:all .3s ease-in-out}@media screen and (max-width:1140px){.why_lexops_wrp_item{width:31%}}@media screen and (max-width:768px){.why_lexops_wrp_item{width:47%}}@media screen and (max-width:576px){.why_lexops_wrp_item{width:100%}}.why_lexops_wrp_item_img{width:48px;height:48px;border-radius:12px;border:1px solid #dee0e3;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.why_lexops_wrp_item_details h3{font-weight:600;font-size:16px;margin-bottom:4px}.why_lexops_wrp_item_details p{font-size:14px;font-weight:400;color:rgba(26,29,30,.851)}.swiper{width:100%;height:100%}.swiper-slide{display:flex;justify-content:center;align-items:center}.footer{background:#151718;color:#fff;padding:30px 0}@media screen and (max-width:1400px){.footer .container{max-width:1140px}}@media screen and (max-width:1200px){.footer .container{max-width:960px}}@media screen and (max-width:768px){.footer .container{max-width:540px}}@media screen and (max-width:576px){.footer .container{max-width:100%}}.footer_item{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:16px}.footer_item_left{width:33.33%;padding-right:15px}@media screen and (max-width:768px){.footer_item_left{width:100%;margin-bottom:24px}}.footer_item_left .footer_logo{display:flex;align-items:flex-end;flex-wrap:wrap;color:hsla(0,0%,100%,.6)}.footer_item_left .footer_logo img{height:45px}.footer_item_left h6{font-weight:400;font-size:14px;padding:8px 0;color:hsla(0,0%,100%,.851)}.footer_item_left ul{margin-top:15px}.footer_item_left ul.social_buttons{display:flex}.footer_item_left ul.social_buttons li{margin-right:8px;list-style:none}.footer_item_left ul.social_buttons li a{height:36px;width:36px;border-radius:50%;display:flex!important;justify-content:center;align-items:center;font-size:30px;transition:background-color .25s,border .25s,transform .25s;display:flex;color:hsla(0,0%,100%,.502)}.footer_item_left ul.social_buttons li a:hover{transform:translateY(-4px);color:#fff}.footer_item_left ul.social_buttons li a.facebook:hover{color:#3c5a96}.footer_item_left ul.social_buttons li a.instagram:hover{color:#704f9d}.footer_item_left ul.social_buttons li a.linkedin:hover{color:#0579b6}.footer_item_left ul.social_buttons li a.youtube:hover{color:#ef561c}.footer_item_right{display:flex;width:66.67%;gap:15px}@media screen and (max-width:768px){.footer_item_right{width:100%;flex-wrap:wrap;gap:10px}}.footer_item_right_item{width:25%;padding-right:10px}@media screen and (max-width:768px){.footer_item_right_item{width:48%}}.footer_item_right_item h6{font-weight:600;text-transform:uppercase;font-size:14px;margin-bottom:20px}.footer_item_right_item ul li{list-style:none}.footer_item_right_item ul li a{text-decoration:none;color:hsla(0,0%,100%,.851);text-transform:capitalize;padding-bottom:8px;display:block;transition:all .4s;font-weight:300;font-size:14px;line-height:22px}.footer_item_right_item ul li a:hover{color:hsla(0,0%,100%,.851);transform:translateX(5px)}.footer_lower{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;border-top:1px solid rgba(230,232,235,.502);padding-top:15px;margin-top:20px}.footer_lower_left ul{list-style:none;display:flex;gap:15px}.footer_lower_left ul li{font-size:14px;color:hsla(0,0%,100%,.851);font-weight:400}.footer_lower_right p{font-size:14px;color:hsla(0,0%,100%,.502)}.download_btn{border:1px solid #ccc;padding:10px;display:flex;align-items:center;justify-content:center;display:inline-flex;gap:10px;flex-wrap:nowrap;margin-top:20px;border-radius:4px}.casetab nav{display:flex;justify-content:flex-start;flex-direction:row;border-bottom-width:2px;border-bottom-style:solid;border-color:inherit}.casetab nav button{outline-offset:2px;display:flex;align-items:center;justify-content:center;padding:8px 16px;margin-bottom:-2px;border-bottom-width:2px;border-bottom-style:solid}.casetab nav button.active{border-bottom-width:2px;border-color:#2b6cb0;color:#2b6cb0}.casetab_content{padding:16px}.product_main_title{justify-content:center;color:#fff;background-size:cover;background-position:top}.product_main_title .container{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.product_main_title .container h2{font-weight:700;width:100%;display:block;text-align:center}@media screen and (max-width:768px){.product_main_title .container h2{font-size:30px}}.product_main_title .container p{font-size:18px;text-align:center;font-weight:500;font-family:Roboto!important}.product_main_title .container p *{color:#fff!important}.termsTabs{border:none}@media screen and (max-width:768px){.termsTabs[aria-orientation]{orientation:"vertical"}}.termsTabs{display:flex!important;flex-direction:row;gap:15px}@media screen and (max-width:768px){.termsTabs{flex-direction:column}}.termsTabs .termsTablist{width:35%;border:none!important;display:flex;flex-direction:column}@media screen and (max-width:768px){.termsTabs .termsTablist{width:100%}}.termsTabs .termsTablist_item{background:#f1f1f1!important;color:#666!important;border-radius:5px;font-weight:400;outline:none!important;border:unset!important}.termsTabs .termsTablist_item[aria-selected=true]{background-color:#005287!important;color:#fff!important;outline:none!important}.termsTabs .termsTabPanel{width:65%}@media screen and (max-width:768px){.termsTabs .termsTabPanel{width:100%}}.termsTabs .termsTabContent{border-radius:4px;box-shadow:0 5px 5px 0 rgba(154,160,185,.05),0 5px 30px 0 rgba(166,173,201,.22)}.blog_item{box-shadow:unset!important;cursor:pointer}.blog_item_wrp{transition:all .3s;border-radius:10px}.blog_item_wrp:hover{box-shadow:1px 3px 6px rgba(0,0,0,.1)!important;transform:translateY(-10px)}.blog_item_wrp_img img{transition:all .3s;height:180px;width:100%;border-top-left-radius:10px;border-top-right-radius:10px;object-fit:cover}.blog_item_wrp_img h2.blog_title{font-weight:600;font-size:15px;text-transform:capitalize;font-family:Roboto!important}.blog_item_wrp .blog_content{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.blog_item_wrp .blog_content *{font-weight:400!important;font-family:Roboto!important;font-size:15px!important;font-style:normal!important;line-height:1.6;text-transform:capitalize}.blog_info{display:flex;gap:5px;flex-wrap:nowrap;padding:8px 12px 0;justify-content:space-between}.blog_info div{width:50%;font-size:12px;font-weight:600;color:#b8b6b6;text-align:left}.blog_info div:last-child{text-align:right}.blog_details{display:flex;gap:10px;padding:56px 0}@media screen and (max-width:992px){.blog_details{flex-wrap:wrap;gap:20px}}@media screen and (max-width:768px){.blog_details{padding:20px 0}}.blog_details_left{width:75%;padding:0 12px!important;border:none!important}@media screen and (max-width:992px){.blog_details_left{width:100%;padding:0!important}}.blog_details_left img{border-radius:13px;width:100%;display:block}.blog_details_left h2.blog-title{font-weight:600;text-transform:capitalize;font-family:Roboto!important;font-size:24px!important}.blog_details_left .blog_content{padding:0}.blog_details_left .blog_content ol,.blog_details_left .blog_content p,.blog_details_left .blog_content span,.blog_details_left .blog_content ul{font-family:Roboto,sans-serif!important;font-size:16px!important;text-align:justify!important;line-height:1.6;color:#000!important}.blog_details_left .blog_content h1,.blog_details_left .blog_content h2,.blog_details_left .blog_content h3,.blog_details_left .blog_content h4,.blog_details_left .blog_content h5,.blog_details_left .blog_content h6,.blog_details_left .blog_content span{font-family:Roboto,sans-serif!important;font-size:18.38px!important;line-height:1.6;color:#000!important;font-weight:700}.blog_details_right{width:25%;padding:0 12px}@media screen and (max-width:992px){.blog_details_right{width:100%;padding:0!important}}.blog_details_right .popular_post{position:-webkit-sticky;position:sticky;top:92px;z-index:1}@media screen and (max-width:768px){.blog_details_right .popular_post{position:unset!important}}.blog_details_right .popular_post h4{font-size:24px;font-weight:500;margin-bottom:16px}@media screen and (max-width:768px){.blog_details_right .popular_post h4{font-size:22px}}.blog_details_right .popular_post_item{padding:8px;border-left:7px solid #005287!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;margin-bottom:8px;border-top-left-radius:4.8px;border-bottom-left-radius:4.8px}.blog_details_right .popular_post_item h6{font-size:16px;font-weight:500}.contactus{display:flex;padding:56px 0;align-items:center;justify-content:center;gap:10px}@media screen and (max-width:992px){.contactus{padding:20px 0}}@media screen and (max-width:768px){.contactus{flex-wrap:wrap}}.contactus_left{width:50%;display:grid}@media screen and (max-width:768px){.contactus_left{width:100%;justify-content:center;text-align:center}}.contactus_left h2{color:#212529;font-size:28px;font-weight:700;margin-bottom:5px;margin-top:0}.contactus_left p{font-size:15px;font-weight:400;margin-top:0;margin-bottom:16px}.contactus_left p a{text-decoration:underline}.contactus_right{width:50%}@media screen and (max-width:768px){.contactus_right{width:100%}}.contactus_right .contactus_form{background:linear-gradient(45deg,#005287,#033e62);border-radius:20px;padding:48px}@media screen and (max-width:768px){.contactus_right .contactus_form{padding:20px}}.contactus_right .contactus_form h4{font-size:24px;list-style:28px;font-weight:700!important;color:#fff;margin-bottom:20px}.contactus_right label{text-align:left;width:100%;display:block;color:#fff;font-weight:500}.contactus_right input{width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.contactus_right button{width:100%;background-color:#fff!important;color:#005287!important;font-weight:600;transition:all .4s;padding:10px 20px;display:inline-block;border:2px solid #005287}.faq{padding:56px 0}@media screen and (max-width:992px){.faq{padding:20px 0}}.faq .faq_heading{font-size:28px;line-height:34px;font-weight:700;margin-bottom:24px}.faq_item{border:none!important;border-bottom:1px solid rgba(0,0,0,.125)!important;margin-bottom:10px}.faq_item,.faq_item button{font-weight:600;font-size:20px}.faq_item button{padding:16px 20px;color:#000;text-transform:capitalize;line-height:normal}.faq_item button[aria-expanded=true]{color:#005287;background-color:transparent;box-shadow:inset 0 -1px 0 rgba(0,0,0,.13);font-weight:600;font-size:20px;border:none;border-bottom:3px solid #005287}.faq_item button span{font-weight:600;font-size:20px}.faq_item_ans{background:#fbfbfb;padding:16px 20px!important;font-weight:400}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:100%;height:100%}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==") repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:40px;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable>div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;-webkit-margin-before:.67em;margin-block-start:.67em;-webkit-margin-after:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;-webkit-margin-before:2.33em;margin-block-start:2.33em;-webkit-margin-after:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;top:0;left:0;right:0;bottom:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==") no-repeat}.se-show-block div{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==") no-repeat}.se-show-block h1{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC") no-repeat}.se-show-block h2{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==") no-repeat}.se-show-block h3{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC") no-repeat}.se-show-block h4{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC") no-repeat}.se-show-block h5{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC") no-repeat}.se-show-block h6{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC") no-repeat}.se-show-block li{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==") no-repeat}.se-show-block ol{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==") no-repeat}.se-show-block ul{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==") no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{font-family:monospace;color:#666;background-color:rgba(27,31,35,.05);border-radius:6px;padding:.2em .4em}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.container{width:100%;margin:0 auto}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:1400px){.container{max-width:1320px}}.content-wrap{min-height:calc(100vh - 377px)}.blog-page .blog-title{margin-top:20px!important;margin-bottom:20px!important}.pricing .pricing-head{background-image:url(/_next/static/media/contactus.0bba4231.jpg);height:136px;position:relative;background-size:cover;background-repeat:no-repeat}.pricing .pricing-head:before{content:"";background:rgba(9,99,157,.8);position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.pricing .pricing-head .heading{position:relative;z-index:1}.pricing .body{margin-top:1.5rem}.pricing .body .body-head{text-align:center}.pricing .body .body-head h4{font-weight:700;font-size:1.5rem;margin-bottom:10px}.pricing .body .form-box{padding:50px;box-shadow:2px 2px 5px #ababab;background:linear-gradient(45deg,#f2f2f2,#f8f8f8);margin-top:3rem!important;margin-bottom:3rem!important;width:837px;margin:0 auto}.pricing .body .form-box h5{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.pricing .body .form-box input{width:100%;height:40px;border-radius:8px;outline:none;border:2px solid #c4c4c4;padding:0 30px;box-shadow:2px 2px 4px rgba(0,0,0,.1);background:#fff}.pricing .body .form-box .checkbox-agree{display:flex;justify-content:center;align-items:center;margin-top:60px}.pricing .body .form-box .checkbox-agree .form-check-label{margin-left:7px}.pricing .body .form-box .checkbox-agree a{color:#0d6efd;text-decoration:underline}.pricing .body .form-box .button{display:flex;justify-content:center;margin-top:20px}.pricing .body .form-box .button .btn{width:429px;border-radius:4px}.free-demo{display:flex;align-items:center;min-height:calc(100vh - 120px)}.free-demo .left{width:50%;padding-right:30px}.free-demo .left h5{font-size:2.5rem;font-weight:bolder}.free-demo .left p{font-size:17px;font-weight:500;margin:10px 0 1.5rem}.free-demo .left ul{list-style:none;padding:0;margin:0}.free-demo .left ul li{margin-top:1rem!important;display:flex;align-items:flex-start}.free-demo .left ul li svg{height:15px;width:15px;min-width:15px;margin-right:.5rem;margin-top:5px}.free-demo .free-form{width:50%;background:linear-gradient(45deg,#005287,#033e62);border-radius:20px;padding:3rem;color:#fff}.free-demo .free-form h5{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.free-demo .free-form input{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem}.free-demo .free-form .btn{background-color:#fff!important;color:#005287!important;font-weight:600;transition:all .4s;padding:10px 20px;display:inline-block;border:2px solid #005287;width:100%}.free-demo .free-form .checkbox-agree{display:flex;justify-content:flex-start;align-items:center;margin-top:30px;margin-bottom:20px}.free-demo .free-form .checkbox-agree .form-check-label{margin-left:7px}.free-demo .free-form .checkbox-agree a{color:#fff;text-decoration:underline}.tech-support .contactus{justify-content:space-between}.install-now{padding-top:4.5rem;padding-bottom:1.5rem}.install-now p{margin-bottom:15px}.install-now ul li{margin-bottom:20px}.install-now a{color:#0d6efd;text-decoration:underline}.thankyou-box{text-align:center;padding-top:100px;padding-bottom:100px}.thankyou-box .chakra-heading{font-size:60px;text-align:center;color:#005287;padding:0 10px 10px;font-weight:600}.thankyou-box h3{font-size:23px;text-align:center;color:#333;padding:5px 10px 10px;margin-bottom:10px}.checkout-custom-select{display:flex;flex-direction:column}.checkout-custom-select span{font-weight:700}.checkout-custom-select select{border:1px solid #d4d4d8;border-radius:10px;padding:10px;width:100%;margin-top:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.checkout-custom-select select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 5px rgba(59,130,246,.5)}.checkoutCustomInput{display:flex;flex-direction:column}.checkoutCustomInput span{font-weight:700}.checkoutCustomInput input{border:1px solid #d4d4d8;border-radius:10px;padding:10px;width:100%;margin-top:4px;font-size:16px}.checkoutCustomInput input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 5px rgba(59,130,246,.5)}.subscription-container{width:100%;display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;margin-top:20px}@media(min-width:640px){.subscription-container{grid-template-columns:1fr 1fr}}.subscription-container .subscription-box{width:100%;height:100vh;border:1px solid #d4d4d8;border-radius:10px;padding:20px;overflow:auto;box-shadow:0 4px 6px rgba(0,0,0,.1)}.subscription-container .subscription-box .zoho-checkout-header{display:flex;justify-content:space-between;align-items:flex-start}.subscription-container .subscription-box .zoho-checkout-header h3{font-weight:700;font-size:24px}.subscription-container .subscription-box .billing-section,.subscription-container .subscription-box .details-section,.subscription-container .subscription-box .plan-section{margin-top:20px}.subscription-container .subscription-box .billing-section .zoho-checkout-address-section,.subscription-container .subscription-box .details-section .zoho-checkout-address-section,.subscription-container .subscription-box .plan-section .zoho-checkout-address-section{width:100%;display:grid;grid-template-columns:repeat(2,1fr);margin-top:.5rem;grid-gap:1.25rem;gap:1.25rem}.subscription-container .subscription-box .billing-section h4,.subscription-container .subscription-box .details-section h4,.subscription-container .subscription-box .plan-section h4{font-weight:700;font-size:16px;margin-bottom:10px}.subscription-container .subscription-box .billing-section .plan-info,.subscription-container .subscription-box .details-section .plan-info,.subscription-container .subscription-box .plan-section .plan-info{border:1px solid #d4d4d8;border-radius:10px;padding:20px;display:flex;justify-content:space-between;align-items:center}.subscription-container .subscription-box .billing-section .plan-info .left-side h4,.subscription-container .subscription-box .details-section .plan-info .left-side h4,.subscription-container .subscription-box .plan-section .plan-info .left-side h4{font-size:16px}.subscription-container .subscription-box .billing-section .plan-info .left-side h4 span,.subscription-container .subscription-box .details-section .plan-info .left-side h4 span,.subscription-container .subscription-box .plan-section .plan-info .left-side h4 span{color:#3b82f6}.subscription-container .subscription-box .billing-section .plan-info .left-side .licence-type,.subscription-container .subscription-box .details-section .plan-info .left-side .licence-type,.subscription-container .subscription-box .plan-section .plan-info .left-side .licence-type{font-size:16px;color:#000;margin-top:10px}.subscription-container .subscription-box .billing-section .plan-info .license-input,.subscription-container .subscription-box .details-section .plan-info .license-input,.subscription-container .subscription-box .plan-section .plan-info .license-input{border:1px solid #d4d4d8;border-radius:10px;padding:0 10px;display:flex;align-items:center;gap:10px;margin-top:10px;justify-content:space-between}.subscription-container .subscription-box .billing-section .plan-info .license-input button,.subscription-container .subscription-box .details-section .plan-info .license-input button,.subscription-container .subscription-box .plan-section .plan-info .license-input button{font-size:24px;background:none;border:none;cursor:pointer}.subscription-container .subscription-box .billing-section .billing-options,.subscription-container .subscription-box .details-section .billing-options,.subscription-container .subscription-box .plan-section .billing-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.subscription-container .subscription-box .billing-section .billing-options button,.subscription-container .subscription-box .details-section .billing-options button,.subscription-container .subscription-box .plan-section .billing-options button{width:100%;padding:20px;font-size:16px;font-weight:700;text-align:left;border-radius:10px;cursor:pointer}.subscription-container .subscription-box .billing-section .billing-options .selected,.subscription-container .subscription-box .details-section .billing-options .selected,.subscription-container .subscription-box .plan-section .billing-options .selected{border:4px solid #3b82f6}.subscription-container .subscription-box .billing-section .billing-options .not-selected,.subscription-container .subscription-box .details-section .billing-options .not-selected,.subscription-container .subscription-box .plan-section .billing-options .not-selected{border:1px solid #d4d4d8}.subscription-container .subscription-box .billing-section .input-field,.subscription-container .subscription-box .details-section .input-field,.subscription-container .subscription-box .plan-section .input-field{width:100%;border:1px solid #d4d4d8;border-radius:10px;padding:10px}.subscription-container .subscription-box .plan-section .plan-page-title{font-size:16px;font-weight:700;margin-bottom:10px}.subscription-container .subscription-box .plan-section h4{font-weight:400;font-size:14px;margin-bottom:0}.subscription-container .subscription-box .coupon-section{margin-top:10px}.subscription-container .subscription-box .coupon-section,.subscription-container .subscription-box .coupon-section .custom-discount-apply-button{display:flex;align-items:center;justify-content:space-between;gap:20px}.subscription-container .subscription-box .coupon-section button{border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer}.subscription-container .subscription-box .coupon-section button.custom-discount-clear-btn{background-color:red;color:#fff}.subscription-container .subscription-box .coupon-section button.custom-discount-apply-btn{background-color:#3b82f6;color:#fff}.subscription-container .subscription-box .pricing-summary{margin-top:20px;border-top:1px solid #d4d4d8;padding-top:20px}.subscription-container .subscription-box .pricing-summary .summary-item{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.subscription-container .subscription-box .pricing-summary .summary-item h4{font-weight:700;font-size:20px}.subscription-container .subscription-box .pricing-summary .summary-item h4.discount{color:#6b7280}.subscription-container .subscription-box .purchase-button{width:100%;margin-top:20px;background-color:#3b82f6;color:#fff;font-weight:600;font-size:16px;border-radius:10px;padding:15px;text-align:center;cursor:pointer}.subscription-container .subscription-image{width:100%;display:flex;align-items:center;justify-content:center}.plan-container{width:100%;display:flex;justify-content:space-between;align-items:center}.plan-container .plan-type-group{width:100%;display:flex;align-items:center;gap:20px}.plan-container .plan-type-group .plan-type-btn{font-size:16px;font-weight:600;padding-bottom:10px;border-bottom:2px solid transparent;color:#bdbdbd;transition:all .3s ease-in-out;cursor:pointer}.plan-container .plan-type-group .plan-type-btn.active{color:#000;border-color:#3b82f6}.plan-container .plan-tenure-toggle{border:1px solid #404040;display:flex;align-items:center;height:40px;width:max-content;padding:6px;border-radius:10px;margin-top:20px}.plan-container .plan-tenure-toggle .tenure-btn{height:100%;border-radius:6px;padding:0 10px;font-size:14px;font-weight:500;transition:all .3s ease-in-out;background:transparent;color:#616161;cursor:pointer}.plan-container .plan-tenure-toggle .tenure-btn.active{background:#000;color:#fff}.plan-grid{width:100%;display:grid;grid-template-columns:1fr;grid-gap:50px;gap:50px}@media(min-width:640px){.plan-grid{grid-template-columns:repeat(3,1fr)}}.plan-grid .plan-card{border-bottom:1px solid #aaa;padding:20px 20px 20px 0;cursor:pointer;transition:transform .2s ease-in-out}.plan-grid .plan-card:hover{transform:scale(1.02)}.plan-grid .plan-card .plan-title{font-weight:600;font-size:16px;margin-bottom:15px;color:#616161}.plan-grid .plan-card .plan-image{width:100%;object-fit:cover}.cancel-subscription-warn-container{padding:20px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.cancel-subscription-warn-container .cancel-subscription-warn-header{width:100%;display:flex;align-items:center;justify-content:space-between}.cancel-subscription-warn-container .cancel-subscription-warn-header h2{font-size:20px;font-weight:700}.cancel-subscription-warn-container .cancel-subscription-warn-header button{background:none;border:none;cursor:pointer}.cancel-subscription-warn-container .cancel-subscription-warn-description{font-size:15px;font-weight:400;text-align:left;width:100%;color:#6b7280}.cancel-subscription-warn-container .cancel-subscription-warn-actions{width:100%;display:flex;justify-content:flex-end}.cancel-subscription-warn-container .cancel-subscription-warn-actions .primaryButton{background-color:#3b82f6;color:#fff;border-radius:6px;width:auto;padding:10px 20px;border:0;cursor:pointer}.cancel-subscription-warn-container .cancel-subscription-warn-actions .primaryButton:disabled{opacity:.5;cursor:not-allowed}.zoho-custom-checkbox{all:unset;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;display:inline-block;width:auto;height:auto}.checkbox-label-zoho-cancel-current{padding-left:10px}.zoho-checkout-org-table-container{width:100%;overflow-x:auto}.zoho-checkout-org-table-container .custom-table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;border:1px solid #ddd}.zoho-checkout-org-table-container .custom-table td,.zoho-checkout-org-table-container .custom-table th{padding:12px;text-align:left;border:1px solid #ddd}.zoho-checkout-org-table-container .custom-table th{background-color:#f4f4f4}.zoho-checkout-org-table-container .custom-table tr{background-color:#fff}.zoho-checkout-org-table-container .custom-table tr:nth-child(2n){background-color:#f9f9f9}.zoho-coupon-container{display:flex;align-items:flex-start;gap:20px;flex-direction:column;padding:20px;width:100%}.zoho-coupon-container .zoho-header{width:100%;display:flex;align-items:center;justify-content:space-between}.zoho-coupon-container .zoho-header h2{font-size:20px;font-weight:700}.zoho-coupon-container .sub-header{font-size:16px;color:#6b7280;font-weight:500;text-align:center;width:100%}.zoho-coupon-container .coupon-card{width:100%;border:1px solid #d1d5db;border-radius:6px;height:auto}.zoho-coupon-container .coupon-card .coupon-content{display:flex;align-items:flex-start;gap:20px;padding:20px;width:100%}.zoho-coupon-container .coupon-card .coupon-content .coupon-details{display:flex;flex-direction:column;gap:10px;width:100%}.zoho-coupon-container .coupon-card .coupon-content .coupon-details h4{font-size:20px;font-weight:700}.zoho-coupon-container .coupon-card .coupon-content .coupon-details h5{font-size:16px;font-weight:700;color:#6b7280}.zoho-coupon-container .coupon-card .coupon-content .coupon-details .coupon-actions{display:flex;align-items:center;justify-content:space-between;width:100%}.zoho-coupon-container .coupon-card .coupon-content .coupon-details .coupon-actions .coupon-code{border-radius:6px;background-color:#d1d5db;padding:6px 10px;font-weight:600;width:max-content}.zoho-coupon-container .coupon-card .coupon-content .coupon-details .coupon-actions .apply-button{font-size:16px;color:#3b82f6;font-weight:600;cursor:pointer}.overlay-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-modal-container{background-color:#fff;border-radius:8px;width:90%;max-width:800px;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative}.overlay-modal-close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer}.overlay-modal-body{max-height:80vh;overflow-y:auto}