body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{overflow-x:hidden;width:100vw}.App{font-family:SourceSansPro-Regular,Source Sans Pro,sans-serif;text-align:center}.error-text{color:#d9001b;font-size:16px;font-weight:400;text-align:left}input{outline:none}p{margin:0}input,select{background-color:#fff;border:1px solid #d7d7d7;border-radius:5px;font-size:20px;font-weight:400;padding:2px 2px 2px 15px}select{-webkit-appearance:none!important}label{align-items:flex-start;color:#36374a;font-size:16px;font-weight:650}.step-container,label{display:flex;flex-direction:column}.step-container{align-items:center;margin-bottom:2%;margin-top:2%;min-height:100vh}.step-title{font-size:20px;font-weight:700}.step-title,a{color:#18283c}.grecaptcha-badge{z-index:999}@media screen and (max-width:480px){body,html{height:100%;margin:0;overflow-x:hidden;width:100%}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__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);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__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);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__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);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__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);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__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);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__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);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__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);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__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);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.networks-container{align-items:center;color:#18283c;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.about-content-container{background-color:#f2f2f2;display:flex;flex-direction:column}.networks-heading{align-self:center;font-size:40px;font-weight:700;margin-top:5%;text-align:center}.networks-subheading{font-size:20px;margin-bottom:20px;margin-top:20px;text-align:center}.pay-online-heading{align-items:center;display:flex;flex-direction:row;font-size:28px;font-weight:700;margin-top:3%;text-align:center}.how-container{background-color:#d7d7d7}.how-container,.how-to-container{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;padding-bottom:3%;padding-top:3%}.how-to-container{min-height:30vh}.how-to-copy{margin-bottom:3%}.how-heading,.how-to-heading{font-size:28px;font-weight:700}.how-subheading{font-size:20px;width:65%}.how-to-suheading{font-size:20px;width:100%}.how-to-video{height:60vh;max-height:500px;max-width:1200px;width:80vw}.network-options{flex-wrap:wrap;justify-content:space-evenly;padding:10px;width:60vw}.network-item,.network-options{align-items:center;display:flex;flex-direction:row}.network-item{margin:20px;min-width:243px}.network-item img{height:70px;object-fit:contain;width:100px}.network-item p{color:#18283c;font-size:18px;font-weight:700;margin-left:15px}.pay-now-button{align-items:center;align-self:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-weight:700;height:52px;justify-content:center;margin-bottom:5%;margin-top:5%;width:40%}.pay-now-button p{margin-left:10%;margin-right:10px}.about-divider{align-self:center;background-color:#aaa;height:1px;width:75vw}.pay-in-person-section{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;padding-bottom:5%;width:100vw}.fines-issued-container img{margin:2%;max-height:100px;max-width:250px;min-height:74px;min-width:132px;object-fit:contain}.fines-issued-heading{font-size:21px;font-weight:400}.fines-issued-images{flex-direction:row;flex-wrap:wrap;margin-top:2%;width:80vw}.fines-issued-images,.pay-online-section{align-items:center;display:flex;justify-content:space-evenly}.networks-hero,.pay-online-section{flex-direction:column}.networks-hero{align-items:center;display:flex;justify-content:center;padding-bottom:3%;padding-top:3%;width:70vw}.hero-title{font-size:55px;width:55%}.hero-subtitle,.hero-title{font-weight:700;text-align:center;z-index:1}.hero-subtitle{font-size:28px;white-space:nowrap;width:60%}.hero-desc{font-size:20px;margin-top:1%;text-align:center;width:80%;z-index:1}.pay-online-subheading{font-size:21px}.how-to-subheading{margin-bottom:3%;margin-top:3%}@media screen and (max-width:480px){.how-to-container{min-height:50vh}.how-to-video{height:30vh;padding-bottom:3%;width:80vw}.about-divider{margin-top:10%}.pay-online-subheading{font-size:16px}.networks-hero{min-height:40vh;width:80vw}.hero-title{font-size:23px;width:auto;width:80%}.hero-subtitle{font-size:18px;white-space:pre-wrap;width:auto}.hero-desc{font-size:16px;margin-top:10px;width:auto}.hero-image{display:none}.how-container{padding-bottom:10%;padding-top:10%}.how-heading{font-size:18px}.how-subheading{font-size:16px;width:80%}.how-to-heading{font-size:18px}.how-to-copy{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:3%}.how-to-subheading{font-size:16px;width:80%}.fines-issued-images{width:100vw}.fines-issued-heading{font-size:16px}.pay-now-button{height:42px;width:75vw}.pay-now-button svg{margin:0!important;position:relative}.networks-heading{font-size:18px;margin-top:40px;white-space:nowrap;width:100vw}.networks-subheading{font-size:20px;width:82vw}.network-options{justify-content:center;width:95vw}.network-item img{margin:0;max-height:60px;max-width:76px;object-fit:contain}.network-item p{font-size:12px;margin-left:5px}.fines-issued-container img{margin:12px;max-height:22px;max-width:182px}.pay-in-person-section{padding-bottom:10%;padding-top:10%}.pay-online-heading{font-size:18px}}@media screen and (max-width:945px){.network-item{margin:10px;min-width:150px}}@media screen and (max-width:360px){.network-item{margin:5px;min-width:150px}}@media screen and (min-width:3800px){.hero-subtitle{margin-top:.5%}.fines-issued-heading{margin-bottom:0}.pay-online-heading{margin-bottom:1%}.fines-issued-container img{margin:1% 0 0}.fines-issued-container:nth-child(2){margin-bottom:1%}}@media screen and (min-width:1650px){.fines-issued-container{align-items:center;display:flex;flex-direction:column}.fines-issued-images{width:80%}}@media screen and (min-width:768px) and (max-width:834px){.networks-hero{width:100vw}.hero-title{width:80%}.hero-subtitle{width:100%}}@media screen and (orientation:landscape) and (max-width:1200px){.hero-title{width:80%}.hero-subtitle{width:100%}}@media screen and (max-height:450px) and (max-width:900px){.hero-title{font-size:23px;width:auto}.hero-subtitle{font-size:18px;white-space:pre-wrap;width:auto}.hero-desc{font-size:16px;text-align:center;width:auto}.hero-image{display:none}.how-heading{font-size:18px}.how-subheading{font-size:16px}}@media screen and (min-width:1500px){.how-container{min-height:auto;padding-bottom:3%;padding-top:3%}.networks-heading{margin-top:3%}}.footer-container{align-items:center;background-color:#17283c;display:flex;flex-direction:row;justify-content:flex-start;min-height:80px;padding-left:5%;position:relative;width:100vw}.footer-container p{color:#fff}.footer-links{align-items:center;display:flex;flex-direction:row;font-size:12px;justify-content:space-evenly}.footer-links a{color:#fff!important;text-decoration:none}.footer-links p{margin:0}.coct-contact,.legal-notices p{font-size:12px;margin:0;text-align:start}.coct-contact{display:flex;flex-direction:row}.footer-content{margin-left:2%}.footer-container img{height:40px;width:80px}.faq-link{margin-right:10vw}.faq-link,.payment-options-link{bottom:0;color:#fff!important;font-size:12px;font-weight:700;margin-bottom:1.5%;position:absolute;right:0;text-decoration:none;z-index:1}.payment-options-link{margin-right:25vw}.footer-link-divider{padding-left:5px;padding-right:5px}@media screen and (max-width:480px){.footer-link-divider{padding-left:5px!important}.footer-divider{background-color:#fff;height:1px;width:85vw}.bold-links{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15%;margin-top:20%}.faq-link{margin:0 5% 0 -10%}.faq-link,.payment-options-link{position:relative;white-space:nowrap}.payment-options-link{margin:0}.footer-links{flex-wrap:wrap;margin-bottom:5%;margin-left:20%;margin-left:40%;margin-top:5%;white-space:pre-wrap;width:80%}.legal-notices{margin-left:15%;width:60vw}.coct-contact,.legal-notices{margin-bottom:8%;margin-top:-2%;text-align:center}.coct-contact{align-items:flex-end;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;margin-left:-6.5%;text-align:right;white-space:pre-wrap;width:90vw}.legal-notices p{margin-top:10%;text-align:center;width:100%}.coct-contact p{margin-right:85px;text-align:left}.footer-content{margin-left:-10%}.footer-container img{height:36px;margin-left:5%;margin-right:-3%;margin-top:-65%;object-fit:contain;width:55px}.footer-links{display:flex;flex-direction:row;justify-content:flex-end;margin-left:30vw;margin-top:10%;text-align:right;width:55vw}.footer-links p{font-size:12px}.footer-links a{font-size:12px;padding-left:5px;padding-right:5px}.footer-container{height:auto;min-height:auto;padding-bottom:10%}}.coct-contact a{color:#fff!important;text-decoration:none!important;white-space:pre-wrap}@media screen and (min-width:768px) and (max-width:1024px){.faq-item-heading{width:30vw}.faq-subquestion{width:45vw}.payment-options-link{margin-right:38vw}.faq-link{margin-right:15vw!important}.payment-options-link svg{margin-left:2px!important}.footer-content{padding-bottom:5%;padding-top:4%}}@media screen and (width:768px){.faq-link{margin-right:10%;margin-top:9%}}@media screen and (min-width:3500px){.faq-link{margin-bottom:1%}}@media screen and (orientation:landscape) and (max-width:950px){.footer-container{padding-bottom:10%}.bold-links{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:space-between;left:0;margin-bottom:5%;margin-left:18vw;max-width:45%;min-width:30%;position:absolute;width:40%}.faq-link,.payment-options-link{margin:0;position:relative}}.header-container{background-color:#17283c;justify-content:center;min-height:80px;width:100vw;z-index:1}.header-container,.header-content{align-items:center;display:flex;flex-direction:row}.header-content{align-self:center;justify-content:space-between;width:95vw}.login-button{align-items:center;border:2px solid #fff;border-radius:30px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:700;height:33px;justify-content:center;width:98px}.login-button:hover{background-color:#fff;color:#17283c}.powered-by{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:left}.powered-by img{height:40px;margin:0;width:80px}.powered-by p{color:#ea7700;font-family:SourceSansPro-Bold,Source Sans Pro Bold,Source Sans Pro,sans-serif;font-size:10px;font-style:normal;font-weight:700;height:85%;line-height:23px;margin:0 0 -10%;width:100%}.header-right{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:20%}.header-title{color:#fff;font-size:28px;font-weight:700}.header-left{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:38%}.header-image{cursor:pointer;height:35px;width:102px}.header-button-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-left:-30%;width:80%}@media screen and (max-width:480px){.header-left{width:50%}.header-right{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.login-button{width:40px}.header-container{width:100vw}.login-button{font-size:12px;height:28px;width:69px}.powered-by{height:30px;width:50px}.powered-by p{display:none}.powered-by img{display:none;width:100%}.powered-by p{font-size:8px}.header-image{padding-right:10px}.header-title{display:none;font-size:12px;width:55%}.header-button-container{margin-left:auto;width:110%}}@media screen and (max-width:926px) and (max-height:428px){.header-button-container{margin-left:-45%;width:95%}.header-right{width:35%}.header-title{display:none}}@media screen and (min-width:768px) and (max-width:834px){.header-right{width:30%}.header-left{width:50%}.header-title{font-size:18px}}@media screen and (min-width:1024px) and (max-width:1180px){.header-right{width:25%}.header-left{width:38%}.header-title{font-size:18px}}@media screen and (min-width:768px) and (max-width:900px){.header-button-container{margin-left:-45%;width:220px}}@media screen and (width:1024px){.header-button-container{width:90%}}.faq-container{align-items:center;color:#18283c;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;position:relative;width:100vw}.faq-content{min-height:78vh}.faq-search-icon{border:1px solid #18283c9d;border-radius:10%;cursor:pointer;width:15px}.faq-search-icon,.faq-searchbox{height:15px;margin-right:12vw;margin-top:17vh;padding:14px;position:absolute;right:0;top:0}.faq-heading{font-size:40px;font-weight:700;margin-bottom:3%;margin-top:3%}.faq-questions-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:3%;position:relative;width:80vw}@media screen and (max-width:480px){.faq-content{margin-left:5%;margin-top:10%;min-height:70vh;width:85vw}.faq-heading{font-size:23px;text-align:left;width:100%}.faq-questions-container{margin-top:10%}.faq-search-icon{height:10px;margin-right:6vw;margin-top:18vh;padding:10px;width:10px}.faq-searchbox{width:70vw}}.faq-item-container{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:space-between;margin-bottom:2%;position:relative;width:100%}.faq-answer{font-size:18px;margin-top:3%}.faq-answer,.faq-item-left{position:relative;text-align:left}.faq-item-left{justify-content:flex-start;width:60%}.faq-item-left,.faq-item-right{align-items:flex-start;display:flex;flex-direction:column}.faq-item-right{justify-content:space-evenly;position:relative;width:40%}.faq-item-heading{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:22px;font-weight:650;justify-content:space-between;margin-bottom:2%;width:15vw}.faq-item-title{white-space:nowrap}.faq-subquestion{cursor:pointer;margin-bottom:1.5%}.faq-subquestion:hover{text-decoration:underline}.faq-answer-right{font-size:21;font-weight:650;text-align:left}@media screen and (max-width:480px){.faq-item-title{font-weight:400}.faq-answer-right{width:90vw}.faq-item-heading{margin-bottom:5%;width:55vw}.faq-item-container{flex-direction:column;margin-bottom:5%;margin-top:5%}.faq-subquestion{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:5%;text-decoration:none!important;width:70vw}.subquestion{margin-bottom:5%}.faq-mobile-divider{background-color:grey;height:1px;width:80vw}.faq-answer{width:80vw}.faq-caret{height:20px;margin-left:150%;position:absolute;width:20px}}.fine-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-between}.fine-content{width:100vw}.agreement-container{align-items:center;color:#555;display:flex;flex-direction:column;height:68vh;padding-top:2%}.agreement-divider{align-self:center;background-color:#cecece;height:1px;margin-bottom:2%;margin-top:2%;width:100%}.agreement-heading{color:#555;font-size:20px;font-weight:700}.terms{align-self:center;width:100%}.terms-heading{font-size:18px;font-weight:650;text-align:left}.term{font-size:16px;margin-bottom:1%;margin-top:1%;text-align:left}.accept-terms-agreement{align-items:center;align-self:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.accept-terms-agreement p{align-self:flex-start;text-align:left;white-space:nowrap;width:96.5%}.terms-placeholder-container{margin-top:3%}.terms-placeholder{color:#555;font-size:14px;font-weight:700;text-align:left}.agreement-container .first-half{height:80%;width:80%}.agreement-container .second-half{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:row;height:20%;justify-content:center;margin-bottom:0;width:100vw}.agreement-container .continue-button{align-items:center;background-color:#e97700;border-radius:7px;display:flex;flex-direction:column;font-size:18px;font-weight:650;height:52px;justify-content:center;width:400px}@media screen and (max-width:480px){.agreement-container{height:90vh}.agreement-container .first-half{flex-wrap:wrap;overflow:hidden}.accept-terms-agreement{font-size:12px;margin-bottom:5%;margin-top:5%;width:100%}.accept-terms-agreement p{white-space:pre-wrap;width:90%}.terms-placeholder-container{margin-bottom:20px;margin-top:20px}.agreement-container .continue-button{width:90%}}@media screen and (min-width:1450px){.agreement-container{height:90vh}}.fine-details-container{align-items:flex-start;background-color:#f2f2f2;border:1px solid #e3e3e3;border-radius:5px;color:#18283c;display:flex;flex-direction:column;margin-bottom:2%;padding:3% 5%;width:50%}.fine-line-item{margin-bottom:3px;margin-top:3px;width:100%}.fine-line-item,.totals-section{display:flex;flex-direction:row;justify-content:space-between}.totals-section{align-items:center;margin-top:5%;width:95%}.totals-section p:first-child,.totals-section p:nth-child(2){font-size:16px;font-weight:700}.fine-line-item p:first-child{font-size:14px;font-weight:700;margin-right:10%;text-align:left;white-space:nowrap;width:20vw}.fine-line-item p:nth-child(2){align-self:flex-start;flex-wrap:wrap;font-size:14px;font-weight:400;text-align:left;width:50vw}.divider{background-color:#000;height:1px;margin-top:2%;width:95%}.continue-to-payment{align-items:center;align-self:center;background-color:#e97700;border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-size:18px;font-weight:650;height:52px;justify-content:center;width:400px}.continue-to-payment p{color:#fff!important}@media screen and (max-width:480px){.fine-details-container{width:80vw}.fine-line-item{align-items:flex-start;flex-direction:column;overflow-x:hidden}.fine-line-item p:nth-child(2){text-align:left;white-space:pre-wrap!important;width:100%}.continue-to-payment{height:52px;margin-bottom:20px;margin-top:20px;width:90%}}@media screen and (min-width:481px) and (max-width:1023px){.fine-line-item p:nth-child(2){text-align:right;width:auto}}.fine-header-container{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:row;height:68px;justify-content:center;position:relative;width:100vw}.fine-header-title{color:#18283c;font-size:20px;font-weight:700}.step-counter-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.step-number{align-items:center;border:1px solid #fff;border-radius:50%;color:#fff;display:flex;flex-direction:column;font-size:16px;font-weight:400;justify-content:center;min-height:38px;min-width:38px}.step-divider{background-color:#b0b0b0;height:1px;margin-left:3%;margin-right:3%;min-width:38px}.step-name{color:#18283c;font-size:14px;margin-left:10px;white-space:nowrap}.step-counter-container .back-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-evenly;left:0;margin-left:5%;position:absolute}.step-counter-container .back-button svg{height:20px;width:20px}.step-counter-container .back-button p{font-weight:650;margin-left:45%}@media screen and (max-width:480px){.fine-header-title{font-size:16px}.mobile-content{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;width:50%}.mobile-step-counter{border:2px solid #d7d7d7;border-radius:100%;font-size:10px;padding:5%}.back-button{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;left:0;margin-left:10%;position:absolute}.mobile-content .back-button svg{height:20px;width:20px}.mobile-content .back-button p{font-weight:650;margin-left:20%}}.step-two-content{display:flex;flex-direction:row;justify-content:space-evenly;margin-top:1%;width:100vw}.back-button{cursor:pointer;height:20px;margin-right:5%;width:20px}.vertical-divider{background-color:#d7d7d7;height:60vh;width:1px}.payment-details-container{height:30%;justify-content:space-between;width:30vw}.payment-details-container,.payment-methods-container{align-items:flex-start;border:1px solid #d7d7d7;border-radius:5px;display:flex;flex-direction:column}.payment-methods-container{height:100%;width:50vw}.total-due-container{align-items:center;background-color:#f2f2f2;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #d7d7d7;display:flex;flex-direction:row;height:65%;justify-content:space-between;width:100%}.total-due-container p{color:#18283c;font-size:16px;font-weight:700;margin:20px}.container-title{align-items:center;color:#16293b;display:flex;flex-direction:row;font-size:14px;font-weight:700;padding-bottom:10px;padding-left:20px;padding-top:10px;width:50%}.container-title img{cursor:pointer;margin-right:5%}.payment-methods-list{align-items:center;background-color:#f2f2f2;border-top:1px solid #d7d7d7;display:flex;flex-direction:column;height:100%;overflow-y:hidden;padding-bottom:5%;width:100%}.mobile-payment-options-container,.please-choose-text,.total-due-container-mobile{display:none}.empty-payment-list{color:#17283c}.payment-modal{align-items:center;-webkit-animation:fadeIn .2s linear;animation:fadeIn .2s linear;background:inherit;background-color:transparent;background-image:none;border-width:0;color:#18283c;height:100vh;justify-content:space-evenly;position:absolute;top:0;width:100vw;z-index:999}.payment-modal,.qr-container{display:flex;flex-direction:column}.qr-container{height:100%;justify-content:flex-start;margin-top:3%;padding-bottom:1%;width:92%}.qr-container p{font-size:14px;text-align:left}.qr-container p:nth-child(2){margin-bottom:2%}.qr-code-container{height:100%;justify-content:space-between;width:100%}.qr-code-container,.supported-applications{align-items:center;display:flex;flex-direction:row}.supported-applications{flex-wrap:wrap;margin-right:-5%;width:80%}.app-logo{max-height:50px;max-width:40px;object-fit:contain}.app-logo .receipt-container{align-items:flex-start;color:#18283c;display:flex;flex-direction:column;height:200px;justify-content:space-evenly;width:70%}.receipt-heading{font-size:14px;font-weight:700;margin-bottom:5%}.receipt-container label{font-size:12px;width:100%}.receipt-container input{font-size:12px;height:35px;width:97%}.receipt-subheading{margin-top:-10%}.save-address{align-items:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-size:14px;font-weight:650;height:35px;justify-content:center;margin-top:2%;width:101%}.intermediary-screen{align-items:center;color:#18283c;display:flex;flex-direction:column;height:45vh;justify-content:space-evenly;width:90%}.snap-option{align-items:center;display:flex;flex-direction:row;margin-bottom:2%;margin-right:13%;margin-top:2%;width:20%}.snap-option p{color:#18283c;font-weight:700;margin-left:15px}.change-payment-method{color:#18283c;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;font-weight:650;margin-top:-20%;white-space:nowrap}.change-payment-method img{height:23px;margin-left:-35%;margin-right:5%;width:22px}.intermediary-heading{font-size:16px;font-weight:400}.intermediary-subheading{font-size:14px;font-weight:650}.intermediary-description{font-size:14px;font-weight:700}.intermediary-disclaimer{font-size:14px}.continue-to-button{align-self:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;flex-direction:row;font-size:18px;font-size:14px;font-weight:650;height:35px;margin-top:2%;width:80%}.continue-to-button,.iframe-loading-overlay{align-items:center;display:flex;justify-content:center}.iframe-loading-overlay{background-color:#000;flex-direction:column;height:100vh;opacity:.5;position:absolute;top:0;width:100vw}@media screen and (max-width:480px){.mobile-payment-options-container{min-height:50vh}.payment-details-container,.payment-methods-container,.vertical-divider{display:none}.total-due-container-mobile{align-items:center;border:1px solid #d7d7d7;border-radius:5px;display:flex;flex-direction:row;height:40px;justify-content:space-between;padding-left:10px;padding-right:10px;width:80%}.total-due-container-mobile p:first-child{font-size:14px;font-weight:700}.total-due-container-mobile p:nth-child(2){font-size:14px;font-weight:400}.please-choose-text{align-self:flex-start;color:#17283c;display:flex;font-size:14px;font-weight:700;margin-left:8%;margin-top:10%;text-align:left;width:100%}.empty-payment-list{color:#17283c;font-size:12px;margin-left:-29%;margin-top:-80%}.mobile-payment-options-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin-bottom:5%;margin-top:2%;width:100%}.mobile-payment-option{align-items:center;background-color:#585858;border-radius:12px;box-shadow:1px 0 19px -4px rgba(0,0,0,.59);cursor:pointer;display:flex;flex-direction:column;height:110px;justify-content:center;margin-bottom:2%;margin-top:2%;width:43%}.mobile-payment-option p{flex-wrap:wrap;max-width:55%;white-space:pre-wrap}.mobile-payment-option{color:#fff;font-size:16px;font-weight:400;text-transform:uppercase}.step-title{margin-top:5%;width:80%}.mobile-payment-image{height:40px;margin-bottom:5px;width:50px}}@media screen and (width:1024px){.supported-applications{flex-wrap:wrap;margin-right:-10%;width:75%}.snap-option{font-size:10px;margin-right:15%}}@media screen and (min-width:481px) and (max-width:1023px){.payment-method-thumbnail{margin-right:20px!important}.qr-code-container{width:100%}.supported-applications{flex-wrap:wrap;margin-right:-10%;width:70%}.snap-option{margin-bottom:2%;margin-top:2%;width:35%}.snap-option p{font-size:10px}.app-logo{height:20px}}@media screen and (min-width:2400px){.qr-code-container{width:70%}.supported-applications{margin-right:0}.snap-option{width:10%}}.custom-input-container{align-items:flex-start;flex-direction:column;margin-bottom:10px;margin-top:10px}.custom-input-container,.input-container{display:flex;justify-content:flex-start;width:100%}.input-container{align-items:center;flex-direction:row;position:relative}label{width:100%!important}input{padding-right:15%}.input-container .eye{cursor:pointer;margin-right:20px;margin-top:8px;position:absolute;right:0}.payment-method{background-color:#fff;border:1px solid #d7d7d7;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-top:5%;padding:2%;transition:all .25s ease-in-out;width:85%}.payment-method-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.payment-method-thumbnail{margin-right:25px}.payment-method-thumbnail-container{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;max-width:70%}@media screen and (max-width:928px) and (max-height:428px){.payment-method-thumbnail{max-width:25px}}.back-to-login{color:#18283c;cursor:pointer;font-size:14px;margin-left:-70%}.reset-subtitle{color:#18283c;margin-top:-20%}.reset-subtitle p:first-child{font-size:22px;font-weight:650}.reset-subtitle p:nth-child(2){font-size:20px;font-weight:400;margin-top:10%}@media screen and (max-width:480px){.reset-subtitle{margin-top:5%}}.id-match-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.id-match-heading{font-size:40px;font-weight:700;text-align:center}.id-match-subheading{font-size:22px;text-align:center;width:80%}.id-match-button-container{justify-content:space-between;width:80%}.id-match-button,.id-match-button-container{align-items:center;display:flex;flex-direction:row}.id-match-button{border-radius:7px;cursor:pointer;font-weight:700;height:52px;justify-content:center;width:278px}@media screen and (max-width:480px){.ReactModal__Content--after-open{width:75vw!important}.id-match-heading{font-size:30px}.id-match-subheading{font-size:18px;text-align:center}.id-match-button-container{width:80%}.id-match-button{font-size:10px;height:30px;text-align:center;width:45%}}.landing-container{color:#555;height:100vh;justify-content:space-between}.landing-container,.landing-header{align-items:center;display:flex;flex-direction:column}.landing-header{justify-content:center}.landing-header p{margin:0}.landing-title{color:#36374a;font-family:SourceSansPro-Bold,Source Sans Pro Bold,Source Sans Pro,sans-serif;font-size:40px;font-weight:700;margin-bottom:15px;margin-top:10px}.infringement-container{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-evenly;max-width:920px;min-height:235px;padding-bottom:3%;padding-top:3%;width:61vw}.infringement-container p{font-size:20px;font-weight:400;margin:0}.continue-button{align-items:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:18px;font-weight:650;height:52px;justify-content:center;width:165px}.landing-container input{height:52px;width:770px}.landing-content{align-items:center;display:flex;flex-direction:column;padding-bottom:3%;padding-top:3%}.landing-content img{height:100px;object-fit:cover;width:100px}.error-container{align-self:flex-start;margin-left:5vw;max-width:100%}.error-text{flex-wrap:wrap;white-space:pre-wrap}.infringement-container .error-text{margin-top:1%}.id-fines-container{margin-bottom:5%;margin-top:5%}.id-fines-heading{font-size:23px}.id-fines-subheading{font-size:13px;font:italic}.text-center{text-align:center!important;width:100%}@media screen and (max-width:480px){.id-fines-subheading{font-size:10px;margin-bottom:1.5%;margin-top:1.5%;width:60%}.id-fines-container{align-items:center;display:flex;flex-direction:column}.id-fines-heading{font-size:18px;margin-top:5%;width:80%}.landing-container{width:100vw}.landing-content{padding-bottom:10%;padding-top:10%;width:100%}.landing-title{align-self:center;font-size:23px;font-weight:700}.infringement-container{min-width:100%;padding-bottom:5%;padding-top:5%}.infringement-container p{font-size:16px;white-space:nowrap}.infringement-container .error-text{margin-top:2%;white-space:pre-wrap}.infringement-container input{font-size:18px!important;max-width:80vw;min-width:65vw;width:80vw}}@media screen and (max-width:928px) and (max-height:428px){.infringement-container input{width:60vw}.landing-content img{margin-top:5%}.infringement-container{margin-bottom:5%;width:80vw}}.carousel-divider{background-color:#000;height:1px;margin-bottom:2%;max-width:950px;width:62vw}.carousel-container{align-items:center;color:#18283c;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:2%;min-height:400px;width:95vw}.carousel-title{font-size:28px;font-weight:700}.carousel-subtitle{font-size:21px}.view-billers-button{align-items:center;background-color:#e97700;border-radius:7px;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:650;height:56px;justify-content:center;text-align:center;text-decoration:none;width:230px}.view-billers-button p{color:#fff}.carousel-images{-ms-overflow-style:none;align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding-left:3%;padding-right:2%;scrollbar-width:none;width:100vw}.carousel-images::-webkit-scrollbar{display:none}.biller{-webkit-animation:scroll 30s linear infinite;animation:scroll 30s linear infinite;margin-left:2%;margin-right:3%;max-height:73px;max-width:132px}.biller,.carousel-text{align-items:center;display:flex;flex-direction:column;justify-content:center}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(10);transform:translateX(10)}to{-webkit-transform:translateX(-1834.8px);transform:translateX(-1834.8px)}}@keyframes scroll{0%{-webkit-transform:translateX(10);transform:translateX(10)}to{-webkit-transform:translateX(-1834.8px);transform:translateX(-1834.8px)}}@-webkit-keyframes scrollMobile{0%{-webkit-transform:translateX(10);transform:translateX(10)}to{-webkit-transform:translateX(-1320px);transform:translateX(-1320px)}}@keyframes scrollMobile{0%{-webkit-transform:translateX(10);transform:translateX(10)}to{-webkit-transform:translateX(-1320px);transform:translateX(-1320px)}}@media screen and (max-width:480px){.biller{-webkit-animation:scrollMobile 30s linear infinite;animation:scrollMobile 30s linear infinite}.carousel-images{margin-bottom:2%;margin-top:2%}.carousel-container{margin-bottom:10%;min-height:300px}.carousel-title{font-size:18px;width:78%}.carousel-subtitle{font-size:14px;width:90%}.view-billers-button{height:40px;width:200px}}.desktop-table-container{height:auto;justify-content:space-between;width:auto}.continue-to-fine-button,.desktop-table-container{align-items:center;display:flex;flex-direction:column}.continue-to-fine-button{background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;font-size:1vw;font-weight:700;height:5vh;justify-content:center;margin:auto;max-height:40px;max-width:100px;text-align:center;width:10vw!important}.desktop-table{border-collapse:collapse;margin-top:3%;width:80vw}.table-header{background-color:#18283c;font-size:18px;height:50px;padding-bottom:10px;padding-top:2%;padding-top:10px;width:70vw!important}.table-header,.table-header tr{border:collapse;width:100%}.table-header tr td{color:#fff;cursor:pointer;font-weight:650;overflow:hidden;text-align:center!important;width:15%}.desktop-table tbody{background-color:#f7f7f7;width:70vw}.desktop-table tbody tr{margin-bottom:3%;margin-top:3%;width:100%}.desktop-table tbody tr td{font-size:1vw;overflow:hidden;padding-bottom:1%;padding-top:1%;text-align:center}.status-container{align-items:center;border-radius:7px;display:flex;flex-direction:column;font-size:1vw;height:10vh;justify-content:center;margin:auto;max-height:40px;max-width:100px;text-align:center;width:7vw}.load-more-fines-button{align-items:center;border:1px solid #18283c;border-radius:7px;cursor:pointer;display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:-5%;margin-top:3%;padding:5px 10px;width:10%}@media screen and (max-width:834px){.desktop-table{width:90vw}.table-header{width:100%!important}.table-header tr{font-size:13px;margin-left:5%;width:88%}.table-header tr td:nth-child(2){margin-left:3%}.table-header tr td:nth-child(6){opacity:0}.desktop-table tbody{width:100%!important}.desktop-table tbody tr td{min-width:12%;width:auto!important}.load-more-fines-button{width:15%}}@media screen and (min-width:1000px) and (max-width:1200px){.desktop-table{width:90vw}.table-header{width:100%!important}.table-header tr{font-size:13px;margin-left:5%;width:85%}.table-header tr td:nth-child(2){margin-left:-1%}.table-header tr td:nth-child(6){opacity:0}.desktop-table tbody{width:100%!important}.desktop-table tbody tr td{min-width:12%;width:auto!important}.load-more-fines-button{width:15%}}@media screen and (max-width:600px){.sort-icon{height:10px!important;margin-left:5px!important;width:10px}.table-header tr td{font-size:7px;overflow-x:visible;white-space:nowrap}.desktop-table tbody tr td{font-size:7px}}@media screen and (min-width:2200px){.continue-to-fine-button,.status-container{max-height:3vh;max-width:10vw;width:10vw}}.mobile-fine-container,.mobile-fine-table-container{align-items:center;display:flex;flex-direction:column}.mobile-fine-container{background-color:#f7f7f7;border-radius:7px;box-shadow:1px 0 12px -4px rgba(0,0,0,.2);font-size:13px;justify-content:space-evenly;margin-bottom:10%;min-height:131px;padding-bottom:5%;padding-top:2%;width:335px}.mobile-fine-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:2%;margin-top:2%;width:85%}.mobile-fine-header p{font-weight:650}.mobile-fine-warrant-status{align-items:center;border-radius:7px;display:flex;flex-direction:column;justify-content:center;min-height:30px;min-width:70px;padding-bottom:5px;padding-top:5px;text-align:center}.mobile-fine-header-right{width:30%}.mobile-fine-header-right,.mobile-fine-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.mobile-fine-row{width:85%}.mobile-fine-row p:first-child{font-weight:700}.mobile-fine-dropdown{align-self:flex-start;-webkit-appearance:menulist!important;border:1px solid #d7d7d7;color:#18283c;font-size:14px;height:30px;margin-bottom:10px;margin-top:10px;width:80%}button:focus,input:focus,select:focus,textarea:focus{outline:none}@media screen and (max-width:480px){.load-more-fines-button{width:30vw}}.search-by-button-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:75%}.search-by-button-container div{align-items:center;border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-size:28px;font-weight:650;height:110px;justify-content:center;width:314px}.search-by-button-container div:first-child{background-color:#e97700;color:#fff}.search-by-button-container div:nth-child(2){border:1.5px solid #18283c;color:#18283c}@media screen and (max-width:480px){.search-by-button-container{flex-direction:column}.search-by-button-container div{font-size:27px;height:87px;margin-bottom:5%;margin-top:5%;width:314px}}@media screen and (min-width:481px) and (max-width:1024px){.search-by-button-container{width:85%}.search-by-button-container div{font-size:18px;height:85px;width:47%}}@media screen and (min-width:1000px) and (max-width:1200px){.search-by-button-container div{width:45%!important}}.search-view-heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;max-width:85%;min-width:85%;position:relative}.change-button{cursor:pointer;font-size:14px!important;right:0;text-decoration:underline}@media screen and (orientation:landscape) and (max-width:950px){.search-by-button-container div{font-size:18px;width:45%}.search-view-heading{width:78%}}@media screen and (max-width:480px){.search-view-heading{flex-direction:column}.change-button{position:relative!important;text-align:right;width:100%}.infringement-container .custom-input-container{margin-top:2%}}.leave-page-container{align-items:center;-webkit-animation:fadeIn .2s linear;animation:fadeIn .2s linear;background:inherit;background-color:#f2f2f2;border-radius:0;border-style:solid;border-width:0;box-shadow:10px 10px 5px 0 rgba(0,0,0,.09);-webkit-box-shadow:10px 10px 5px 0 rgba(0,0,0,.09);-moz-box-shadow:10px 10px 5px 0 rgba(0,0,0,.09);box-sizing:border-box;color:#18283c;display:flex;flex-direction:column;height:50vh;justify-content:space-evenly;left:0;margin-left:auto;margin-right:auto;margin-top:10%;position:fixed;right:0;width:60vw;z-index:999}.leave-page-heading{font-size:40px;font-weight:700;text-align:center}.leave-page-subheading{font-size:22px;font-weight:400;text-align:center}.leave-page-button-container{justify-content:space-between;width:80%}.leave-page-button,.leave-page-button-container{align-items:center;display:flex;flex-direction:row}.leave-page-button{border-radius:7px;cursor:pointer;font-size:18px;font-weight:650;height:52px;justify-content:center;text-align:center;width:278px}.leave-page-content{height:85%}.leave-page-content,.login-container{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}.login-container{-webkit-animation:fadeIn .2s linear;animation:fadeIn .2s linear;background:inherit;background-color:#fff;border-width:0;box-shadow:1px 3px 5px 0 rgba(0,0,0,.5);-webkit-box-shadow:1px 3px 5px 0 rgba(0,0,0,.5);-moz-box-shadow:1px 3px 5px 0 rgba(0,0,0,.5);box-sizing:border-box;color:#18283c;height:560px;left:0;margin-left:auto;margin-right:auto;margin-top:8%;padding-top:3%;position:fixed;right:0;width:1072px;z-index:999}.login-error-container{font-size:12px;margin-bottom:3%;width:95%}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:90%}.login-heading{font-size:28px;font-weight:650;margin-left:1.5%}.login-section-container{flex-direction:row;width:95%}.login-section,.login-section-container{align-items:center;display:flex;justify-content:space-evenly}.login-section{background-color:#fff;border:1px solid #d7d7d7;flex-direction:column;margin-left:5%;min-height:378px;min-width:420px;padding:10px 10px 10px 3%}.login-image{height:100%;object-fit:cover;width:50%}.close-icon{cursor:pointer;height:30px;margin-right:-10%;width:30px}.login-title{font-size:22px;font-weight:650;margin-bottom:1%;margin-left:-83%}.login-section label{font-size:18px;font-weight:400}.login-section input{font-size:15px;height:45px;margin-top:10px;width:411px}.forgot-password{cursor:pointer;font-size:12px;margin-right:-50%;margin-top:-2%}.login-button-modal{align-items:center;background-color:#e97700;border-radius:100px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:41px;justify-content:center;margin-left:-60%;width:142px}.register-text{display:flex;flex-direction:row;font-size:14px;margin-left:-25%;margin-top:3%;white-space:nowrap}.error-text{margin-bottom:3%;margin-top:5%}@media screen and (max-width:480px){.login-error-container{margin-top:30%}.error-text{font-size:12px;margin-left:5px}.login-image{display:none}.login-title{font-size:15px;margin:0}.login-heading{display:none;font-size:12px;width:80%}.close-icon{height:20px;margin-right:5%;position:absolute;right:0;width:20px}.login-container{align-self:center;background:none!important;background-color:unset !;box-shadow:none;height:55vh;margin-top:30%;min-width:90vw;width:80vw}.login-section{align-items:flex-start;border:none;box-shadow:none;display:flex;flex-direction:column;height:110%;justify-content:space-evenly;margin-left:3vw;max-height:110%;min-height:110%;min-height:auto;min-width:auto;padding-bottom:10%;padding-top:10%;width:90%}.login-section:nth-child(2){display:none}.login-section input{align-self:center;height:32px;width:50vw}.login-section label{font-size:12px}.login-button-modal{height:30px;margin-bottom:10px!important;margin-left:0!important;margin-top:50px!important;margin-top:0;max-height:30px;min-height:30px;width:120px}.forgot-password{font-size:12px;margin-left:32vw;margin-top:2%}.register-text{flex-wrap:wrap;font-size:12px;margin-left:5%;width:80%}.login-section-container{height:70%;margin-bottom:10%}}@media screen and (max-width:928px) and (max-height:428px){.login-error-container p{font-size:12px;margin-left:10%}.register-text{margin-left:5%}.login-heading{display:none;font-size:12px}.login-title{font-size:14px;margin-bottom:-5%;margin-left:-71%}.login-section label{font-size:12px}.login-section input{height:30px;width:50%}.login-container{height:82vh;margin-top:5%;padding:0;width:55vw}.login-section{border:none;height:82vh!important;padding:0}.close-icon{margin-right:2%;margin-top:15%;position:absolute;right:0}.login-section input{width:82vw}.forgot-password{margin-right:-50%}.login-section-container{height:100%}.login-section{height:80%;max-height:auto;min-height:auto;min-width:auto;width:90%}.login-image{display:none}.close-icon{height:25px;width:25px}.login-button-modal{height:25px;margin-left:-40%;max-height:25px;min-height:25px;width:120px}}.not-payable-heading{color:#18283c;font-size:40px;font-weight:700;text-align:center}.back-to-search-modal{align-items:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-weight:650;height:52px;justify-content:center;text-align:center;width:278px}.not-payable-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}@media screen and (max-width:480px){.not-payable-heading{font-size:30px}.not-payable-subheading{font-size:18px;text-align:center}.back-to-search-modal{font-size:16px}}.payment-status-container{align-items:center;-webkit-animation:fadeIn .2s linear;animation:fadeIn .2s linear;background:inherit;border:0 solid #d7d7d7;border-radius:0;box-shadow:none;box-sizing:border-box;color:#18283c;display:flex;flex-direction:column;height:100vh;justify-content:space-between;left:0;margin-left:auto;margin-right:auto;overflow-y:scroll;position:fixed;right:0;z-index:999}.pay-another-button{background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;font-weight:700;justify-content:center;margin-top:10%;max-height:52px;max-width:50%;min-height:52px;min-width:50%}.pay-another-button,.payment-status-heading{align-items:center;display:flex;flex-direction:row}.payment-status-heading{justify-content:space-evenly;margin-left:-15%;margin-top:5%}.payment-icon,.payment-status-heading img{border:1px solid #18283c;border-radius:50%;height:40px;padding:8px;width:40px}.payment-status-heading p{font-size:40px;font-weight:700;margin-right:-15%;white-space:nowrap}.payment-status-description{font-size:20px;font-weight:400;margin-top:2%;text-align:center;width:74%}.payment-status-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:10%}.payment-status-receipt-preview{margin-top:5%}.payment-status-buttons-container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-top:2%;width:80%}.payment-status-button{border-radius:7px;cursor:pointer;font-size:650;font-weight:650;height:52px;justify-content:center;margin-bottom:1%;margin-top:1%;width:278px}.line-item,.payment-status-button{align-items:center;display:flex;flex-direction:row}.line-item,.warrant-line-item-container{background-color:#f1f1f1;justify-content:space-between;margin-bottom:10px;margin-top:10px;padding:10px 60px;width:60vw}.warrant-line-item-container{align-items:flex-start;display:flex;flex-direction:column}.warrant-line-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.warrant-line-item .label{font-weight:400}.line-item .label{font-weight:700;text-align:start}.line-item .value{font-weight:400;text-align:end}.want-a-receipt-container{align-items:center;background-color:#f1f1f1;border:1px solid #d7d7d7;color:#18283c;display:flex;flex-direction:column;height:200px;justify-content:space-evenly;margin-top:5%;padding:3% 5%;width:60%}.admission-confirmation{align-self:center;font-weight:700;margin-top:4%}.want-a-receipt-heading{font-size:23px;font-weight:700}.want-a-receipt-subheading{font-size:20px}.save-address-button{margin-top:2%;max-height:40px;min-height:40px;width:100%}.save-address-button,.try-again-button{align-items:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:650;justify-content:center}.try-again-button{height:52px;margin-top:20%;width:60%}.back-to-home-payment-button{align-items:center;border:1px solid #18283c;border-radius:7px;color:#18283c;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:650;height:52px;justify-content:center;margin-top:10%;width:60%}.want-a-receipt-container label{width:100%}.want-a-receipt-container input{height:52px;width:97%}@media screen and (max-width:480px){.save-address-button{font-size:12px;max-height:25px!important;min-height:25px!important}.warrant-line-item-container{padding-left:20px;padding-right:20px;width:70vw}.payment-icon{height:25px;margin:0;width:25px}.payment-status-heading{flex-direction:column}.back-to-home-payment-button{height:52px}.want-a-receipt-container{height:20vh;max-width:70vw;padding-bottom:20px;padding-top:20px;width:100%!important}.want-a-receipt-container .input-container input{height:30px;margin-top:5px}.input-container .want-a-receipt-subheading{font-size:15px}.want-a-receipt-heading{font-size:12px}.line-item{padding-left:20px;padding-right:20px;width:70vw}.payment-status-receipt-preview .label,.payment-status-receipt-preview .value{font-size:12px}.payment-status-description{font-size:15px;margin-top:20px}.payment-status-heading{max-width:none;width:60%!important}.payment-status-heading img{height:25px;width:25px}.payment-status-heading p{font-size:30px}.want-a-receipt-container input{height:40px}}@media screen and (max-width:850px) and (orientation:landscape){.want-a-receipt-container{width:64%}}.profile-container{align-items:center;color:#17283c;display:flex;flex-direction:column;height:120vh;justify-content:space-between;width:100vw}.profile-heading{font-size:40px;font-weight:700;margin-bottom:2%}.profile-left{height:72%;justify-content:flex-start;margin-right:5%;margin-top:3%}.profile-left,.profile-section-selector{align-items:center;display:flex;flex-direction:column}.profile-section-selector{color:#fff;cursor:pointer;font-weight:750;height:50px;justify-content:center;margin:2px;max-width:250px;text-align:center;width:20vw}.profile-section-selector:first-child{margin-top:5%}.profile-logout-selector{align-items:center;border:1px solid #17283c;bottom:0;color:#17283c;cursor:pointer;display:flex;flex-direction:column;font-weight:750;height:50px;justify-content:center;margin-bottom:4vh;max-width:250px;text-align:center;width:20vw}.profile-content-container,.profile-section{display:flex;flex-direction:row}.profile-content-container{align-items:flex-start;background-color:#f1f1f1;border:1px solid #d7d7d7;border-radius:7px;justify-content:space-between;margin-bottom:10%;min-height:536px;width:858px}.edit-icon{cursor:pointer;height:19px;margin-right:-1%;margin-top:-5%;object-fit:cover;width:25px}.change-password-button{align-items:center;align-self:center;background-color:#eb7d24;border-radius:7px;cursor:pointer;display:flex;flex-direction:row;height:52px;justify-content:center;width:100%}.change-password-button p{color:#fff;font-size:18px;font-weight:650;text-align:center}.log-out-button{align-items:center;align-self:center;border:2px solid #fff;border-radius:7px;cursor:pointer;display:flex;flex-direction:row;height:52px;justify-content:center;margin-bottom:-6%;width:99.2%}.log-out-button p{font-size:18px;font-weight:650;text-align:center}.back-home-button{align-items:center;align-self:center;background-color:#17283c;border:2px solid #17283c;border-radius:7px;cursor:pointer;display:flex;flex-direction:row;height:52px;justify-content:center;width:99.2%}.back-home-button p{color:#fff;font-size:18px;font-weight:650;text-align:center}.edit-profile-input-container{align-items:flex-start;display:flex;flex-direction:column;margin-top:5%;width:100%}.edit-profile-input-container input{font-size:15px;height:45px;margin-top:10px;width:85%!important}.email-changed{align-items:center;color:#17283c;display:flex;flex-direction:column;font-size:32px;justify-content:center}.email-changed p{width:90%}.profile-password-guidelines-heading{color:#36374a;font-size:14px;text-align:left}.profile-password-guidelines-container{align-items:center;color:#777;display:flex;flex-direction:column;font-size:14px;font-weight:400;justify-content:space-between;width:100%}.profile-password-guidelines-container div{align-self:flex-start;display:flex;flex-direction:row;justify-content:flex-start;text-align:left;white-space:nowrap;width:60%}.profile-password-guidelines-container img{height:16px;margin-right:2%;margin-top:3px;width:16px}.email-changed p:first-child{width:55%}.email-changed p:nth-child(2){font-size:14px;width:55%}.password-update-confirmation{align-items:center;color:green;display:flex;flex-direction:row;justify-content:flex-start;margin-top:20px;width:100%}.selector-container{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:space-between}.profile-details{margin-top:8%}@media screen and (min-width:481px) and (max-width:768px){.profile-heading{margin-top:15%}.profile-logout-selector{margin-bottom:0;margin-top:-5%}}@media screen and (orientation:landscape) and (min-width:481px) and (max-width:768px){.profile-logout-selector{margin-top:0}.profile-content-container{width:100%}.profile-section{margin-bottom:10%}.profile-top{width:90%!important}}@media screen and (max-width:480px){.profile-logout-selector{border-radius:7px;height:52px;margin-top:10px;max-width:500px;position:relative;text-align:center;width:90vw}.profile-section-selector:first-child{margin-top:0}.profile-details{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:15%}.edit-profile-input-container{width:80%}.profile-password-guidelines-heading{margin-top:2%}.profile-password-guidelines-container{font-size:3vw;margin-bottom:2%}.profile-heading{font-size:23px;margin-bottom:5%;margin-top:5%}.profile-content-container{width:100vw}.edit-icon{margin-right:4%;margin-top:0;position:absolute;right:0}.log-out-button{margin-bottom:-20%}.back-home-button,.log-out-button{margin-top:5%;width:98%}.profile-section-selector{border-radius:7px;height:52px;margin-top:10px;max-width:90vw;max-width:500px;text-align:center;width:90vw}}@media screen and (min-width:481px) and (max-width:1024px){.profile-section-selector:first-child{margin:0 5px!important}.profile-section-selector{margin:0 5px}.profile-section{flex-direction:column}.selector-container{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;margin-bottom:5%;margin-top:-1%}.profile-section-selector:first-child{margin:0}.profile-section-selector{font-size:13px}}@media screen and (min-width:2500px){.profile-section{width:65vw}.profile-logout-selector{margin-bottom:8vh}.profile-content-container{min-height:50vh;width:45vw}.selector-container{height:50vh}}@media screen and (width:768px) and (height:768px){.profile-content-container{min-height:auto}}@media screen and (width:1024px) and (height:768px){.profile-content-container{width:61vw}.profile-logout-selector{margin-bottom:8%}}@media screen and (orientation:landscape) and (min-width:1024px) and (max-width:1300px){.profile-logout-selector{margin-bottom:11vh}}.are-you-sure-container{align-items:center;align-self:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.are-you-sure-heading{font-size:30px;font-weight:700;text-align:center}.are-you-sure-subheading{font-size:22px;text-align:center;width:80%}.are-you-sure-button-container{justify-content:space-between;width:80%}.are-you-sure-button-container,.yes-button{align-items:center;display:flex;flex-direction:row}.yes-button{background-color:#e97700;border-radius:7px;color:#fff}.no-button,.yes-button{cursor:pointer;font-size:13px;font-weight:700;height:52px;justify-content:center;width:250px}.no-button{align-items:center;border:1px solid #18283c;border-radius:7px;color:#18283c;display:flex;flex-direction:row}@media screen and (max-width:480px){.ReactModal__Content--after-open{width:75vw!important}.are-you-sure-heading{font-size:25px}.are-you-sure-subheading{font-size:18px;text-align:center}.are-you-sure-button-container{width:80%}.no-button,.yes-button{font-size:10px;height:30px;text-align:center;width:45%}}@media screen and (min-width:3000px){.ReactModal__Content--after-open{max-width:25vw}}.password-save-button{align-items:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:650;height:50px;justify-content:center;margin-top:2%;text-align:center;width:40%}.change-password-container{height:100%;width:100%}.change-password-container,.edit-profile-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.edit-profile-container{margin-bottom:5%;width:75%}.password-save-button{margin-top:15%}@media screen and (max-width:480px){.change-password-container{width:100vw}.change-password-container .edit-profile-input-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:80%}.change-password-container .edit-profile-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;width:100%}.password-save-button{align-self:auto;margin-bottom:15%;margin-top:5%;width:50%}.change-password-container{margin-top:8%}}.password-validator-container{align-items:flex-start;display:flex;flex-direction:column;width:100%}.password-guidelines-heading{color:#36374a;font-size:14px}.password-guidelines-container{align-items:center;color:#777;display:flex;flex-direction:column;font-size:14px;font-weight:400;justify-content:space-between;width:100%}.password-guidelines-container div{align-self:flex-start;display:flex;flex-direction:row;justify-content:flex-start;text-align:left;white-space:nowrap;width:20%}.fa-check{height:16px;margin-right:2%;margin-top:3px;width:16px}.payment-history-container{align-items:flex-start;color:#17283c;display:flex;flex-direction:column;justify-content:space-evenly;margin:5%;width:100%}.payment-history-heading{font-size:22px;text-align:start}.payment-history-subheading{font-size:16px}.no-fines-text{margin-top:20%;width:50vw}.history-loading{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:20%;width:100%}.search-icon{height:15px;margin-left:-2vw;width:15px}@media screen and (max-width:480px){.search-icon{height:10px;margin-right:10%;position:absolute;right:0;width:10px}.payment-history-container .mobile-fine-dropdown{align-self:center;width:85%!important}.payment-history-subheading{margin-bottom:4%;margin-left:10%;margin-top:-2%;text-align:start;width:69%}.payment-history-container{margin-left:0;margin-top:5%}.payment-history-headings{background-color:#f1f1f1;padding-bottom:5%;padding-top:5%;width:100%}}@media screen and (min-width:481px) and (max-width:820px){.no-fines-text{margin-left:-6%;width:100vw}}.desktop-history-container,.desktop-history-container .desktop-table{width:100%}.desktop-history-container .table-header tr td{font-size:13px}.desktop-history-container .continue-to-fine-button{align-items:center;display:flex;flex-direction:row;font-size:12px;max-width:100px}.desktop-history-container .continue-to-fine-button svg{height:10px!important;margin-bottom:2%;margin-left:-1%!important;margin-right:5%}.zero-fines-found{margin-top:15%}.load-more-button-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:5%;margin-top:2%}.load-more-button-container .load-more-fines-button{padding-left:3%;padding-right:3%;white-space:nowrap}@media screen and (min-width:481px) and (max-width:825px){.desktop-history-container .desktop-table{height:20vh;width:90vw}}@media screen and (min-width:2500px){.desktop-history-container .desktop-table{width:41vw}}@media screen and (min-width:1600px){.desktop-history-container .desktop-table tr td{font-size:13px}}.mobile-history-table-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:10%;width:100vw}.mobile-history-table-container .mobile-fine-header{width:85%}.mobile-history-table-container .mobile-fine-header-right{width:auto}.mobile-history-table-container .mobile-fine-warrant-status{background-color:#e97700!important;color:#fff;font-weight:700;height:30px!important;max-height:none!important;min-height:auto!important;padding:0;width:86px!important}.profile-details-header{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-weight:750;margin-bottom:5%;margin-left:5%;margin-top:10px;padding-left:15px}.profile-details-header p{margin-left:10px;white-space:nowrap}.view-profile-container{align-items:flex-start;align-self:center;display:flex;flex-direction:column;justify-content:space-between;margin:15%;width:200%}.profile-top{max-width:652px;padding-left:15px;padding-right:15px;position:relative;width:100%}.profile-label{font-size:16px;font-weight:650;text-align:left;white-space:nowrap}.profile-id-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:5%;width:calc(100% + 12px)}.profile-value{font-size:14px;font-weight:400;text-align:left}.editable-details{background-color:#fff;border:1px solid #d7d7d7;max-width:652px;padding:20px 15px}.edit-profile-header,.editable-details{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.edit-profile-header{font-size:20px;font-weight:700;text-align:left;width:50%}.edit-profile-header p{white-space:nowrap}.profile-disclaimer{font-size:12px;margin-bottom:2%;margin-top:-1%;text-align:left;width:85%}.profile-divider{background-color:#bebbad;height:1px;margin-bottom:10%;margin-top:10%;width:100%}.profile-contact-details{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.edit-profile-button{cursor:pointer}.profile-save-button{align-items:center;align-self:flex-start;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:650;height:50px;justify-content:center;margin-top:2%;text-align:center;width:100%}@media screen and (max-width:480px){.profile-contact-details,.profile-divider{width:80%}.profile-details-header{align-self:flex-start}.profile-save-button{align-self:center;margin-bottom:15%;margin-top:5%;width:85%}.edit-profile-header{margin-top:8%;width:60%}.edit-profile-header p{padding-left:10px}.editable-details{align-items:flex-start;flex-direction:column;margin-bottom:5%;margin-left:5%;margin-top:5%;position:relative;width:85%}.profile-id-container{flex-wrap:wrap;width:80%}.editable-details .profile-item:nth-child(2){margin-top:5%}.profile-top{margin-left:5%}.view-profile-container{margin:5% auto;text-align:center;width:100%}.profile-details-container{width:100%}}@media screen and (min-width:481px) and (max-width:850px){.profile-details-container{margin-bottom:5%;margin-top:5%;width:100%}.profile-top{align-self:center}.view-profile-container{margin:0;width:100%}}.register-container{align-items:center;color:#18283c;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.register-header{margin-bottom:2%;margin-top:2%}.register-header p:first-child{font-size:40px;font-weight:700}.register-header p:nth-child(2){font-size:26px;font-weight:400}.register-form{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:5%;max-height:950px;padding:5% 10% 3%;position:relative}.register-form label{width:100%}.register-form input{min-height:52px;width:100%}.register-form select{min-height:58px;width:85%}.register-id-container{align-items:center;align-self:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.register-id-number{width:60%!important}.register-id-number input{width:100%!important}.accept-terms{align-items:center;align-self:flex-start;display:flex;flex-direction:row;font-size:12px;justify-content:space-between}.accept-checkbox{height:20px;margin-right:20px;width:20px!important}.recaptcha-text{align-self:flex-start;font-size:10px}.register-button{align-items:center;align-self:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:700;justify-content:center;margin-top:2%;max-height:52px;max-width:100%;min-height:52px;min-width:100%}.register-error-container{margin-bottom:5%;margin-left:-60%;width:100%}.register-loading{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:center;margin-top:5px;width:100%}.registered-heading{font-size:22px;font-weight:650}.registered-subheading{font-size:16px;font-weight:650;margin-bottom:5%}.register-overlay{align-items:center;background-color:#000;display:flex;flex-direction:column;height:100vh;justify-content:center;opacity:.5;position:absolute;width:100vw}.register-form .password-validator-container{margin-left:5%;margin-top:1%}@media screen and (max-width:480px){.register-form .password-validator-container{margin-top:10px;width:75%}.register-form .password-guidelines-container,.register-form .password-validator-container{margin-left:0!important;padding-top:0!important}.register-form .password-guidelines-heading{margin-left:0}.registered-heading{font-size:18px;padding-top:30px}.registered-subheading{font-size:11px;padding-bottom:30px}.register-form .custom-input-container{width:80%!important}#id-type-label{margin-left:10px;margin-right:5%}#id-input,#id-type-input{width:100%}#id-input{margin-right:-6%}select{width:100px}input,label{flex-wrap:wrap;font-size:12px!important;white-space:pre-wrap}.register-error-container{align-self:center;margin-left:10%;width:90%}.error-text{text-align:left;width:90%}.register-form{align-items:center;width:100vw}.register-form label{width:80%}.register-form input{width:95%}.register-id-container{align-self:center;margin-left:-5%;width:82%}.register-id-container select{font-size:12px}.register-button{margin-bottom:10%;max-height:32px;max-width:80%;min-height:32px;min-width:80%}.password-guidelines-container{font-size:12px;margin-left:15%;padding-top:10px}.edit-profile-input-container .password-guidelines-container,.edit-profile-input-container .password-guidelines-heading,.edit-profile-input-container .password-validator-container{margin-left:0!important}.password-guidelines-heading{margin-left:-52%}.accept-terms{margin-bottom:20px;margin-left:10%;margin-top:10px;width:78%}.accept-checkbox{margin-right:0}.accept-terms span{font-size:10px;text-align:left;width:85%}.recaptcha-text{margin-bottom:5%;margin-left:10%;text-align:left;width:70%}.register-header{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:5%;margin-top:5%}.register-header p:first-child{font-size:23px}.register-header p:nth-child(2){align-self:center;font-size:16px;text-align:center;width:80%}}.register-for-warrant-container{align-items:center;color:#18283c;display:flex;flex-direction:column;height:100vh;justify-content:space-between}.register-for-warrant-heading{font-size:40px;font-weight:700;margin-top:18%}.please-note-id{background-color:#ffecef;color:#18283c;font-size:14px;margin-bottom:2%;margin-top:2%;padding-bottom:2%;padding-left:5%;padding-top:2%;width:80%}.please-note-id p{font-size:15px;text-align:left;width:95%}.register-for-warrant-subheading{font-size:26px;font-weight:400}.register-for-warrant-button{align-items:center;border:2px solid transparent;border-radius:7px;cursor:pointer;display:flex;flex-direction:column;font-weight:650;height:108px;justify-content:center;text-align:center;width:314px}.register-for-warrant-button p:first-child{font-size:20px}.register-for-warrant-button p:nth-child(2){font-size:28px}.register-for-warrant-button-container{align-items:center;background-color:#f1f1f1;display:flex;flex-direction:row;height:40vh;justify-content:space-evenly;margin-bottom:2%;margin-top:2%;width:60vw}.register-for-warrant-content{align-items:center;display:flex;flex-direction:column;margin-top:-10%}@media screen and (max-width:480px){.please-note-id p{font-size:12px}.register-for-warrant-button p:first-child{font-size:18px}.register-for-warrant-button p:nth-child(2){font-size:25px}.register-for-warrant-heading{font-size:23px}.register-for-warrant-subheading{font-size:16px}.register-for-warrant-button-container{flex-direction:column;width:100vw}.register-for-warrant-button{height:92px;width:80%}}.reset-password-container{align-items:center;color:#18283c;display:flex;flex-direction:column;height:100vh;justify-content:space-between;width:100vw}.reset-password-heading{font-size:40px;font-weight:700;margin-bottom:1%;text-align:center}.reset-form{align-items:center;background-color:#f1f1f1;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:2%;margin-top:2%;padding-bottom:2%;padding-top:2%;width:80vw}.reset-form label{width:100%}.reset-form input{margin-bottom:10px;margin-top:10px;min-height:52px;width:100%}.reset-form select{min-height:58px;width:85%}.reset-form .password-guidelines-container{width:51%}.reset-password-button{align-items:center;background-color:#e97700;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:650;height:52px;justify-content:center;margin-bottom:2%;margin-top:2%;text-align:center;width:51%}.reset-form-heading{font-size:22px;font-weight:650;margin-left:20%;margin-top:2%;text-align:left}.reset-error-container,.reset-form-heading{align-self:flex-start}.reset-success{flex-direction:column}.reset-success,.reset-success-header{align-items:center;display:flex;justify-content:space-evenly}.reset-success-header{flex-direction:row;font-size:40px;font-weight:700;width:120%}.reset-success-header img{border:1px solid #18283c;border-radius:50%;height:40px;padding:8px;width:40px}.reset-success-login-button{align-items:center;background-color:#e97700;border-radius:40px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:650;height:41px;justify-content:center;margin-top:10%;text-align:center;width:180px}.reset-form-container{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;margin-top:2%;width:60%}@media screen and (max-width:480px){.reset-form .custom-input-container{width:80vw!important}.reset-error-container .error-text{width:100%}.reset-error-container{margin-left:-18%}.reset-password-button{margin-bottom:8%;width:82vw}.reset-password-heading{font-size:23px;margin-bottom:5%;margin-top:5%}.reset-form-heading{font-size:15px;margin-left:9%;padding-top:10px}.reset-form{margin-bottom:15%;width:100vw}.reset-form input{height:40px;width:95%}.reset-form label{width:85%}.reset-form .password-guidelines-container{font-size:12px;margin-bottom:5%;width:85%}}@media screen and (max-width:928px) and (max-height:428px){.reset-form .custom-input-container{width:70vw!important}.reset-password-heading{margin-bottom:5%;margin-top:5%}.reset-form{margin-bottom:8%}}.verify-email-container{color:#36374a;height:100vh;justify-content:space-between;width:100vw}.verify-email-container,.verify-email-content{align-items:center;display:flex;flex-direction:column}.verify-email-content{background-color:#f1f1f1;height:65%;justify-content:center;width:85%}.verify-email-heading{align-items:center;align-self:center;display:flex;flex-direction:row;justify-content:center}.verify-email-heading p{font-size:40px;font-weight:650;margin-left:5%;white-space:nowrap}.verify-email-heading svg{border:1px solid #36374a;border-radius:50%;max-height:40px;max-width:40px;min-height:40px;min-width:40px;padding:2%}.verify-login-button{align-items:center;background-color:#e97700;border-radius:40px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:650;height:41px;justify-content:center;margin-top:3%;text-align:center;width:180px}.new-verify-email-container{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;width:55%}.new-verify-email-container p{margin-bottom:1%;margin-top:3%}.new-verify-email-container .error-text{margin-top:-1%;width:60%}.new-verify-email-container .verify-login-button{margin-top:0}.mailbox-text{font-size:15px}@media screen and (max-width:480px){.mailbox-text{font-size:12px}.new-verify-email-container .error-text{margin-bottom:5%;margin-left:0;margin-top:-2%}.verify-login-button{font-size:12px;height:30px;width:150px}.verify-email-heading{flex-direction:column}.verify-email-heading img{height:30px;width:30px}.verify-email-heading p{font-size:15px;margin-bottom:10px;margin-left:0;margin-top:15px}.reset-success-header{font-size:28px}}.m-container{background-color:"#fff"}.m-header-inner-container{align-items:center;color:#d9001b;display:flex;font-size:13px;justify-content:flex-start;line-height:1.5em;padding:10px 40px}.m-header-content{padding-right:20px;width:30px}.m-icon-sm{font-size:35px}.announcement-heading{color:#18283c;font-size:40px;font-weight:700;margin-bottom:1rem;text-align:center}.announcement-text{color:#333;line-height:1.5;margin-bottom:1rem;text-align:center}.announcement-close-button{align-items:center;background-color:#e97700;border:none;border-radius:7px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:650;height:52px;justify-content:center;text-align:center;transition:background-color .3s ease;width:278px}.announcement-close-button:hover{background-color:#d66600}.announcement-close-button:focus{outline:2px solid #06c;outline-offset:2px}.announcement-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;padding:1rem;width:100%}@media screen and (max-width:480px){.announcement-container{padding:.5rem}.announcement-heading{font-size:30px}.announcement-text{font-size:16px}.announcement-close-button{font-size:16px;width:240px}}