: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%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);-moz-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{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);-moz-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);-moz-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-moz-box-flex:1;flex:1 1 auto;padding:6px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.Toastify__toast-body>div:last-child{-moz-box-flex:1;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;-moz-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:-moz-box;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;-moz-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;-moz-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@-moz-keyframes Toastify__trackProgress{0%{-moz-transform:scaleX(1);transform:scaleX(1)}to{-moz-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;-moz-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-moz-transition:transform .2s,-moz-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s,-moz-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;-moz-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;-moz-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-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}}@-moz-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-moz-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-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);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-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)}}@-moz-keyframes Toastify__bounceOutRight{20%{opacity:1;-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-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}}@-moz-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-moz-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-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);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-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)}}@-moz-keyframes Toastify__bounceOutLeft{20%{opacity:1;-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-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)}}@-moz-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-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);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__bounceOutUp{20%{-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-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}}@-moz-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-moz-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-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);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-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)}}@-moz-keyframes Toastify__bounceOutDown{20%{-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-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;-moz-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;-moz-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;-moz-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;-moz-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;-moz-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;-moz-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;-moz-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;-moz-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}}@-moz-keyframes Toastify__zoomIn{0%{opacity:0;-moz-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);-moz-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}}@-moz-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-moz-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);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;-moz-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;-moz-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-moz-keyframes Toastify__flipIn{0%{-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-moz-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes Toastify__flipOut{0%{-moz-transform:perspective(400px);transform:perspective(400px)}30%{-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;-moz-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;-moz-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)}}@-moz-keyframes Toastify__slideInRight{0%{-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__slideInLeft{0%{-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__slideInUp{0%{-moz-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);-moz-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__slideInDown{0%{-moz-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);-moz-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-moz-keyframes Toastify__slideOutRight{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-moz-keyframes Toastify__slideOutLeft{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-moz-keyframes Toastify__slideOutDown{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);-moz-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@-moz-keyframes Toastify__slideOutUp{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);-moz-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;-moz-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;-moz-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;-moz-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;-moz-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;-moz-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;-moz-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;-moz-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;-moz-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)}}@-moz-keyframes Toastify__spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}.standard-button_flexRow__vw8ql{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.standard-button_flexRow__vw8ql{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.standard-button_flexRow__vw8ql{width:600px}}@media(min-width:960px){.standard-button_flexRow__vw8ql{width:940px}}@media(min-width:1280px){.standard-button_flexRow__vw8ql{width:1230px}}@media(min-width:1920px){.standard-button_flexRow__vw8ql{width:1830px}}.standard-button_flexRowDesktop__qIyik{margin:0 auto}@media(min-width:960px){.standard-button_flexRowDesktop__qIyik{width:940px}}@media(min-width:1280px){.standard-button_flexRowDesktop__qIyik{width:1230px}}@media(min-width:1920px){.standard-button_flexRowDesktop__qIyik{width:1830px}}.standard-button_root__vUksw{font-size:.75rem;font-weight:600;text-transform:none;padding:.625rem 1rem;color:#032352;background-color:#fff}.standard-button_root__vUksw,.standard-button_root__vUksw:hover{-webkit-box-shadow:none;box-shadow:none}.standard-button_root__vUksw.standard-button_standard__0ARpP{border-radius:.75rem}.standard-button_root__vUksw.standard-button_rounded__aUW6L{border-radius:100px}.standard-button_root__vUksw.standard-button_wide__fnyBU{-moz-box-pack:start;justify-content:flex-start}.standard-button_outlined__VfT23{border:1.5px solid #032352;background-color:transparent}.standard-button_outlined__VfT23:hover{border:1.5px solid #032352}.standard-button_outlined__VfT23.standard-button_root__white__rlzeQ{border-color:#fff;color:#fff}.standard-button_outlined__VfT23.standard-button_root__lightBlue__04WvT{border-color:#0096c7;color:#0096c7}.standard-button_outlined__VfT23.standard-button_root__blue__cUUpO{border-color:#032352;color:#032352}.standard-button_outlined__VfT23.standard-button_root__darkBlue__bRee9{border-color:#1b1c77;color:#1b1c77}.standard-button_outlined__VfT23.standard-button_root__pink__x8_Ez{border-color:#ff477e;color:#ff477e}.standard-button_outlined__VfT23.standard-button_root__purple__NKuzN{border-color:#4d4fcf;color:#ff477e}.standard-button_outlined__VfT23.standard-button_root__orange__VHgTs{border-color:#ff5400;color:#ff5400}.standard-button_contained__CQDhd{background:#032352;color:#fff}.standard-button_contained__CQDhd.standard-button_root__white__rlzeQ{background:#fff;color:#032352}.standard-button_contained__CQDhd.standard-button_root__lightGrey__WCXma{color:#032352;border-color:#e9e9e9;background:#e9e9e9}.standard-button_contained__CQDhd.standard-button_root__lightBlue__04WvT{border-color:#0096c7;background:#0096c7}.standard-button_contained__CQDhd.standard-button_root__blue__cUUpO{border-color:#032352;background:#032352}.standard-button_contained__CQDhd.standard-button_root__darkBlue__bRee9{border-color:#1b1c77;background:#1b1c77}.standard-button_contained__CQDhd.standard-button_root__pink__x8_Ez{border-color:#ff477e;background:#ff477e}.standard-button_contained__CQDhd.standard-button_root__purple__NKuzN{border-color:#4d4fcf;background:#4d4fcf}.standard-button_contained__CQDhd.standard-button_root__orange__VHgTs{border-color:#ff5400;background:#ff5400}.standard-button_text__aWMTr{font-size:1rem;background-color:transparent;-webkit-text-decoration:2px underline!important;text-decoration:2px underline!important}.standard-button_text__aWMTr:hover{background-color:transparent;-webkit-text-decoration:2px underline #032352;text-decoration:2px underline #032352}.standard-button_text__aWMTr.standard-button_root__lightBlue__04WvT{-webkit-text-decoration:#0096c7;text-decoration:#0096c7;color:#0096c7}.standard-button_text__aWMTr.standard-button_root__blue__cUUpO{-webkit-text-decoration:#032352;text-decoration:#032352;color:#032352}.standard-button_text__aWMTr.standard-button_root__darkBlue__bRee9{-webkit-text-decoration:#1b1c77;text-decoration:#1b1c77;color:#1b1c77}.standard-button_text__aWMTr.standard-button_root__pink__x8_Ez{-webkit-text-decoration:#ff477e;text-decoration:#ff477e;color:#ff477e}.standard-button_text__aWMTr.standard-button_root__purple__NKuzN{-webkit-text-decoration:#4d4fcf;text-decoration:#4d4fcf;color:#4d4fcf}.standard-button_text__aWMTr.standard-button_root__orange__VHgTs{-webkit-text-decoration:#ff5400;text-decoration:#ff5400;color:#ff5400}.standard-button_text__aWMTr.standard-button_root__lightGrey__WCXma{-webkit-text-decoration:#e9e9e9;text-decoration:#e9e9e9;color:#e9e9e9}.standard-button_loading__wjaZv{color:#fff;margin-right:.5rem}.share-card_container__d7AhO{padding:2rem;width:1080px;height:1920px;background:#ff8500;max-height:1920px}.share-card_container__d7AhO,.share-card_wrapper__39_CZ{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;overflow:hidden}.share-card_wrapper__39_CZ{height:-moz-calc(100% - 60px);height:calc(100% - 60px);-moz-box-pack:start;justify-content:flex-start}.share-card_text___eLpP{margin:0;font-family:General Sans;letter-spacing:0;text-align:left}.share-card_question__5f0Bk{font-size:72px;font-weight:700;line-height:97px;color:#fff}.share-card_date__jB9_j{font-size:110px;font-weight:700;line-height:140px;color:#ffffff80}.share-card_day__GOMZX{font-size:170px;font-weight:700;line-height:170px;color:#ff5400b2}.share-card_answer__U3EmT{font-size:48px;padding:2rem;word-wrap:break-word}.share-card_answerSection__qkUgg{width:100%;height:-webkit-fill-available;border:.25rem solid #ff540099;background:#ff540080;height:100%;color:#fff;border-radius:73px;overflow:hidden}.share-card_linkSection__XHfSY{font-size:48px;font-weight:600;line-height:65px;color:#fff}.share-card_infoSection__VgWjT{display:-moz-box;display:flex;border-bottom:.625rem solid #ff540099;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.share-card_infoWrapper__kTGvK{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-bottom:1rem;margin-right:144px}.share-card_mascotWrapper__G3s5n{display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end}.share-card_mascotWrapper__G3s5n svg{height:280px;fill:#ff5400}.share-card_section__2YEfe{margin-bottom:42px}.share-prompt-popup_flexRow__FtzMQ{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.share-prompt-popup_flexRow__FtzMQ{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.share-prompt-popup_flexRow__FtzMQ{width:600px}}@media(min-width:960px){.share-prompt-popup_flexRow__FtzMQ{width:940px}}@media(min-width:1280px){.share-prompt-popup_flexRow__FtzMQ{width:1230px}}@media(min-width:1920px){.share-prompt-popup_flexRow__FtzMQ{width:1830px}}.share-prompt-popup_flexRowDesktop__I8M6q{margin:0 auto}@media(min-width:960px){.share-prompt-popup_flexRowDesktop__I8M6q{width:940px}}@media(min-width:1280px){.share-prompt-popup_flexRowDesktop__I8M6q{width:1230px}}@media(min-width:1920px){.share-prompt-popup_flexRowDesktop__I8M6q{width:1830px}}.share-prompt-popup_container__dqvXz{border-radius:2rem;background-color:#ff0a54;-webkit-box-shadow:0 8px 32px 0 #0000000a;box-shadow:0 8px 32px 0 #0000000a;padding:1.5rem;width:auto;height:auto;max-width:640px}.share-prompt-popup_wrapper__W8zcn{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.share-prompt-popup_wrapper__W8zcn .share-prompt-popup_closeButton__TVDJg{padding:.25rem;color:#fff}.share-prompt-popup_description__yrPwM{margin:0 0 2rem;font-family:General Sans;font-weight:600;font-size:1.5rem;color:#fff}.share-prompt-popup_iconButton__2Z_4j{height:80px;width:80px;background-color:#fff;margin:0 .75rem}.share-prompt-popup_iconButton__2Z_4j:hover{background-color:#fefefe}.share-prompt-popup_iconButton__2Z_4j svg{fill:#fff;height:40px}@media(max-width:599px){.share-prompt-popup_iconButton__2Z_4j{margin:.5rem}}.share-prompt-popup_cardWrapper__5LqJT{padding:1rem;background-color:#fefefe}.share-prompt-popup_hiddenDiv__Gmd0p{height:0;overflow:hidden}.thanks-section_flexRow__rYqmt{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.thanks-section_flexRow__rYqmt{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.thanks-section_flexRow__rYqmt{width:600px}}@media(min-width:960px){.thanks-section_flexRow__rYqmt{width:940px}}@media(min-width:1280px){.thanks-section_flexRow__rYqmt{width:1230px}}@media(min-width:1920px){.thanks-section_flexRow__rYqmt{width:1830px}}.thanks-section_flexRowDesktop__bSIKI{margin:0 auto}@media(min-width:960px){.thanks-section_flexRowDesktop__bSIKI{width:940px}}@media(min-width:1280px){.thanks-section_flexRowDesktop__bSIKI{width:1230px}}@media(min-width:1920px){.thanks-section_flexRowDesktop__bSIKI{width:1830px}}.thanks-section_container__FWEpc{max-width:1400px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(min-width:600px){.thanks-section_container__FWEpc{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:center;justify-content:center}}.thanks-section_thanksWrapper__rxskm{border-radius:2rem;background-color:#fff;-webkit-box-shadow:0 8px 32px 0 #0000000a;box-shadow:0 8px 32px 0 #0000000a;padding:1.5rem;max-width:500px;-moz-box-flex:1;flex:1 1}.thanks-section_thanksWrapper__rxskm .thanks-section_title__A237K{font-family:"Bespoke Serif",serif;font-size:1.5rem;display:-moz-box;display:flex;font-style:normal;color:#030348;margin-bottom:.5rem;font-weight:700}@media(min-width:600px){.thanks-section_thanksWrapper__rxskm .thanks-section_title__A237K{font-size:2rem}}.thanks-section_thanksWrapper__rxskm .thanks-section_description__TxCDr{font-size:1rem;color:#030348}@media(min-width:600px){.thanks-section_thanksWrapper__rxskm .thanks-section_description__TxCDr{font-size:1.25rem}}.thanks-section_mascotWrapper___yTb8{width:50%;margin:1.5rem 1.5rem 1.5rem 0}.thanks-section_mascot___u5d4 svg{height:100%;width:50%}.thanks-section_button__rn2oX{font-family:"Bespoke Serif",serif;font-weight:700;font-size:14px;margin-bottom:.5rem}.thanks-section_button__rn2oX.thanks-section_contained__9klhs{background-color:#ff0a54}.thanks-section_button__rn2oX.thanks-section_contained__9klhs svg{fill:#fff;color:#fff}.thanks-section_button__rn2oX.thanks-section_outlined___Vl40{color:#ff0a54;border-color:#ff0a54}.thanks-section_button__rn2oX svg{height:16px}.thanks-section_otherWrapper__gF9OY{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.thanks-section_otherWrapper__gF9OY>div:first-child{margin-top:1rem}.thanks-section_otherWrapper__gF9OY>div:nth-child(odd){margin-bottom:.5rem}.thanks-section_otherWrapper__gF9OY>div:nth-child(2n){margin-top:.5rem}@media(min-width:600px){.thanks-section_otherWrapper__gF9OY{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:center;justify-content:center}.thanks-section_otherWrapper__gF9OY>div:first-child{margin-top:0}.thanks-section_otherWrapper__gF9OY>div:nth-child(odd){margin-bottom:.5rem}.thanks-section_otherWrapper__gF9OY>div:nth-child(2n){margin-top:.5rem}.thanks-section_otherWrapper__gF9OY{width:38%;margin-left:2rem;display:grid}}@media(min-width:1280px){.thanks-section_otherWrapper__gF9OY{width:33%}}.thanks-section_dailyQuoteWrapper__hBppa{background-color:#fff;border-radius:2.5rem;padding:1.5rem;margin-top:1rem;font-size:.875rem}.thanks-section_dailyQuoteWrapper__hBppa .thanks-section_title__A237K{font-size:2rem;line-height:2rem;margin-bottom:.25rem}.thanks-section_dailyQuoteWrapper__hBppa .thanks-section_message__ECQWF{color:#03045e;font-weight:400}@media(min-width:600px){.thanks-section_dailyQuoteWrapper__hBppa .thanks-section_message__ECQWF{font-size:1rem;font-weight:500}}@media(min-width:960px){.thanks-section_dailyQuoteWrapper__hBppa .thanks-section_message__ECQWF{font-size:1.25rem}}@media(min-width:600px){.thanks-section_dailyQuoteWrapper__hBppa{padding:2rem;margin-top:0;margin-bottom:2rem}}.thanks-section_joinUsWrapper__4nLrc{border:2px solid #030348;border-radius:2.5rem;padding:2rem;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between;font-weight:500}.thanks-section_joinUsWrapper__4nLrc .thanks-section_message__ECQWF{font-size:1rem;color:#000}@media(min-width:960px){.thanks-section_joinUsWrapper__4nLrc .thanks-section_message__ECQWF{font-size:1.375rem}}.thanks-section_joinUsWrapper__4nLrc .thanks-section_tryNowButton__XIGJD{margin-top:1rem}.thanks-section_paper__MsmYz{border-radius:2rem;background-color:transparent}.notify-me_flexRow__PA6QN{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.notify-me_flexRow__PA6QN{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.notify-me_flexRow__PA6QN{width:600px}}@media(min-width:960px){.notify-me_flexRow__PA6QN{width:940px}}@media(min-width:1280px){.notify-me_flexRow__PA6QN{width:1230px}}@media(min-width:1920px){.notify-me_flexRow__PA6QN{width:1830px}}.notify-me_flexRowDesktop__qOLgD{margin:0 auto}@media(min-width:960px){.notify-me_flexRowDesktop__qOLgD{width:940px}}@media(min-width:1280px){.notify-me_flexRowDesktop__qOLgD{width:1230px}}@media(min-width:1920px){.notify-me_flexRowDesktop__qOLgD{width:1830px}}.notify-me_container__cex0z{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:1rem;padding:.5rem;max-width:480px}.notify-me_input__44N2Q{margin:.5rem}.notify-me_input__44N2Q::-webkit-input-placeholder{color:#4042bb;opacity:1}.notify-me_input__44N2Q:-ms-input-placeholder{color:#4042bb;opacity:1}.notify-me_input__44N2Q::placeholder{color:#4042bb;opacity:1}.notify-me_button__B_hic{color:#fff;background-color:#4042bb;font-weight:700;font-size:14px;font-family:"Bespoke Serif",serif}.notify-me_complete__dyEPC{margin:2rem 0;padding-bottom:4rem;-webkit-animation:notify-me_fadeIn__WDf_J .5s ease-in;-moz-animation:notify-me_fadeIn__WDf_J .5s ease-in;animation:notify-me_fadeIn__WDf_J .5s ease-in}.notify-me_complete__dyEPC>div{background:#fff;border:none;border-radius:1rem}@-webkit-keyframes notify-me_fadeIn__WDf_J{0%{opacity:0}to{opacity:1}}@-moz-keyframes notify-me_fadeIn__WDf_J{0%{opacity:0}to{opacity:1}}@keyframes notify-me_fadeIn__WDf_J{0%{opacity:0}to{opacity:1}}.splash-screens_flexRow__1DUHk{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.splash-screens_flexRow__1DUHk{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.splash-screens_flexRow__1DUHk{width:600px}}@media(min-width:960px){.splash-screens_flexRow__1DUHk{width:940px}}@media(min-width:1280px){.splash-screens_flexRow__1DUHk{width:1230px}}@media(min-width:1920px){.splash-screens_flexRow__1DUHk{width:1830px}}.splash-screens_flexRowDesktop__agCzo,.splash-screens_sectionContent__F1zQx{margin:0 auto}@media(min-width:960px){.splash-screens_flexRowDesktop__agCzo,.splash-screens_sectionContent__F1zQx{width:940px}}@media(min-width:1280px){.splash-screens_flexRowDesktop__agCzo,.splash-screens_sectionContent__F1zQx{width:1230px}}@media(min-width:1920px){.splash-screens_flexRowDesktop__agCzo,.splash-screens_sectionContent__F1zQx{width:1830px}}.splash-screens_container__h_4EE{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;overflow:hidden;position:relative;min-width:100vw;min-height:100vh;-webkit-animation:splash-screens_fadeIn__B_FeS .5s ease-in;-moz-animation:splash-screens_fadeIn__B_FeS .5s ease-in;animation:splash-screens_fadeIn__B_FeS .5s ease-in}.splash-screens_footer__8jT5Z,.splash-screens_header__wtwi3{z-index:2;width:100%;position:fixed}@media(min-width:960px){.splash-screens_footer__8jT5Z,.splash-screens_header__wtwi3{width:940px;left:50%;margin-left:-470px}}@media(min-width:1280px){.splash-screens_footer__8jT5Z,.splash-screens_header__wtwi3{width:1230px;margin-left:-630px}}@media(min-width:1920px){.splash-screens_footer__8jT5Z,.splash-screens_header__wtwi3{width:1830px;margin-left:-950px}}.splash-screens_header__wtwi3{top:0;padding:2rem 1rem 1rem}.splash-screens_header__wtwi3 .splash-screens_logo__EPzzR{width:94px;align-self:flex-start;fill:#ff5400;-webkit-transition:fill .55s ease-out;-moz-transition:fill .55s ease-out;transition:fill .55s ease-out}@media(min-width:960px){.splash-screens_header__wtwi3 .splash-screens_logo__EPzzR{width:145px}}.splash-screens_footer__8jT5Z{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:justify;justify-content:space-between;bottom:0;padding:2rem 1rem 2rem .5rem}@media(min-width:960px){.splash-screens_footer__8jT5Z{-moz-box-pack:end;justify-content:flex-end;-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse}.splash-screens_footer__8jT5Z>*{margin-right:1rem}}.splash-screens_section__DYBxx{min-width:100vw;min-height:100vh;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;scroll-snap-align:start;flex-direction:column;z-index:1;background-color:#f4f4f4;overflow:hidden}.splash-screens_section__DYBxx,.splash-screens_sectionContent__F1zQx{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal}.splash-screens_sectionContent__F1zQx{-moz-box-flex:1;flex:1 1;flex-direction:column;justify-content:space-around;-moz-box-pack:center;justify-content:center}.splash-screens_sectionTextContainer__gZGsN{padding:.75rem 1rem}.splash-screens_graphicContainer__Q_VgC{position:relative}.splash-screens_title__exypI{font-weight:700;font-size:3rem;line-height:3rem;font-family:"Bespoke Serif",serif}@media(min-width:960px){.splash-screens_title__exypI{font-size:4rem;line-height:3.9rem}}@media(min-width:1920px){.splash-screens_title__exypI{font-size:6rem;line-height:5rem}}.splash-screens_title__exypI.splash-screens_title_pink__GXbzQ{color:#ff477e}.splash-screens_title__exypI.splash-screens_title_orange__imIel{color:#ff5400}.splash-screens_title__exypI.splash-screens_title_smallerPaddingTop__0kCjD{padding-top:20px}.splash-screens_description__qA6mm{font-family:General Sans,sans-serif;font-size:1rem;font-weight:500;text-align:left;height:auto;padding-top:15px;padding-bottom:15px;width:90%;align-self:flex-start}@media(min-width:960px){.splash-screens_description__qA6mm{font-size:1.2rem}}@media(min-width:1920px){.splash-screens_description__qA6mm{font-size:1.85rem}}.splash-screens_description__qA6mm.splash-screens_description__pink__GbhQT{color:#ff477e}.splash-screens_description__qA6mm.splash-screens_description__orange__WFMqE{color:#ff5400}.splash-screens_nav__ysfx_{margin:0;padding:0;position:fixed;left:43%;bottom:12%;list-style:none;z-index:999}.splash-screens_nav__ysfx_ li{width:10px;height:10px;border-radius:50%;margin:2px;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s;float:left;background:#0096c7;-webkit-filter:opacity(.2);filter:opacity(.2)}.splash-screens_nav__ysfx_ li.splash-screens_selected__cTGb5{width:20px;border-radius:10px;-webkit-filter:opacity(1);filter:opacity(1)}.splash-screens_nav__ysfx_ li.splash-screens_pink__8jF4b{background:#ff477e}.splash-screens_nav__ysfx_ li.splash-screens_orange__BOTJI{background:#ff5400}.splash-screens_nav__ysfx_ li.splash-screens_blue__wSh11{background:#0096c7}.splash-screens_solidButtonWhite__27zvl{color:#4d4fcf!important}.splash-screens_solidButtonPink__9GIcc{color:#fff}.splash-screens_section__welcome__sGscX{background-color:#4d4fcf}@media(min-width:960px){.splash-screens_section__welcome__sGscX .splash-screens_sectionContent__F1zQx{-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;margin:4rem 0}.splash-screens_section__welcome__sGscX .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC,.splash-screens_section__welcome__sGscX .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{-moz-box-flex:1;flex:1 1}.splash-screens_section__welcome__sGscX .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC{height:auto;display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;padding-left:5%}.splash-screens_section__welcome__sGscX .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC svg{height:auto;position:relative;right:auto;width:100%}.splash-screens_section__welcome__sGscX .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{padding-top:4rem}}.splash-screens_section__welcome__sGscX .splash-screens_sectionTextContainer__gZGsN{margin:1rem 0}.splash-screens_section__welcome__sGscX .splash-screens_graphicContainer__Q_VgC{height:40vh}.splash-screens_section__welcome__sGscX .splash-screens_graphicContainer__Q_VgC svg{fill:#03045e;height:100%;position:absolute;top:0;right:-15%}.splash-screens_section__welcome__sGscX .splash-screens_description__qA6mm,.splash-screens_section__welcome__sGscX .splash-screens_title__exypI{color:#fff}@media(min-width:960px){.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;margin:4rem 0}.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC,.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{-moz-box-flex:1;flex:1 1}.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{padding-top:4rem}.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC{display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;-moz-box-pack:end;justify-content:flex-end}}.splash-screens_section__intro__FnTjx .splash-screens_graphicContainer__Q_VgC,.splash-screens_section__intro__FnTjx .splash-screens_sectionTextContainer__gZGsN{padding:.75rem 1rem}.splash-screens_section__intro__FnTjx .splash-screens_graphicContainer__Q_VgC{text-align:right}.splash-screens_section__intro__FnTjx .splash-screens_graphicContainer__Q_VgC svg{fill:#0096c7;width:66%}.splash-screens_section__intro__FnTjx .splash-screens_description__qA6mm,.splash-screens_section__intro__FnTjx .splash-screens_title__exypI{color:#1b1c77}.splash-screens_section_tips__z7rDL{height:100vh}.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D,.splash-screens_section_tips__z7rDL .splash-screens_logInStepsSubtitle__6nLro,.splash-screens_section_tips__z7rDL .splash-screens_logInStepsTitle__rRfAO{color:#023e8a}.splash-screens_section_tips__z7rDL .splash-screens_logInStepsTitle__rRfAO{font-style:normal;font-weight:700;font-size:1.625rem;line-height:1.2rem}@media(min-width:960px){.splash-screens_section_tips__z7rDL .splash-screens_logInStepsTitle__rRfAO{font-size:1.9rem;line-height:1.4rem}}@media(min-width:1280px){.splash-screens_section_tips__z7rDL .splash-screens_logInStepsTitle__rRfAO{font-size:2.25rem;line-height:1.8rem}}.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D{list-style:none;font-size:1.25rem;line-height:1.2rem;font-weight:500;padding:0}@media(min-width:960px){.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D{font-size:1.6rem;line-height:1.3rem}}@media(min-width:1280px){.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D{font-size:2.2rem;line-height:2rem}.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D li{margin-bottom:1.5rem}}.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D .splash-screens_checker__bYqF_{color:#ff5400;width:2rem;height:2rem;margin-right:.5rem}@media(min-width:1280px){.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D .splash-screens_checker__bYqF_{font-size:2.25rem}}.splash-screens_section_tips__z7rDL .splash-screens_logInSteps__gsT0D li{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}@media(min-width:600px){.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;padding:0;height:auto;width:90vw}.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{-moz-box-flex:2;flex:2 1;margin-bottom:14rem}.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN:after{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);width:135%;height:135%;top:-12%;left:-11%}.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx .splash-screens_stepsDescriptionContainer__OA1aW{-moz-box-flex:1;flex:1 1;-moz-box-align:end;align-items:flex-end;padding:0}.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx .splash-screens_stepsDescriptionContainer__OA1aW .splash-screens_graphicContainer__Q_VgC svg{position:relative;width:110%}}@media(min-width:960px){.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx{width:940px}.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{padding:0;margin-bottom:5rem}.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx .splash-screens_stepsDescriptionContainer__OA1aW{padding:.75rem;height:auto;width:88%;margin-bottom:2rem}}@media(min-width:1280px){.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx{width:1230px}}@media(min-width:1920px){.splash-screens_section_tips__z7rDL .splash-screens_sectionContent__F1zQx{width:1830px}}.splash-screens_section_tips__z7rDL .splash-screens_logInStepsSubtitle__6nLro{font-size:.82rem;font-weight:500;-moz-box-flex:2;flex:2 1;margin-top:1rem}.splash-screens_section_tips__z7rDL .splash-screens_sectionTextContainer__gZGsN{padding:7rem 2rem;position:relative}.splash-screens_section_tips__z7rDL .splash-screens_sectionTextContainer__gZGsN:after{content:"";position:absolute;z-index:-1;-webkit-transform:rotate(31deg);-moz-transform:rotate(31deg);transform:rotate(31deg);width:115%;height:115%;top:0;left:-20%;background-image:url(/bubble.svg);background-repeat:no-repeat}.splash-screens_section_tips__z7rDL .splash-screens_sectionTextContainer__gZGsN .splash-screens_logInStepsSubtitle__6nLro{display:none}@media(min-width:600px){.splash-screens_section_tips__z7rDL .splash-screens_sectionTextContainer__gZGsN .splash-screens_logInStepsSubtitle__6nLro{display:block}}@media(min-width:960px){.splash-screens_section_tips__z7rDL .splash-screens_sectionTextContainer__gZGsN .splash-screens_logInStepsSubtitle__6nLro{font-size:1.1rem}}@media(min-width:1280px){.splash-screens_section_tips__z7rDL .splash-screens_sectionTextContainer__gZGsN .splash-screens_logInStepsSubtitle__6nLro{font-size:1.15rem}}.splash-screens_section_tips__z7rDL .splash-screens_stepsDescriptionContainer__OA1aW{padding:.75rem 1rem 8rem;display:-moz-box;display:flex}.splash-screens_section_tips__z7rDL .splash-screens_stepsDescriptionContainer__OA1aW .splash-screens_logInStepsSubtitle__6nLro{font-size:.82rem;font-weight:500;-moz-box-flex:2;flex:2 1;margin-top:1rem}@media(min-width:600px){.splash-screens_section_tips__z7rDL .splash-screens_stepsDescriptionContainer__OA1aW .splash-screens_logInStepsSubtitle__6nLro{display:none}}.splash-screens_section_tips__z7rDL .splash-screens_stepsDescriptionContainer__OA1aW .splash-screens_graphicContainer__Q_VgC{-moz-box-flex:1;flex:1 1;height:4rem}.splash-screens_section_tips__z7rDL .splash-screens_stepsDescriptionContainer__OA1aW .splash-screens_graphicContainer__Q_VgC svg{position:absolute;fill:#ff5400;width:115%;left:-15%}.splash-screens_section__rewards__oSblV .splash-screens_sectionContent__F1zQx{margin-top:1rem;-moz-box-pack:start;justify-content:flex-start}@media(min-width:960px){.splash-screens_section__rewards__oSblV .splash-screens_sectionContent__F1zQx{margin-top:10vh}.splash-screens_section__rewards__oSblV .splash-screens_sectionContent__F1zQx .splash-screens_rewards__Yh3bw{display:-moz-box;display:flex}.splash-screens_section__rewards__oSblV .splash-screens_sectionContent__F1zQx .splash-screens_title__exypI span{display:inline-block}}.splash-screens_section__rewards__oSblV .splash-screens_sectionTextContainer__gZGsN{padding:.75rem 1rem}.splash-screens_section__rewards__oSblV .splash-screens_rewards__Yh3bw{padding:0 1rem}.splash-screens_section__rewards__oSblV .splash-screens_description__qA6mm,.splash-screens_section__rewards__oSblV .splash-screens_title__exypI{color:#ff477e}.splash-screens_section__rewards__oSblV .splash-screens_description__qA6mm p,.splash-screens_section__rewards__oSblV .splash-screens_title__exypI p{margin-bottom:0}.splash-screens_section__rewards__oSblV .splash-screens_title__exypI span{display:block}.splash-screens_section_seeYou__Yl6ZZ{background-color:#4d4fcf;padding-top:4rem}@media(min-width:960px){.splash-screens_section_seeYou__Yl6ZZ .splash-screens_sectionContent__F1zQx{-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;margin:4rem 0}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC,.splash-screens_section_seeYou__Yl6ZZ .splash-screens_sectionContent__F1zQx .splash-screens_sectionTextContainer__gZGsN{-moz-box-flex:1;flex:1 1}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC{height:auto;display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;padding-left:5%;padding-bottom:2rem}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC svg{height:auto;position:relative;right:auto;width:100%}}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_graphicContainer__Q_VgC{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;padding:2rem 1rem .5rem}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_graphicContainer__Q_VgC svg{fill:#03045e;width:66%}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_sectionTextContainer__gZGsN{margin:1rem 0}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_title__exypI{font-size:2.05rem;line-height:2.2rem}@media(min-width:960px){.splash-screens_section_seeYou__Yl6ZZ .splash-screens_title__exypI{font-size:4rem;line-height:3.9rem}}@media(min-width:1920px){.splash-screens_section_seeYou__Yl6ZZ .splash-screens_title__exypI{font-size:6rem;line-height:5rem}}.splash-screens_section_seeYou__Yl6ZZ .splash-screens_description__qA6mm,.splash-screens_section_seeYou__Yl6ZZ .splash-screens_title__exypI{color:#fff}.splash-screens_reward__zYYf6{display:-moz-box;display:flex;border-radius:1rem;padding:1.25rem 1.5rem;color:#fff;margin:0 0 1rem;-moz-box-align:center;align-items:center}.splash-screens_reward__zYYf6.splash-screens_reward__1__TDF5C{background:#ce9400}.splash-screens_reward__zYYf6.splash-screens_reward__2__DXZwA{background:#7f7f7f}.splash-screens_reward__zYYf6.splash-screens_reward__3__6BdtG{background:#835703}.splash-screens_reward__zYYf6 .splash-screens_rewardJar__21lPQ{margin:0 1rem 0 0}.splash-screens_reward__zYYf6 .splash-screens_rewardJar__21lPQ svg{width:4rem;fill:#fff}.splash-screens_reward__zYYf6 .splash-screens_rewardDesc__fAR7Y .splash-screens_rewardTitle__zQUiR{font-size:1rem;font-weight:500}.splash-screens_reward__zYYf6 .splash-screens_rewardDesc__fAR7Y .splash-screens_rewardMore__2N_ef{font-size:.925rem;font-weight:400}@media(max-height:680px){.splash-screens_reward__zYYf6{padding:.75rem 1.5rem}.splash-screens_reward__zYYf6 .splash-screens_rewardJar__21lPQ svg{width:3rem}}@media(min-width:960px){.splash-screens_reward__zYYf6{padding:2.2rem 1.5rem;-moz-box-flex:1;flex:1 1;margin:0;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;text-align:center}.splash-screens_reward__zYYf6:nth-child(2){margin:0 .75rem}.splash-screens_reward__zYYf6 .splash-screens_rewardJar__21lPQ{margin:0 0 1rem}}.splash-screens_notifyContainer__AaRPv{margin:1rem 0}@supports(-webkit-touch-callout:none){.splash-screens_section__DYBxx{-webkit-overflow-scrolling:touch}.splash-screens_sectionContent__F1zQx{margin-top:95px;max-height:68vh}.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC{position:relative;display:-moz-box;display:flex;-moz-box-flex:1;flex:1 1;width:100%;margin-top:1rem}.splash-screens_section__intro__FnTjx .splash-screens_sectionContent__F1zQx .splash-screens_graphicContainer__Q_VgC svg{width:48%;position:absolute;bottom:1rem;right:1rem;z-index:-1}.splash-screens_section__rewards__oSblV .splash-screens_sectionContent__F1zQx{margin-top:95px;max-height:none}.splash-screens_notifyContainer__AaRPv{margin-bottom:2rem}}@-webkit-keyframes splash-screens_fadeIn__B_FeS{0%{opacity:0}to{opacity:1}}@-moz-keyframes splash-screens_fadeIn__B_FeS{0%{opacity:0}to{opacity:1}}@keyframes splash-screens_fadeIn__B_FeS{0%{opacity:0}to{opacity:1}}.how-to-play_flexRow__psvLI{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.how-to-play_flexRow__psvLI{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.how-to-play_flexRow__psvLI{width:600px}}@media(min-width:960px){.how-to-play_flexRow__psvLI{width:940px}}@media(min-width:1280px){.how-to-play_flexRow__psvLI{width:1230px}}@media(min-width:1920px){.how-to-play_flexRow__psvLI{width:1830px}}.how-to-play_flexRowDesktop__zv_Kr{margin:0 auto}@media(min-width:960px){.how-to-play_flexRowDesktop__zv_Kr{width:940px}}@media(min-width:1280px){.how-to-play_flexRowDesktop__zv_Kr{width:1230px}}@media(min-width:1920px){.how-to-play_flexRowDesktop__zv_Kr{width:1830px}}.how-to-play_backdrop__eVT5N{background-color:transparent}.how-to-play_titleWrapper__dDp5w{position:fixed;bottom:1.5rem;right:0;background:#ff0a54;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:.75rem 0 0 .75rem;padding:1rem .5rem;cursor:pointer}.how-to-play_titleWrapper__dDp5w .how-to-play_iconWrapper__0xbAr{display:none}.how-to-play_titleWrapper__dDp5w .how-to-play_title__7gEUw{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase}@media(min-width:960px){.how-to-play_titleWrapper__dDp5w{right:1.5rem;border-radius:100px;padding:1rem 2rem;display:-moz-box;display:flex}.how-to-play_titleWrapper__dDp5w .how-to-play_iconWrapper__0xbAr{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;margin-right:1rem}.how-to-play_titleWrapper__dDp5w svg{fill:#fff;height:1rem}.how-to-play_titleWrapper__dDp5w .how-to-play_title__7gEUw{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;font-size:1rem}}.how-to-play_container__gOmvv{position:fixed;bottom:1.5rem;right:0;background:#ff0a54;border-radius:1rem;width:300px;outline:none}@media(min-width:960px){.how-to-play_container__gOmvv{width:500px;border-radius:1.625rem;right:1.5rem;bottom:6rem}}.how-to-play_contentContainer__ee77R{color:#fff;background-color:#ff477e;border-radius:inherit;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;padding:1rem;-webkit-transform:translate(-16px,-16px);-moz-transform:translate(-16px,-16px);transform:translate(-16px,-16px)}.how-to-play_contentContainer__ee77R .how-to-play_iconButton__3h8JG,.how-to-play_contentContainer__ee77R .how-to-play_wrapper__91HLG{display:block}.how-to-play_contentContainer__ee77R:focus-visible{outline:none}.how-to-play_contentContainer__ee77R .how-to-play_button__pJnGW{color:#fff;background-color:#ff0a54}@media(min-width:960px){.how-to-play_contentContainer__ee77R{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0);padding:1.5rem 2rem}.how-to-play_contentContainer__ee77R .how-to-play_button__pJnGW{font-size:1rem;padding:1rem 2rem}}.how-to-play_contentTitle__MA3k2{display:none}@media(min-width:960px){.how-to-play_contentTitle__MA3k2{display:block;font-family:General Sans;font-weight:600;margin-bottom:1.5rem;font-size:2.25rem}}.how-to-play_contentWrapper__Fn64m{margin-bottom:1rem}@media(min-width:960px){.how-to-play_contentWrapper__Fn64m{margin-bottom:1.5rem}}.how-to-play_heading__YDVsT{font-family:General Sans;font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:.5rem}@media(min-width:960px){.how-to-play_heading__YDVsT{font-size:1.5rem;line-height:1.75rem}}.how-to-play_content__HUT04{font-family:General Sans;font-size:.625rem;font-weight:600;line-height:.875rem;display:-moz-box;display:flex}.how-to-play_content__HUT04 ol{padding:0;margin:0;list-style-position:inside}.how-to-play_content__HUT04 li{font-weight:400}.how-to-play_content__HUT04 li::marker{font-weight:600}.how-to-play_content__HUT04 .how-to-play_icon__wMu10{font-size:.875rem;margin-right:.5rem}@media(min-width:960px){.how-to-play_content__HUT04{font-size:1rem;line-height:1.375rem}.how-to-play_content__HUT04 .how-to-play_icon__wMu10{font-size:1.125rem;margin-right:.5rem}}.how-to-play_iconButton__3h8JG{padding:0;color:#fff}@media(min-width:960px){.how-to-play_iconButton__3h8JG svg{font-size:2rem}}.flexRow{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin:0 auto}@media(max-width:599px){.flexRow{width:-moz-calc(100vw - 16px);width:calc(100vw - 16px);padding:0 1vw}}@media(min-width:600px){.flexRow{width:600px}}@media(min-width:960px){.flexRow{width:940px}}@media(min-width:1280px){.flexRow{width:1230px}}@media(min-width:1920px){.flexRow{width:1830px}}.flexRowDesktop{margin:0 auto}@media(min-width:960px){.flexRowDesktop{width:940px}}@media(min-width:1280px){.flexRowDesktop{width:1230px}}@media(min-width:1920px){.flexRowDesktop{width:1830px}}body,html{padding:0;margin:0;font-family:General Sans;font-size:16px}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}