body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.Mui-disabled{background-color:#8a9297!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.signinImage{background:no-repeat 100% 100%;flex-direction:column;height:100%;background-size:cover;background-position:50%;border-top-left-radius:5px;border-bottom-left-radius:5px}.mobile-signin-label{display:none}@media (max-width:600px){.signInimageBox{display:none}.signInimageBox,.signInimageBox:after{position:absolute;left:0;top:0;width:100%;height:100%}.signInimageBox:after{content:"";background:rgba(0,0,0,.5)}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.signInimageBox:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.mobile-signin-label{display:flex;justify-content:center;color:#728d9a;font-weight:700}}.gBtn:after{content:"SIGN IN VIA GOOGLE"}.eBtn:after{content:"SIGN UP VIA EMAIL"}@media only screen and (max-width:1000px){.gBtn:after{content:"GOOGLE";padding-left:5px}.eBtn:after{content:"EMAIL";padding-left:5px}.mobile-signin-label{display:flex;justify-content:center;color:#728d9a;font-weight:700}}.dv-star-rating{display:flex!important;justify-content:space-evenly;flex-direction:row-reverse;align-items:center;width:70%}#helpText>div>p{margin:0}.scale-toolbar{display:flex;flex-direction:column;align-content:space-between;margin-top:-10px}.scale-toolbar input[type=radio]{opacity:0;position:fixed;width:0}.filled{background-color:#a5d5ed!important}.scale-toolbar label{display:flex;justify-content:center;background-color:#fff;width:36px;height:36px;font-family:sans-serif,Arial;font-size:14px;border-radius:50%;text-align:center;padding:8px;margin-top:10px}.scale-toolbar label:hover{background-color:#9ed0ed}.scale-toolbar input[type=radio]:checked+label{background-color:#a5d5ed}.label,.label-scale{display:flex;color:#728b97;margin-top:10px;padding:0 5px;justify-content:space-between}.label-scale{flex-wrap:wrap}.label-item-scale{display:flex;color:#728b97;justify-content:space-between;word-break:break-word;max-width:20%;text-align:center}.label-item-scale-vertical{align-items:center;padding-left:20px;margin-top:20px;color:#728b97;justify-content:center;text-align:center}.circleWrapper{justify-content:space-between;border-bottom:2px solid #fff}.circleWrapper,.circleWrapper-scale{display:flex;flex-wrap:wrap;padding-bottom:10px}.circleWrapper-scale{flex-direction:column}.vertical-line,.vertical-line-scale{height:15px;border-left:2px solid #fff;border-right:2px solid #fff;margin:0 15px}.vertical-line-scale{justify-content:space-evenly;display:flex}.scale-toolbar .notSelected+label{background-color:#a9bac2;color:#728d9a}.hr{width:2px;height:10px;background:#fff}.radio-toolbar{display:flex;justify-content:flex-start;flex-wrap:wrap;align-content:space-between;margin-top:-10px}.radio-toolbar input[type=radio]{opacity:0;position:fixed;width:0}.radio-toolbar label{display:flex;justify-content:center;background-color:#fff;padding:12px 35px;font-family:sans-serif,Arial;font-size:16px;border-radius:5px;margin-top:8px;margin-right:8px;flex-grow:1}.radio-toolbar label:hover{background-color:#9ed0ed}.radio-toolbar input[type=radio]:checked+label{background-color:#a5d5ed}.radio-toolbar .notSelected+label{background-color:#a9bac2;color:#728d9a}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,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)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@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)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@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)}}.bounceIn{animation-duration:.75s;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)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.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)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.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)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@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}}.animated.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)}}.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)}}.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}}.flipOutX{animation-duration:.75s;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}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@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)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.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)}}.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)}}.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)}}.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)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.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);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@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);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}.gif-box-wrapper,.gif-list-wrapper,.gif-list-wrapper>div{width:100%!important}.chat-mentions textarea{border:none;overflow-wrap:break-word}.chat-mentions textarea:focus-visible{outline:none}.mentions__mention{color:#e0b334;z-index:1;font-weight:700;position:relative;left:1px;bottom:-1px;text-decoration:none;pointer-events:none}.chat-mentions__suggestions{border-radius:8px!important;padding:5px!important}.chat-mentions__highlighter{line-height:16.5px}.selected input[type=radio]:not(:checked)+.box{background-color:#a8b7be}.selected input[type=radio]:not(:checked)+.box p{color:#728d9a}.selectorBox{width:100%}.selectorBox input[type=radio]{display:none}.selectorBox input[type=radio]:checked+.box{background-color:#e0b334}.selectorBox input[type=radio]:checked+.box p{color:#fff}.selectorBox .box{height:152px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:5px;transition:all .25s ease;will-change:transition;cursor:pointer;position:relative;font-family:"Dax",sans-serif;align-items:flex-end;display:flex;justify-content:space-between;padding:0 17px 0 29px}.selectorBox .box:active{transform:translateY(10px)}.selectorBox .box p{transition:all .3s ease;font-size:1.8em;-webkit-user-select:none;user-select:none;color:#e0b334}.spacing{margin-top:32px}.title{font-weight:700}.text{font-weight:lighter;line-height:24px}.stage{display:flex;height:calc(100vh - 50px);background-color:#e7edf0;align-items:center}.StageWrapper{height:90vh}@media screen and (max-width:768px){.StageWrapper{height:calc(100vh - 50px)}}.btn{width:89%}@media screen and (max-width:768px){.btn{width:100%}}.pageButton{display:flex;width:100%;justify-content:center}@media screen and (max-width:768px){.pageButton{position:absolute;bottom:0;width:100%}}.page{display:flex;height:80vh}@media screen and (max-width:768px){.page{height:calc(100vh - 110px)}}@media screen and (max-width:768px){.pageTitle{display:none}}.page-content-wrapper{height:94%;padding:30px 30px 20px;overflow-y:auto}@media screen and (max-width:768px){.page-content-wrapper{height:calc(100vh - 147px);padding:0 20px 20px;margin-top:25px}}.bar{border-bottom:2px solid #c5d4dc;padding:37px 35px 6px;font-size:12px;font-weight:lighter;color:#404040}.current{border-bottom:2px solid #e0b334;font-weight:700;color:#000}.complete{text-decoration:line-through}.pageStatus{display:block;text-align:center;position:relative;margin-bottom:-100%}.steps{font-weight:lighter}.wrapper{margin-top:124px;max-width:270px}@media only screen and (max-width:950px){.wrapper{max-width:90%}}@media only screen and (max-width:1000px){.wrapper{padding-left:50px;padding-right:50px}}.background{background:no-repeat 100% 100%;height:calc(100vh - 50px);display:flex;flex-direction:column}@media only screen and (max-width:750px){.background{background:no-repeat bottom;background-size:0 0}}body,html{width:100%;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.mtg-banner,.mtg-explore,.mtg-why{overflow:hidden}:root{--mtg-blue:#1331c2;--mtg-ctaA:#6f2dbd;--mtg-ctaB:#4c1ea0;--mtg-ink:#0d0d0d;--mtg-off:#efe9e8;--blobBL-size:clamp(460px,38vw,720px);--blobTR-size:clamp(260px,22vw,420px)}.mtg-banner{position:relative;background:var(--mtg-off,#efe9e8);overflow:hidden;padding-top:clamp(84px,10vh,128px)}.mtg-blob{position:absolute;inset:0;width:130%;left:-15%;top:-8%;z-index:0;pointer-events:none}.mtg-banner-grid{width:100%;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;max-width:1250px;margin:0 auto;padding:clamp(24px,8vw,78px);align-items:center;grid-gap:clamp(24px,0,56px);gap:clamp(24px,0,56px)}.mtg-blue-panel{position:relative;background:#1331c2;color:#fff;padding:clamp(22px,3.5vw,48px);border-radius:0;z-index:2}.mtg-h1{width:100%;font-family:"Rubik",sans-serif;margin:0 0 .8rem;font-weight:800;font-size:clamp(30px,4.6vw,64px);line-height:1}.mtg-sub{font-family:"Inter",sans-serif;font-size:clamp(14px,1.35vw,18px);line-height:1.55;color:#e9efff;max-width:54ch;margin:0 0 1.5rem}.mtg-cta{display:inline-block;font-weight:800;text-decoration:none;color:#fff;background:#6f2dbd;border-radius:14px;padding:14px 24px}.mtg-blue-panel,.mtg-hero{width:100%;position:relative;z-index:3;justify-self:end;width:min(520px,100%);transform:translateX(-4%);filter:drop-shadow(0 12px 28px rgba(0,0,0,.22))}.mtg-hero img{display:block;width:100%;height:auto}.mtg-tagline{position:relative;z-index:1;max-width:1200px;margin:clamp(16px,3vw,40px) auto clamp(36px,6vw,88px);padding-inline:clamp(16px,3vw,40px);text-align:center}.mtg-tagline h2{font-family:"Rubik",sans-serif;font-weight:800;color:#0d0d0d;font-size:clamp(22px,2.8vw,44px);line-height:1.3}.mtg-pill{background:#f5c34b;border-radius:10px;padding:4px 6px}@media (max-width:1024px){.mtg-banner-grid{justify-self:center;grid-template-columns:1fr;text-align:center}.mtg-blue-panel{padding-left:20px;margin-top:auto;margin-bottom:clamp(16px,4vw,32px)}.mtg-hero{margin-top:0;justify-self:center;transform:none;width:80%}.mtg-tagline h2{text-align:center}}@media (max-width:600px){.mtg-banner-grid{padding:20px}.mtg-h1{font-size:clamp(24px,8vw,36px)}.mtg-sub{font-size:clamp(13px,4vw,16px)}.mtg-hero{width:100%;margin-top:-20px}}.mtg-explore{position:relative;background:#fdecdc;padding:clamp(40px,7vw,80px) 0}.mtg-explore-head{text-align:center;max-width:900px;margin:0 auto clamp(20px,3vw,36px);padding-inline:clamp(16px,2.6vw,40px)}.mtg-explore-head h2{color:#000;font-family:"Rubik",sans-serif;font-weight:900;font-size:clamp(28px,4vw,42px);line-height:1.2;padding:0 clamp(12px,4vw,48px) clamp(12px,6vw,48px);margin:0}.mtg-explore-blob-1,.mtg-explore-blob-2{position:absolute;z-index:0;opacity:.95;pointer-events:none;filter:drop-shadow(0 0 0 transparent)}.mtg-explore-blob-1{width:clamp(560px,44vw,620px);left:max(-14vw,0);bottom:max(-1vw,60px);transform:rotate(-2deg)}.mtg-explore-blob-2{width:clamp(560px,44vw,620px);right:0;top:clamp(24px,18vw,205px);transform:scaleX(-1) rotate(180deg 180deg)}@media (max-width:900px){.mtg-explore-blob-1{width:clamp(260px,50vw,520px);left:max(-18vw,-140px);bottom:max(-12vw,-90px)}.mtg-explore-blob-2{width:clamp(260px,50vw,520px);right:clamp(8px,6vw,48px);top:clamp(12px,8vw,72px)}}@media (max-width:767px){.mtg-explore-blob-1,.mtg-explore-blob-2{display:none!important}}.mtg-explore-grid{position:relative;z-index:1;max-width:900px;margin:0 auto;padding-inline:clamp(16px,2.6vw,24px);display:flex;flex-wrap:wrap;grid-gap:clamp(18px,2.4vw,24px);gap:clamp(18px,2.4vw,24px)}.mtg-explore-grid>.mtg-col-left,.mtg-explore-grid>.mtg-col-right{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px);min-width:340px}.mtg-card{background:#0c7c59;color:#fff;border-radius:18px;padding:clamp(18px,3.8vw,39px);box-shadow:0 10px 28px rgba(0,0,0,.12)}.mtg-card h3{font-family:"Rubik",sans-serif;font-weight:900;font-size:clamp(24px,3.2vw,36px);line-height:1.15;margin:0 0 6px}.mtg-card p{font-family:"Open Sans",sans-serif;font-size:clamp(16px,2vw,20px);line-height:1.45;font-weight:400;max-width:46ch;margin:0}.mtg-phone{margin-top:clamp(10px,2vw,18px);padding:0;background:transparent}.mtg-card-img{display:block;width:min(360px,90%);height:auto;object-fit:contain;object-position:center top;margin-inline:auto}.mtg-col-left{transform:translateY(-52px)}.mtg-col-right{transform:translateY(52px)}@media (max-width:900px){.mtg-explore-grid{max-width:660px}.mtg-explore-grid>.mtg-col-left,.mtg-explore-grid>.mtg-col-right{flex:1 1 100%;min-width:100%}.mtg-col-left,.mtg-col-right{transform:none}.mtg-card-img{width:100%}}.mtg-why{background:#1331c2;color:#fff;padding:clamp(44px,7vw,88px) 0}.mtg-why-inner{max-width:1160px;margin:0 auto;padding-inline:clamp(16px,2.6vw,40px)}.mtg-why h2{font-family:"Rubik",sans-serif;font-weight:900;text-align:center;font-size:clamp(28px,3.4vw,44px);margin:0 0 clamp(20px,4vw,36px)}.mtg-why-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;grid-gap:clamp(20px,2.4vw,36px);gap:clamp(20px,2.4vw,36px)}.mtg-why-item{flex:1 1 260px;max-width:340px;text-align:center;padding:clamp(20px,2.2vw,28px);background:transparent;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:250px;box-sizing:border-box}.mtg-why-item img{width:100px;height:100px;object-fit:contain;margin-bottom:16px;display:block}.mtg-why-item h3{color:#fff;font-family:"Rubik",sans-serif;font-weight:700;font-size:clamp(18px,2.2vw,24px);line-height:1.3;margin:0;text-align:center;word-break:keep-all;max-width:90%}@media (max-width:560px){.mtg-why-item{flex:1 1 100%;max-width:100%;min-height:auto;padding:24px 12px}.mtg-why-item img{width:80px;height:80px;margin-bottom:12px}.mtg-why-item h3{font-size:18px}}.mtg-header{width:100%;z-index:10;padding-top:20px}.mtg-header,.mtg-header-inner{background:#fafafa;position:relative}.mtg-header-inner{max-width:1280px;margin:0 auto;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:10px 40px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.mtg-logo{display:inline-block;z-index:12}.mtg-logo img{height:55px;width:auto;display:block;background:#fafafa;border-radius:8px}.mtg-header-spacer{color:#fafafa}.mtg-login-btn{background:#f5c34b;color:#fafafa;font-family:"Rubik",sans-serif;font-weight:700;padding:14px 32px;border-radius:12px;text-decoration:none;transition:background .25s ease-in-out}@media (max-width:900px){.mtg-header-inner{padding:0 20px}.mtg-logo img{height:56px;padding:6px 12px}.mtg-login-btn{padding:10px 20px;font-size:14px}}.mtg-footer{background:#0d0d0d;padding:clamp(28px,6vw,60px) 0;color:#fff;position:relative;overflow:hidden;font-family:"Rubik",sans-serif}.mtg-footer-inner{max-width:1160px;margin:0 auto;padding:0 clamp(16px,2.6vw,40px);display:flex;flex-direction:column;grid-gap:clamp(24px,3vw,48px);gap:clamp(24px,3vw,48px)}.mtg-footer-top{display:grid;grid-template-columns:165px 1fr;align-items:center;grid-gap:clamp(16px,3vw,32px);gap:clamp(16px,3vw,32px)}.mtg-footer-brand img{width:150px;max-width:100%;height:auto;display:block}.mtg-footer-about{display:flex;align-items:center}.mtg-footer-about p{margin:0;font-size:clamp(14px,1.2vw,17px);line-height:1.6;color:#e0e0e0;text-align:left}.mtg-footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:clamp(16px,2.6vw,28px)}.mtg-footer-links{display:flex;flex-wrap:wrap;grid-gap:12px 28px;gap:12px 28px;justify-content:center}.mtg-footer-links a{color:#fff;text-decoration:none;font-weight:700;font-size:15px;transition:opacity .2s ease}.mtg-footer-links a:hover{text-decoration:underline;opacity:.85}@media (max-width:900px){.mtg-footer-top{grid-template-columns:140px 1fr}}@media (max-width:720px){.mtg-footer-top{grid-template-columns:1fr;text-align:center}.mtg-footer-brand{justify-self:center}.mtg-footer-brand img{margin:0 auto 12px;width:120px}.mtg-footer-about{justify-content:center}.mtg-footer-about p{text-align:center;font-size:15px}.mtg-footer-links{flex-direction:column;align-items:center;grid-gap:10px;gap:10px}}@media (max-width:480px){.mtg-footer{padding:32px 0}.mtg-footer-links a{font-size:14px}}.mtg-simple-header{background-color:#fafafa;position:-webkit-sticky;position:sticky;top:0;z-index:20;width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:10px;max-width:1200px;margin:0 auto}.mtg-simple-logo{background:#ffd028;padding:10px 14px;line-height:1;white-space:nowrap}.mtg-simple-btn,.mtg-simple-logo{color:#000;font-weight:700;border-radius:8px}.mtg-simple-btn{background:#f5c34b;text-decoration:none;padding:10px 18px}@media (max-width:600px){.mtg-simple-header{height:auto;padding:10px 14px}.mtg-simple-logo{font-size:14px;padding:8px 10px}.mtg-simple-btn{font-size:14px;padding:8px 12px}}
/*# sourceMappingURL=main.05ed2fb3.chunk.css.map */