
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
html,body{padding:0;padding-right:0px !important;margin:0;font-family:'OpenSans';line-height:1.6;font-size:18px;scroll-behavior:smooth;overflow-x:hidden;min-height:400px;margin-bottom:30px;clear:both}*{box-sizing:border-box}a{text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}@font-face{font-family:'EcoWorldSerifLight';src:url("/fonts/EcoWorldSerif-Regular.otf");font-weight:200}@font-face{font-family:'EcoWorldSerif';src:url("/fonts/EcoWorldSerif-Regular.otf");font-weight:400}@font-face{font-family:'EcoWorldSerifSemiBold';src:url("/fonts/EcoWorldSerif-Bold.otf");font-weight:600}@font-face{font-family:'EcoWorldSerifBold';src:url("/fonts/EcoWorldSerif-Bold.otf");font-weight:700}@font-face{font-family:'OpenSansLight';src:url("/fonts/OpenSans-Light.ttf");font-weight:200}@font-face{font-family:'OpenSans';src:url("/fonts/OpenSans-Regular.ttf");font-weight:400}@font-face{font-family:'OpenSansSemiBold';src:url("/fonts/OpenSans-SemiBold.ttf");font-weight:600}@font-face{font-family:'OpenSansBold';src:url("/fonts/OpenSans-Bold.ttf");font-weight:700}@font-face{font-family:'Poppins';src:url("/fonts/Poppins-Regular.ttf");font-weight:200}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}input:focus{outline:0}input[type='checkbox']{background:#990000;width:20px !important;height:20px;align-self:center;margin-right:10px}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:row}.margin-right-10{margin-right:10px}.padding-left-30{padding-left:30px}.flex-1{flex:1}.margin-0{margin:0 !important}.spinner-border{color:#dfbe6d}.react-datepicker-wrapper{width:100%;background:#ffffff 0% 0% no-repeat !important}.space-between{justify-content:space-between}.disabled{user-select:none}.disabled select,.disabled input{background:#f2f2f2;pointer-events:none;border:1px solid #ccc !important}.alert-custom{position:sticky;color:#ffffff;background-color:#414141;height:40px;text-align:left;white-space:nowrap;border:1px solid #000000;letter-spacing:0.2px;overflow-y:hidden;display:flex}.alert-custom span{margin:5px 0}.alert-custom a.highlight{font-family:OpenSansSemiBold;margin:0 5px 0 25px;font-size:12px;color:#ffffff !important}.alert-custom a.link{font-family:OpenSans;text-decoration:underline;margin:0 10px;font-size:12px;color:#ffffff}.alert-custom .results-text{flex:1;align-self:center;text-align:center;font-family:EcoWorldSerif;font-size:16px;text-transform:uppercase}@media (max-width: 480px){.alert-custom .results-text{font-size:14px}}.alert-custom .highlight-span{width:100px}@media (max-width: 480px){.alert-custom .highlight-container{overflow:hidden;position:relative}}@media (max-width: 480px){.alert-custom .highlight-container .highlight-marquee{position:absolute;margin:0;text-align:center;width:100%;-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);-moz-animation:scroll-left 15s linear infinite;-webkit-animation:scroll-left 15s linear infinite;animation:scroll-left 15s linear infinite}}@-moz-keyframes scroll-left{0%{-moz-transform:translateX(100%)}100%{-moz-transform:translateX(-100%)}}@-webkit-keyframes scroll-left{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(-100%)}}@keyframes scroll-left{0%{-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.primary-gold-btn{background-color:#dfbe6d;color:#fff;padding:10px;width:265px;border-radius:20px;outline:0 !important;margin:5px auto;font-size:12px;border:0;text-transform:uppercase}.primary-green-btn{background-color:#189e8e;color:#fff;padding:10px;width:50%;border-radius:20px;outline:0 !important;margin:5px auto;font-size:0.7rem;border:0;font-family:OpenSans;text-transform:uppercase}@media (max-width: 600px){.primary-green-btn{width:100%}}.fourty{width:40%}@media (max-width: 600px){.fourty{width:100%}}.recaptch-reset-password{width:304px;height:78px;margin:15px auto}@media (max-width: 600px){.recaptch-reset-password{width:301px !important;height:78px !important}}.sixty{width:300px}.primary-white-btn{background-color:#fff;color:#dfbe6d;padding:10px;width:15rem;border-radius:20px;border-color:#dfbe6d;border-style:solid;outline:0 !important;margin:5px auto;font-size:12px;border:1}.primary-white-btn-small-radius{background-color:#fff;color:#dfbe6d;padding:10px;width:7.5rem;border-radius:3px;border-color:#dfbe6d;border-style:solid;outline:0 !important;margin:5px auto;font-size:12px;border:1}.primary-green-border-white-btn{background-color:#fff;color:#189e8e;padding:10px;width:100%;border-radius:20px;border-color:#189e8e;border-style:solid;outline:0 !important;margin:5px auto;font-size:0.7rem;border:1;font-family:OpenSans;text-transform:uppercase}@media (max-width: 600px){.primary-green-border-white-btn{width:100%}}.delay-1{-webkit-transition:all 800ms cubic-bezier(0.23, 1, 0.32, 1);-moz-transition:all 800ms cubic-bezier(0.23, 1, 0.32, 1);-o-transition:all 800ms cubic-bezier(0.23, 1, 0.32, 1);transition:all 800ms cubic-bezier(0.23, 1, 0.32, 1)}.hr-line{margin:0.5rem !important}.hr-line-2{margin:0.5rem 0 !important}::-webkit-input-placeholder{text-transform:initial}:-moz-placeholder{text-transform:initial}::-moz-placeholder{text-transform:initial}:-ms-input-placeholder{text-transform:initial}@supports (-webkit-touch-callout: none){input[type='color'],input[type='date'],input[type='datetime'],input[type='datetime-local'],input[type='email'],input[type='month'],input[type='number'],input[type='password'],input[type='search'],input[type='tel'],input[type='text'],input[type='time'],input[type='url'],input[type='week'],select,textarea{font-size:16px}}.footer-container{display:flex;flex-direction:column;width:100%;z-index:4;align-items:center;box-shadow:0px 3px 20px #00000014}.footer-container .footer-trademark{display:flex;justify-content:space-between;align-items:center;row-gap:2px;font:normal normal normal 13px/18px OpenSansLight;width:100%;border-top:1px solid #e6e6e6;padding:6px 30px}@media (max-width: 1000px){.footer-container .footer-trademark{flex-direction:column;align-items:flex-start;padding-left:15px;padding-right:15px}}@media (max-width: 768px){.footer-container .footer-trademark{font:normal normal normal 11px/18px OpenSansLight;padding-left:11px;padding-right:11px}}@media (max-width: 550px){.footer-container .footer-trademark{padding:4px 8px}}.footer-container .footer-trademark .footer-wrapper{display:flex}@media (max-width: 540px){.footer-container .footer-trademark .footer-wrapper{align-self:center}}.footer-container .footer-trademark .footer-wrapper .footer-declaration{text-align:center;font:normal normal normal 10px/14px OpenSansLight;color:#000000;text-decoration:underline;text-transform:uppercase;cursor:pointer;margin-right:6px}.footer-container .footer-border-accent{background-color:black}.datatable{width:95%}@media (max-width: 1160px){.datatable{width:99%}}.datatable .datatable-wrapper{display:flex;flex-direction:column;padding:30px 0}@media (max-width: 375px){.datatable .datatable-wrapper{text-align:center}}.datatable .datatable-wrapper .datatable-title{color:#189e8e;padding:4px;padding-bottom:15px;font-size:21px}.datatable .datatable-wrapper .datatable-header{display:flex;column-gap:8px;background-color:#e8e8e9;font:normal normal 600 13px/18px OpenSans;color:#414143;padding:15px 10px;font-weight:bold;text-transform:uppercase;flex-wrap:nowrap}@media (max-width: 600px){.datatable .datatable-wrapper .datatable-header{font:normal normal 600 11px/15px OpenSans}}.datatable .datatable-wrapper .datatable-header .datatable-header-cell{flex-grow:1;flex:1;overflow-wrap:anywhere}.datatable .datatable-wrapper .datatable-content{display:flex;flex-direction:column}.datatable .datatable-wrapper .datatable-content .datatable-content-row{display:flex;column-gap:8px;border-bottom-color:#d8d8d9;border-bottom-style:solid;border-bottom-width:1px;color:#414143;font:normal normal 600 13px/18px OpenSans;padding:15px 10px;align-items:center;overflow-wrap:anywhere}@media (max-width: 600px){.datatable .datatable-wrapper .datatable-content .datatable-content-row{font:normal normal 600 11px/15px OpenSans}}.datatable .datatable-wrapper .datatable-content .datatable-content-row .datatable-content-cell{flex-grow:1;flex:1}.datatable .datatable-wrapper .datatable-content .datatable-content-row .no-record{text-align:center;color:#b2b2b6}.datatable .datatable-wrapper .pagination-container{display:flex;justify-content:center;margin-top:10px}

.dashboard-bg{background-color:#fafafa;height:100%;overflow:hidden;background-size:cover}.paragraph-div{height:410px;margin-top:80px;margin-bottom:80px;padding-left:250px;padding-right:250px;text-align:center;background-color:#fafafa}.paragraph-div .paragraph-title{font-size:32px;font-family:EcoWorldSerif;font-weight:bold;color:#414141;text-align:center}.paragraph-div .paragraph-sub-title{font-size:20px;font-family:EcoWorldSerif;color:#414141;text-align:center}.paragraph-div .paragraph-third-title{font-size:16px;font-family:EcoWorldSerif;color:#414141;text-align:left}.card-div{height:410px;margin-top:80px;margin-bottom:80px;padding-left:250px;padding-right:250px;text-align:center;background-color:#ffffff}.card-div .paragraph-title{font-size:32px;font-family:EcoWorldSerif;font-weight:bold;color:#414141;text-align:center}.card-div .paragraph-sub-title{font-size:20px;font-family:EcoWorldSerif;color:#414141;text-align:center}.card-div .paragraph-third-title{font-size:16px;font-family:EcoWorldSerif;color:#414141;text-align:left}.home-footer-wrapper .footer-container{display:block;border:none;z-index:4}.home-footer-wrapper .footer-container .footer-trademark{display:none}.home-footer-wrapper .footer-container.sticky .footer-trademark{display:flex}.home-footer-wrapper .footer-container .footer-btn{width:100%;min-height:40px;font:normal normal 600 14px/20px OpenSans;color:#fff;background-color:#189e8e;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center}.intro-video-wrapper{height:100%;width:100% !important;position:fixed;z-index:9999;top:0;left:0;background-color:#000;background-color:rgba(0,0,0,0.9);overflow:hidden;transition:0.5s}.intro-video-wrapper .video{position:fixed;top:25%;width:100% !important;text-align:center !important;align-items:center !important;top:0;bottom:0;left:0;right:0;margin-top:30px;margin:0px auto;height:100% !important}.video-button{margin-left:auto;margin-top:1rem;margin-right:1rem;table-layout:fixed;border-collapse:collapse;z-index:999999;position:relative;float:right;background-color:#dfbe6d;color:#fff;padding:10px;border-radius:20px;outline:0 !important;font-size:12px;border:0;text-transform:uppercase;width:5rem}.video-button:hover{background-color:#fff;color:#dfbe6d}.bouncing-video-button{position:fixed;bottom:5rem;left:1.5rem;z-index:2}.bouncing-video-button.non-scroll-hide-footer{bottom:calc(5rem - 2.3rem)}@media (max-width: 506px){.bouncing-video-button{left:0.5rem;bottom:6rem}}

.login-bg{display:block;height:40rem;width:100%;overflow:hidden;background-size:cover;background:#fafafa}@media (min-width: 1200px){.login-bg{min-height:750px}}@media (max-width: 480px){.login-bg{min-height:35rem}}.project-container{padding:5px;background:#f3f3f3;width:200px;margin:auto auto 20;color:#189e8e;font-size:14px}.login-container{display:flex;justify-content:center;height:90%;text-align:center}@media (max-width: 480px){.login-container{padding-left:15px;padding-right:15px}}.login-container span{font-size:12px;width:300px;display:block;margin:10px auto;line-height:1}.loginBox{width:450px;height:95%;background-color:#ffffff;align-self:center;display:flex;flex-direction:column;border-radius:10px;box-shadow:0px 0px 10px #00000014}.email-confirm-box{width:22rem;height:27rem;background-color:#ffffff;align-self:center;display:flex;flex-direction:column;justify-content:space-evenly;border-radius:10px;box-shadow:0px 0px 10px #00000014}.logo{margin:20px auto;height:auto;width:200px;background-size:100%;background-position:center}.hr{border-bottom:1px solid #d8d8d9}.login-title{color:#414141;font-size:25px;text-align:center;margin:0 80px auto;font-family:EcoWorldSerifSemiBold;margin:2rem}@media (max-width: 480px){.login-title{margin:1.5rem}}.login-description{color:#414141;font-size:14px}.login-input-container{margin-top:1rem;margin-bottom:1rem}.login-input{display:block;border-radius:20px;border:1px solid #189e8e;padding:10px;width:300px;font-size:12px;margin:15px auto}.forget-password{display:block;width:265px;font-size:12px;margin:15px auto 0;text-align:left;text-decoration:underline;color:#cb0c0c;cursor:pointer}.recaptcha{margin:auto !important;width:65% !important;height:auto !important;padding-top:10px !important}@media (max-width: 480px){.recaptcha{width:301px !important;height:100px !important}}.tnc-registration{display:flex;flex-direction:column;background-color:#ffffff;min-height:20vh}.tnc-registration .registration-tnc-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:0}.tnc-registration .registration-tnc-container{width:90%;margin-top:30px}.tnc-registration .registration-tnc-title{font:normal normal 600 18px/30px OpenSans;margin-bottom:10px;text-align:center}.tnc-registration .registration-tnc-item-container{display:flex;margin-top:15px;font:normal normal normal 14px/18px OpenSans}.tnc-registration .registration-tnc-item-desc{margin-left:10px}.tnc-registration .registration-tnc-item-desc-docs{margin-left:10px;text-align:left}.tnc-registration .green{color:#189e8e;font-weight:bold;cursor:pointer}.green-btn-login{background-color:#189e8e;color:#fff;padding:10px;width:25%;border-radius:20px;outline:0 !important;margin:5px auto;font-size:0.7rem;border:0;font-family:OpenSans;text-transform:uppercase}.green-btn-login.disabled{background-color:#b2b2b6;cursor:not-allowed}.modal-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modal-close{background:#fff;border:0}.modal-header-text{font-size:30px}.box-container{display:flex;flex-direction:row;justify-content:space-evenly;flex:1;align-items:center;flex-wrap:wrap}.region-box{height:200px;width:300px;margin:15px;border-radius:0;display:flex;justify-content:flex-end}.region-text{height:75px;background:#000000;opacity:0.7;width:100%;align-self:flex-end;display:flex;justify-content:center;align-items:center}.project-text{height:100%;background:#000000;opacity:0.7;width:100%;align-self:flex-end;display:flex;flex-direction:column;justify-content:center;align-items:center}.hr1{border-bottom:1px solid orange;margin:15px auto;width:50px}.project-description1{color:#fff;opacity:1;font-size:12px;line-height:1.2;text-align:center}.region-name{color:#fff;opacity:1;font-size:24px;line-height:1.2}.home-title{color:red}.small-modal{width:350px;height:320px;border-radius:12px}.oauth-button{background-color:#fff;color:#414141;height:33px;border-radius:20px;outline:0;margin:5px auto;border:1px solid #d8d8d8;padding:0px;font-size:0.7rem}.oauth-button .wrapper{display:flex;align-items:center;padding:10px 40px;height:33px}.oauth-button span{width:auto}

.profile-bg{display:block;height:100%;overflow:hidden;background-size:cover;background-color:#fafafa}@media (min-width: 1200px){.profile-bg{min-height:40rem}}.project-container{padding:5px;background:#f3f3f3;width:200px;margin:auto auto 20;color:#189e8e;font-size:14px}.profile-container{display:flex;justify-content:center;height:100%;text-align:center;margin-top:60px;margin-bottom:60px;margin-right:auto;margin-left:auto;width:100%;padding-right:15px;padding-left:15px}@media (min-width: 1200px){.profile-container{max-width:950px}}.profile-box{width:100%;height:100%;background-color:#fff;align-self:center;display:flex;flex-direction:column;justify-content:space-evenly;border-radius:10px;padding:10px;box-shadow:0 3px 10px #00000029}@media (max-width: 480px){.profile-box{padding:0px}}.profile-box .profile-box-header{display:flex;flex-direction:column;align-items:center}.profile-box .profile-title{font-family:EcoWorldSerifSemiBold;color:#414141;font-size:25px;height:80px;text-align:center;padding-top:25px}.profile-box .sec-title{font-family:OpenSans;font-size:14px;color:#414141}.profile-box .password-btn-container{background:#dfbe6d 0% 0% no-repeat padding-box;border-radius:60px;cursor:pointer;text-align:center;font:normal normal 600 13px/21px Open Sans;letter-spacing:0px;color:#ffffff;text-transform:uppercase;padding:5px;padding-left:30px;padding-right:30px;margin-top:10px;margin-bottom:25px;width:fit-content}.profile-box .field-title{font-family:OpenSansSemiBold;font-size:12px}.logo{margin:20px auto;height:auto;width:200px;background-size:100%;background-position:center}.reg-hr{border-bottom:1px solid #d8d8d9}.register-title{font-family:EcoWorldSerifSemiBold;color:#189e8e;font-size:24px;font-weight:bold}.login-description{color:#414141;font-size:14px}.modal-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modal-close{background:#fff;border:0}.modal-header-text{font-size:30px}.box-container{display:flex;flex-direction:row;justify-content:space-evenly;flex:1;align-items:center;flex-wrap:wrap}.region-box{height:200px;width:300px;margin:15px;border-radius:0;display:flex;justify-content:flex-end}.region-text{height:75px;background:#000000;opacity:0.7;width:100%;align-self:flex-end;display:flex;justify-content:center;align-items:center}.project-text{height:100%;background:#000000;opacity:0.7;width:100%;align-self:flex-end;display:flex;flex-direction:column;justify-content:center;align-items:center}.hr1{border-bottom:1px solid orange;margin:15px auto;width:50px}.project-description1{color:#fff;opacity:1;font-size:12px;line-height:1.2;text-align:center}.region-name{color:#fff;opacity:1;font-size:24px;line-height:1.2}.home-title{color:red}.nav-tabs{background-color:transparent !important;color:#dfbe6d !important;font-size:16px;border-top:none !important;border-left:none !important;border-right:none !important;display:flex;justify-content:space-evenly;padding:0% 10% 0% 10%;list-style-type:none;text-decoration:none !important}.nav-tabs .nav-link{background-color:transparent !important;color:#dfbe6d !important;border-top:none !important;border-left:none !important;border-right:none !important;display:flex;justify-content:space-evenly;list-style-type:none;text-decoration:none !important}.nav-tabs .nav-link.active{border-bottom:solid 5px #dfbe6d !important;list-style-type:none;display:flex;justify-content:space-evenly;text-decoration:none}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;text-decoration:none}

.registration-bg{display:block;height:100%;overflow:hidden;background-size:cover;background-color:#ffffff}.project-container{padding:5px;background:#f3f3f3;width:200px;margin:auto auto 20;color:#189e8e;font-size:14px}.registration-container{display:flex;justify-content:center;height:100%;text-align:center;margin-top:60px;margin-bottom:60px;margin-right:auto;margin-left:auto;width:100%;padding-right:15px;padding-left:15px}@media (min-width: 1200px){.registration-container{max-width:950px}}@media (max-width: 420px){.registration-container{padding-left:0px;padding-right:0px}}.registration-box{width:100%;height:100%;background-color:#fff;align-self:center;display:flex;padding-bottom:2rem;flex-direction:column;justify-content:space-evenly;border-radius:10px;box-shadow:0 3px 10px #00000029}.logo{margin:20px auto;height:auto;width:200px;background-size:100%;background-position:center}.reg-hr{border-bottom:1px solid #d8d8d9}.register-title{color:#414141;font-size:25px;text-align:center;margin:0 80px auto;font-family:EcoWorldSerifSemiBold;margin:2rem}@media (max-width: 480px){.register-title{margin:1.5rem}}.login-description{color:#414141;font-size:14px}.modal-container{display:flex;flex-direction:column;justify-content:space-between;height:100%}.back-btn{color:#cb920c;font-family:OpenSans;cursor:pointer;border-radius:20px;outline:0;margin:5px auto;font-size:12px;display:flex;align-items:center;width:40px}.back-btn img{width:0.4rem}.back-btn span{width:auto;padding-left:0.4rem}.modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.modal-close{background:#fff;border:0}.modal-header-text{font-size:30px}.box-container{display:flex;flex-direction:row;justify-content:space-evenly;flex:1;align-items:center;flex-wrap:wrap}.region-box{height:200px;width:300px;margin:15px;border-radius:0;display:flex;justify-content:flex-end}.region-text{height:75px;background:#000000;opacity:0.7;width:100%;align-self:flex-end;display:flex;justify-content:center;align-items:center}.project-text{height:100%;background:#000000;opacity:0.7;width:100%;align-self:flex-end;display:flex;flex-direction:column;justify-content:center;align-items:center}.hr1{border-bottom:1px solid orange;margin:15px auto;width:50px}.project-description1{color:#fff;opacity:1;font-size:12px;line-height:1.2;text-align:center}.region-name{color:#fff;opacity:1;font-size:24px;line-height:1.2}span.checkmark{font-size:12px;display:block;margin:10px auto;line-height:1}.home-title{color:red}.reg-form{margin:1rem 1rem 0px 1rem;font-size:14px;text-align:left}@media (max-width: 480px){.reg-form{margin:1rem 1rem 45px 1rem}}.reg-form span:not(.checkmark){font-size:12px;display:block;margin:10px auto;line-height:1}.reg-form .checkbox-group-wrapper{font-family:OpenSansSemiBold;font-size:0.7rem;margin:1% 1% 1% 1%;padding:2% 2% 2% 2%;width:100%;background-color:#f3f3f3;font-size:14px}.reg-form .checkbox-group-wrapper .checkbox-row{display:flex;flex-direction:row;font-family:OpenSans;align-self:center;justify-content:space-evenly;align-content:space-around}.reg-form .checkbox-group-wrapper .checkbox-group{display:flex;flex-direction:row;font-family:OpenSans;align-self:center;justify-content:space-evenly}@media (max-width: 800px){.reg-form .checkbox-group-wrapper .checkbox-group{flex-direction:column}}.reg-form .checkbox-group-wrapper .checkbox-group .checkbox-list{display:flex;flex-direction:column;margin-top:10px;margin-bottom:10px}@media (max-width: 768px){.reg-form .checkbox-group-wrapper .checkbox-group{flex-direction:column}}.reg-form .checkbox-group-col{display:flex;flex-direction:row;margin:10px 10px 10px 10px}.reg-form .checkbox-group-col input[type='checkbox']:checked{border-color:#d7a63c;background-color:#d7a63c}.reg-form .checkbox-group-row{align-self:center;align-items:center;justify-content:space-between;align-content:space-between}.reg-form .checkbox-group-row .checkbox-group-row-2{align-items:center;justify-content:left;white-space:nowrap}.reg-form .checkbox-group-row .checkbox-group-row-2 input[type='checkbox'].float-checkbox{float:left;margin:10px 10px 0 0;cursor:pointer}.reg-form .field-label{font-family:OpenSansSemiBold;font-size:0.7rem}.reg-form .flex-1{margin:10px 0;color:#414141}.reg-form .input-custom-full{-webkit-appearance:none;-moz-appearance:none;width:100%;padding:11px 20px;margin:8px 0;display:block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:OpenSans}.reg-form .input-custom-full::placeholder{font-size:12px;font-style:italic}.reg-form .disabled{background:#e9e9ec}.reg-form select.input-custom-full{background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size:5px 5px, 5px 5px, 1px 1.5em;background-repeat:no-repeat}.reg-form select.input-custom-full.gold{color:#d7a63c;background-image:linear-gradient(45deg, transparent 50%, #d7a63c 50%),linear-gradient(135deg, #d7a63c 50%, transparent 50%),linear-gradient(to right, #d7a63c, #d7a63c)}.reg-form select.input-custom-full.gold-white-background{color:#d7a63c;background-color:white;background-image:linear-gradient(45deg, transparent 50%, #d7a63c 50%),linear-gradient(135deg, #d7a63c 50%, transparent 50%)}.reg-form .input-custom-half{width:45%;padding:12px 20px;margin:8px 0;display:block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.reg-form .desc{color:#414141;font-size:13px;font-family:OpenSans}.small-modal{width:350px;height:320px;border-radius:12px}.submit-btn-container{text-align:center;margin-top:1rem}@media (max-width: 420px){.registerbtn{width:90%}}label{margin-bottom:0}


.prop-selection-bg{display:block;height:100%;overflow:hidden;background-size:cover;background-color:#ffffff}@media (min-width: 1024px){.prop-selection-bg{min-height:950px}}@keyframes zoomIn{50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.zoom{animation:zoomIn 40s linear infinite}.prop-selection-page-title{margin-top:10px;color:#414141;text-align:center;font-family:EcoWorldSerif;font-size:32px;text-transform:capitalize}@media (max-width: 600px){.prop-selection-page-title{font-size:26px}}.prop-selection-container{height:100%;margin-bottom:60px;margin-right:auto;margin-left:auto;width:100%}@media (min-width: 1200px){.prop-selection-container{padding-right:15px;padding-left:15px;max-width:1420px}}@media (max-width: 600px){.prop-selection-container{margin-bottom:150px;padding-right:10px;padding-left:10px}}@media (max-width: 480px){.prop-selection-container-list{padding-left:12px;padding-right:12px}}.filter-container{height:170px;display:flex;width:100%;flex-direction:column;align-items:center}.filter-types-container{display:flex;flex-direction:row;justify-content:center;margin-top:10px}.filter-type-text-container{height:30px;width:250px;border:1px solid #dfbe6d;border-radius:3px;color:#cb920c;margin:5px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}.filter-type-text-container div{font-size:13px;font-family:OpenSans}@media (max-width: 480px){.filter-type-text-container{width:95px}}.filter-type-text-container-selected{height:30px;width:250px;border:1px solid #dfbe6d;border-radius:3px;color:white;margin:5px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#dfbe6d;cursor:pointer}.filter-type-text-container-selected div{font-size:13px;font-family:OpenSans}@media (max-width: 480px){.filter-type-text-container-selected{width:100px}}.filter-image-container{display:flex;justify-content:space-evenly;align-content:center;width:auto;margin-top:10px}@media (max-width: 480px){.filter-image-container{width:90%;overflow-x:scroll}}.filter-image-container.filter-image-justify-start{justify-content:space-evenly}@media (max-width: 480px){.filter-image-container.filter-image-justify-start{justify-content:center}}.filter-image-container.default-filter{justify-content:center}.filter-image-container .main-cat-icon-wrapper{display:flex;width:250px;justify-content:center;margin:5px}@media (max-width: 480px){.filter-image-container .main-cat-icon-wrapper{width:95px}}.filter-image-container .main-cat-icon-wrapper .main-cat-icon{cursor:pointer;height:3rem}@media (max-width: 480px){.filter-image-container .main-cat-icon-wrapper .main-cat-icon{height:2.5rem}}.filter-image-container .filter-icon{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;cursor:pointer;width:90px}@media (max-width: 480px){.filter-image-container .filter-icon{padding-left:2px;padding-right:2px}}.filter-image-container .filter-icon .image-icon{width:60px;height:45px;margin-bottom:5px}@media (max-width: 480px){.filter-image-container .filter-icon .image-icon{width:50px;height:35px;vertical-align:text-top}}.filter-image-container .filter-icon .filter-text{font-size:12px;color:#cb920c;text-align:center}@media (max-width: 480px){.filter-image-container .filter-icon .filter-text{font-size:10px;padding-left:2px;padding-right:2px}}.layout-selection-container{height:100%;margin-top:60px;margin-bottom:60px;margin-right:60px;margin-left:60px;background:#ffffff 0% 0% no-repeat padding-box;border:1px solid #e3e3e3}@media (min-width: 1200px){.layout-selection-container{width:1280px}}.layout-type-bg{display:block;height:100%;overflow:hidden;background-size:cover;background-color:#ffffff}@media (min-width: 1200px){.layout-type-bg{min-height:750px}}@media (max-width: 480px){.layout-type-bg{margin-bottom:20px}}@media (max-width: 480px){.layout-type-bg.container-fluid{padding-right:0px;padding-left:0px}}.layout-type-container{display:flex;height:100%;margin-top:60px;margin-bottom:60px;margin-right:auto;margin-left:auto;width:100%}@media (min-width: 1200px){.layout-type-container{max-width:1000px}}@media (max-width: 480px){.layout-type-container{margin-top:0px;margin-bottom:150px}}.layout-type-box{width:100%;height:100%;background-color:#fff;align-self:center;display:flex;flex-direction:column;justify-content:space-evenly;padding:10px;border:1px solid #e3e3e3}.layout-type-box .layout-type-title{font-family:EcoWorldSerif;color:#414141;font-size:25px;height:100px;text-align:center;padding-top:25px}.layout-type-box .sec-title{font-family:OpenSans;font-size:14px;color:#414141;padding-bottom:15px}@media (max-width: 480px){.layout-type-box{padding:0px;border:0px solid #e3e3e3}}.layout-type-box-padd{padding-left:20px;padding-right:15px}.prop-unit-comparison-wrapper{display:flex;justify-content:center;height:100%;padding:20px}.prop-unit-comparison-wrapper .row,.prop-unit-comparison-wrapper .col{margin:0;padding:0}.prop-unit-comparison-wrapper .comparison-content-container{margin-bottom:1rem;height:100%;max-width:400px;width:50%}.prop-unit-comparison-wrapper .comparison-content-container:first-child{margin-right:18px}.prop-unit-comparison-wrapper .comparison-content-container .comparison-column{margin:0;width:100%}.prop-unit-comparison-wrapper .comparison-content-container .comparison-column .comparison-image{padding:20px;display:flex;flex-direction:row;justify-content:center}.prop-unit-comparison-wrapper .comparison-content-container .comparison-column .comparison-detail-container{font-family:OpenSansSemiBold}.prop-unit-comparison-wrapper .comparison-content-container .comparison-column .comparison-detail-container .booknow-container{font-size:15px;color:#fff;background-color:#189e8e;border-radius:6px;text-align:center;padding:10px 0;text-transform:uppercase;cursor:pointer}@media (max-width: 600px){.prop-unit-comparison-wrapper .comparison-content-container .comparison-column .comparison-detail-container .booknow-container{font-size:10px}}.prop-unit-comparison-wrapper .comparison-content-container .comparison-column .comparison-detail-container .seperator{margin:25px -25px;border-top-color:#e3e3e3;border-top-width:1px;border-top-style:solid}@media (max-width: 600px){.prop-unit-comparison-wrapper .comparison-content-container .comparison-column .comparison-detail-container .seperator{margin:25px -15px}}@keyframes zoominoutsinglefeatured{0%{transform:scale(0.9, 0.9)}100%{transform:scale(1, 1)}}.prop-selection-zoom-img{animation:zoominoutsinglefeatured 1s}.layout-selection-left-panel{padding-left:20px;padding-right:15px}.layout-selection-left-panel .location-title{color:#414141;font-family:OpenSansSemiBold;font-size:14px}.layout-selection-left-panel .location-desc{color:#414141;font-family:OpenSans;font-size:14px;white-space:pre-line}.layout-selection-left-panel .side-link{color:#189e8e;font-family:OpenSans;font-size:12px}.layout-selection-left-panel :hover.side-link{text-decoration:underline;cursor:pointer}@media (max-width: 600px){.layout-selection-left-panel .prop-side-logo{width:65%}}.unit-select-container{height:100%;margin-top:auto;margin-bottom:auto;margin-right:auto;margin-left:auto;width:100%}@media (min-width: 1200px){.unit-select-container{max-width:1400px}}@media (max-width: 480px){.unit-select-container{padding-left:15px;padding-right:15px}}

.image-container{height:auto;display:block;padding:0px;overflow:auto;margin:auto;position:relative;max-height:100%;height:100%;width:100%}.image-container div{margin:auto}@media (max-width: 480px){.image-container{padding-left:15px;padding-right:15px}}.position-relative{position:relative}.selected-unit-div{width:100%;max-width:660px;margin:auto}.selected-unit-div label{font-family:EcoWorldSerifSemiBold;font-size:16px}.selected-unit-div .flex-row{display:flex;flex-direction:row}@media (max-width: 480px){.selected-unit-div .flex-row{flex-direction:column !important}}.selected-unit-div .view-details-btn{margin-left:10px;background:#dfbe6d 0 0 no-repeat padding-box;border-radius:6px;height:45px;width:220px;line-height:45px;text-align:center;font-size:14px;color:#ffffff;font-family:EcoWorldSerifSemiBold;border:1px solid #dfbe6d;cursor:pointer}@media (max-width: 480px){.selected-unit-div .view-details-btn{width:100%;margin-left:0px;margin-bottom:20px}}.selected-unit-div .selected-unit-number{border:1px solid #dfbe6d;flex:1;border-radius:6px;background:#fff;display:flex;align-items:center;padding:5px}@media (max-width: 480px){.selected-unit-div .selected-unit-number{width:100%;margin-bottom:5px;justify-content:center;color:#dfbe6d;font-weight:bold;padding:8px}}.selected-unit-div .book-now{background:#1a9f8e 0% 0% no-repeat padding-box;border-radius:6px;margin:5px 0;padding:0 5px;color:#fff;height:45px;line-height:45px;cursor:pointer;text-align:center}@media (max-width: 480px){.selected-unit-div .book-now{width:100%;margin:0px;font-size:14px}}.selected-unit-wrapper{background:#fafafa;padding:20px 0px}@media (max-width: 480px){.selected-unit-wrapper{padding-left:25px;padding-right:25px}}.map-action-button-group{display:flex;flex-direction:column;position:absolute;bottom:0%;right:5%;z-index:999}.map-action-button-group div{background:#d8d8d9;width:30px;height:30px;margin:5px 0;border-radius:0.3vmax}

@media (min-width: 1200px){.unit-details-wrapper{min-height:1100px}}@media (max-width: 480px){.unit-details-wrapper{margin-bottom:80px}}.banner-img{width:100%;max-height:9rem}.reselect-unit-container{max-width:250px;margin:20px auto;text-align:center}.reselect-unit-container label{color:#414141;font-size:35px;font-family:'EcoWorldSerifSemiBold'}@media (max-width: 575px){.reselect-unit-container label{display:none}}.reselect-unit-container div{background:#414141;color:#fff;border-radius:6px;padding:10px 5px;text-align:center;font-size:13px;cursor:pointer}.unit-details{display:flex;flex-direction:column;font-family:'EcoWorldSerif'}.unit-details .unit-details-header-wrapper{display:flex;align-items:center;justify-content:center;min-height:60px;padding:5px;border:1px solid #d8d8d9;background:#fff}@media (max-width: 480px){.unit-details .unit-details-header-wrapper{border:0px solid #d8d8d9;height:auto}}@media screen and (min-width: 481px) and (max-width: 960px){.unit-details .unit-details-header-wrapper{border:0px solid #d8d8d9;height:auto}}.unit-details .unit-details-header{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:20px;align-items:center;max-width:1060px;margin:auto}.unit-details .unit-details-header div{display:flex;justify-content:center;align-items:center}.unit-details .unit-details-header .unit-phase{display:flex;color:#dfbe6d;font-family:'EcoWorldSerifSemiBold';font-size:0.9rem}@media (max-width: 480px){.unit-details .unit-details-header .unit-phase{padding-top:10px;padding-bottom:10px}}@media screen and (min-width: 481px) and (max-width: 960px){.unit-details .unit-details-header .unit-phase{padding-top:15px;padding-bottom:15px}}.unit-details .unit-details-header .btn{font-family:'EcoWorldSerif';text-transform:uppercase;font-size:14px;border:1px solid #d8d8d9;margin:0 5px;align-items:center;border-radius:20px;height:40px}.unit-details .unit-details-header .btn.primary{background-color:#dfbe6d;border:1px solid #dfbe6d;color:#fff}.unit-details .unit-details-header .btn:hover{background-color:#dfbe6d;border:1px solid #dfbe6d;color:#fff}@media (max-width: 480px){.unit-details .unit-details-header .btn{margin:0 2.5px;font-size:13px}}.unit-details .unit-details-content{flex:1;margin:auto;max-width:1200px}.unit-details .unit-details-content div{display:flex}@media (max-width: 480px){.unit-details .unit-details-content{max-width:97%;margin:0;flex-direction:column-reverse}}@media screen and (min-width: 481px) and (max-width: 960px){.unit-details .unit-details-content{max-width:97%;margin:auto;flex-direction:column-reverse}}@media screen and (min-width: 960px) and (max-width: 1200px){.unit-details .unit-details-content{margin-bottom:50px}}.unit-details .unit-details-content .basic-information{width:300px;flex-direction:column;border:1px solid #d8d8d9;margin:20px;font-size:12px;font-family:'EcoWorldSerifSemiBold';background:#fff}.unit-details .unit-details-content .basic-information .basic-information-header{border-bottom:1px solid #d8d8d9;padding:10px 16px;font-size:16px}@media screen and (min-width: 481px) and (max-width: 960px){.unit-details .unit-details-content .basic-information .basic-information-header{text-align:center;padding-left:40%}}.unit-details .unit-details-content .basic-information .basic-information-content{flex-direction:column}.unit-details .unit-details-content .basic-information .basic-information-content div{flex-direction:row;padding:5px 8px;flex:3;font-family:'EcoWorldSerifSemiBold'}.unit-details .unit-details-content .basic-information .basic-information-content .property-value{flex:4;font-family:'EcoWorldSerif'}@media (max-width: 480px){.unit-details .unit-details-content .basic-information{width:100%;margin:15px 7px}}@media screen and (min-width: 481px) and (max-width: 960px){.unit-details .unit-details-content .basic-information{max-width:fit-content;width:100%;margin:auto;margin-bottom:70px}}.unit-details .unit-details-content .detail-information{width:700px;flex-direction:column;border:1px solid #d8d8d9;margin:20px;font-size:12px;font-family:'EcoWorldSerifSemiBold';background:#fff}.unit-details .unit-details-content .detail-information .detail-information-content{flex-direction:column}.unit-details .unit-details-content .detail-information .detail-information-content div{flex-direction:row;padding:5px 8px;flex:3;font-family:'EcoWorldSerifSemiBold'}.unit-details .unit-details-content .detail-information .detail-information-content .property-value{flex:4;font-family:'EcoWorldSerif'}.unit-details .unit-details-content .detail-information .detail-information-content .thumb-track{text-align:center;margin-left:10rem;margin-right:10rem;display:block}@media (max-width: 480px){.unit-details .unit-details-content .detail-information .detail-information-content .thumb-track{margin-left:0;margin-right:0}}.unit-details .unit-details-content .detail-information .detail-information-content .zoom-img{width:100%;height:100%;padding:55px}@media (max-width: 480px){.unit-details .unit-details-content .detail-information .detail-information-content .zoom-img{padding:5px;width:100%;height:100%}}@media (max-width: 360px){.unit-details .unit-details-content .detail-information .detail-information-content .zoom-img{padding:5px;width:100%;height:100%}}.unit-details .unit-details-content .detail-information .detail-information-content .highlight{display:flex;margin:0 -15px;background-color:#cb0c0c;align-items:center}.unit-details .unit-details-content .detail-information .detail-information-content .highlight .highlight-text{justify-content:center;align-items:center;color:#fff;padding:0px}.unit-details .unit-details-content .detail-information .detail-information-content .highlight .highlight-text .main-text{margin:0 5px;width:auto;font-family:OpenSansSemiBold;font-size:14px}.unit-details .unit-details-content .detail-information .detail-information-content .highlight .highlight-text .weaker-text{margin:0 5px;width:auto;font-family:OpenSansLight;font-size:12px}@media (max-width: 480px){.unit-details .unit-details-content .detail-information .detail-information-content .highlight .highlight-text .weaker-text{padding-top:5px}}@media (max-width: 480px){.unit-details .unit-details-content .detail-information .detail-information-content .highlight .highlight-text{flex-direction:column}}.unit-details .unit-details-content .detail-information .detail-information-content .highlight .close{height:24px;width:24px;font-family:OpenSansLight;font-size:20px;color:#fff;align-items:center}@media (max-width: 480px){.unit-details .unit-details-content .detail-information{width:100%;margin:15px 7px;border:0px solid #d8d8d9;margin:5px}}@media screen and (min-width: 481px) and (max-width: 960px){.unit-details .unit-details-content .detail-information{max-width:fit-content;width:100%;border:0px solid #d8d8d9}}.custom-modal{width:100vw;height:100vh}.modal-mapview-tools{display:flex;align-self:flex-end;margin-top:15px;margin-right:15px}.div-mapview-tools{float:right}.zoom-in{font-size:25px;width:30px !important;height:30px;padding:8px;color:#000;border-width:2px;border-color:#414141;border-style:solid;margin-right:10px}.zoom-out{font-size:25px;width:30px !important;height:30px;padding:8px;color:#000;border-width:2px;border-color:#414141;border-style:solid}

.side-panel-wrapper{position:fixed;z-index:950;right:0;top:50%;transform:rotate(0) translateY(-50%);width:4rem}.side-panel-btn{min-height:80px;min-width:80px;display:flex;justify-content:space-evenly;text-align:center;flex-direction:column;background-color:#fff;cursor:pointer;user-select:none;border-left:solid 1px #d8d8d9;border-top:solid 1px #d8d8d9}.side-panel-btn:hover{text-decoration:none !important}.side-panel-btn img{width:30%;margin-left:30%}.side-panel-btn small{display:block;line-height:1.2;font-family:OpenSansSemiBold;font-size:0.5rem;color:#414141}.side-panel-btn:first-of-type{border-top-left-radius:5px}.side-panel-btn:nth-last-of-type(2){border-bottom:solid 1px #d8d8d9;border-bottom-left-radius:5px;margin-bottom:2px}.side-panel-btn.border-no-radius{border-radius:0 !important}.side-panel-extensible{height:80px;width:calc(80px + 60px + 60px + 60px);transform:translateX(0px);display:flex;flex-wrap:nowrap;align-items:center;background-color:#fff;cursor:pointer;transition:transform 0.5s ease 0s;border-top:solid 1px #d8d8d9;border-left:solid 1px #d8d8d9;border-bottom:solid 1px #d8d8d9;border-top-left-radius:5px;border-bottom-left-radius:5px}.side-panel-extensible:hover{transform:translateX(-180px)}.side-panel-extensible div.share-button{width:90px}.side-panel-extensible div.share-button img{margin:auto}.side-panel-extensible div.social-media{width:60px}@media (max-width: 768px){.side-panel-wrapper{top:calc(100% - 82px);left:0;bottom:0;width:100%;height:72px;display:flex;overflow-x:scroll;overflow-y:hidden}.side-panel-wrapper::-webkit-scrollbar{width:0 !important;display:none}.side-panel-btn{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;border-right:0;display:flex;flex-grow:inherit;width:100%;min-width:85px}.side-panel-btn img{width:20%;margin-left:40%}.side-panel-btn:first-of-type{border-top-left-radius:0}.side-panel-btn:not(:last-of-type){border-right:1px solid #d8d8d9}.side-panel-btn:nth-last-of-type(2){border-bottom:0;border-left:0;border-right:0;border-bottom-left-radius:0;margin-bottom:0}.side-panel-btn small{font-size:10px}.side-panel-extensible{display:none;z-index:1060;border-left:1px solid #d8d8d9;border-bottom:0;border-top-left-radius:0;border-bottom-left-radius:0;min-width:80px;width:80px;height:320px;overflow-y:auto;overflow-x:hidden;flex-direction:column;transform:translateY(0px)}.side-panel-extensible:hover{transform:translateX(0px) translateY(-240px)}.side-panel-extensible div.share-button{height:80px;width:80px;display:flex;align-items:center}.side-panel-extensible div.share-button img{margin:auto}.side-panel-extensible div.social-media{display:flex;justify-content:center;align-items:center;height:80px}}.menu{z-index:999;position:fixed;padding:0;margin:0;list-style-type:none}.menu .share .share-btn{height:40px;width:40px;text-align:center;line-height:50px;background-color:#fff;border-radius:22px;padding:10px;border:1px solid #d8d8d9;-webkit-box-shadow:3px 1px 12px 2px rgba(186,186,186,0.6);-moz-box-shadow:3px 1px 12px 2px rgba(186,186,186,0.6);box-shadow:3px 1px 12px 2px rgba(186,186,186,0.6)}.menu .share:hover.top .submenu li:nth-child(1){opacity:1;top:-51px;transition-delay:.08s;transform:rotateY(0deg);border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.top .submenu li:nth-child(2){opacity:1;top:-102px;transition-delay:.16s;transform:rotateY(0deg);border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.top .submenu li:nth-child(3){opacity:1;top:-153px;transition-delay:.24s;transform:rotateY(0deg);border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.top .submenu li:nth-child(4){opacity:1;top:-204px;transition-delay:.32s;transform:rotateY(0deg);border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.top .submenu li:nth-child(5){opacity:1;top:-255px;transition-delay:.4s;transform:rotateY(0deg);border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.left .submenu li:nth-child(1){opacity:1;left:-51px;transform:rotate(0deg);transition-delay:.5s;border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.left .submenu li:nth-child(2){opacity:1;left:-102px;transform:rotate(0deg);transition-delay:1s;border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.left .submenu li:nth-child(3){opacity:1;left:-153px;transform:rotate(0deg);transition-delay:1.5s;border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.left .submenu li:nth-child(4){opacity:1;left:-204px;transform:rotate(0deg);transition-delay:2s;border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .share:hover.left .submenu li:nth-child(5){opacity:1;left:-255px;transform:rotate(0deg);transition-delay:2.5s;border:1px solid #d9d9d9;background-color:#fff;height:40px;width:40px;border-radius:25px}.menu .submenu{list-style-type:none;padding:0;margin:0}.menu .submenu li{transition:all ease-in-out 0.5s;position:absolute;top:0;left:0;z-index:-1;opacity:0}.menu .submenu li a{color:#212121}.menu .submenu li a:hover i.fa{color:#fff}.menu .submenu li a:hover.facebook i.fa{background-color:#3b5999}.menu .submenu li a:hover.twitter i.fa{background-color:#55acee}.menu .submenu li a:hover.whatsapp i.fa{background-color:#e4405f}.menu .submenu li:nth-child(1){transform:rotateX(45deg)}.menu .submenu li:nth-child(2){transform:rotateX(90deg)}.menu .submenu li:nth-child(3){transform:rotateX(135deg)}.menu .submenu li:nth-child(4){transform:rotateX(180deg)}.menu.bottomRight{bottom:20px;right:60px}

.property-booking-container{box-shadow:0px 3px 12px #88888829;font-family:OpenSansSemiBold}.property-booking-container .reg-form{margin:0}@media (max-width: 480px){.property-booking-container .reg-form{margin-bottom:45px}}.property-booking-container hr{border-bottom:1px solid #fafafa;outline:none;margin-bottom:2rem}.payment-summary-container{padding:1rem 0}@media (min-width: 1200px){.payment-summary-container{min-height:750px}}.payment-method-container{justify-content:center;height:100%;text-align:center;margin-right:auto;margin-left:auto;width:100%;padding-right:15px;padding-left:15px;font-family:OpenSansSemiBold}@media (min-width: 1200px){.payment-method-container{max-width:690px}}@media (max-width: 480px){.payment-method-container{margin-bottom:30px}}.payment-method-container small{font-family:OpenSans;font-size:0.6rem}.title-align-left{text-align:left}.title-align-center{text-align:center}.booking-for{margin:2rem 0}.booking-for p{font-size:0.7rem;font-family:OpenSansSemiBold;margin-bottom:6px}.booking-for h4{font-family:OpenSansSemiBold;font-size:0.9rem;color:#189e8e}.buyer-form-wrapped-col{width:100%;margin:11px auto}.buyer-form-wrapped-col ::-webkit-scrollbar{width:0px;background:transparent}.buyer-form-wrapped-col .buyer-list-button-group{margin:1rem 0;white-space:nowrap;overflow-y:scroll}@media (min-width: 1200px){.buyer-form-wrapped-col{max-width:980px}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.buyer-form-wrapped-col{max-width:700px}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.buyer-form-wrapped-col{max-width:800px}}.property-booking-wrapper{font-family:OpenSansSemiBold;width:100%;height:100%;background-color:#fff;align-self:center;display:flex;flex-direction:column;justify-content:space-evenly}.property-booking-wrapper .booking-buyer-form{margin-bottom:45px;font-size:14px;text-align:left}.property-booking-wrapper .booking-buyer-form .input-custom-full{-webkit-appearance:none;-moz-appearance:none;width:100%;padding:11px 20px;margin:8px 0;display:block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:OpenSans}.property-booking-wrapper .booking-buyer-form .input-custom-full::placeholder{font-size:12px;font-style:italic}.property-booking-wrapper .booking-buyer-form select.input-custom-full{background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size:5px 5px, 5px 5px, 1px 1.5em;background-repeat:no-repeat}.property-booking-wrapper label{font-size:12.6px;color:#414141}.property-booking-wrapper small{font-size:12px;color:#414141}.full-width-button{font-family:OpenSansSemiBold;width:100%;outline:none;border:0;height:100%;transition:background-color 0.15s ease-in-out}.full-width-button.next-btn{font:normal normal 600 14px/20px OpenSans;min-height:45px;color:#fff;background-color:#189e8e;text-transform:uppercase}.full-width-button.close-btn{font-size:12.6px;color:#189e8e;border-radius:0;background-color:#f3f3f3;border-top:1px solid #c6c6c7}.full-width-button.close-btn:active{background-color:#f3f3f3 !important;color:#414141 !important;outline:none !important}.wrapped-col{width:100%;margin:11px auto}@media (min-width: 1200px){.wrapped-col{max-width:100%}}.wrapped-col.row{margin-left:0px;margin-right:0px}.wrapped-col.justify-center{display:flex;justify-content:center}.grey-full-width,.green-full-width{border-left:0 !important;border-right:0 !important;font-family:OpenSansSemiBold}.grey-full-width h4,.green-full-width h4{margin:1rem 0}.grey-full-width .wrapped-col,.green-full-width .wrapped-col{margin:0 auto}.grey-full-width{background-color:#fafafa;color:#414141;border:1px solid rgba(0,0,0,0.1)}.green-full-width{background:#1a9f8e;color:#fff;min-height:2.7rem}.green-full-width .individual-buyer{font-size:0.8rem;text-align:left}.green-full-width .add-buyer-column{text-align:right}.green-full-width .add-buyer-btn{font-size:0.6rem;display:inline-block;margin-right:0.4rem}.green-full-width .plus-icon{display:inline;width:1.4rem;cursor:pointer;margin:0.3rem}.buyer-btn{color:#ffffff;background-color:#b2b2b6;line-height:50px;padding:0 72px;font-size:14px;border-radius:6px;border:0;outline:none !important;margin-right:0.7rem}.buyer-btn.active{color:#fff;background-color:#1a9f8e}.booking-fee{text-align:center;color:#cb980c}.booking-fee h2{font-size:1.5rem;margin-bottom:0}.booking-fee h4{font-size:1.1rem}.booking-fee small{font-size:12px;color:#414141}.property-booking-details .booking-detail-card{margin:27px auto}.booking-time-countdown{max-width:425px;display:flex;justify-content:center;margin:0 1rem;font-size:12px;border:1px solid #c6c6c7;border-radius:3px;align-items:center;line-height:40px}.booking-time-countdown p{margin:0;padding:0 1rem}.booking-time-countdown span{font-size:12px;display:inline;color:#cb0c0c}.company-purchase-btn{text-align:right}.company-purchase-btn .change-btn{margin:15px 0;color:#fff;background-color:#dfbe6d;border-radius:3px;border:0;font-size:0.6rem;line-height:35px;padding:0 1rem;outline:none;font-family:OpenSansSemiBold}.property-booking-bar{display:flex;justify-content:space-between;align-items:center}.property-booking-header{font-size:0.8rem;padding-top:5px;padding-bottom:5px}.prev-next-btn-bar .col-6{padding-left:0;padding-right:0}.prev-next-btn-bar .half-width-button{font-family:OpenSansSemiBold;width:100%;line-height:45px;outline:none;border:0;transition:background-color 0.15s ease-out}.prev-next-btn-bar .half-width-button.prev-btn{background-color:#d8d8d9;color:#414141;text-transform:uppercase}.prev-next-btn-bar .half-width-button.next-btn{color:#fff;background-color:#189e8e;text-transform:uppercase}#purchaser-header{font-size:20px;margin:1rem 0;line-height:40px}.upload-header-title{font-size:1.5rem;font-family:EcoWorldSerifSemiBold;margin-top:10px}.declaration-checkbox-row{margin-bottom:3rem}.declaration-checkbox-row label{padding-left:calc(30px + 0.6rem)}.upload-doc-nric{margin-top:1rem;border:1px dotted #b2b2b6;max-width:525px;min-height:100px;border-width:0.04rem;text-align:center;display:flex;flex-direction:column}.upload-doc-nric img{width:2rem;margin:0 auto 0 auto}.upload-doc-nric span{color:#189e8e;font-size:10px;font-family:OpenSansSemiBold;margin-bottom:0}.upload-footer-desc{top:0;font-size:0.6rem;font-family:OpenSans}.total-booking-fee{justify-content:space-between;margin:1rem auto !important;text-align:center}.total-booking-fee.no-margin{margin:-1rem auto !important}.total-booking-fee p{font-size:1.3rem}.total-booking-fee h3{margin-bottom:0}.total-booking-fee .total-booking-fee-container{width:100%;text-align:left;width:200px}.total-booking-fee .total-booking-fee-container small{font-size:0.5rem}.total-booking-fee .payment-response-container{text-align:left}.total-fund{text-align:right;margin-right:1rem;font-size:1.3rem}.response-btn-container{padding:0.7em;padding-bottom:0.3em}.pay-now{width:100%;background-color:#189e8e;color:#fff;line-height:calc(18px + 11px + 11px);border:0;border-radius:60px;font-size:15px;font-family:OpenSansSemiBold;transition:background-color 0.15s ease-in-out;outline:0 !important}.pay-now.disabled{background-color:#a9a9a9}.my-property{width:100%;background-color:#ffffff;color:#189e8e;line-height:calc(18px + 11px + 11px);border:#189e8e 1px solid;border-radius:60px;font-size:15px;font-family:OpenSansSemiBold;transition:background-color 0.15s ease-in-out;outline:0 !important}#payment-summary-select-title{padding-top:24px}.select-payment-method-box{height:130px;border:1px solid #c6c6c7;border-radius:6px;margin-bottom:35px;display:flex;align-items:center;justify-content:center;text-align:center}.payment-method-ipay88{padding:15px 15px 10px 15px;margin:10px 0 10px 0;border-radius:6px;transition:all 0.25s ease-in-out}.payment-method-ipay88:hover{box-shadow:0 2px 6px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24)}@media (max-width: 768px){.booking-fee h2{font-size:20px}.booking-fee h4{font-size:12px}.booking-fee small{font-size:10px}.property-booking-header{font-size:16px}.grey-full-width{padding:12.6px 0}.grey-full-width .property-booking-bar,.grey-full-width .company-purchase-btn{text-align:center}.grey-full-width .change-btn,.grey-full-width .property-booking-header{margin:0}.grey-full-width .property-booking-header{margin-bottom:0.6rem}#purchaser-header{font-size:14px;padding:0;margin:0}.upload-header-title{font-size:12px;font-family:OpenSansSemiBold;color:#fff;text-align:center;margin:0}.upload-header{background-color:#189e8e;padding:1px}}.declaration-bg{display:block;height:100%;overflow:hidden;background-size:cover;background-color:#fafafa}@media (min-width: 1200px){.declaration-bg{min-height:40rem}}.declaration-bg .declaration-container{text-align:center;margin-top:60px;margin-bottom:60px;margin-right:auto;margin-left:auto;width:100%;padding-right:15px;padding-left:15px}@media (min-width: 1200px){.declaration-bg .declaration-container{max-width:950px}}.declaration-bg .declaration-container .declaration-box{width:100%;height:100%;min-height:700px;background-color:#fff;align-self:center;display:inline-block;flex-direction:column;justify-content:space-evenly;border-radius:0.4rem;padding:10px;box-shadow:0 3px 10px #00000029;border:1px solid #189e8e}.declaration-bg .declaration-container .declaration-box .declaration-title{font-family:EcoWorldSerifSemiBold;text-transform:uppercase;color:#189e8e;font-size:1.6rem;margin:2rem;text-align:center}.declaration-form{min-height:800px;font-size:14px;text-align:left;padding:1.5rem}.declaration-form .field-label{font-family:OpenSansSemiBold;font-size:0.7rem}.declaration-form .flex-1{margin:10px 0;color:#414141}.declaration-form .input-custom-full{-webkit-appearance:none;width:100%;padding:11px 20px;margin:8px 0;display:block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:OpenSans}.declaration-form .input-custom-half{width:45%;padding:12px 20px;margin:8px 0;display:block;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.declaration-form .desc{color:#414141;font-size:13px;font-family:OpenSans}.declaration-wording-checkbox{text-transform:none;font-size:13px;overflow-wrap:anywhere}.declaration-link{color:#189e8e !important;text-decoration:underline !important;font-size:13px}.payment-status-header{color:#189e8e;text-transform:uppercase;font-family:EcoWorldSerifSemiBold;font-size:1.2rem;padding-bottom:1rem}.unsuccessful{color:#cb0c0c}.processing{color:#dfbe6d}.payment-status-desc{color:#414141;font-family:OpenSans;font-size:0.8rem;padding-bottom:1rem}

.icon-img{height:40px;width:auto}.icon-img.pointer{cursor:pointer}.icon-img.small{height:30px;width:auto}.icon-img.xsmall{height:22px;width:auto}.icon-img.xxsmall{height:15px;width:auto}.icon-img.whatapps{height:auto;width:20vw;position:fixed;max-width:60px;bottom:90px;right:10px;z-index:999}.home-footer{width:100%;height:16vw;background-image:url("/assets/insurance/home_footer.png");background-repeat:no-repeat;background-size:100% 100%}.product-home-banner-wrapper{width:100%;height:375px;background-repeat:no-repeat;background-size:100% 100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#ffffff}.product-home-banner-wrapper.pa-easy{background-image:url("/assets/insurance/pa_easy_banner.png")}.product-home-banner-wrapper.pro-health{background-image:url("/assets/insurance/pro_health_banner.png")}.product-home-banner-wrapper.dental-easy{background-image:url("/assets/insurance/dental_easy_banner.png")}.product-home-banner-wrapper .product-home-banner-container{width:80%;align-items:center;justify-content:center;display:flex;flex-direction:column;flex:1;margin-top:-30px}.product-home-banner-wrapper .product-home-banner-title{font:normal normal normal 34px/34px EcoWorldSerif;margin-bottom:20px}.product-home-banner-wrapper .product-home-banner-desc{font:normal normal normal 20px/26px OpenSans}.product-home-banner-wrapper .product-home-banner-img{height:15vw;width:15vw;object-fit:contain}.quote-container{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#189e8e;width:100%;padding-top:20px;padding-bottom:20px}.quote-container .quote-text{text-align:center;font:normal normal normal 24px/34px EcoWorldSerif;letter-spacing:0px;color:#ffffff;width:70%}.quote-container .quote-desc{text-align:center;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#ffffff;width:80%;margin-top:10px}.error-msg-text{text-align:left;font:normal normal normal 12px/18px OpenSans;letter-spacing:0px;color:#ea3323}.gold-color-button{background-color:#ffffff;color:#dfbe6d;outline:0 !important;width:100%;padding:8px 10px 8px 10px;font-size:0.7rem;border-radius:20px;border:2px solid #dfbe6d;text-transform:uppercase;margin:5px auto}.grey-color-button{background-color:#dfdfe8;color:#414141;outline:0 !important;width:100%;padding:10px;font-size:0.7rem;border-radius:20px;border:0;text-transform:uppercase;margin:5px auto}.red-color-button{background-color:#ff0000;color:#ffffff;outline:0 !important;width:100%;padding:10px;font-size:0.7rem;border-radius:20px;border:0;text-transform:uppercase;margin:5px auto}.underline-divider{border-top:1px solid #e3e3e3}.underline-divider.margin-horizontal{margin-left:-40px;margin-right:-40px}@media (max-width: 767px){.underline-divider.margin-horizontal{margin-left:-20px;margin-right:-20px}}.vertical-divider{border-left:1px solid #e3e3e3;margin-bottom:-40px}@media (max-width: 767px){.vertical-divider{border-bottom:1px solid #e3e3e3;margin-left:-20px;margin-right:-20px;margin-top:20px;margin-bottom:20px}}@media (max-width: 767px){.home-footer{background-image:url("/assets/insurance/home_footer_mobile.png");height:230px;background-size:100% 100%}.product-home-banner-wrapper{height:350px;background-size:100% 100%}.product-home-banner-wrapper.pa-easy{background-image:url("/assets/insurance/pa_easy_banner_mobile.png")}.product-home-banner-wrapper.pro-health{background-image:url("/assets/insurance/pro_health_banner_mobile.png")}.product-home-banner-wrapper.dental-easy{background-image:url("/assets/insurance/dental_easy_banner_mobile.png")}.product-home-banner-wrapper .product-home-banner-img{height:50vw;width:50vw}}@media (min-width: 768px) and (max-width: 979px){.home-footer{height:16vw;background-size:100% 100%}.product-home-banner-wrapper{height:300px;background-size:100% 100%}.product-home-banner-wrapper .product-home-banner-img{height:25vw;width:25vw}}.insurance-home{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;background-color:#fafafa}.insurance-home .home-banner{width:100%;height:27vw;background-image:url("/assets/insurance/home_banner.png");background-repeat:no-repeat;background-size:100% auto}.insurance-home .product-img-left{height:15vw;width:15vw;object-fit:contain;margin-right:30px}.insurance-home .product-img-right-mobile{display:none}.insurance-home .product-img-right{height:15vw;width:15vw;object-fit:contain;margin-left:30px}.insurance-home .tune-protect-circle-red{height:40px;width:40px}.insurance-home .get-insured-container{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;padding-top:30px;padding-bottom:30px;width:70%}.insurance-home .get-insured-container .primary-green-btn{width:250px;margin-top:20px;margin-bottom:30px}.insurance-home .get-insured-title{text-align:center;font:normal normal normal 38px/44px EcoWorldSerif;letter-spacing:0px;color:#414141;text-transform:uppercase;margin-bottom:15px}.insurance-home .get-insured-desc{text-align:center;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141}.insurance-home .product-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:10px;padding-bottom:10px}.insurance-home .product-wrapper.white{background:#ffffff 0% 0% no-repeat padding-box}.insurance-home .product-wrapper.gray{background:#fafafa 0% 0% no-repeat padding-box}.insurance-home .product-container{display:flex;flex-direction:row;align-items:center}.insurance-home .product-title{font:normal normal normal 34px/38px EcoWorldSerif;color:#414141}.insurance-home .product-desc{font:normal normal normal 20px/26px OpenSans;color:#414141;margin-top:10px;margin-bottom:10px}.insurance-home .product-action-row{display:flex;flex-direction:row;align-items:center}.insurance-home .product-action-row .primary-green-btn{width:200px}.insurance-home .view-details{font:normal normal 600 15px/21px OpenSans;color:#189e8e;text-transform:uppercase;margin-left:20px;cursor:pointer}.insurance-home .tnc-wrapper{border-top:1px solid #d8d8d9;border-bottom:1px solid #d8d8d9;width:100%;display:flex;justify-content:center}.insurance-home .tnc-wrapper .tnc-container{width:70vw;padding-top:30px;padding-bottom:30px;background-color:#fafafa}.insurance-home .tnc-desc{text-align:center;font:normal normal normal 14px/20px OpenSans;letter-spacing:0px;color:#414141}.insurance-home .tnc-by{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;text-align:right}.insurance-home .offer-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ffffff 0% 0% no-repeat padding-box;width:100%;padding-top:30px;padding-bottom:30px}.insurance-home .offer-title{text-align:center;font:normal normal normal 28px/34px EcoWorldSerif;color:#414141;text-transform:uppercase}.insurance-home .offer-image-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.insurance-home .offer-image{width:28vw;height:25vw;object-fit:contain;padding:10px}.insurance-home .offer-image.active{width:35vw;height:25vw}.insurance-home .offer-image-container-mobile{display:none}.insurance-home .income-safe-plan-btn-wrapper{display:flex;justify-content:center;align-items:center}.insurance-home .income-safe-plan-btn-wrapper .income-safe-plan-btn-container{display:flex;flex-direction:row;justify-content:center;padding-bottom:30px}.insurance-home .income-safe-plan-btn-wrapper .income-safe-plan-btn-container .primary-green-btn{background-color:#189e8e;color:#fff;padding:10px 30px;border-radius:20px;width:230px;margin:5px 10px;border-color:#189e8e;border-style:solid;outline:0 !important;font-size:0.7rem;border:1;font-family:OpenSans;text-transform:uppercase}.insurance-home .explore-more-wrapper{background-color:white;padding-top:10px;width:100%}.insurance-home .explore-more-wrapper .explore-more-header{display:flex;justify-content:center;align-items:center;font:normal normal normal 34px/38px EcoWorldSerif;padding-top:30px;padding-bottom:25px}.insurance-home .explore-more-wrapper .explore-more-header .header-content{justify-content:center;display:flex;flex-direction:row;border:0px;font:normal normal medium 34px/44px Silk Serif;background-color:#FFFFFF}.insurance-home .explore-more-wrapper .explore-more-header .header-tooltip{display:flex;justify-content:center;align-self:center;margin-left:10px;width:20px;height:20px}.insurance-home .explore-more-wrapper .grey-full-width-acc{border-left:0 !important;border-right:0 !important;font:normal normal normal 14px/20px OpenSans;background-color:#f3f3f3;color:#414141;border:1px solid rgba(0,0,0,0.1);margin:0 auto;padding:1% 10% 1% 10%}.insurance-home .explore-more-wrapper .full-width-button-acc{font-family:OpenSans;width:100%;outline:none;border:0;height:100%;transition:background-color 0.15s ease-in-out}.insurance-home .explore-more-wrapper .full-width-button-acc.close-btn-acc{font-size:16px;color:#414141;border-radius:0;background-color:#f3f3f3}.insurance-home .explore-more-wrapper .explore-more-container{display:flex;justify-content:center;gap:20px;padding-bottom:40px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card{display:flex;border-radius:12px;border:1px solid #d8d8d9}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-banner-container{padding:30px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-banner-container .card-banner-image{width:9vw;height:6vw}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container{display:flex;flex-direction:column;font:normal normal normal 22px/32px EcoWorldSerif;justify-content:center;padding-right:40px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container .card-content-button{width:200px;font:normal normal normal 13px/21px OpenSans}@media (max-width: 450px){.insurance-home .get-insured-container .get-insured-title{font:normal normal normal 30px/36px EcoWorldSerif}.insurance-home .get-insured-container .get-insured-desc{font:normal normal normal 12px/18px OpenSans}.insurance-home .get-insured-container .primary-green-btn{margin-bottom:20px}.insurance-home .product-title{font:normal normal medium 28px/34px EcoWorldSerif}.insurance-home .product-desc{font:normal normal normal 16px/22px OpenSans}.insurance-home .product-action-row .view-details{font:normal normal normal 13px/21px OpenSansSemiBold;color:#189e8e}.insurance-home .explore-more-header .header-content{font:normal normal normal 28px/32px EcoWorldSerif}.insurance-home .tnc-container{font:normal normal normal 12px/20px OpenSans}}@media (max-width: 767px){.insurance-home .home-banner{height:250px;background-image:url("/assets/insurance/home_banner_mobile.png");background-size:100% 100%}.insurance-home .product-wrapper{padding-top:30px;padding-bottom:30px}.insurance-home .product-container{flex-direction:column}.insurance-home .product-img-left{height:50vw;width:50vw;margin:0px}.insurance-home .product-img-right-mobile{display:inline;height:50vw;width:50vw;margin:0px;object-fit:contain}.insurance-home .product-img-right{display:none}.insurance-home .product-action-row{flex-direction:column}.insurance-home .product-action-row .primary-green-btn{width:70vw}.insurance-home .product-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.insurance-home .view-details{margin-top:10px}.insurance-home .offer-image-container-mobile{display:inline;width:100%;height:50vw}.insurance-home .offer-image-mobile{height:50vw;width:80vw;padding:10px}.insurance-home .offer-image-container{display:none}.insurance-home .primary-green-btn{width:70vw !important}.insurance-home .income-safe-plan-btn-wrapper .income-safe-plan-btn-container{flex-direction:column}.insurance-home .additional-container{display:flex;justify-content:center}.insurance-home .explore-more-wrapper .explore-more-container{flex-direction:column;align-items:center}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card{flex-direction:column;width:90vw}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-banner-container{padding-top:25px;padding-bottom:10px;display:flex;justify-content:center}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-banner-container .card-banner-image{width:39vw;height:28vw;min-width:100px;min-height:80px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container{padding-right:0;padding-bottom:25px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container .card-content-header{text-align:center}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container .card-content-button{width:70vw}.insurance-home .tnc-wrapper .tnc-container{width:80vw}}@media (min-width: 768px) and (max-width: 979px){.insurance-home .product-wrapper{padding-top:30px;padding-bottom:30px}.insurance-home .product-img-left{height:20vw;width:20vw}.insurance-home .product-img-right-mobile{display:none}.insurance-home .product-img-right{height:20vw;width:20vw;object-fit:contain;margin-left:30px}.insurance-home .explore-more-wrapper .explore-more-container{gap:12px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-banner-container{padding:20px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-banner-container .card-banner-image{width:12vw;height:9vw;min-width:100px;min-height:80px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container{padding-right:20px}.insurance-home .explore-more-wrapper .explore-more-container .explore-more-card .card-content-container .card-content-button{width:200px}.insurance-home .tnc-wrapper .tnc-container{width:80vw}}.insurance-home .bold{font-family:OpenSansSemiBold}.tooltip-text{font-size:normal normal normal 14px/18px OpenSans}@media (max-width: 450px){font-size:normal normal normal 10px/14px OpenSans}.income-safe-form-modal-btn-container{display:flex;justify-content:flex-end}.income-safe-form-modal-btn-container .income-safe-form-modal-close-btn{display:flex;padding:15px;cursor:pointer}.income-safe-form-modal-title{font:normal normal normal 26px/26px EcoWorldSerif;letter-spacing:0px;color:#189e8e;margin-bottom:10px;text-align:center}.income-safe-form-modal-subtitle{font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141;text-align:center}.insurance-pa-easy-home{background-color:#fafafa}.insurance-pa-easy-home .premium-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:50px;margin-bottom:30px;border-top:1px solid #d8d8d9}.insurance-pa-easy-home .premium-header-text{text-align:center;font:normal normal normal 28px/21px EcoWorldSerif;color:#414141;text-transform:uppercase}.insurance-pa-easy-home .premium-desc-text{text-align:center;font:normal normal normal 18px/24px OpenSans;color:#414141;margin-top:20px;margin-bottom:20px}.insurance-pa-easy-home .premium-card-wrapper{display:flex;flex-direction:column;width:60%;align-self:center}.insurance-pa-easy-home .premium-card-container{display:flex;flex-direction:row;justify-content:space-between}.insurance-pa-easy-home .premium-card{width:48%;box-shadow:0px 3px 10px #00000014;border-radius:12px}.insurance-pa-easy-home .premium-card-header{background-color:#189e8e;text-align:center;font:normal normal 600 16px/31px OpenSans;color:#ffffff;text-transform:uppercase;border-top-left-radius:10px;border-top-right-radius:10px;padding-top:10px;padding-bottom:10px}.insurance-pa-easy-home .premium-card-desc{display:flex;justify-content:center;align-items:center;background-color:#ffffff;text-align:center;font:normal normal normal 28px/31px EcoWorldSerif;color:#414143;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:80px}.insurance-pa-easy-home .premium-tnc{text-align:center;font:normal normal normal 12px/22px OpenSans;color:#414141;align-self:flex-end;margin-top:20px}@media (max-width: 767px){.insurance-pa-easy-home .premium-card-wrapper{width:80%}.insurance-pa-easy-home .premium-card-container{flex-direction:column}.insurance-pa-easy-home .premium-card{width:100%;margin-top:25px}}@media (min-width: 768px) and (max-width: 979px){.insurance-pa-easy-home .product-home-banner-pa-easy{height:300px;background-size:100% 100%}.insurance-pa-easy-home .product-home-banner-img{height:25vw;width:25vw}}.insurance-pa-easy-occupation{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa}.insurance-pa-easy-occupation .occupation-question-list-container{display:flex;flex-direction:row;margin-top:30px;padding-bottom:30px;border-bottom:1px solid #d8d8d9}.insurance-pa-easy-occupation .occupation-question-container{width:40%;display:flex;flex-direction:column;justify-items:center;align-items:center}.insurance-pa-easy-occupation .occupation-question-info-img{height:15vw;width:15vw;object-fit:contain}.insurance-pa-easy-occupation .occupation-question-desc{text-align:center;font:normal normal normal 14px/20px OpenSans;letter-spacing:0px;color:#414141;width:70%}.insurance-pa-easy-occupation .occupation-list-container{width:60%;display:flex;flex:1}.insurance-pa-easy-occupation .occupation-list-column{display:flex;flex-direction:column;width:45%}.insurance-pa-easy-occupation .occupation-list-column-mobile{display:none}.insurance-pa-easy-occupation .occupation-list-item-container{display:flex;flex-direction:row;align-items:center;padding-bottom:10px}.insurance-pa-easy-occupation .occupation-list-item-name{width:100%;text-align:left;font:normal normal normal 14px/36px OpenSans;letter-spacing:0px;line-height:1.3;color:#8f8f8f;margin-left:15px}.insurance-pa-easy-occupation .occupation-confirm-container{display:flex;flex:1;flex-direction:column;align-content:center;justify-content:center;margin-top:20px;margin-bottom:20px}.insurance-pa-easy-occupation .occupation-button-container{display:flex;flex-direction:row;width:80%;align-self:center;justify-content:space-between}.insurance-pa-easy-occupation .occupation-button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:45%;outline:0px !important;border:0px;border-radius:12px;padding:8px;font-weight:bold;background-color:#e3e3e3;color:#189e8e}.insurance-pa-easy-occupation .occupation-button.red{color:#ea3323}.insurance-pa-easy-occupation .occupation-confirm-error{width:80%;align-self:center;text-align:left;font:normal normal normal 12px/18px OpenSans;letter-spacing:0px;color:#ea3323;margin-top:10px}@media (max-width: 767px){.insurance-pa-easy-occupation .occupation-question-list-container{margin-top:0px}.insurance-pa-easy-occupation .occupation-question-list-container{flex-direction:column}.insurance-pa-easy-occupation .occupation-question-container{width:100%;margin-bottom:30px}.insurance-pa-easy-occupation .occupation-question-info-img{height:50vw;width:50vw}.insurance-pa-easy-occupation .occupation-list-container{display:none}.insurance-pa-easy-occupation .occupation-list-column-mobile{display:inline;width:80%;align-self:center}.insurance-pa-easy-occupation .occupation-button-container{flex-direction:column}.insurance-pa-easy-occupation .occupation-button{width:100%;margin-bottom:15px}}@media (min-width: 768px) and (max-width: 979px){.insurance-pa-easy-occupation .occupation-question-info-img{height:20vw;width:20vw}}.insurance-pa-easy-quotation{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa}.insurance-pa-easy-quotation .quotation-container{display:flex;justify-content:center}.insurance-pa-easy-quotation .quotation-list-container{background-color:#ffffff;border:1px solid #d8d8d9;border-radius:10px;width:70%;align-self:center;margin-top:30px;margin-bottom:80px}.insurance-pa-easy-quotation .quotation-list-header-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#189e8e;border-bottom:1px solid #d8d8d9;padding-left:30px;padding-right:30px;padding-top:10px;padding-bottom:10px;border-top-left-radius:10px;border-top-right-radius:10px}.insurance-pa-easy-quotation .quotation-list-header-text{text-align:left;letter-spacing:NaNpx;color:#ffffff;text-transform:uppercase;opacity:1}.insurance-pa-easy-quotation .quotation-list-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #d8d8d9;padding-left:30px;padding-right:30px;padding-top:10px;padding-bottom:10px}.insurance-pa-easy-quotation .quotation-list-row-text{text-align:left;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-quotation .quotation-list-row-price-container{display:flex;flex-direction:column;min-width:25%}.insurance-pa-easy-quotation .quotation-list-row-up-to-text{text-align:right;font:normal normal 600 11px/20px OpenSans;letter-spacing:0px;color:#556076;text-transform:uppercase}.insurance-pa-easy-quotation .quotation-list-row-amount-text{text-align:right;font:normal normal 600 20px/20px OpenSans;letter-spacing:0px;color:#556076}.insurance-pa-easy-quotation .quotation-list-footer-row{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;font:normal normal 600 24px/22px OpenSans;letter-spacing:0px;color:#d7a63c;text-transform:uppercase;padding-top:20px;padding-bottom:20px}.insurance-pa-easy-quotation .quotation-list-row-premium-text{margin-right:10px}@media (max-width: 767px){.insurance-pa-easy-quotation .quotation-list-container{width:90%}.insurance-pa-easy-quotation .quotation-list-header-row{padding-left:15px;padding-right:15px}.insurance-pa-easy-quotation .quotation-list-row{flex-direction:column;align-items:initial;padding-left:15px;padding-right:15px}.insurance-pa-easy-quotation .quotation-list-footer-row{flex-direction:column}.insurance-pa-easy-quotation .quotation-list-row-premium-text{margin-right:0px;margin-bottom:10px}}@media (min-width: 768px) and (max-width: 979px){.insurance-pa-easy-quotation .quotation-list-container{width:80%}.insurance-pa-easy-quotation .quotation-list-row-price-container{min-width:35%}}.insurance-pa-easy-purchase-personal-details{display:flex;min-height:90vh;flex-direction:column;background-color:#ffffff;margin-bottom:150px}.insurance-pa-easy-purchase-personal-details .personal-details-header-container{padding-top:20px;padding-bottom:20px}.insurance-pa-easy-purchase-personal-details .personal-details-header-title{text-align:center;text-decoration:underline;font:normal normal 600 22px/26px OpenSans;letter-spacing:0px;color:#d7a63c;text-transform:uppercase;margin-bottom:10px;word-spacing:3px}.insurance-pa-easy-purchase-personal-details .personal-details-header-desc{text-align:center;font:normal normal 600 40px/44px OpenSans;letter-spacing:0px;color:#d7a63c;text-transform:uppercase}.insurance-pa-easy-purchase-personal-details .personal-details-change-plan-wrapper{display:flex;justify-content:center;width:100%;background-color:#f3f3f3;padding-top:10px;padding-bottom:10px}.insurance-pa-easy-purchase-personal-details .personal-details-change-plan-container{width:70%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:10px;padding-bottom:10px}.insurance-pa-easy-purchase-personal-details .personal-details-let-us-know{text-align:center;font:normal normal 600 20px/24px OpenSans;letter-spacing:0px;color:#414141;text-transform:uppercase}.insurance-pa-easy-purchase-personal-details .personal-details-change-plan-btn{background:#dfbe6d;border-radius:3px;font:normal normal 600 13px/21px OpenSans;letter-spacing:0px;color:#ffffff;text-transform:uppercase;outline:0 !important;border:0px;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px}.insurance-pa-easy-purchase-personal-details .form-content-wrapper{margin:0px;display:flex;flex-direction:column;justify-content:center;align-items:center}.insurance-pa-easy-purchase-personal-details .form-section-container{width:70%}.insurance-pa-easy-purchase-personal-details .form-section-container.marginTop{margin-top:30px}.insurance-pa-easy-purchase-personal-details .form-section-container.full-width{width:100%}.insurance-pa-easy-purchase-personal-details .form-section-container .inner-form-section{width:70%;margin:auto}.insurance-pa-easy-purchase-personal-details .form-row-margin-bottom{margin-bottom:15px}.insurance-pa-easy-purchase-personal-details .mailing-radio-container{display:flex;flex-direction:row}.insurance-pa-easy-purchase-personal-details .mailing-radio-btn-margin-horizontal{margin-right:20px}.insurance-pa-easy-purchase-personal-details .form-section-line{width:100%;border-bottom:1px solid #d8d8d9;padding-bottom:30px;margin-bottom:30px}.insurance-pa-easy-purchase-personal-details .mandatory-field{font:normal normal normal 12px/12px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-personal-details .person-header{text-align:left;font:normal normal 600 20px/44px OpenSans;letter-spacing:0px;color:#414141;text-transform:uppercase;opacity:1}.insurance-pa-easy-purchase-personal-details .remove-person{text-align:right;font:normal normal normal 16px/44px OpenSans;letter-spacing:0px;color:#ea3323;opacity:1;cursor:pointer}.insurance-pa-easy-purchase-personal-details .add-person-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.insurance-pa-easy-purchase-personal-details .add-person{text-align:center;font:normal normal normal 13px/21px OpenSans;color:#414141;opacity:1}.insurance-pa-easy-purchase-personal-details .add-person-button{padding:11px 0;border:1px solid #dfbe6d;border-radius:10px;opacity:1;text-align:center;font:normal normal normal 13px/21px OpenSans;letter-spacing:0px;color:#cb920c;text-transform:uppercase;width:70%;opacity:1;cursor:pointer}.insurance-pa-easy-purchase-personal-details .add-person-button.disabled{border:1px solid grey;color:grey}.insurance-pa-easy-purchase-personal-details input[type='date']::-webkit-calendar-picker-indicator{background:url("/assets/insurance/calendar_yellow.png") no-repeat;background-size:23px 23px;width:20px;height:20px;cursor:pointer}@media (max-width: 767px){.insurance-pa-easy-purchase-personal-details .personal-details-header-desc{font:normal normal 600 30px/34px OpenSans}.insurance-pa-easy-purchase-personal-details .personal-details-change-plan-container{width:90%;flex-direction:column}.insurance-pa-easy-purchase-personal-details .personal-details-let-us-know{margin-bottom:10px}.insurance-pa-easy-purchase-personal-details .form-section-container{width:90%}.insurance-pa-easy-purchase-personal-details .form-row-margin-bottom{margin-bottom:10px}}.insurance-pa-easy-purchase-summary{display:flex;min-height:80vh;flex-direction:column;background-color:#fafafa}.insurance-pa-easy-purchase-summary .summary-plan-overview-wrapper{display:flex;justify-content:center;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-summary .summary-plan-overview-container{width:80%;display:flex;flex-direction:row;justify-content:space-between}.insurance-pa-easy-purchase-summary .summary-plan-overview-title-text{font:normal normal normal 16px/28px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-summary .summary-plan-overview-plan-text{font:normal normal normal 24px/26px EcoWorldSerif;letter-spacing:0px;color:#414141;margin-bottom:5px;text-transform:uppercase}.insurance-pa-easy-purchase-summary .summary-plan-overview-amount-text{font:normal normal normal 24px/26px EcoWorldSerif;letter-spacing:0px;color:#189e8e;text-transform:uppercase}.insurance-pa-easy-purchase-summary .summary-plan-overview-covered-text{font:normal normal normal 14px/20px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-summary .summary-plan-details-wrapper{width:100%;background-color:#fafafa;display:flex;justify-content:center;padding-top:30px;padding-bottom:30px;border:1px solid #d8d8d9;border-left-width:0px;border-right-width:0px}.insurance-pa-easy-purchase-summary .summary-plan-details-container{width:80%}.insurance-pa-easy-purchase-summary .summary-plan-details-title{font:normal normal bold 16px/28px OpenSans;letter-spacing:0px;color:#189e8e;text-transform:uppercase;margin-bottom:5px}.insurance-pa-easy-purchase-summary .summary-plan-details-desc{font:normal normal normal 14px/20px OpenSans;letter-spacing:0px;color:#414141;margin-bottom:10px}.insurance-pa-easy-purchase-summary .summary-personal-details-wrapper{width:100%;display:flex;justify-content:center}.insurance-pa-easy-purchase-summary .summary-personal-details-container{width:80%;padding-top:30px;padding-bottom:30px;display:flex;flex-direction:row;justify-content:space-between}.insurance-pa-easy-purchase-summary .summary-personal-details-col{width:45%}.insurance-pa-easy-purchase-summary .summary-personal-details-item-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.insurance-pa-easy-purchase-summary .summary-personal-details-item-title{font:normal normal 600 14px/18px OpenSans;letter-spacing:0px;color:#414141;margin-bottom:10px}.insurance-pa-easy-purchase-summary .summary-personal-details-item-desc{font:normal normal normal 14px/18px OpenSans;letter-spacing:0px;color:#414141;text-align:right;margin-bottom:10px}.insurance-pa-easy-purchase-summary .summary-personal-details-item-desc.address{text-align:left}.insurance-pa-easy-purchase-summary .summary-address-wrapper{width:100%;background-color:#fafafa;display:flex;justify-content:center;padding-top:30px;padding-bottom:20px;border-top:1px solid #d8d8d9}.insurance-pa-easy-purchase-summary .summary-address-wrapper.padding-top-none{padding-top:0px;border-top:0px}.insurance-pa-easy-purchase-summary .summary-address-container{width:80%}.insurance-pa-easy-purchase-summary .summary-addition-person{text-align:left;font:normal normal 600 12px/30px OpenSans;letter-spacing:0px;color:#189e8e;text-transform:uppercase;opacity:1;width:80%}.insurance-pa-easy-purchase-summary .form-section-line{width:100%;border-bottom:1px solid #d8d8d9;padding-bottom:30px;margin-bottom:30px}@media (max-width: 767px){.insurance-pa-easy-purchase-summary .summary-plan-overview-covered-text{margin-bottom:15px}.insurance-pa-easy-purchase-summary .summary-plan-overview-wrapper{margin-top:15px;margin-bottom:15px}.insurance-pa-easy-purchase-summary .summary-plan-overview-container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.insurance-pa-easy-purchase-summary .summary-personal-details-container{flex-direction:column}.insurance-pa-easy-purchase-summary .summary-personal-details-col{width:100%}}.insurance-pa-easy-purchase-quotation{display:flex;min-height:80vh;flex-direction:column;background-color:#fafafa}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-wrapper{width:80%;display:flex;flex-direction:column;justify-content:center;align-self:center}.insurance-pa-easy-purchase-quotation .quotation-header-enter-promo-code-text{font:normal normal 600 18px/30px OpenSans;letter-spacing:0px;color:#414141;margin-bottom:10px}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-container{display:flex;justify-content:space-between;flex-direction:row;align-items:center;padding:10px;border:1px solid #d8d8d9;border-radius:10px}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-input{text-align:left;font:normal normal normal 14px/19px OpenSans;letter-spacing:0px;color:#b2b2b6;opacity:1;border:0px;display:flex;padding-left:20px;height:35px;width:100%}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-apply{background-color:#dfbe6d;text-align:center;font:normal normal normal 13px/33px OpenSans;letter-spacing:0px;color:#ffffff;text-transform:uppercase;border:0px;border-radius:6px;padding-left:30px;padding-right:30px;cursor:pointer;outline:none !important}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-apply.disabled{background-color:#b2b2b6;cursor:not-allowed}.insurance-pa-easy-purchase-quotation .quotation-price-list-wrapper{display:flex;flex-direction:column;align-items:center;background-color:#fafafa}.insurance-pa-easy-purchase-quotation .quotation-price-list-container{width:80%;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-quotation .quotation-price-list-row{display:flex;flex-direction:row;justify-content:space-between;font:normal normal normal 16px/30px OpenSans;letter-spacing:0px;color:#414141;border-bottom:1px solid #d8d8d9;padding-bottom:20px;margin-bottom:20px}.insurance-pa-easy-purchase-quotation .quotation-price-list-row.column{flex-direction:column}.insurance-pa-easy-purchase-quotation .quotation-price-list-row .right{text-align:right}.insurance-pa-easy-purchase-quotation .quotation-price-list-row-title{display:flex;flex-direction:row;justify-content:space-between;font:normal normal 600 18px/30px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-quotation .quotation-price-list-row-desc{display:flex;flex-direction:row;justify-content:space-between;font:normal normal normal 14px/30px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-quotation .quotation-tnc-wrapper{display:flex;flex-direction:column;align-items:center}.insurance-pa-easy-purchase-quotation .quotation-tnc-container{width:80%;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-quotation .quotation-tnc-title{font:normal normal 600 18px/30px OpenSans;margin-bottom:10px}.insurance-pa-easy-purchase-quotation .quotation-tnc-item-container{display:flex;margin-bottom:10px;margin-top:15px}.insurance-pa-easy-purchase-quotation .quotation-tnc-item-desc{font:normal normal normal 14px/18px OpenSans;margin-left:10px}.insurance-pa-easy-purchase-quotation .quotation-tnc-item-desc .green{color:#189e8e;font-weight:normal}.insurance-pa-easy-purchase-quotation .quotation-price-list-promo-code{display:flex;flex-direction:row;align-items:center;background-color:#dfbe6d;font:normal normal normal 13px/19px OpenSans;letter-spacing:0px;color:#ffffff;padding-left:10px;padding-right:10px;cursor:pointer}.insurance-pa-easy-purchase-quotation .quotation-price-list-promo-code .close-btn{font-weight:bold;margin-left:20px}@media (max-width: 767px){.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-container{flex-direction:column}.insurance-pa-easy-purchase-quotation .quotation-header-enter-promo-code-text{text-align:center;font:normal normal normal 14px/30px OpenSans;color:#414141}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-apply{margin-top:10px}.insurance-pa-easy-purchase-quotation .quotation-header-promo-code-input{padding-left:0px;text-align:center}}.insurance-pa-easy-purchase-payment{display:flex;min-height:80vh;flex-direction:column;background-color:#ffffff;margin-bottom:50px}.insurance-pa-easy-purchase-payment .payment-header-container{width:60%;align-self:center;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-payment .payment-header-desc{text-align:left;font:normal normal 600 16px/31px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-payment .payment-header-title{text-align:left;font:normal normal 600 22px/32px OpenSans;letter-spacing:0px;color:#189e8e}.insurance-pa-easy-purchase-payment .payment-plan-details-wrapper{width:100%;background-color:#fafafa;display:flex;flex-direction:column;justify-content:center;align-items:center}.insurance-pa-easy-purchase-payment .payment-plan-details-container{width:60%;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-payment .payment-plan-details-price-row{display:flex;flex-direction:row;justify-content:space-between}.insurance-pa-easy-purchase-payment .payment-plan-details-price-row-text{font:normal normal 600 24px/24px OpenSans;letter-spacing:0px;color:#414143}.insurance-pa-easy-purchase-payment .payment-plan-details-price-row-text.right{text-align:right}.insurance-pa-easy-purchase-payment .payment-plan-details-tax-desc{font:normal normal normal 12px/24px OpenSans;letter-spacing:0px;color:#556076}.insurance-pa-easy-purchase-payment .payment-plan-payment-method-container{width:60%;align-self:center;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-payment .payment-plan-payment-method-title{font:normal normal 600 14px/29px OpenSans;letter-spacing:0px;color:#414143;text-transform:uppercase;margin-bottom:30px}.insurance-pa-easy-purchase-payment .payment-plan-payment-method-list{margin-bottom:30px;text-align:left;font:normal normal 600 14px/28px OpenSans;letter-spacing:0px;color:#414141}@media (max-width: 767px){.insurance-pa-easy-purchase-payment .payment-header-container{width:90%}.insurance-pa-easy-purchase-payment .payment-plan-details-container{width:90%}.insurance-pa-easy-purchase-payment .payment-plan-payment-method-container{width:90%}}.insurance-pa-easy-purchase-ipay88 .ipay88-fetching-text-container{margin:40px;margin-top:60px;text-align:center;font:normal normal normal 14px/20px OpenSans}.insurance-pa-easy-purchase-ipay88 .ipay88-fetching-text-container .ipay88-fetching-text-title{font:normal normal 600 24px/30px OpenSans;margin-bottom:10px}.insurance-pa-easy-purchase-payment-success{display:flex;min-height:80vh;flex-direction:column;background-color:#ffffff;margin-bottom:80px}.insurance-pa-easy-purchase-payment-success .payment-success-header-container{width:50%;align-self:center;margin-top:30px;margin-bottom:30px}.insurance-pa-easy-purchase-payment-success .payment-success-header-title{text-align:center;font:normal normal normal 30px/44px EcoWorldSerif;letter-spacing:0px;color:#189e8e;text-transform:uppercase;margin-bottom:10px}.insurance-pa-easy-purchase-payment-success .payment-unsuccess-header-title{text-align:center;font:normal normal 600 30px/44px Silk Serif;letter-spacing:0px;color:#cb0c0c;text-transform:uppercase;opacity:1}.insurance-pa-easy-purchase-payment-success .payment-success-header-desc{text-align:center;font:normal normal normal 14px/20px OpenSans;letter-spacing:0px;color:#414141}.insurance-pa-easy-purchase-payment-success .payment-success-header-desc .green{color:#189e8e;font-weight:normal}.insurance-pa-easy-purchase-payment-success .payment-success-info-wrapper{background-color:#fafafa;width:100%;display:flex;flex-direction:column;align-items:center;padding-top:30px;padding-bottom:30px}.insurance-pa-easy-purchase-payment-success .payment-success-info-wrapper .gold-button-payment{text-align:right;font:normal normal normal 13px/22px OpenSans;letter-spacing:0px;color:#cb920c;opacity:1;cursor:pointer}.insurance-pa-easy-purchase-payment-success .payment-success-info-container{width:50%;margin-bottom:30px}.insurance-pa-easy-purchase-payment-success .payment-success-info-title{text-align:left;font:normal normal 600 14px/18px OpenSans;letter-spacing:0px;color:#414143;text-transform:uppercase;margin-bottom:10px}.insurance-pa-easy-purchase-payment-success .payment-success-info-detail{text-align:left;font:normal normal 600 16px/32px OpenSans;letter-spacing:0px;color:#414141;opacity:1}.insurance-pa-easy-purchase-payment-success .payment-success-info-price-row{display:flex;justify-content:space-between}.insurance-pa-easy-purchase-payment-success .payment-success-info-price-row.spacing{margin-bottom:10px}.insurance-pa-easy-purchase-payment-success .payment-success-info-price-row-text{text-align:left;font:normal normal normal 14px/30px OpenSans;letter-spacing:0px;color:#556076}.insurance-pa-easy-purchase-payment-success .payment-success-info-price-row-text.title{font:normal normal 600 24px/30px OpenSans;color:#414143}.insurance-pa-easy-purchase-payment-success .payment-success-info-price-row-text.right{text-align:right}.insurance-pa-easy-purchase-payment-success .payment-success-info-total-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;border:1px solid #d8d8d9;border-left-width:0px;border-right-width:0px}.insurance-pa-easy-purchase-payment-success .payment-success-info-total-container{display:flex;flex-direction:row;justify-content:space-between;width:50%;margin-top:20px;margin-bottom:20px}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-wrapper{background-color:#fafafa;width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:30px}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-container{width:50%;border-bottom:1px solid #d8d8d9}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-container.no-border-bottom{border-bottom:0px}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-list-container{display:flex;flex-direction:column;text-align:left;font:normal normal normal 14px/24px OpenSans;letter-spacing:0px;color:#414143;margin-right:30px}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-footer{text-align:left;font:normal normal 600 12px/20px OpenSans;letter-spacing:0px;color:#414141;margin-top:10px;margin-bottom:20px}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-tnc-container{width:50%;display:flex;flex-direction:row;align-items:center;margin-top:20px;text-align:left;font:normal normal normal 12px/10px OpenSans;letter-spacing:0px;line-height:15px;color:#414141}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-tnc-container .margin-left{margin-left:10px}.insurance-pa-easy-purchase-payment-success .payment-success-footer-btn-container{display:flex;flex-direction:row;align-self:center;justify-content:space-between;width:50%;margin-top:20px}.insurance-pa-easy-purchase-payment-success .payment-success-footer-btn{width:48%}.insurance-pa-easy-purchase-payment-success .payment-success-footer-btn-desc{text-align:center;font:normal normal normal 12px/22px OpenSans;letter-spacing:0px;color:#414141}@media (max-width: 767px){.insurance-pa-easy-purchase-payment-success .payment-success-header-container{width:90%}.insurance-pa-easy-purchase-payment-success .payment-success-info-container{width:80%}.insurance-pa-easy-purchase-payment-success .payment-success-info-total-container{width:80%}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-container{width:80%}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-tnc-container{width:80%}.insurance-pa-easy-purchase-payment-success .payment-success-footer-btn-container{width:80%;flex-direction:column;justify-content:center;align-items:center}.insurance-pa-easy-purchase-payment-success .payment-success-footer-btn{width:80%;margin-top:10px}}@media (min-width: 768px) and (max-width: 979px){.insurance-pa-easy-purchase-payment-success .payment-success-header-container{width:70%}.insurance-pa-easy-purchase-payment-success .payment-success-info-container{width:70%}.insurance-pa-easy-purchase-payment-success .payment-success-info-total-container{width:70%}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-container{width:70%}.insurance-pa-easy-purchase-payment-success .payment-success-payment-method-tnc-container{width:70%}.insurance-pa-easy-purchase-payment-success .payment-success-footer-btn-container{width:70%}}.insurance-result-card-page-wrapper{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa}.insurance-nomination-form{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa}.insurance-nomination-form .nomination-form-content-wrapper{margin:0px;display:flex;flex-direction:column;justify-content:center;align-items:center}.insurance-nomination-form .nomination-form-array-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.insurance-nomination-form .nomination-form-section-container{width:90%}.insurance-nomination-form .nomination-form-section-container.marginTop{margin-top:15px}.insurance-nomination-form .nomination-form-section-container.center{display:flex;flex-direction:column;justify-content:center;align-items:center}.insurance-nomination-form .nomination-form-section-title-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.insurance-nomination-form .nomination-form-section-title{text-align:left;font:normal normal 600 20px/44px OpenSans;letter-spacing:0px;color:#414141;text-transform:uppercase;padding-top:10px;padding-bottom:10px}.insurance-nomination-form .nomination-form-section-title-right-container{text-align:right;font:normal normal normal 16px/44px OpenSans;letter-spacing:0px;color:#ea3323;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.insurance-nomination-form .nomination-form-row-margin-bottom{margin-bottom:15px}.insurance-nomination-form .nomination-form-section-footer-line{border-bottom:1px solid #d8d8d9;padding-bottom:30px;margin-bottom:15px}.insurance-nomination-form .nomination-form-section-line{width:100%;border-bottom:1px solid #d8d8d9;padding-bottom:30px;margin-bottom:30px}.insurance-nomination-form .nomination-form-section-footer{text-align:left;font:normal normal normal 14px/20px OpenSans;letter-spacing:0px;color:#414141}.insurance-nomination-form .nomination-form-checkbox-item-container{display:flex;margin-bottom:10px;margin-top:15px}.insurance-nomination-form .nomination-form-checkbox-item-desc{font:normal normal normal 14px/20px OpenSans;margin-left:10px}.insurance-nomination-form .nomination-form-mandatory-field-container{text-align:left;font:normal normal normal 12px/12px OpenSans;letter-spacing:0px;color:#414141;margin-bottom:50px}.insurance-nomination-form .nomination-form-add-nominee-desc{text-align:center;font:normal normal normal 13px/21px OpenSans;letter-spacing:0px;color:#414141;margin-top:10px}@media (max-width: 767px){.insurance-nomination-form .nomination-form-section-footer{text-align:center}}.insurance-pro-health-home{background-color:#fafafa}.insurance-pro-health-home .view-video-container{display:flex;flex-direction:column;align-items:center;margin-top:20px;cursor:pointer}.insurance-pro-health-home .view-video-text{text-align:center;font:normal normal normal 13px/21px OpenSans;letter-spacing:0px;color:#ffffff;text-transform:uppercase;margin-top:5px}.insurance-pro-health-home .section-line{width:100%;border-bottom:1px solid #d8d8d9}.insurance-pro-health-home .eligibility-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:30px;margin-bottom:30px}.insurance-pro-health-home .eligibility-container{width:70%}.insurance-pro-health-home .eligibility-container .eligibility-title{text-align:center;font:normal normal normal 28px/33px EcoWorldSerif;letter-spacing:0px;color:#414141;text-transform:uppercase;margin-bottom:20px}.insurance-pro-health-home .eligibility-container .eligibility-content-container{background-color:#ffffff;box-shadow:0px 3px 10px #00000014;border-radius:12px;padding-top:30px}.insurance-pro-health-home .eligibility-container .accordin-title{text-align:left;font:normal normal 600 16px/22px OpenSans;letter-spacing:0px;color:#cb920c;padding:20px;padding-top:0px}.insurance-pro-health-home .plan-type-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-color:#ffffff;padding-top:30px;padding-bottom:30px}.insurance-pro-health-home .plan-type-main-container{display:flex;flex-direction:column;align-items:center;width:70%}.insurance-pro-health-home .plan-type-main-container .plan-type-container{width:100%}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-title{text-align:center;font:normal normal normal 28px/33px EcoWorldSerif;letter-spacing:0px;color:#414141;text-transform:uppercase}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-desc{text-align:center;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141;padding-left:20px;padding-right:20px;margin-top:20px;margin-bottom:20px}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-table-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-table-container{width:100%;overflow:auto;white-space:nowrap}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-table-container .table-container{box-shadow:0px 3px 10px #00000014}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-table-container .first-column{text-align:left;padding-left:30px;width:300px}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-table-container th{background-color:#189e8e;text-align:center;font:normal normal 600 16px/31px OpenSans;letter-spacing:0px;color:#ffffff;text-transform:uppercase;padding-left:20px;padding-right:20px}.insurance-pro-health-home .plan-type-main-container .plan-type-container .plan-type-table-container td{text-align:center;font:normal normal normal 14px/29px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container{display:flex;flex-direction:column;align-items:center;width:100%;border:1px solid #d8d8d9;border-radius:12px;padding:40px;margin-top:30px}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-img{width:15vw;height:auto;object-fit:contain}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-title{text-align:center;font:normal normal normal 24px/29px EcoWorldSerif;letter-spacing:0px;color:#414141;margin:10px}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-desc{text-align:center;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-btn{display:flex;width:35%;margin-top:20px}.insurance-pro-health-home .admission-process-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:30px;margin-bottom:30px}.insurance-pro-health-home .admission-process-container{width:70%;display:flex;flex-direction:column;justify-content:center}.insurance-pro-health-home .admission-process-container .admission-process-title{text-align:center;font:normal normal normal 28px/33px EcoWorldSerif;letter-spacing:0px;color:#414141;text-transform:uppercase}.insurance-pro-health-home .admission-process-container .admission-process-subtitle{text-align:center;font:normal normal 600 16px/31px OpenSans;letter-spacing:0px;color:#414141;text-transform:uppercase;margin-top:20px;margin-bottom:20px}.insurance-pro-health-home .admission-process-container .admission-process-desc{text-align:center;font:normal normal normal 12px/18px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-home .admission-process-container .admission-step-container{display:inline}.insurance-pro-health-home .admission-process-container .admission-step-container-mobile{display:none}.insurance-pro-health-home .admission-process-container .admission-step-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.insurance-pro-health-home .admission-process-container .admission-step-card{width:32%;display:flex;flex-direction:column;background-color:#ffffff;box-shadow:0px 3px 10px #00000014;border-radius:12px;padding:20px}.insurance-pro-health-home .admission-process-container .admission-step-card.wide{width:65%}.insurance-pro-health-home .admission-process-container .admission-step-card-title{text-align:center;font:normal normal normal 22px/28px EcoWorldSerif;letter-spacing:0px;color:#189e8e;text-transform:uppercase;margin-bottom:10px}.insurance-pro-health-home .admission-process-container .admission-step-card-desc{text-align:center;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-home .mi-care-container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;margin-top:30px;margin-bottom:30px;padding-left:20px;padding-right:20px}.insurance-pro-health-home .mi-care-container .mi-care-img{width:20vw;height:auto}.insurance-pro-health-home .mi-care-container .mi-care-title-text{text-align:center;font:normal normal 600 16px/22px OpenSans;letter-spacing:0px;color:#414141;text-transform:uppercase;margin-top:15px}.insurance-pro-health-home .mi-care-container .mi-care-call{width:25%;display:flex;justify-content:center;background-color:#ea3323;text-align:center;font:normal normal normal 13px/21px OpenSans;letter-spacing:0px;color:#ffffff;text-transform:uppercase;padding:5px;border-radius:60px;margin-top:15px;margin-bottom:15px}.insurance-pro-health-home .mi-care-container .mi-care-desc-text{text-align:center;font:normal normal normal 12px/18px OpenSans;letter-spacing:0px;color:#414141}@media (max-width: 767px){.insurance-pro-health-home .eligibility-container{width:80%}.insurance-pro-health-home .plan-type-main-container{width:85%}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container{padding:30px}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-img{width:50vw}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-btn{width:80%}.insurance-pro-health-home .mi-care-container .mi-care-img{width:60vw;height:auto}.insurance-pro-health-home .mi-care-container .mi-care-call{width:70%}.insurance-pro-health-home .admission-process-container{width:80%}.insurance-pro-health-home .admission-process-container .admission-step-container{display:none}.insurance-pro-health-home .admission-process-container .admission-step-container-mobile{display:inline}.insurance-pro-health-home .admission-process-container .admission-step-row{flex-direction:column;margin-bottom:20px}.insurance-pro-health-home .admission-process-container .admission-step-card{width:100%;margin-bottom:20px}.insurance-pro-health-home .admission-process-container .admission-step-card.wide{width:100%}}@media (min-width: 768px) and (max-width: 979px){.insurance-pro-health-home .plan-type-main-container{width:80%}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container{width:90%}.insurance-pro-health-home .plan-type-main-container .panel-hospital-container .panel-hospital-img{width:20vw}}.pro-health-video-modal-wapper{background-color:#000000}.pro-health-video-container{background-color:#000000;display:flex;justify-content:center;align-items:center}.pro-health-video{width:100%;max-width:700px;background-color:#000000}.pro-health-video-back-btn-container{display:flex;justify-content:center;background-color:#000000;padding-top:30px}.pro-health-panel-hospital{background-color:#fafafa}.pro-health-panel-hospital .panel-hospital-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:30px;padding-bottom:30px}.pro-health-panel-hospital .panel-hospital-container{width:80%;display:flex;flex-direction:row;justify-content:center;background-color:#ffffff;border:1px solid #d8d8d9;border-radius:12px}.pro-health-panel-hospital .branch-container{width:100%;border-right:1px solid #d8d8d9}.pro-health-panel-hospital .branch-state-container{padding:20px;border-bottom:1px solid #d8d8d9}.pro-health-panel-hospital .branch-state-title{text-align:left;font:normal normal normal 18px/30px sans-serif;letter-spacing:0px;color:#189e8e}.pro-health-panel-hospital .branch-outlet-container{padding:20px}.pro-health-panel-hospital .accordion-container{display:flex;flex-direction:row;justify-content:space-between}.pro-health-panel-hospital .accordion-column-list{width:48%}.pro-health-panel-hospital .outlet-container.active{background-color:#f5f5f5;margin-bottom:30px;border-radius:12px;padding:10px}.pro-health-panel-hospital .outlet-desc-accordion-toggle{width:100%;font:normal normal normal 13px/16px OpenSans;padding-bottom:20px;cursor:pointer}.pro-health-panel-hospital .outlet-desc-accordion-toggle.active{color:#189e8e;padding-bottom:5px;font:normal normal 600 14px/16px OpenSans}.pro-health-panel-hospital .outlet-desc-container{padding:10px}.pro-health-panel-hospital .outlet-desc-title{text-align:left;font:normal normal 600 12px/15px OpenSans;letter-spacing:0px;margin-bottom:3px}.pro-health-panel-hospital .outlet-desc-desc{text-align:left;font:normal normal normal 12px/15px OpenSans;letter-spacing:0px}.pro-health-panel-hospital .outlet-desc-desc.green{color:#189e8e}.pro-health-panel-hospital .outlet-desc-desc.margin-bottom{margin-bottom:10px}.pro-health-panel-hospital .map-container{width:70%;padding:20px}@media (max-width: 767px){.pro-health-panel-hospital .panel-hospital-container{width:90%;flex-direction:column}.pro-health-panel-hospital .branch-container{width:100%}.pro-health-panel-hospital .map-container{width:100%}.pro-health-panel-hospital .branch-outlet-container{padding:20px;height:auto}.pro-health-panel-hospital .map-container{margin-bottom:100px}.pro-health-panel-hospital .accordion-container{flex-direction:column}.pro-health-panel-hospital .accordion-column-list{width:100%}}.insurance-pro-health-basic-detail-form{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa}.insurance-pro-health-basic-detail-form .basic-details-form-wrapper{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;margin-top:30px;margin-bottom:30px}.insurance-pro-health-basic-detail-form .basic-details-form-container{width:80%}.insurance-pro-health-basic-detail-form .form-row{display:flex;flex-direction:column;margin-bottom:20px}.insurance-pro-health-basic-detail-form .form-label{text-align:left;font:normal normal 600 16px/22px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-basic-detail-form .form-select{background:#ffffff 0% 0% no-repeat padding-box;border:1px solid #c6c6c7;border-radius:6px;opacity:1;height:50px;text-align:left;font:normal normal 600 14px/50px OpenSans;letter-spacing:0px;color:#cb920c;text-transform:uppercase;opacity:1;padding:0 15px}.insurance-pro-health-basic-detail-form .radio-container{display:flex;flex-direction:row;text-align:left;font:normal normal normal 14px/24px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-basic-detail-form .radio-container .radio-btn-margin-horizontal{margin-right:40px}.insurance-pro-health-basic-detail-form .radio-container.low-height{max-height:60px}.insurance-pro-health-basic-detail-form .form-woker-label-container{display:flex;flex-direction:row;align-items:center}.insurance-pro-health-basic-detail-form .worker-tooltip-btn{font:normal normal normal 15px/15px OpenSans;color:#ffffff;background-color:#dfbe6d;display:flex;justify-content:center;align-items:center;min-width:20px;width:20px;height:20px;border-radius:50%;cursor:pointer;margin-left:15px;padding-right:2px}.insurance-pro-health-basic-detail-form .tooltip .tooltip-inner{max-width:100%}.insurance-pro-health-basic-detail-form input[type='date']::-webkit-calendar-picker-indicator{background:url("/assets/insurance/calendar_yellow.png") no-repeat;background-size:23px 23px;width:20px;height:20px;cursor:pointer}@media (max-width: 767px){.insurance-pro-health-basic-detail-form .worker-tooltip-btn{margin-left:5px}}.insurance-pro-health-quotation{display:flex;flex-direction:column;background-color:#fafafa;padding-bottom:50px}.insurance-pro-health-quotation .pro-health-quotation-wrapper{width:100%;padding:30px}.insurance-pro-health-quotation .pro-health-quotation-desktop{display:flex;flex-direction:column;align-items:center}.insurance-pro-health-quotation .pro-health-quotation-mobile{display:none}.insurance-pro-health-quotation .pro-health-quotation-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:30px}.insurance-pro-health-quotation .pro-health-quotation-container.center{justify-content:center}.insurance-pro-health-quotation .pro-health-quotation-item-container{width:90%;border:1px solid #d8d8d9;border-radius:12px;cursor:pointer}.insurance-pro-health-quotation .pro-health-quotation-item-row{display:flex;flex-direction:row;justify-content:space-between;padding:15px;padding-left:20px;padding-right:20px;border-top:1px solid #d8d8d9}.insurance-pro-health-quotation .pro-health-quotation-item-row.header{background-color:#189e8e;font:normal normal 600 18px/26px OpenSans;letter-spacing:0px;color:#ffffff;border-top-left-radius:12px;border-top-right-radius:12px}.insurance-pro-health-quotation .pro-health-quotation-item-row.disabled{background-color:#f3f3f3;color:#414141}.insurance-pro-health-quotation .pro-health-quotation-plan-type-container{display:flex;flex-direction:row;justify-content:center;align-items:center;text-transform:uppercase}.insurance-pro-health-quotation .pro-health-quotation-item-title{text-align:center;font:normal normal 600 24px/32px OpenSans;letter-spacing:0px;color:#414141;padding-top:15px;padding-bottom:15px}.insurance-pro-health-quotation .pro-health-quotation-item-title .annual-limit{font:normal normal 600 16px/20px OpenSans}.insurance-pro-health-quotation .pro-health-quotation-item-row-label{text-align:left;font:normal normal normal 16px/20px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-quotation .pro-health-quotation-item-row-amount{text-align:right;font:normal normal 600 20px/20px OpenSans;letter-spacing:0px;color:#556076;min-width:100px}.insurance-pro-health-quotation .pro-health-quotation-item-footer{text-align:center;font:normal normal 600 24px/22px OpenSans;letter-spacing:0px;color:#d7a63c;text-transform:uppercase;border-top:1px solid #d8d8d9;padding-top:25px;padding-bottom:25px;line-height:30px}.insurance-pro-health-quotation .footer-text-line-break{display:none}@media (max-width: 767px){.insurance-pro-health-quotation .pro-health-quotation-wrapper{padding:20px;padding-bottom:80px}.insurance-pro-health-quotation .pro-health-quotation-item-container{width:100%;margin-bottom:20px}.insurance-pro-health-quotation .pro-health-quotation-item-row{flex-direction:column}.insurance-pro-health-quotation .pro-health-quotation-item-row.header{flex-direction:row}.insurance-pro-health-quotation .pro-health-quotation-item-row-amount{margin-top:10px}.insurance-pro-health-quotation .footer-text-line-break{display:inline}.insurance-pro-health-quotation .pro-health-quotation-desktop{display:none}.insurance-pro-health-quotation .pro-health-quotation-mobile{display:inline}.insurance-pro-health-quotation .pro-health-quotation-mobile .slick-dots li button:before{color:#cfd0d1;font-size:50px}.insurance-pro-health-quotation .pro-health-quotation-mobile .slick-dots li.slick-active button:before{color:#dfbe6d !important;font-size:50px}.insurance-pro-health-quotation .pro-health-quotation-mobile .slick-initialized .slick-track{display:flex}.insurance-pro-health-quotation .pro-health-quotation-mobile .slick-initialized .slick-track .slick-slide{display:flex;height:auto;align-items:center;justify-content:center}}@media (min-width: 768px) and (max-width: 979px){.insurance-pro-health-quotation .footer-text-line-break{display:inline}}.insurance-pro-health-occupation{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa;padding-bottom:50px}.insurance-pro-health-occupation .insurance-pro-health-occupation-form-container{padding:30px}.insurance-pro-health-occupation .insurance-pro-health-occupation-accordion-container{background-color:#ffffff;width:50%;align-self:center;margin-top:30px;margin-bottom:30px;border-radius:12px;border:1px solid #d8d8d9}@media (max-width: 767px){.insurance-pro-health-occupation .insurance-pro-health-occupation-accordion-container{width:85%}.insurance-pro-health-occupation .insurance-pro-health-occupation-form-container{padding-bottom:0px}}@media (min-width: 768px) and (max-width: 979px){.insurance-pro-health-occupation .insurance-pro-health-occupation-accordion-container{width:80%}}.insurance-pro-health-questions{display:flex;min-height:90vh;flex-direction:column;background-color:#fafafa;padding-bottom:50px}.insurance-pro-health-questions .insurance-pro-health-question-container{display:flex;flex-direction:row;padding:30px}.insurance-pro-health-questions .question-header-container{width:30%;display:flex;flex-direction:column;align-items:center;padding:20px;padding-top:0px;text-align:center;font:normal normal normal 16px/22px EcoWorldSerif;letter-spacing:0px;color:#414141}.insurance-pro-health-questions .questions-question-info-img{height:15vw;width:15vw;object-fit:contain}.insurance-pro-health-questions .question-list-container{width:70%;display:flex;flex-direction:column;padding:20px}.insurance-pro-health-questions .question-item-container{margin-bottom:30px}.insurance-pro-health-questions .question-item-text{text-align:left;font:normal normal normal 12px/22px OpenSans;letter-spacing:0px;color:#414141}.insurance-pro-health-questions .question-item-text.title{font:normal normal normal 14px/24px OpenSans}.insurance-pro-health-questions .question-item-text.error{color:#ea3323}.insurance-pro-health-questions .question-item-radio-row{display:flex;flex-direction:row}.insurance-pro-health-questions .radio-btn-margin-horizontal{margin-right:40px}@media (max-width: 767px){.insurance-pro-health-questions .insurance-pro-health-question-container{flex-direction:column}.insurance-pro-health-questions .question-header-container{width:100%;padding:0px}.insurance-pro-health-questions .question-list-container{width:100%;padding-left:0px;padding-right:0px}.insurance-pro-health-questions .questions-question-info-img{height:50vw;width:50vw}}.my-insurance-home{margin-top:30px;margin-bottom:50px}.my-insurance-home .my-insurance-header-wrapper{display:flex;justify-content:center}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con{width:100%;border:#FFFFFF}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .my-insurance-header-text{text-align:left;padding-left:10%;display:flex;flex-direction:row;font:normal normal normal 32px/40px EcoWorldSerif;letter-spacing:0px;color:#414141;text-transform:uppercase;word-spacing:2px;border-width:0;background-color:#ffffff}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .my-insurance-header-text .my-insurance-header-text #button{border:#ffffff;border-width:0ch}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .my-insurance-header-text .header-tooltip{display:flex;justify-content:center;align-self:center;margin-left:10px;width:20px;height:20px}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .grey-full-width-acc{border-left:0 !important;border-right:0 !important;font:normal normal normal 14px/20px OpenSans;background-color:#f3f3f3;color:#414141;border:1px solid rgba(0,0,0,0.1);margin:0 auto;padding:1% 10% 1% 10%}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .full-width-button-acc{font-family:OpenSans;width:100%;outline:none;border:0;height:100%;transition:background-color 0.15s ease-in-out;text-align:left}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .full-width-button-acc.close-btn-acc{font-size:14px;color:#414141;border-radius:0;background-color:#f3f3f3}.my-insurance-home .my-insurance-body-con{display:flex;flex-direction:column}.my-insurance-home .my-insurance-body-con .gold-button-sligh-radius{display:flex;padding:10px;padding-left:30px;padding-right:30px;border-radius:3px;align-items:center;justify-content:center;color:#dfbe6d;border:1px solid #dfbe6d;background-color:#fff;cursor:pointer;outline:none}.my-insurance-home .my-insurance-body-con .tab-container{width:25%;display:flex;align-self:center;border:1px solid #dfbe6d;border-radius:20px}.my-insurance-home .my-insurance-body-con .tab-container-button{flex:1;display:flex;padding:3px;border-radius:20px;align-items:center;justify-content:center;color:#dfbe6d;cursor:pointer;text-transform:uppercase}.my-insurance-home .my-insurance-body-con .tab-container-button:hover{transition:background-color 0.3s, color 0.3s, opacity 0.3s;background-color:#dfbe6d;opacity:0.4;color:black}.my-insurance-home .my-insurance-body-con .tab-container-button-active{transition:background-color 0.3s, color 0.2s !important;background-color:#dfbe6d !important;opacity:1 !important;color:#ffffff !important}.my-insurance-home .my-insurance-body-con .body-container{width:80%;display:flex;align-self:center;justify-content:center;flex-wrap:wrap;margin-top:20px;margin-bottom:20px}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container{width:100%;border:1px solid #d8d8d9;border-radius:12px}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container .no-policy-sub-container{display:flex;flex-direction:column;padding:20px;align-items:center}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container .no-policy-text-style{font:normal normal 600 18px/24px OpenSans;color:#414141;text-align:center}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container .no-policy-info-img{width:18%;height:auto}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container .no-policy-buy-now-btn{width:50%}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container{display:flex;flex-direction:column;width:45%;background-color:#ffffff;border:1px solid #d8d8d9;border-radius:12px;margin:10px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container{display:flex;flex-direction:row;padding:20px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container .image-container{width:40%;display:flex;justify-content:center;align-items:center}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container .policy-info-img{width:90%;height:auto;object-fit:contain}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container .desc-container{width:60%;padding-left:20px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btm-container{border-top:1px solid #d8d8d9;padding:20px;padding-top:10px;padding-bottom:10px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn-container{display:flex;flex-direction:row;justify-content:space-between}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn{width:49%}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn.full-width{width:100%}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-view-details-con{display:flex;justify-content:center;align-items:center;padding-bottom:10px;border:1px solid black;border-radius:50px;width:25px;height:25px;cursor:pointer}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-plan-name-container{display:flex;flex-direction:row;border-bottom:3px solid #dfbe6d;padding-bottom:5px;padding-right:30px;margin-top:5px;margin-bottom:5px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-title-text{font:normal normal 600 18px/24px OpenSans;color:#414141}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-plans-text{font:normal normal 600 14px/22px OpenSans;color:#414141}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-plans-text.red-text{color:#cb0c0c}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-plans-text.grey-text{color:#b2b2b6}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-label-text{font:normal normal normal 14px/18px OpenSans;color:#414141;text-align:left}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-label-text.right{text-align:right}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-hint-text{font:normal normal normal 12px/16px OpenSans;color:#414141}@media (max-width: 767px){.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con{width:100%}.my-insurance-home .my-insurance-header-wrapper .my-insurance-header-con .my-insurance-header-text{text-align:center}.my-insurance-home .my-insurance-body-con .tab-container{width:80%}.my-insurance-home .my-insurance-body-con .body-container{width:90%;flex-direction:column;flex-wrap:unset;align-items:center}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container{width:90%}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container{flex-direction:column}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container .image-container{width:100%;margin-bottom:10px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container .policy-info-img{width:60%}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-top-container .desc-container{width:100%;padding-left:0px}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn-container{flex-direction:column}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn{width:100%;margin-bottom:10px}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container{width:90%}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container .no-policy-info-img{width:50%}.my-insurance-home .my-insurance-body-con .body-container .no-policy-container .no-policy-buy-now-btn{width:90%}}@media (min-width: 768px) and (max-width: 979px){.my-insurance-home .my-insurance-body-con .tab-container{width:40%}}@media (max-width: 1150px){.my-insurance-home .my-insurance-body-con .body-container{width:95%}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn-container{flex-direction:column}.my-insurance-home .my-insurance-body-con .body-container .policy-box-container .policy-box-btn{width:100%;margin-bottom:10px}}.my-insurance-plan-details{background-color:#fafafa}.my-insurance-plan-details .my-insurances-details-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.my-insurance-plan-details .my-insurances-details-main-container{width:50%;background-color:#fff;margin-top:60px;margin-bottom:60px;padding:40px;display:flex;flex-direction:column;border-radius:12px;box-shadow:0px 3px 10px #00000014}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container{display:flex;flex-direction:row;padding-bottom:30px}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .image-container{width:40%;display:flex;justify-content:center;align-items:center}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .policy-info-img{width:70%;height:auto;object-fit:contain}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .desc-container{width:60%;padding-left:10px}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .policy-plan-name-container{display:flex;flex-direction:row;border-bottom:3px solid #dfbe6d;padding-bottom:5px;padding-right:30px;margin-top:5px;margin-bottom:5px}.my-insurance-plan-details .my-insurances-details-main-container .policy-btn-container{display:flex;flex-direction:row;justify-content:space-between}.my-insurance-plan-details .my-insurances-details-main-container .policy-box-btn{width:48%}.my-insurance-plan-details .my-insurances-details-main-container .policy-box-btn.full-width{width:100%}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-title-text{font:normal normal 600 18px/24px OpenSans;color:#414141}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-plans-text{font:normal normal 600 14px/20px OpenSans;color:#414141}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-plans-text.red-text{color:#cb0c0c}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-plans-text.grey-text{color:#b2b2b6}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-label-text{font:normal normal normal 14px/22px OpenSans;color:#414141}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-green-text{font:normal normal 600 18px/24px OpenSans;color:#189e8e}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-desc-text{font:normal normal normal 14px/20px OpenSans;color:#414141}.my-insurance-plan-details .my-insurances-details-main-container .detail-box-hint-text{font:normal normal normal 12px/22px OpenSans;color:#414141}.my-insurance-plan-details .my-insurances-details-main-container .detail-footer-container{display:flex;flex-direction:row}.my-insurance-plan-details .my-insurances-details-main-container .detail-footer-container .footer-sub-container{flex:1;display:flex;flex-direction:column;padding:15px;align-items:center}.my-insurance-plan-details .my-insurances-details-main-container .display-linebreak{white-space:pre-line}@media (max-width: 767px){.my-insurance-plan-details .my-insurances-details-main-container{width:90%;padding:20px}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container{flex-direction:column}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .image-container{width:100%;display:flex;justify-content:center;align-items:center}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .policy-info-img{width:60%}.my-insurance-plan-details .my-insurances-details-main-container .my-insurances-details-header-container .desc-container{width:100%;padding-left:0px;margin-top:20px}.my-insurance-plan-details .my-insurances-details-main-container .policy-btn-container{flex-direction:column}.my-insurance-plan-details .my-insurances-details-main-container .policy-box-btn{width:100%;margin-bottom:10px}.my-insurance-plan-details .my-insurances-details-main-container .detail-footer-container{flex-direction:column}}@media (min-width: 768px) and (max-width: 979px){.my-insurance-plan-details .my-insurances-details-main-container{width:90%}}.my-insurance-emedical-card{background-color:#fafafa;min-height:83vh}.my-insurance-emedical-card .my-insurance-emedical-container{width:80%;background-color:#fff;margin:3rem 5rem 3rem 5rem;display:flex;flex-direction:column;border-radius:12px;box-shadow:0px 3px 10px #00000014}.my-insurance-emedical-card .my-insurance-emedical-top-container{display:flex;flex-direction:column;justify-content:center;padding:5px;padding-left:15px;padding-right:15px;border-top-left-radius:12px;border-top-right-radius:12px;background-image:linear-gradient(to right, #dd6270, #f4e25f)}.my-insurance-emedical-card .my-insurance-emedical-top-container .medical-container-title-text{font:normal normal bold 20px/34px Gotham Rounded;color:#ffffff;text-transform:uppercase;word-spacing:5px}.my-insurance-emedical-card .micare-img{width:25vh;height:auto;margin-top:15px;margin-right:30px}.my-insurance-emedical-card .my-insurance-emedical-btm-container{padding:15px;padding-left:30px;padding-right:30px;display:flex;flex-direction:column}.my-insurance-emedical-card .medical-label-text{font:normal normal normal 18px/24px Gotham Rounded;color:#b2b2b6}.my-insurance-emedical-card .medical-label-text.label-value{font-size:28px;font-weight:bold;color:#414141}.my-insurance-emedical-card .medical-label-text.dark-red-text{font-size:28px;font-weight:bold;color:#dc5f73}.my-insurance-emedical-card .medical-container-mobile{display:none}@media (max-width: 767px){.my-insurance-emedical-card .my-insurance-emedical-container{display:none}.my-insurance-emedical-card .medical-container-mobile{margin-top:30px;display:inline;width:85%;background-image:linear-gradient(to top right, #dd6270, #f4e25f);border-radius:12px}.my-insurance-emedical-card .medical-top-container-mobile{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-left:15px;font-weight:bold;color:#ffffff}.my-insurance-emedical-card .medical-bottom-container-mobile{margin:15px}.my-insurance-emedical-card .medical-label-text{font:normal normal normal 12px/18px Gotham Rounded;color:#f9e6e2}.my-insurance-emedical-card .medical-label-text.label-value{font-size:16px;font-weight:bold;color:#ffffff;text-transform:uppercase}.my-insurance-emedical-card .medical-label-text.title{text-align:center;font-size:30px;font-weight:bold;color:#ffffff;margin-top:15px;margin-bottom:15px;line-height:30px}.my-insurance-emedical-card .micare-img{width:15vh;margin-top:0px;margin-right:0px;padding:5px;background-color:#ffffff;border-bottom-left-radius:12px;border-top-right-radius:12px}.my-insurance-emedical-card .medical-row-flex-container{display:flex;flex-direction:row;justify-content:space-between}}.insurance-offer-home .offer-wrapper{margin-top:30px;display:flex;flex-direction:column;align-items:center}.insurance-offer-home .offer-header-title{text-align:center;font:normal normal normal 38px/40px EcoWorldSerif;color:#414141;text-transform:uppercase;margin-bottom:30px}.insurance-offer-home .offer-list-container{width:70%;display:flex;flex-wrap:wrap;justify-content:space-between}.insurance-offer-home .offer-card-container{width:48%;display:flex;flex-direction:column;align-items:center;cursor:pointer;margin-bottom:40px}.insurance-offer-home .offer-card-container :hover{opacity:0.9}.insurance-offer-home .offer-card-image{width:100%;height:auto;object-fit:contain}.insurance-offer-home .offer-card-action-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.insurance-offer-home .offer-card-title{text-align:left;font:normal normal normal 26px/26px EcoWorldSerif;letter-spacing:0px;color:#189e8e;margin-bottom:5px}.insurance-offer-home .offer-card-desc{text-align:left;font:normal normal normal 16px/22px OpenSans;letter-spacing:0px;color:#414141}@media (max-width: 767px){.insurance-offer-home .offer-header-title{padding-left:20px;padding-right:20px}.insurance-offer-home .offer-list-container{width:90%;flex-direction:column;flex-wrap:unset}.insurance-offer-home .offer-card-container{width:100%}}@media (min-width: 768px) and (max-width: 979px){.insurance-offer-home .offer-list-container{width:80%}}.insurance-offer-details{padding-top:30px;padding-bottom:100px;display:flex;flex-direction:column;align-items:center;background-color:#fafafa}.insurance-offer-details .offer-details-wrapper{width:40%}.insurance-offer-details .offer-details-header-title{text-align:center;font:normal normal normal 28px/30px EcoWorldSerif;color:#189e8e;text-transform:uppercase;margin-bottom:30px}.insurance-offer-details .offer-details-container{background-color:#ffffff;border-radius:12px}.insurance-offer-details .offer-details-padding-box{padding:30px}.insurance-offer-details .offer-details-image{width:100%;height:auto}.insurance-offer-details .offer-details-desc{text-align:left;font:normal normal normal 16px/22px OpenSans;color:#414141}.insurance-offer-details .offer-details-promo-code-container{padding:30px;background-color:#f3f3f3}.insurance-offer-details .offer-details-promo-code-title{text-align:left;font:normal normal normal 26px/28px EcoWorldSerif;letter-spacing:0px;color:#414141}.insurance-offer-details .offer-details-promo-code-input-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px;padding-left:30px;background-color:#ffffff;border-radius:6px;margin-top:20px;text-align:left;font:normal normal 600 18px/19px OpenSans;color:#b2b2b6}.insurance-offer-details .offer-details-promo-code-copy-btn{background:#dfbe6d 0% 0% no-repeat padding-box;border-radius:6px;text-align:center;font:normal normal normal 13px/13px OpenSans;color:#ffffff;text-transform:uppercase;padding:10px;padding-left:30px;padding-right:30px;cursor:pointer}.insurance-offer-details .offer-details-tnc-container{padding:30px}.insurance-offer-details .offer-details-tnc-header-title{text-align:left;font:normal normal normal 20px/20px EcoWorldSerif;color:#189e8e;text-transform:uppercase;margin-bottom:10px}.insurance-offer-details .offer-details-tnc-title{text-align:left;font:normal normal 600 16px/30px OpenSans;color:#414141}.insurance-offer-details .offer-details-tnc-title.margin-bottom{margin-bottom:20px}.insurance-offer-details .offer-details-tnc-desc-container{display:flex;flex-direction:row;margin-bottom:15px}.insurance-offer-details .offer-details-tnc-numbering{font:normal normal normal 14px/14px OpenSans;color:#ffffff;background-color:#189e8e;display:flex;justify-content:center;align-items:center;min-width:22px;width:22px;height:22px;border-radius:50%;cursor:pointer}.insurance-offer-details .offer-details-tnc-desc{text-align:left;font:normal normal normal 14px/18px OpenSans;color:#414141;margin-left:15px}.insurance-offer-details .promo-code-toast{width:fit-content;padding:0px;font:normal normal normal 14px/14px OpenSans;border-radius:12px;background-color:#dfbe6d;color:#ffffff;position:fixed;top:25px;left:50%;transform:translateX(-50%);z-index:999;padding-left:20px;padding-right:20px}@media (max-width: 767px){.insurance-offer-details .offer-details-wrapper{width:90%}}@media (min-width: 768px) and (max-width: 979px){.insurance-offer-details .offer-details-wrapper{width:60%}}.nearest-panel-clinic-wrapper{display:flex;justify-content:center;width:100%;background-color:#ffffff;border:1px solid #d8d8d9}.nearest-panel-clinic-wrapper .nearest-panel-clinic-card{padding:40px 100px;padding-top:20px;border:1px solid #d8d8d9;border-radius:12px;background-color:#fafafa;width:65%}@media (max-width: 767px){.nearest-panel-clinic-wrapper .nearest-panel-clinic-card{padding:40px;width:90%}}@media (max-width: 400px){.nearest-panel-clinic-wrapper .nearest-panel-clinic-card{padding-left:0px;padding-right:0px}}.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper .panel-clinic-logo{width:280px;height:141.1px}@media (max-width: 470px){.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper .panel-clinic-logo{width:200px;height:100.8px}}.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper .panel-clinic-button{padding:10px 15px;background-color:red;color:white;font:normal normal normal 16px/22px OpenSans;border:none;border-radius:42px;min-width:300px;text-align:center}.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper .panel-clinic-button:hover{text-decoration:none !important;background:white;color:red;transition:all 0.3s ease-in-out 0s}@media (max-width: 767px){.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper .panel-clinic-button{min-width:200px;font:normal normal normal 14px/22px OpenSans}}@media (max-width: 767px){.nearest-panel-clinic-wrapper .nearest-panel-clinic-card .nearest-clinic-button-wrapper{width:100%;padding:20px}}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"\2190"}[dir="rtl"] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"\2192"}[dir="rtl"] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}

.ebilling-payment{background:#fafafa 0% 0% no-repeat padding-box}.ebilling-payment .body-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.ebilling-payment .body-container .header-section{display:flex;justify-content:center;align-items:center;height:20%;background:#ffffff 0% 0% no-repeat padding-box;padding-top:30px;padding-bottom:30px;width:100%;border-bottom:1px solid #d8d8d9}@media (max-width: 71.875rem){.ebilling-payment .body-container .header-section{justify-content:flex-start;align-items:flex-start}}@media (max-width: 860px){.ebilling-payment .body-container .header-section{align-items:center}}.ebilling-payment .body-container .header-section .header-wrapper{margin-right:1rem;margin-left:1rem;width:1100px}@media (max-width: 71.875rem){.ebilling-payment .body-container .header-section .header-wrapper{width:auto;justify-content:flex-start}}@media (max-width: 860px){.ebilling-payment .body-container .header-section .header-wrapper{max-width:590px}}@media (max-width: 400px){.ebilling-payment .body-container .header-section .header-wrapper{margin-left:0;margin-right:0;padding-left:8px;width:calc( 30px * 2 + 200px)}}.ebilling-payment .body-container .header-section .header-wrapper .title{text-align:left;font:normal normal 600 16px/31px OpenSans;letter-spacing:0px;color:#414141}@media (max-width: 860px){.ebilling-payment .body-container .header-section .header-wrapper .title{font:normal normal 600 14px/19px OpenSans}}.ebilling-payment .body-container .header-section .header-wrapper .label{text-align:left;font:normal normal 600 22px/32px OpenSans;letter-spacing:0px;color:#189e8e}@media (max-width: 860px){.ebilling-payment .body-container .header-section .header-wrapper .label{font:normal normal 600 16px/22px OpenSans}}.ebilling-payment .body-container .detail-section{background:#fafafa 0% 0% no-repeat padding-box;border-top:none;display:flex;flex-direction:column;padding-bottom:5rem}@media (max-width: 71.875rem){.ebilling-payment .body-container .detail-section{min-width:100%}}@media (max-width: 860px){.ebilling-payment .body-container .detail-section{min-width:auto;width:90%;padding-bottom:7.5rem}}@media (max-width: 560px){.ebilling-payment .body-container .detail-section{width:100%}}@media (max-width: 400px){.ebilling-payment .body-container .detail-section{align-items:center}}.ebilling-payment .body-container .detail-section .detail-header{margin-right:1rem;margin-left:1rem;font:normal normal 600 24px/40px OpenSans;padding-top:1.7rem;padding-bottom:1.7rem}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail-header{text-align:center;font:normal normal 600 20px/30px OpenSans;padding-bottom:1.3rem}}.ebilling-payment .body-container .detail-section .detail{background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0px 3px 20px rgba(0,0,0,0.0784314);border-radius:12px;padding-left:1.667rem;padding-right:1.667rem;margin-right:1rem;margin-left:1rem;padding-top:2rem;padding-bottom:1.2rem;width:1100px;margin-bottom:1rem}@media (max-width: 71.875rem){.ebilling-payment .body-container .detail-section .detail{width:auto}}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail{padding-left:1rem;padding-right:1rem}}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail{padding-left:30px;padding-right:30px;max-width:100%}}@media (max-width: 400px){.ebilling-payment .body-container .detail-section .detail{width:94%;margin-left:0;margin-right:0;padding-left:10px;padding-right:10px}}.ebilling-payment .body-container .detail-section .detail .subject-transaction-text{font:normal normal normal 14px/22px OpenSans;padding-top:0.8rem;color:#414042}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .subject-transaction-text{font:normal normal normal 12px/17px OpenSans}}.ebilling-payment .body-container .detail-section .detail .title{text-align:left;font:normal normal bold 20px/26px OpenSans;letter-spacing:0px;padding-bottom:1rem}.ebilling-payment .body-container .detail-section .detail .line{font-size:8px;padding-bottom:1.5rem;color:#199f8b}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .line{padding-bottom:0.7rem}}.ebilling-payment .body-container .detail-section .detail .header-wrapper{display:flex;align-items:center}.ebilling-payment .body-container .detail-section .detail .header-wrapper .checkbox-button{padding-right:0;padding-top:1.4rem;padding-bottom:1.4rem;padding-left:1.11rem;padding-left:0;padding-right:0}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper{display:grid;grid-template-columns:minmax(5.9rem, 15%) minmax(6.5rem, 15%) minmax(14rem, 1fr) minmax(8.1rem, 22%);column-gap:0.625rem;margin-bottom:10px;width:100%}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper{display:flex;flex-direction:column;column-gap:0;background:#f9f9f9 0% 0% no-repeat padding-box;box-sizing:border-box;border-radius:12px}}@media (max-width: 400px){.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper{display:grid;grid-template-columns:minmax(200px, 550px)}}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-header{padding-right:0;padding-top:1.4rem;padding-bottom:1.4rem;padding-left:1.11rem;background:#f9f9f9 0% 0% no-repeat padding-box;box-sizing:border-box;border-radius:12px}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-header{padding:0}}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-header .header-text{text-align:left;font:normal normal bold 14px/22px OpenSans}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-header .detail-row{border-bottom:1px solid #f9f9f9}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-row-mobile{display:flex;align-items:center;padding-left:20px;padding-right:30px;padding-bottom:0.8rem;padding-top:0.8rem;border-top:1px solid #e3e3e3}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-row-mobile.pointer{cursor:pointer}@media (max-width: 470px){.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-row-mobile{padding-left:.5rem;padding-right:.5rem}}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-row-mobile .header-mobile{font:normal normal bold 14px/22px OpenSans}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-row-mobile .content-mobile{font:normal normal normal 14px/22px OpenSans;margin-left:auto}.ebilling-payment .body-container .detail-section .detail .detail-content-wrapper .content-row-mobile:first-child{border-top:none}.ebilling-payment .body-container .detail-section .detail .detail-row-content{display:flex;align-items:center}.ebilling-payment .body-container .detail-section .detail .detail-row-content>.checkbox-button{padding-right:0;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.11rem;padding-left:0;padding-right:0}.ebilling-payment .body-container .detail-section .detail .detail-row-content .row-wrapper{display:grid;grid-template-columns:minmax(5.9rem, 15%) minmax(6.5rem, 15%) minmax(14rem, 1fr) minmax(8.1rem, 22%);column-gap:0.625rem;background:#f9f9f9 0% 0% no-repeat padding-box;box-sizing:border-box;border-radius:12px;width:100%;margin-bottom:10px}.ebilling-payment .body-container .detail-section .detail .detail-row-content .row-wrapper .content-text{display:flex;align-self:center;align-items:center;overflow-wrap:anywhere;column-gap:10px;font:normal normal normal 14px/22px OpenSans;padding-right:0;padding-top:1.16rem;padding-bottom:1.16rem;padding-left:1.11rem}.ebilling-payment .body-container .detail-section .detail .detail-row-content .row-wrapper .content-text .details{display:flex;align-items:center;column-gap:4px}.ebilling-payment .body-container .detail-section .detail .detail-row-content .row-wrapper .content-text .details .amount{min-width:82px}.ebilling-payment .body-container .detail-section .detail .detail-row-content .row-wrapper .content-text .details .dueText{font:normal normal normal 12px/18px OpenSans;color:#EA3323}.ebilling-payment .body-container .detail-section .detail .detail-row-content .row-wrapper .amount-to-pay{display:flex;align-self:center;align-items:center;overflow-wrap:anywhere}.ebilling-payment .body-container .detail-section .detail .checkbox-button{width:40px;background:#f9f9f9 0% 0% no-repeat padding-box;align-self:stretch;margin-bottom:10px;display:flex;align-items:flex-start;justify-content:center;margin-right:10px;border-radius:12px;cursor:pointer}.ebilling-payment .body-container .detail-section .detail .outstanding-field{display:flex;justify-content:space-between}.ebilling-payment .body-container .detail-section .detail .outstanding-field-mobile{display:flex}.ebilling-payment .body-container .detail-section .detail .outstanding-field-mobile .outstanding-field-wrapper{display:flex;flex-direction:column;align-items:flex-start;row-gap:8px}.ebilling-payment .body-container .detail-section .detail .outstanding-field-mobile .content-mobile.outstanding{margin-left:0;display:flex;column-gap:15px;align-items:center}.ebilling-payment .body-container .detail-section .detail .outstanding-field-mobile .content-mobile.outstanding .dueText{font:normal normal normal 12px/18px OpenSans;color:#EA3323}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .outstanding-field-mobile{row-gap:8px}}.ebilling-payment .body-container .detail-section .detail .view-details-button{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;padding-right:0.8rem;cursor:pointer;color:#cb920c}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .view-details-button{font:normal normal normal 13px/18px OpenSans}}.ebilling-payment .body-container .detail-section .detail .view-details-button .button-label{padding-right:5px}.ebilling-payment .body-container .detail-section .detail .pay-any-amount{display:flex;align-items:center;justify-content:center}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .detail .pay-any-amount{justify-content:flex-start}}.ebilling-payment .body-container .detail-section .detail .pay-any-amount .payment-field{font:normal normal normal 14px/22px OpenSans;text-align:center;border:1px solid #199f8b;border-radius:6px;height:2rem;width:200px;max-width:85%}@media (max-width: 400px){.ebilling-payment .body-container .detail-section .detail .pay-any-amount .payment-field{width:100%;max-width:100%}}.ebilling-payment .body-container .detail-section .payment-action-card{background:#ffffff 0% 0% no-repeat padding-box;box-shadow:0px 3px 20px rgba(0,0,0,0.0784314);border-radius:12px;padding-left:1.667rem;padding-right:1.667rem;margin-right:1rem;margin-left:1rem;display:flex;justify-content:space-between;align-items:center;padding-top:20px;padding-bottom:20px;height:8rem}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .payment-action-card{flex-direction:column;justify-content:center;height:11rem}}@media (max-width: 400px){.ebilling-payment .body-container .detail-section .payment-action-card{width:94%;margin-left:0;margin-right:0}}.ebilling-payment .body-container .detail-section .payment-action-card .payment-section .label{font:normal normal bold 14px/19px OpenSans;padding-bottom:5px}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .payment-action-card .payment-section .label{text-align:center}}.ebilling-payment .body-container .detail-section .payment-action-card .payment-section .amount{font:normal normal 600 26px/36px OpenSans;color:#199f8b}.ebilling-payment .body-container .detail-section .buttons-section{display:flex;align-items:center;column-gap:10px}@media (max-width: 860px){.ebilling-payment .body-container .detail-section .buttons-section{height:5.2rem;justify-content:center;flex-direction:column}}.ebilling-payment .body-container .detail-section .buttons-section .action-button{width:11.6rem}.ebilling-payment .footer-container{display:none}@media (max-width: 860px){.ebilling-payment .footer-container{display:block;z-index:1}.ebilling-payment .footer-container .payment-section-mobile{width:100%;display:flex;justify-content:space-between;column-gap:10px;align-items:center;padding:8px 40px;overflow-wrap:anywhere}}@media (max-width: 860px) and (max-width: 470px){.ebilling-payment .footer-container .payment-section-mobile{padding:8px 28px}}@media (max-width: 860px){.ebilling-payment .footer-container .payment-section-mobile .details{display:flex;flex-direction:column;row-gap:4px}.ebilling-payment .footer-container .payment-section-mobile .details .total{font:normal normal 600 14px/19px OpenSans}.ebilling-payment .footer-container .payment-section-mobile .details .amount{font:normal normal 600 24px/26px OpenSans;color:#189E8E}.ebilling-payment .footer-container .payment-section-mobile .next-button{border:none;border-radius:60px;background-color:#189E8E;color:#FFFFFF;min-width:112px;width:40%;height:40px}}.ebilling-payment .checkbox-button-mobile{margin-right:10px}.ebilling-payment .checkbox-button-mobile>img{max-width:max-content}.outstanding-balance-desktop-wrapper{display:flex;overflow:hidden}.outstanding-balance-desktop-wrapper.show{max-height:20000px;transition:max-height 0.3s cubic-bezier(1, 0, 1, 0)}.outstanding-balance-desktop-wrapper.hide{max-height:0;transition:max-height 0.3s cubic-bezier(0, 1, 0, 1)}.outstanding-balance-desktop-wrapper .outstanding-balance{background:#fcf9f0 0% 0% no-repeat padding-box;border-radius:12px;margin-bottom:10px;width:100%}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper{padding-left:1.2rem;padding-right:1.2rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex;column-gap:20px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper{display:flex;justify-content:space-between;width:100%}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper .label{text-align:left;font:normal normal bold 14px/22px OpenSans;color:#414141}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper .total{font:normal normal 600 18px/22px OpenSans;color:#cb920c}@media (max-width: 500px){.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper .total{padding-top:6px;text-align:left}}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item{cursor:pointer}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper{padding-left:1.2rem;padding-right:1.2rem;padding-top:1.15rem;padding-bottom:1.15rem;border-top:1px solid #d8d8d9;margin:-1px 0 0 -1px;display:flex;column-gap:20px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .invoice-checkbox-button{background-color:inherit;padding-top:3px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .main-body-wrapper{display:flex;justify-content:space-between;width:100%}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .main-body-wrapper .item-main-body .item-header{font:normal normal 600 16px/22px OpenSans;padding-bottom:5px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .main-body-wrapper .item-main-body .item-detail{font:normal normal normal 14px/22px OpenSans;padding-top:1.5px;padding-bottom:1.5px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .main-body-wrapper .item-main-body .amount-due{display:flex;align-items:center;column-gap:15px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .main-body-wrapper .item-main-body .amount-due .due-text{font:normal normal normal 12px/18px OpenSans;color:#EA3323}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-price{display:flex;flex-direction:column;row-gap:10px;font:normal normal 600 20px/22px OpenSans;white-space:nowrap;margin-left:auto;padding-top:3px}.outstanding-balance-desktop-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-price .partial-text{font:normal normal 600 13px/18px OpenSans;color:#EA3323}.outstanding-balance-mobile-wrapper{overflow:hidden}.outstanding-balance-mobile-wrapper.show{max-height:20000px;transition:max-height 0.3s cubic-bezier(1, 0, 1, 0)}.outstanding-balance-mobile-wrapper.hide{max-height:0;transition:max-height 0.3s cubic-bezier(0, 1, 0, 1)}.outstanding-balance-mobile-wrapper .outstanding-balance{background:#fcf9f0 0% 0% no-repeat padding-box;border-radius:12px;margin-top:0.6rem;margin-bottom:10px;margin-top:0px}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-header{border-top:1px solid #d8d8d9}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper{padding-left:0.5rem;padding-right:0.5rem;padding-top:1.1rem;padding-bottom:1.1rem;display:flex}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper{display:flex;flex-direction:column;row-gap:5px}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper .label{text-align:left;font:normal normal bold 14px/22px OpenSans;color:#414141}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-header .outstanding-balance-header-wrapper .header-content-wrapper .total{font:normal normal 600 18px/22px OpenSans;color:#cb920c}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper{padding-left:0.5rem;padding-right:0.5rem;padding-top:1.1rem;padding-bottom:1.1rem;border-top:1px solid #d8d8d9;margin:-1px 0 0 -1px;cursor:pointer;display:flex;align-items:flex-start}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-main-body .item-header{font:normal normal 600 16px/22px OpenSans;padding-bottom:5px}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-main-body .item-detail{font:normal normal normal 14px/22px OpenSans;padding-top:1.5px;padding-bottom:1.5px}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-main-body .amount-due{display:flex;align-items:center;column-gap:15px}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-main-body .amount-due .due-text{font:normal normal normal 12px/18px OpenSans;color:#EA3323}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-price{display:flex;align-items:center;row-gap:10px;column-gap:15px;padding-top:10px;font:normal normal 600 20px/22px OpenSans;white-space:nowrap}.outstanding-balance-mobile-wrapper .outstanding-balance .outstanding-balance-item .item-wrapper .item-price .partial-text{font:normal normal 600 13px/18px OpenSans;color:#EA3323}.detail-header{display:flex;justify-content:space-between;align-items:center}@media (max-width: 860px){.detail-header{flex-direction:column;row-gap:20px;padding-top:25px;padding-bottom:30px}}.detail-header .payment-tabs{display:flex;justify-content:right;border:0px;flex:1}.detail-header .payment-tabs .payment-tabs-wrapper{display:flex;border:1px solid #dfbe6d;border-radius:60px;height:40px;width:335px}@media (max-width: 400px){.detail-header .payment-tabs .payment-tabs-wrapper{width:280px}}.detail-header .payment-tabs .payment-tabs-wrapper .tab-item{display:flex;flex:1;width:100%;font:normal normal 600 13px/15px OpenSans;color:#cb920c;text-align:center;justify-content:center;align-items:center;border-radius:60px;cursor:pointer;height:100%;padding-left:10px;padding-right:10px}.detail-header .payment-tabs .payment-tabs-wrapper .tab-item:hover:not(.disabled){transition:background-color 0.3s, color 0.3s, opacity 0.3s;background-color:#dfbe6d;opacity:0.4;color:#ffffff}.detail-header .payment-tabs .payment-tabs-wrapper .tab-item.active{transition:background-color 0.3s, color 0.2s, opacity 0.3s;background-color:#dfbe6d;color:#ffffff;opacity:1 !important}.detail-header .payment-tabs .payment-tabs-wrapper .tab-item.disabled{opacity:0.4;color:grey}.payment-advance .amount-input{display:block;width:100%;height:100px;border:1px solid #C6C6C7;border-radius:6px;text-align:center;font:normal normal normal 600 34px/22px OpenSans}.ebilling-payment-summary{margin-bottom:127px}.ebilling-payment-summary .header-section{display:flex;justify-content:center;align-items:center;overflow-wrap:anywhere;text-align:center;border-bottom:1px solid #D8D8D9}.ebilling-payment-summary .header-section .header{font:normal normal 500 30px/44px EcoWorldSerif;padding-top:30px;padding-bottom:30px}.ebilling-payment-summary .header-section .header.succeeded{color:#189E8E}.ebilling-payment-summary .header-section .header.failed{color:red}.ebilling-payment-summary .main-content{display:flex;align-items:center;flex-direction:column;background:#FAFAFA 0% 0% no-repeat padding-box}.ebilling-payment-summary .main-content .information-section{display:flex;flex-direction:column;width:620px;min-width:620px;padding-top:40px;padding-bottom:20px}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section{width:100%;min-width:100%;padding-top:30px}}.ebilling-payment-summary .main-content .information-section .header{width:620px;min-width:620px}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .header{width:100%;min-width:100%}}.ebilling-payment-summary .main-content .information-section .header .header-wrapper{display:flex;flex-direction:column;row-gap:20px;flex-basis:100%;padding-bottom:19px;border-bottom:1px solid #D8D8D9}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .header .header-wrapper{padding-left:20px;padding-right:20px}}.ebilling-payment-summary .main-content .information-section .header .header-wrapper .title{font:normal normal 600 14px/19px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .header .header-wrapper .title{font:normal normal 600 12px/19px OpenSans}}.ebilling-payment-summary .main-content .information-section .header .header-wrapper .label{font:normal normal 600 16px/22px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .header .header-wrapper .label{font:normal normal 600 14px/19px OpenSans}}.ebilling-payment-summary .main-content .information-section .document-row-wrapper{border-bottom:1px dashed #D8D8D9}.ebilling-payment-summary .main-content .information-section .document-row-wrapper:last-child{border-bottom:none}.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row{display:flex;justify-content:space-between;padding-top:20px;padding-bottom:20px}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row{padding-left:20px;padding-right:20px}}.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .content-wrapper{display:flex;flex-direction:column;row-gap:10px}.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .content-wrapper .documentno{font:normal normal 600 24px/33px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .content-wrapper .documentno{font:normal normal 600 18px/24px OpenSans}}.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .content-wrapper .view-button{font:normal normal normal 13px/22px OpenSans;color:#CB920C;display:flex;align-items:center;column-gap:10px;cursor:pointer}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .content-wrapper .view-button{font:normal normal normal 13px/22px OpenSans}}.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .content-wrapper .view-button>img{width:16px;height:16px}.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .total{font:normal normal 600 24px/33px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .information-section .document-row-wrapper .document-row .total{font:normal normal 600 18px/26px OpenSans}}.ebilling-payment-summary .main-content .information-section .advanceAmount-row{display:flex;justify-content:space-between;font:normal normal 600 24px/30px OpenSans;padding-top:20px}.ebilling-payment-summary .main-content .total-section{width:100%;border-bottom:1px solid #D8D8D9;border-top:1px solid #D8D8D9;display:flex;justify-content:center}.ebilling-payment-summary .main-content .total-section .total-wrapper{width:620px;min-width:620px;padding-top:20px;padding-bottom:20px;display:flex;justify-content:space-between;font:normal normal 600 24px/30px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .total-section .total-wrapper{padding-left:20px;padding-right:20px;width:100%;min-width:100%}}.ebilling-payment-summary .main-content .transactionData-section{width:100%;display:flex;justify-content:center;border-bottom:1px solid #D8D8D9}.ebilling-payment-summary .main-content .transactionData-section .transactionData-wrapper{width:620px;min-width:620px;padding-top:30px;padding-bottom:30px}@media (max-width: 670px){.ebilling-payment-summary .main-content .transactionData-section .transactionData-wrapper{width:100%;min-width:100%;padding-left:20px;padding-right:20px}}.ebilling-payment-summary .main-content .transactionData-section .title{font:normal normal 600 14px/31px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .transactionData-section .title{font:normal normal 600 12px/17px OpenSans;padding-bottom:10px}}.ebilling-payment-summary .main-content .transactionData-section .content{display:flex;justify-content:space-between;font:normal normal normal 14px/24px OpenSans}@media (max-width: 670px){.ebilling-payment-summary .main-content .transactionData-section .content{flex-direction:column;font:normal normal normal 12px/22px OpenSans}}.ebilling-payment-summary .button-section{display:flex;justify-content:center}.ebilling-payment-summary .button-section .button-wrapper{width:620px;min-width:620px;display:flex;padding-top:30px;column-gap:10px}@media (max-width: 670px){.ebilling-payment-summary .button-section .button-wrapper{width:100%;min-width:100%;padding-left:20px;padding-right:20px;flex-direction:column;row-gap:10px}}.ebilling-payment-summary .button-section .button-wrapper>button{font:normal normal 600 13px/18px OpenSans;color:#189E8E;border-radius:60px;flex-grow:1;padding-top:11px;padding-bottom:11px}.ebilling-payment-summary .button-section .button-wrapper>button:first-child{border:1px solid #189E8E;background-color:#FFFFFF}.ebilling-payment-summary .button-section .button-wrapper>button:last-child{border:none;color:#FFFFFF;background-color:#189E8E}

.paymentMethod-main-body{display:flex;flex-direction:column;align-items:center}.paymentMethod-main-body .header-section{display:flex;flex-direction:column;width:620px;padding-top:30px;padding-bottom:30px}@media (max-width: 660px){.paymentMethod-main-body .header-section{width:90vw;padding-top:25px;padding-bottom:25px}}.paymentMethod-main-body .header-section .title{font:normal normal 600 16px/31px OpenSans}@media (max-width: 660px){.paymentMethod-main-body .header-section .title{font:normal normal 600 14px/20px OpenSans}}.paymentMethod-main-body .header-section .name{font:normal normal 600 22px/32px OpenSans;color:#189E8E;overflow-wrap:anywhere}@media (max-width: 660px){.paymentMethod-main-body .header-section .name{font:normal normal 600 16px/24px OpenSans}}.paymentMethod-main-body .amount-section{display:flex;justify-content:center;background-color:#FAFAFA;border-top:1px solid #D8D8D9;border-bottom:1px solid #D8D8D9;width:100%}.paymentMethod-main-body .amount-section .value-wrapper{display:flex;justify-content:space-between;column-gap:10px;width:620px;font:normal normal 600 24px/24px OpenSans;padding-top:30px;padding-bottom:30px}@media (max-width: 660px){.paymentMethod-main-body .amount-section .value-wrapper{width:90vw;font:normal normal 600 18px/24px OpenSans}}.paymentMethod-main-body .amount-section .value-wrapper .title{min-width:max-content}.paymentMethod-main-body .amount-section .value-wrapper .amount{overflow-wrap:anywhere}.paymentMethod-main-body .payment-section{display:flex;flex-direction:column;row-gap:25px;padding-top:30px;padding-bottom:30px;width:620px}@media (max-width: 660px){.paymentMethod-main-body .payment-section{width:90vw;row-gap:17px}}.paymentMethod-main-body .payment-section .title{text-transform:uppercase;font:normal normal 600 14px/29px OpenSans}@media (max-width: 660px){.paymentMethod-main-body .payment-section .title{font:normal normal 600 12px/19px OpenSans}}.paymentMethod-main-body .payment-section .logo-box{display:flex;justify-content:center;align-items:center;width:100%;height:132px;border:1px solid #C6C6C7;border-radius:6px}.paymentMethod-main-body .payment-section .logo-box>img{width:134px;height:65px}.paymentMethod-main-body .payment-section .action-buttons{display:flex;justify-content:center;column-gap:10px}.paymentMethod-main-body .payment-section .action-buttons>button{height:40px;border-radius:60px;width:100%;text-transform:uppercase;font:normal normal 600 13px/18px OpenSans}.paymentMethod-main-body .payment-section .action-buttons>button.back{border:1px solid #189E8E;background-color:#FFFFFF;color:#189E8E}.paymentMethod-main-body .payment-section .action-buttons>button.pay{border:none;background-color:#189E8E;color:#FFFFFF}.bankList-main-body{display:flex;flex-direction:column;align-items:center;height:100vh;z-index:-1}.bankList-main-body .header-section{display:flex;align-items:center;font:normal normal 600 22px/32px OpenSans;height:95px}.bankList-main-body .header-section>img{width:78px;height:38px}.bankList-main-body .amount-section{display:flex;justify-content:center;background-color:#FAFAFA;border-top:1px solid #D8D8D9;border-bottom:1px solid #D8D8D9;width:100%}.bankList-main-body .amount-section .value-wrapper{display:flex;justify-content:space-between;column-gap:10px;width:620px;font:normal normal 600 24px/24px OpenSans;padding-top:30px;padding-bottom:30px}@media (max-width: 660px){.bankList-main-body .amount-section .value-wrapper{width:90vw;font:normal normal 600 18px/24px OpenSans}}.bankList-main-body .amount-section .value-wrapper .title{min-width:max-content}.bankList-main-body .amount-section .value-wrapper .amount{overflow-wrap:anywhere}.bankList-main-body .banklist-section{display:flex;flex-direction:column;row-gap:25px;padding-top:30px;padding-bottom:30px;width:620px}@media (max-width: 660px){.bankList-main-body .banklist-section{width:90vw;row-gap:17px}}.bankList-main-body .banklist-section .title{text-transform:uppercase;font:normal normal 600 14px/29px OpenSans}@media (max-width: 660px){.bankList-main-body .banklist-section .title{font:normal normal 600 12px/19px OpenSans}}.bankList-main-body .banklist-section .form-bank-picker{margin-bottom:10px}.bankList-main-body .banklist-section .form-bank-picker .dropdown-menu{height:300px;overflow-y:scroll}.bankList-main-body .banklist-section .form-bank-picker .title-wrapper{width:100%;display:flex;align-items:center;border:1px solid #C6C6C7;border-radius:6px;background:none !important;padding:13.5px 20px;min-height:50px}.bankList-main-body .banklist-section .form-bank-picker .title-wrapper:focus{border-color:#005CBF}@media (max-width: 500px){.bankList-main-body .banklist-section .form-bank-picker .title-wrapper{padding:8px 12px}}.bankList-main-body .banklist-section .form-bank-picker .title-wrapper .dropdown-title{display:flex;justify-content:space-between;flex-direction:row;align-items:center;font:normal normal normal 15px/23px OpenSans;text-transform:uppercase;white-space:break-spaces;width:100%;color:#CB920C;background-color:transparent;border:none}.bankList-main-body .banklist-section .form-bank-picker .title-wrapper .dropdown-title .label{padding-right:10px;text-align:left}.bankList-main-body .banklist-section .form-bank-picker .title-wrapper .dropdown-title .arrow-down-img{display:block;width:15px;height:10px}.bankList-main-body .banklist-section .form-bank-picker .dropdown-menu{width:100%}.bankList-main-body .banklist-section .form-bank-picker .dropdown-menu .dropdown-item{color:#CB920C;font:normal normal normal 15px/23px OpenSans;white-space:break-spaces;padding:5px 20px}.bankList-main-body .banklist-section .form-bank-picker .dropdown-menu .dropdown-item.active{color:#FFF;background-color:#DFBE6D}.bankList-main-body .banklist-section .form-bank-picker .dropdown-menu .dropdown-item:active{color:#FFF;background-color:#DFBE6D}.bankList-main-body .banklist-section .disclaimer{font:normal normal normal 14px/29px OpenSans;color:#414143}.bankList-main-body .banklist-section .action-buttons{display:flex;justify-content:center;column-gap:10px}.bankList-main-body .banklist-section .action-buttons>button{height:40px;border-radius:60px;width:100%;text-transform:uppercase;font:normal normal 600 13px/18px OpenSans}.bankList-main-body .banklist-section .action-buttons>button.back{border:1px solid #189E8E;background-color:#FFFFFF;color:#189E8E}.bankList-main-body .banklist-section .action-buttons>button.pay{border:none;background-color:#189E8E;color:#FFFFFF}

