::-webkit-scrollbar{width:.7em;height:.7em}::-webkit-scrollbar-track{border:10px solid transparent}.relative{position:relative}::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 10px 10px #a9a9a9;border:3px solid transparent}.w-650{width:650px}.w-650.m-auto{margin:0 auto}@media screen and (min-width:320px)and (max-width:767px){.w-650{width:auto}}.hidden{display:none}.text-white{color:#fff}.w--800{width:800px}.w--800.m-auto{margin:0 auto}@media screen and (min-width:320px)and (max-width:767px){.w--800{width:auto}}.w-450{width:450px}.w-450.m-auto{margin:0 auto}@media screen and (min-width:320px)and (max-width:767px){.w-450{width:auto}}.gap-30{gap:30px}.title-lg{font-size:56px;color:#080d18;font-family:var(--semibold-font)}@media screen and (min-width:1200px)and (max-width:1439px){.title-lg{font-size:46px}}@media screen and (min-width:320px)and (max-width:767px){.title-lg{font-size:27px}}.title-md{font-size:24px}.title-md.bold{font-family:var(--bold-font)}@media screen and (min-width:1200px)and (max-width:1439px){.title-md{font-size:18px}}@media screen and (min-width:320px)and (max-width:767px){.title-md{font-size:18px}}.title-sm{font-size:14px}.font-blue{color:#264378}.grid{display:grid}.grid.grid-row-gap-20{gap:20px}.grid .grid-row-gap-10{gap:10px}.grid.grid-gap-30{gap:30px}.grid.grid-gap-20{gap:20px}.grid.grid-gap-15,.grid.grid-row-gap-15{gap:15px}.grid--1fr--1fr{grid-template-columns:1fr 1fr}.grid--1fr--2fr{grid-template-columns:1fr 2fr}.grid--1fr--3fr{grid-template-columns:1fr 3fr}.grid--2fr--1fr{grid-template-columns:2fr 1fr}.grid--2fr--3fr{grid-template-columns:2fr 3fr}.grid--repeat--two{grid-template-columns:1fr 1fr;grid-column-gap:20px;grid-row-gap:30px;align-items:center}.grid--repeat--two.align-start{align-items:flex-start}.grid--three-auto{grid-template-columns:1fr 1fr 1fr}.grid--repeat--three{grid-template-columns:auto auto auto;grid-column-gap:20px}.grid--repeat--four{grid-template-columns:repeat(4,25%)}.grid--repeat--five{grid-template-columns:repeat(5,20%)}.grid--repeat--six{grid-template-columns:repeat(6,15.5%)}.grid.grid-four-alt{grid-row-gap:30px;grid-template-columns:repeat(4,22.8%)}.grid.grid-column-gap-30,.grid.grid-four-alt{grid-column-gap:30px}@media only screen and (min-width:320px)and (max-width:991px){.grid,.grid--2fr--1fr{grid-template-columns:auto}.grid--2fr--1fr{grid-row-gap:20px}.grid--1fr--2fr{grid-template-columns:auto}.grid .banner-layout{display:none}.grid .form-wrap.w-400,.grid .form-wrap.w-450{width:auto}.grid .form-wrap form{padding:1em 0}.grid .form-wrap .justify-content-end{justify-content:center!important}}/*!
* 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}.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{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{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{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;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);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}.container_fluid{padding:4em 0 0!important}.container_fluid .hero{min-height:300px;padding:0 0 4em;background:url(/_next/static/media/variant1.f0fbfcb0.svg) no-repeat;background-size:cover;background-position:50%;animation:fadeIn 10s ease-in infinite alternate}.container_fluid .hero aside:first-child{padding:7em 0 7em 10em}.container_fluid .hero aside:first-child .title-lg{position:relative;line-height:69.72px}.container_fluid .hero aside:first-child .title-lg span{font-size:55px;font-family:var(--semibold-font);background:-webkit-linear-gradient(180deg,#406adc,#9747ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientAnimation 10s ease-in infinite alternate}.container_fluid .hero aside:first-child p{padding-right:7em;line-height:180%;margin:1em 0;font-size:18px}.container_fluid .hero aside:first-child .cta-link{display:flex;gap:15px;cursor:pointer;border-radius:30px;padding:0 30px;height:54px;align-items:center}.container_fluid .hero aside:first-child .cta-link:hover{background:rgba(88,236,0,.08)}.container_fluid .hero aside:first-child .cta-link a{color:#000;text-decoration:none}.container_fluid .hero aside:first-child .pulse{cursor:pointer;display:flex;width:56px;height:56px;border-radius:50%;justify-content:center;align-items:center;background:hsla(0,0%,7%,.03);animation:scaleAnimation 2s infinite alternate}.container_fluid .hero aside:first-child .pulse svg{transition:transform .5s ease-in-out}.container_fluid .hero aside:last-child{position:absolute;right:0;bottom:0;width:50%;height:100%;z-index:2}.container_fluid .hero aside:last-child img:first-child{position:relative;right:0;height:auto;z-index:3;width:100%}.container_fluid .hero aside:last-child img:last-child{position:absolute;right:0;top:13em;height:auto;z-index:4;width:100%}.container_fluid .spacing-10w{position:relative;padding:0 10em;margin-top:2em}.container_fluid .spacing-10w .abs-design{position:fixed;content:"";left:0;top:25em;width:246px;height:300px;background:url(/_next/static/media/vehicle-design.5e614a06.svg) no-repeat;background-size:cover;background-position:50%}.container_fluid .brands{display:grid;grid-template-columns:repeat(6,14.1%);align-items:center;gap:15px;border-radius:50px;padding:10px 27px;background:hsla(0,0%,7%,.03)}.container_fluid .brands img{width:50px}.container_fluid .scroll-wrap{position:relative;width:-webkit-fill-available;display:flex;justify-content:center;animation:floatInfinite 2s linear infinite;z-index:3}.container_fluid .scroll-wrap img{cursor:pointer}.container_fluid .products{position:relative;padding:8em 10em 2em}.container_fluid .products .pb-5 h4{font-family:var(--semibold-font)}.container_fluid .products .cards{display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 100px 0 rgba(0,0,0,.05);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.container_fluid .products .cards .icon{height:107px;box-sizing:content-box;padding:2em;width:-webkit-fill-available;border-top-left-radius:20px;border-top-right-radius:20px}.container_fluid .products .cards .description{padding:1em;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.container_fluid .products .cards .description label{font-size:15px;margin-bottom:1em;color:#243040;font-family:var(--medium-font)}.container_fluid .products .cards .description p{color:#78818d;font-size:14px;line-height:21.33px}.container_fluid .products .cards:first-child .icon{background:#e1fbd7}.container_fluid .products .cards:nth-child(2) .icon{background:#fbf2d8}.container_fluid .products .cards:nth-child(3) .icon{background:#ebdcff}.container_fluid .products .cards:nth-child(4) .icon{background:#cefaff}.container_fluid .products .cards:nth-child(5) .icon{background:rgba(236,0,0,.05)}.container_fluid .products aside:nth-child(2){position:absolute;right:0;top:8em;width:40%;height:100%}.container_fluid .features{position:relative}.container_fluid .features .grid{position:relative;padding:4em 10em;align-items:center}.container_fluid .features .grid .panel{position:relative}.container_fluid .features .grid .panel img{width:400px}.container_fluid .features .grid .panel:first-child:before{content:"";position:absolute;background:url(/_next/static/media/arrow-spiral.12a6fac6.svg) no-repeat;right:-2em;top:-2em;width:240px;height:58%;background-size:100%}.container_fluid .features .grid .description-text{position:relative}.container_fluid .features .grid .description-text label{font-size:24px;font-family:var(--semibold-font)}.container_fluid .features .grid .description-text p{font-size:16px;color:#243040}.container_fluid .features .grid:before{content:"";position:absolute;background:url(/_next/static/media/connecting-arrow.f696e7de.svg) no-repeat;left:6em;top:11.3em;width:37px;height:100%}.container_fluid .features:after{content:"";position:absolute;background:#effef3;height:384px;background-size:100%;bottom:0;z-index:-1;width:100%}.container_fluid .our-app{width:1000px;margin:6em auto;border-radius:40px;background:#406adc}.container_fluid .our-app aside:first-child{padding:5em 2em 2em}.container_fluid .our-app aside:first-child .description-text{position:relative}.container_fluid .our-app aside:first-child .description-text label{color:#fff;font-size:20px;font-family:var(--semibold-font)}.container_fluid .our-app aside:first-child .description-text p{color:#fff;font-size:16px;margin-bottom:0}.container_fluid .our-app aside:first-child .gap-15{gap:15px}.container_fluid .our-app aside:first-child a{display:flex;width:100%;background:#fff;border-radius:15px;text-decoration:none;color:#243040;padding:17px 15px;justify-content:space-evenly}.container_fluid .our-app aside:first-child a span{font-family:var(--semibold-font)}.container_fluid .our-app aside:nth-child(2){background:url(/_next/static/media/our-app.03226d0f.png) no-repeat;width:100%;height:100%;background-size:contain;background-position:bottom;border-bottom-right-radius:40px;border-top-right-radius:40px}.container_fluid .our-partners{width:1000px;margin:6em auto;background:#ba1e00;padding:5em 4em;border-radius:40px;position:relative;overflow:hidden}.container_fluid .our-partners h4{color:#fff;font-size:37px;width:56%}.container_fluid .our-partners p{font-size:18px;color:hsla(0,0%,100%,.8);padding-right:7em;line-height:180%;width:62%}.container_fluid .our-partners a{display:flex;width:-moz-fit-content;width:fit-content;background:#fff;border-radius:15px;text-decoration:none;color:#971d06;padding:13px 3em;justify-content:space-evenly}.container_fluid .our-partners .deco .pattern{position:absolute;width:700px;right:0;bottom:-2em;z-index:0}.container_fluid .our-partners .deco .driver{position:absolute;bottom:-2em;right:-4em}.container_fluid .our-team{padding:4em 10em;background:hsla(0,0%,100%,.471)}.container_fluid .our-team .row .col-lg-4 .description-text{margin-bottom:2em}.container_fluid .our-team .row .col-lg-4 .description-text label{font-size:16px;color:#243040;font-family:var(--semibold-font)}.container_fluid .our-team .row .col-lg-4 .description-text p{color:#243040;font-size:14px;line-height:21.33px;margin-bottom:0}.container_fluid .our-team .grid-gap-20{grid-template-columns:repeat(3,32%)}.container_fluid .our-team .grid-gap-20 .cards,.container_fluid .our-team .grid-gap-20 .cards .img{border-top-left-radius:20px;border-top-right-radius:20px}.container_fluid .our-team .grid-gap-20 .cards .img{background:rgba(88,236,0,.09)}.container_fluid .our-team .grid-gap-20 .description{padding:.5em 1.5em;border-top:1px solid #00d186}.container_fluid .our-team .grid-gap-20 .description label{font-size:15px;color:#243040;font-family:var(--medium-font)}.container_fluid .our-team .grid-gap-20 .description p{color:#78818d;font-size:14px;line-height:21.33px;margin-bottom:0}.container_fluid .pricing{width:1000px;margin:6em auto;border:1px solid hsla(0,0%,7%,.102);border-radius:20px;background:#fff}.container_fluid .pricing .grid .description-text,.container_fluid .pricing .pricing-cards{padding:2em}.container_fluid .pricing .grid .description-text label{font-size:24px;color:#243040;line-height:28.44px;font-family:var(--bold-font);margin-bottom:.5em}.container_fluid .pricing .grid .description-text p{color:#78818d;font-size:14px;line-height:21.33px;margin-bottom:0}.container_fluid .pricing .grid .flex{padding:2em;justify-content:end}.container_fluid .pricing .grid .flex .duration{display:flex;align-items:center;height:34px}.container_fluid .pricing .grid .flex .duration span{cursor:pointer;padding:.5em 1.5em;color:#78818d}.container_fluid .pricing .grid .flex .duration span:first-child{background:rgba(88,236,0,.09);border-top-left-radius:10px;border-bottom-left-radius:10px;border-right:1px solid #ccc}.container_fluid .pricing .grid .flex .duration span:nth-child(2){background:rgba(64,106,220,.09);border-top-right-radius:10px;border-bottom-right-radius:10px}.container_fluid .pricing .grid .flex .duration span.active{font-family:var(--semibold-font)}.container_fluid .pricing .grid.grid--repeat--three .cards{display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 100px 0 rgba(0,0,0,.05);border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border:1px solid hsla(0,0%,7%,.1)}.container_fluid .pricing .grid.grid--repeat--three .cards .icon{height:107px;box-sizing:content-box;padding:2em;width:-webkit-fill-available;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.container_fluid .pricing .grid.grid--repeat--three .cards .flex-column{width:100%;padding:1.5em;gap:8px}.container_fluid .pricing .grid.grid--repeat--three .cards .flex-column h4{font-size:20px;font-family:var(--semibold-font);margin-bottom:0}.container_fluid .pricing .grid.grid--repeat--three .cards .flex-column span{color:#78818d;font-size:16px}.container_fluid .pricing .grid.grid--repeat--three .cards .flex-column strong{display:flex;align-items:center;font-family:var(--semibold-font);color:#406adc;font-size:24px}.container_fluid .pricing .grid.grid--repeat--three .cards .flex-column strong span{font-family:var(--regular-font)}.container_fluid .pricing .grid.grid--repeat--three .cards:first-child .icon,.container_fluid .pricing .grid.grid--repeat--three .cards:nth-child(2) .icon{background:linear-gradient(175deg,#406adc,#9747ff)}.container_fluid .pricing .grid.grid--repeat--three .cards:nth-child(3) .icon{background:linear-gradient(44deg,#00d186,#406adc)}.container_fluid .testimonials{padding:4em 10em;display:grid;grid-template-columns:repeat(3,31.5%);background:#fff;gap:30px}.container_fluid .testimonials .cards{display:grid;grid-template-columns:1fr 2fr;gap:18px}.container_fluid .testimonials .cards .icon{height:115px;width:115px;background:url(/_next/static/media/Ghost.8d974b72.svg) no-repeat;background-position:50%;background-size:auto;background-color:rgba(88,236,0,.051)}.container_fluid .testimonials .cards .flex{gap:10px}.container_fluid .testimonials .cards .flex-column p{margin:0;color:#78818d;font-size:14px}.container_fluid .testimonials .cards .flex-column label{font-family:var(--bold-font)}.container_fluid .testimonials .cards .flex-column small{color:#78818d}@media screen and (min-width:320px)and (max-width:767px){.container_fluid .hero{padding:0}.container_fluid .hero aside:first-child{padding:4em 2em 2em}.container_fluid .hero aside:first-child .title-lg{line-height:36.72px}.container_fluid .hero aside:first-child .title-lg span{font-size:37px}.container_fluid .hero aside:first-child p{padding-right:0}.container_fluid .hero aside:first-child .cta-link{padding:0 12px;font-size:11px;justify-content:space-around}.container_fluid .hero aside:last-child{display:none}.container_fluid .hero .grid--1fr--1fr{grid-template-columns:auto}.container_fluid .brands{grid-template-columns:repeat(6,12.5%);padding:10px 18px}.container_fluid .cta{grid-template-columns:1fr 1fr;grid-row-gap:20px}.container_fluid .spacing-10w{padding:0 2em;margin-top:0}.container_fluid .spacing-10w .abs-design{display:none}.container_fluid .scroll-wrap{justify-content:center!important;margin-top:3em}.container_fluid .products{padding:8em 2em 2em}.container_fluid .grid--1fr--1fr{grid-template-columns:auto}.container_fluid .products{padding:4em 2em 2em}.container_fluid .products aside:nth-child(2){position:relative;right:0;top:0;width:100%;height:100%}.container_fluid .features .grid{padding:4em 2em}.container_fluid .features .grid .panel:first-child:before,.container_fluid .features .grid:after,.container_fluid .features .grid:before{display:none}.container_fluid .pricing-cards .grid{gap:20px}.container_fluid .our-app{width:auto;margin:3em 1em}.container_fluid .our-app .grid.pe-4{padding-right:0!important}.container_fluid .our-app aside:nth-child(2){display:none}.container_fluid .our-partners{width:auto;margin:3em 1em;padding:3em 2em}.container_fluid .our-partners h4{font-size:24px;width:auto}.container_fluid .our-partners p{padding-right:0;width:auto}.container_fluid .our-partners .deco .pattern{position:relative;width:auto}.container_fluid .our-partners .deco .driver{width:63%}.container_fluid .our-team{padding:2em 2em 0}.container_fluid .our-team .grid-gap-20{grid-template-columns:auto}.container_fluid .pricing{width:auto}.container_fluid .testimonials{padding:4em 2em;grid-template-columns:auto}}@media screen and (min-width:1200px)and (max-width:1439px){.container_fluid .hero aside:first-child{padding:7em 0 7em 8em}.container_fluid .hero aside:first-child .title-lg span{font-size:52px}.container_fluid .hero aside:first-child p{padding-right:0}.container_fluid .hero aside:last-child img{width:81%}.container_fluid .hero aside:last-child img:last-child{width:89%}.container_fluid .cta .cta-link{font-size:12px}.container_fluid .spacing-10w{padding:0 8em}.container_fluid .spacing-10w .abs-design{top:19em;width:185px}.container_fluid .products{padding:4em 8em 2em}.container_fluid .features .grid{padding:4em 8em}.container_fluid .pricing{width:900px;margin:6em auto}.container_fluid .our-team{padding:8em 8em 2em}.container_fluid .testimonials{padding:4em 8em}}@media screen and (min-width:1680px){.container_fluid .hero aside:first-child .title-lg span{font-size:69px}.container_fluid .hero aside:first-child p{padding-right:2em;line-height:154%;font-size:24px}.container_fluid .spacing-10w{margin-top:7em}.container_fluid .pricing{width:1200px}.container_fluid .our-app,.container_fluid .our-partners{width:1140px}.container_fluid .pb-5 h4{font-size:24px}.container_fluid .pb-5 p{font-size:18px}.container_fluid .cards .description label{font-size:18px!important}.container_fluid .cards .description p{font-size:16px!important;line-height:26.33px}.container_fluid .description-text label{font-size:28px!important;line-height:30px!important;margin-bottom:10px!important}.container_fluid .description-text p{font-size:18px!important;line-height:26.33px!important}}@keyframes scaleAnimation{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes fadeIn{0%{background-image:url(/_next/static/media/variant3.3602de65.svg)}50%{background-image:url(/_next/static/media/variant2.e34a2708.svg)}to{background-image:url(/_next/static/media/variant1.f0fbfcb0.svg)}}@keyframes gradientAnimation{0%{background-image:-webkit-linear-gradient(180deg,#df6030,#ce8050)}50%{background-image:-webkit-linear-gradient(180deg,#405030,#af6001)}to{background-image:-webkit-linear-gradient(180deg,#405030,#406adc)}}@keyframes floatInfinite{0%,to{transform:translateY(-5px)}50%{transform:translateY(8px)}}.footer{padding:8em 10em 2em}.footer .grid.grid--four{grid-template-columns:repeat(4,23%)}.footer .grid.grid--four .flex{gap:12px}.footer .grid.grid--four .flex .d-flex span{font-size:14px;color:#78818d;padding-left:5px}.footer .grid.grid--four .flex .d-flex svg{color:#78818d;font-size:22px}.footer .grid.grid--four .flex .d-flex.logo span{font-size:20px;color:hsla(214,8%,51%,.3);padding-left:10px;font-family:var(--semibold-font)}.footer .grid.grid--four h4{font-family:var(--medium-font);font-size:14px;margin-bottom:1.5em}.footer .grid.grid--four ul{padding:0}.footer .grid.grid--four ul li{padding-bottom:.5em}.footer .grid.grid--four ul li a{text-decoration:none;font-size:14px;color:#78818d}.footer .grid.grid--four ul li a:hover{color:hsla(214,8%,51%,.5)}.footer .footer-base{padding-top:8em;position:relative;display:flex;justify-content:space-between;align-items:center;margin:0 auto}.footer .footer-base label{font-size:13px;color:#78818d;position:relative}.footer .footer-base label a{color:#78818d}@media screen and (min-width:320px)and (max-width:767px){.footer{padding:2em}.footer .grid.grid--four{grid-template-columns:auto}.footer .grid .ps-5{padding-left:0!important}.footer .footer-base{flex-direction:column;align-items:flex-start!important;justify-content:flex-start!important;width:auto}}@media screen and (min-width:1000px)and (max-width:1439px){.footer{padding:8em 8em 2em}}.MuiDialogContent-root{padding:0}.MuiPaper-root{border-radius:10px}.player-wrapper{position:relative;min-width:900px;min-height:450px;overflow-x:hidden}.player-wrapper .w-400{width:400px}.player-wrapper iframe{width:100%;height:450px}@media screen and (min-width:320px)and (max-width:767px){.player-wrapper{min-width:auto;min-height:auto}.player-wrapper iframe{height:300px}}@font-face{font-family:Livvic-Regular;font-display:block;src:url(/public/assets/fonts/Livvic-Regular.ttf)}@font-face{font-family:Livvic-Black;src:url(/public/assets/fonts/Livvic-Black.ttf)}@font-face{font-family:Livvic-Bold;src:url(/public/assets/fonts/Livvic-Bold.ttf)}@font-face{font-family:Livvic-ExtraBold;src:url(/public/assets/fonts/Livvic-ExtraBold.ttf)}@font-face{font-family:Livvic-Medium;src:url(/public/assets/fonts/Livvic-Medium.ttf)}@font-face{font-family:Livvic-SemiBold;src:url(/public/assets/fonts/Livvic-SemiBold.ttf)}.input{width:100%;position:relative;margin-bottom:2em}.input input[name=ngxTimepicker],.input input[type=date],.input input[type=email],.input input[type=number],.input input[type=password],.input input[type=tel],.input input[type=text],.input input[type=time],.input select{width:100%;height:53px;border-radius:8px;padding:1em 1.5em;font-size:14px;color:#080d18;border:1px solid #cbcbcd;font-weight:300;transition:all .4s cubic-bezier(.165,.84,.44,1)}.input input[name=ngxTimepicker]:active,.input input[name=ngxTimepicker]:focus,.input input[type=date]:active,.input input[type=date]:focus,.input input[type=email]:active,.input input[type=email]:focus,.input input[type=number]:active,.input input[type=number]:focus,.input input[type=password]:active,.input input[type=password]:focus,.input input[type=tel]:active,.input input[type=tel]:focus,.input input[type=text]:active,.input input[type=text]:focus,.input input[type=time]:active,.input input[type=time]:focus,.input select:active,.input select:focus{outline:none;border:1px solid #080d18}.input input[name=ngxTimepicker]:disabled,.input input[type=date]:disabled,.input input[type=email]:disabled,.input input[type=number]:disabled,.input input[type=password]:disabled,.input input[type=tel]:disabled,.input input[type=text]:disabled,.input input[type=time]:disabled,.input select:disabled{background:rgba(205,215,220,.5);font-size:12px}.input input[name=ngxTimepicker]::-webkit-input-placeholder,.input input[name=ngxTimepicker]::placeholder,.input input[type=date]::-webkit-input-placeholder,.input input[type=date]::placeholder,.input input[type=email]::-webkit-input-placeholder,.input input[type=email]::placeholder,.input input[type=number]::-webkit-input-placeholder,.input input[type=number]::placeholder,.input input[type=password]::-webkit-input-placeholder,.input input[type=password]::placeholder,.input input[type=tel]::-webkit-input-placeholder,.input input[type=tel]::placeholder,.input input[type=text]::-webkit-input-placeholder,.input input[type=text]::placeholder,.input input[type=time]::-webkit-input-placeholder,.input input[type=time]::placeholder,.input select::-webkit-input-placeholder,.input select::placeholder{color:#95a8b8}.input input[name=ngxTimepicker].is-invalid,.input input[type=date].is-invalid,.input input[type=email].is-invalid,.input input[type=number].is-invalid,.input input[type=password].is-invalid,.input input[type=tel].is-invalid,.input input[type=text].is-invalid,.input input[type=time].is-invalid,.input select.is-invalid{border:1px solid #f44336!important}.input input[name=ngxTimepicker]:hover,.input input[type=date]:hover,.input input[type=email]:hover,.input input[type=number]:hover,.input input[type=password]:hover,.input input[type=tel]:hover,.input input[type=text]:hover,.input input[type=time]:hover,.input select:hover{border-color:#080d18}.input input[name=ngxTimepicker]::-webkit-inner-spin-button,.input input[name=ngxTimepicker]::-webkit-outer-spin-button,.input input[type=date]::-webkit-inner-spin-button,.input input[type=date]::-webkit-outer-spin-button,.input input[type=email]::-webkit-inner-spin-button,.input input[type=email]::-webkit-outer-spin-button,.input input[type=number]::-webkit-inner-spin-button,.input input[type=number]::-webkit-outer-spin-button,.input input[type=password]::-webkit-inner-spin-button,.input input[type=password]::-webkit-outer-spin-button,.input input[type=tel]::-webkit-inner-spin-button,.input input[type=tel]::-webkit-outer-spin-button,.input input[type=text]::-webkit-inner-spin-button,.input input[type=text]::-webkit-outer-spin-button,.input input[type=time]::-webkit-inner-spin-button,.input input[type=time]::-webkit-outer-spin-button,.input select::-webkit-inner-spin-button,.input select::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}.input label{font-size:13px;margin-bottom:6px;font-weight:var(--bold-font)}.input.required label:after{content:"*";color:red;padding-left:4px}.input .toggle-btn{position:absolute;right:22px;top:3.5em;font-size:12px;cursor:pointer}.input textarea{display:block;padding:1.2em 20px;width:100%;height:120px!important;font-size:15px;border-radius:4px;border:1px solid #e8e8e8;transition:all .4s cubic-bezier(.165,.84,.44,1)}.input textarea::-webkit-input-placeholder,.input textarea::placeholder{color:#dadadc}.input textarea:active,.input textarea:focus{outline:none;border:1px solid #f5f5f5}.input textarea.is-invalid{border:1px solid #f44336!important}.input.surfix-wrapper{position:relative}.input.surfix-wrapper input{height:56px}.input.surfix-wrapper .surfix{position:absolute;right:.5em;top:.3em;z-index:1}.search-input{position:relative}.search-input input[type=text]{width:100%;height:48px;border-radius:4px;padding:1em 1.5em 1em 3.2em;font-size:14px;color:#080d18;border:1px solid #cbcbcd}.search-input input[type=text]:active,.search-input input[type=text]:focus{outline:none;border:1px solid #080d18}.search-input input[type=text]::-moz-placeholder{color:#95a8b8}.search-input input[type=text]::placeholder{color:#95a8b8}.search-input span .MuiSvgIcon-root{position:absolute;top:15px;left:13px;color:#cbcbcd}.status-select .MuiInputBase-root{height:48px;font-size:14px}.status-select .MuiInputBase-root.Mui-focused fieldset{border-color:#080d18!important;border-width:1px}.status-select .MuiSelect-select{position:relative;width:130px;height:48px;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;color:#080d18}.status-select.form-input{display:flex;flex-direction:column}.status-select.form-input label{font-size:13px;margin-bottom:6px;font-weight:var(--bold-font)}.status-select.form-input.required label:after{content:"*";color:red;padding-left:4px}.status-select.form-input .MuiInputBase-root{height:53px;border-radius:8px}.status-select.form-input .MuiSelect-select{width:-webkit-fill-available}.MuiList-root .MuiMenuItem-gutters{font-size:12px!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{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)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}