: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:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);-webkit-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%);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%);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);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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);-webkit-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:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;-webkit-box-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:-webkit-box;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-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;transition:.3s ease;-ms-flex-item-align:start;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)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-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;transform-origin:left}.Toastify__progress-bar--animated{-webkit-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;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;-webkit-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;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}}@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-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes 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)}}@-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}}@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}}.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{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@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)}}@-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)}}@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)}}@-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)}}@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)}}@-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)}}@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)}}.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)}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:Block Berthold;src:local("Block Berthold"),url(/fonts/block-berthold-condensed-regular.woff2) format("woff2")}@font-face{font-family:Helvetica Neue;src:local("Helvetica Neue",url("/fonts/helvetica-neue.woff") format("woff"))}iframe{border:unset}html{scrollbar-color:#385682 #c6c6c6;scrollbar-width:thin}html::-webkit-scrollbar{height:10px;width:10px}html::-webkit-scrollbar-track{border-radius:15px;-webkit-box-shadow:inset 0 0 6px rgba(198,198,198,.1);box-shadow:inset 0 0 6px rgba(198,198,198,.1);background-color:#c6c6c6}html::-webkit-scrollbar-thumb{border-radius:15px;-webkit-box-shadow:inset 0 0 6px rgba(56,86,130,.5);box-shadow:inset 0 0 6px rgba(56,86,130,.5);background-color:rgba(56,86,130,.6)}body,html{font-family:Helvetica Neue,sans-serif;font-size:100%;font-weight:300;font-style:normal;line-height:1.2;color:#000;margin:0;padding:0;height:100vh;zoom:normal}body{width:100%;height:100vh}body.fixed{overflow:hidden;position:fixed}body #root{height:100%}main{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;width:100vw}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}ol,p,ul{padding:0;margin:0}ol,ul{list-style:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.hidden{display:none}.transparent{opacity:0}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1}.separator{border:1px dashed #a9a9aa}.loading-text{padding:120px;text-align:center;font-size:25px}.block-icon-ribbon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.block-icon-ribbon .text-ribbon{font-size:7px;margin-top:.5rem}.button-keep-going,.button.button-keep-going{font-family:Block Berthold,sans-serif;font-size:14px;font-weight:400;margin-bottom:1rem;margin-top:1rem}@media(min-width:1024px){.button-keep-going,.button.button-keep-going{font-size:30px;font-weight:400}}.button-keep-going .icon-keep-going,.button.button-keep-going .icon-keep-going{height:auto;margin-left:.5rem;stroke:#fff;stroke-width:2;width:25px}.list-items-disc-inside{display:list-item;list-style-type:disc;list-style-position:inside}.user-title{font-family:Block Berthold,sans-serif;font-size:20px;font-weight:400;margin-bottom:2rem;margin-top:1rem}@media(min-width:1024px){.user-title{font-size:30px;font-weight:400}}.hidden-back-arrow{height:40px;margin-top:1rem}.flex-center,.hidden-back-arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.font-family-title{font-family:Block Berthold,sans-serif}.font-family-text{font-family:Helvetica Neue,sans-serif}.font-6-light{font-size:6px;font-weight:300}.font-10-bold{font-size:10px;font-weight:700}.font-10-light{font-size:10px;font-weight:300}.font-10-regular{font-size:10px;font-weight:400}.font-12-light{font-size:12px;font-weight:300}.font-14-bold{font-size:14px;font-weight:700}.font-14-light{font-size:14px;font-weight:300}.font-16-bold{font-size:16px;font-weight:700}.font-16-light{font-size:16px;font-weight:300}.font-16-regular{font-size:16px;font-weight:400}.font-20-bold{font-size:20px;font-weight:700}.font-20-light{font-size:20px;font-weight:300}.font-20-regular{font-size:20px;font-weight:400}.font-23-bold{font-size:23px;font-weight:700}.font-23-light{font-size:23px;font-weight:300}.font-25-bold{font-size:25px;font-weight:700}.font-25-light{font-size:25px;font-weight:300}.font-25-regular{font-size:25px;font-weight:400}.font-30-bold{font-size:30px;font-weight:700}.font-30-light{font-size:30px;font-weight:300}.font-30-regular{font-size:30px;font-weight:400}.font-45-regular{font-size:45px;font-weight:400}.font-45-bold{font-size:45px}.bold,.font-45-bold{font-weight:700}.text-left{text-align:left}.text-center{text-align:center}.color-black{color:#000}.color-blue{color:#0051a4}.color-dark-gray{color:#7a7a7a}.color-red{color:#ff1515}.color-green{color:#33a70a}.color-white{color:#fff}.icon-ribbon{height:41px;width:41px}.icon-info{height:34px;width:34px}.icon-cat,.icon-checked{height:19px;width:19px}.icon-dog{height:116px;width:117px}.icon-calendar{height:19px;width:22px}.icon-options{height:47px;width:47px}.breadcrumb{padding:0 1rem;position:relative;width:100%;max-height:55px}@media(min-width:1024px){.breadcrumb{max-height:45px;padding:0 4rem}}.breadcrumb .breadcrumb-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.breadcrumb .breadcrumb-item{width:100%}@media(min-width:1024px){.breadcrumb .breadcrumb-item{margin-right:3.25rem}.breadcrumb .breadcrumb-item:last-child{margin-right:0}}.breadcrumb .breadcrumb-item:first-child .breadcrum-item-progress,.breadcrumb .breadcrumb-item:first-child .breadcrum-item-progress.is-active,.breadcrumb .breadcrumb-item:first-child .breadcrumb-item-background{border-top-left-radius:10px;border-bottom-left-radius:10px}.breadcrumb .breadcrumb-item:first-child .breadcrumb-item-label{text-align:left}.breadcrumb .breadcrumb-item:last-child .breadcrum-item-progress,.breadcrumb .breadcrumb-item:last-child .breadcrum-item-progress.is-active,.breadcrumb .breadcrumb-item:last-child .breadcrumb-item-background{border-top-right-radius:10px;border-bottom-right-radius:10px}.breadcrumb .breadcrumb-item:last-child .breadcrumb-item-label{text-align:right}.breadcrumb .breadcrumb-item-label{font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:300;display:none;text-align:center;margin-bottom:.33rem}.breadcrumb .breadcrumb-item-label:first-letter{text-transform:uppercase}@media(min-width:1024px){.breadcrumb .breadcrumb-item-label{display:block}}.breadcrumb .breadcrumb-item-background{background-color:#c6c6c6;height:.25rem;width:100%}@media(min-width:1024px){.breadcrumb .breadcrumb-item-background{height:.8rem}}.breadcrumb .breadcrum-item-progress{background-color:#0051a4;display:block;height:100%;overflow:hidden;width:0}.breadcrumb .breadcrum-item-progress.is-active{width:100%}.breadcrumb .breadcrumb-number{background:#0051a4;border-radius:50%;color:#fff;height:35px;margin:1rem auto;padding:8px 12px;width:35px}@media(min-width:1024px){.breadcrumb .breadcrumb-number{display:none}}.button{border-radius:15px;background-color:#fff;border:1px solid #000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:auto;letter-spacing:0;min-height:50px;overflow:hidden;padding:0;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;cursor:pointer}.button,.button .button-hover-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.button .button-hover-wrapper{background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;padding:16px 5px}.button .icon-dog-paw{height:40px;width:60px;fill:#fff}.button .button-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.button:active,.button:active:focus,.button:focus,.button:focus-within,.button:hover{outline:none;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.button:active .button-hover-wrapper,.button:active:focus .button-hover-wrapper,.button:focus-within .button-hover-wrapper,.button:focus .button-hover-wrapper,.button:hover .button-hover-wrapper{background-color:rgba(0,0,0,.1)}.button.button-primary{border-color:#33a70a;background-color:#33a70a;color:#fff}.button.button-secondary{border-color:#0051a4;background-color:#fff;color:#0051a4}.button.button-ternary{background-color:#0051a4;border-color:#0051a4;color:#fff}.button.button-disabled{background-color:#c6c6c6;border-color:#c6c6c6;color:#fff;cursor:not-allowed}.calendar{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar,.calendar .calendar-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.calendar .calendar-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.calendar .calendar-row.header{height:30px;margin-bottom:8px;padding:unset}.calendar .calendar-row.header .calendar-cell{font-weight:700;cursor:default}.calendar .calendar-cell{font-size:14px;font-weight:300;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:14.2857142857%;height:30px;cursor:pointer}@media(min-width:1024px){.calendar .calendar-cell{font-size:16px;font-weight:300}}.calendar .calendar-cell:hover{background-color:rgba(198,198,198,.4)}.calendar .calendar-cell.is-disabled{background-color:rgba(198,198,198,.2);opacity:.2;cursor:not-allowed}.calendar .calendar-cell.no-value{background-color:transparent;cursor:default}.calendar .calendar-current{position:absolute;top:2px;left:2px;border:2px solid rgba(0,81,164,.4);width:calc(100% - 4px);height:calc(100% - 4px);background-color:rgba(0,81,164,.3)}.date-picker-component{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.date-picker-component,.date-picker-component .date-picker-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.date-picker-component .date-picker-month{font-size:16px;font-weight:300;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width:1024px){.date-picker-component .date-picker-month{font-size:20px;font-weight:300}}.date-picker-component .date-picker-month-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;text-transform:capitalize;cursor:default}.date-picker-component .date-picker-month-value.with-month{cursor:pointer}.date-picker-component .date-picker-month-value.with-month:hover{background-color:rgba(198,198,198,.2)}.date-picker-component .icon-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:content-box;box-sizing:content-box;width:16px;height:16px;padding:8px;cursor:pointer}.date-picker-component .arrow-previous{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-right:16px}.date-picker-component .arrow-next{margin-left:16px}.date-time-picker-component{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:59px;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.date-time-picker-component.is-disabled{color:#c6c6c6;cursor:not-allowed}.date-time-picker-component.is-disabled .date-time-picker-wrapper{background-color:#c6c6c6}.date-time-picker-component .date-time-picker-wrapper{border-radius:15px;border:1px solid #0051a4;font-size:14px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;min-height:inherit;padding:.8rem;position:relative;width:100%}.date-time-picker-component .date-time-picker-wrapper:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.date-time-picker-component .date-time-picker-wrapper{font-size:20px;font-weight:700;padding:1rem 2rem}}.date-time-picker-component .date-time-picker-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;color:#0051a4}.date-time-picker-component .date-time-picker-value .icon-chevron{margin-left:10px}.date-time-picker-component .date-time-picker-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:0;margin-top:5px;max-height:410px;text-align:left;overflow-y:hidden}.date-time-picker-component .date-time-picker-container.close-container{height:0}.date-time-picker-component .separator{display:block;width:calc(100% - 32px);margin:16px;border-bottom:1px solid #c6c6c6}.date-time-picker-component .icon-chevron{width:25px;height:12px;-ms-flex-negative:0;flex-shrink:0;margin-left:7px;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.date-time-picker-component.is-open .date-time-picker-wrapper{border-radius:15px;border:1px solid #0051a4;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);position:absolute;height:auto;top:60px;margin-bottom:30px;z-index:1000}.date-time-picker-component.is-open .date-time-picker-wrapper:focus-visible{border:1px solid #385682;outline:none}.date-time-picker-component.is-open .date-time-picker-container{height:auto;width:100%}.date-time-picker-component.is-open .icon-chevron{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.date-time-picker-component .field-input-datetime{width:100%}.month-picker{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.month-picker,.month-picker .month-picker-year{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.month-picker .month-picker-year{font-size:14px;font-weight:300;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width:1024px){.month-picker .month-picker-year{font-size:20px;font-weight:300}}.month-picker .month-picker-year-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px}.month-picker .month-picker-year-value.with-year{cursor:pointer}.month-picker .month-picker-year-value.with-year:hover{background-color:rgba(198,198,198,.2)}.month-picker .icon-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:content-box;box-sizing:content-box;width:16px;height:16px;padding:8px;cursor:pointer}.month-picker .arrow-previous{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-right:16px}.month-picker .arrow-next{margin-left:16px}.month-picker .month-picker-container{-ms-flex-wrap:wrap;flex-wrap:wrap}.month-picker .month-picker-container,.month-picker .month-picker-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.month-picker .month-picker-item{font-size:14px;font-weight:300;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33.3333333333%;height:40px;text-transform:capitalize;cursor:pointer}.month-picker .month-picker-item:hover{background-color:rgba(198,198,198,.2)}@media(min-width:1024px){.month-picker .month-picker-item{font-size:16px;font-weight:300}}.month-picker .month-current{position:absolute;top:2px;left:2px;border:2px solid rgba(0,81,164,.4);width:calc(100% - 8px);height:calc(100% - 8px);background-color:rgba(0,81,164,.3)}.time-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.time-picker .time-picker-hours,.time-picker .time-picker-minutes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.time-picker .time-picker-minutes{margin-left:30px}.time-picker .time-picker-value{font-size:14px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;height:26px}@media(min-width:1024px){.time-picker .time-picker-value{font-size:16px;font-weight:300}}.time-picker .icon-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:content-box;box-sizing:content-box;width:16px;height:16px;padding:8px;cursor:pointer}.time-picker .chevron-down{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.time-picker .chevron-up{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.year-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.year-picker .year-picker-nav{font-size:20px;font-weight:300;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.year-picker .year-picker-nav,.year-picker .year-picker-nav-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.year-picker .year-picker-nav-value{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px}.year-picker .icon-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:content-box;box-sizing:content-box;width:16px;height:16px;padding:8px;cursor:pointer}.year-picker .arrow-previous{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-right:16px}.year-picker .arrow-next{margin-left:16px}.year-picker .year-picker-container{-ms-flex-wrap:wrap;flex-wrap:wrap}.year-picker .year-picker-container,.year-picker .year-picker-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.year-picker .year-picker-item{font-size:14px;font-weight:300;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:33.3333333333%;height:40px;cursor:pointer}.year-picker .year-picker-item:hover{background-color:rgba(198,198,198,.2)}.year-picker .year-picker-item.no-value{background-color:transparent;cursor:default}@media(min-width:1024px){.year-picker .year-picker-item{font-size:16px;font-weight:300}}.year-picker .year-current{position:absolute;top:2px;left:2px;border:2px solid rgba(0,81,164,.4);width:calc(100% - 8px);height:calc(100% - 8px);background-color:rgba(0,81,164,.3)}.block-form{width:100%;height:auto;max-width:100%}.form{min-height:calc(100vh - 70px - 105px - 3rem);width:100%;min-height:100%}@media(min-width:1024px){.form{min-height:calc(100vh - 165px - 30px - 3rem)}}.form.bordered{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);border-radius:15px;padding-top:.5rem;padding-bottom:.5rem;height:auto}.form .container{width:100%;min-height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2rem}@media(min-width:1024px){.form .container{padding-left:calc((100% + 14.5rem)/5);padding-right:calc((100% + 14.5rem)/5)}}.form .buttons{width:100%}.form .block-radios{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.form .inline-field{width:100%;margin-bottom:1rem}@media(min-width:1024px){.form .inline-field{width:calc(50% - 30px);margin-bottom:unset}}.form .inline-field:last-of-type{margin-bottom:unset}.field{width:100%;min-height:51px}.field .field-border{min-height:inherit}.field .input-text{border-radius:15px;border:1px solid #0051a4;font-size:14px;font-weight:700;padding:1rem 2rem;width:100%;color:#0051a4;min-height:inherit;text-align:center}.field .input-text:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.field .input-text{font-size:20px;font-weight:700}}.field .input-text::-webkit-input-placeholder{font-size:14px;font-weight:700;color:#0051a4;opacity:1}.field .input-text::-moz-placeholder{font-size:14px;font-weight:700;color:#0051a4;opacity:1}.field .input-text:-ms-input-placeholder{font-size:14px;font-weight:700;color:#0051a4;opacity:1}.field .input-text::-ms-input-placeholder{font-size:14px;font-weight:700;color:#0051a4;opacity:1}.field .input-text::placeholder{font-size:14px;font-weight:700;color:#0051a4;opacity:1}@media(min-width:1024px){.field .input-text::-webkit-input-placeholder{font-size:20px;font-weight:700}.field .input-text::-moz-placeholder{font-size:20px;font-weight:700}.field .input-text:-ms-input-placeholder{font-size:20px;font-weight:700}.field .input-text::-ms-input-placeholder{font-size:20px;font-weight:700}.field .input-text::placeholder{font-size:20px;font-weight:700}}.field.field-error .input-text{border-color:#ff1515}.field-checkbox{font-size:14px;font-weight:300;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;cursor:pointer}@media(min-width:1024px){.field-checkbox{font-size:20px;font-weight:300}}.field-checkbox .field-label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem}.field-checkbox .input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;border:2px solid #33a70a;-ms-flex-negative:0;flex-shrink:0;height:1rem;width:1rem;cursor:pointer}@media(min-width:1024px){.field-checkbox .input-checkbox{height:2rem;width:2rem}}.field-checkbox.field-selected .input-checkbox{background-color:#33a70a}.field-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;width:100%;min-height:unset}.field-file .input-file{display:none}.field-file .input-file-field{font-size:20px;font-weight:300;text-decoration:underline;cursor:pointer}.field-file .input-file-field.with-file{text-decoration:unset;color:#000}.field-radio{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-height:unset}.field-radio,.field-radio .field-label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.field-radio .field-label{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;cursor:pointer}.field-radio .input-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.5rem;height:2.5rem;border:2px solid #0051a4;border-radius:50%;background-clip:content-box;padding:3px;cursor:pointer}.field-radio.field-selected .input-radio{background-color:#0051a4;border:none;padding:0}.ReactModal__Body--open{overflow:hidden}.ReactModal__Overlay{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-height:100%;overflow-y:auto;z-index:3000}.modal,.ReactModal__Overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.modal{border-radius:15px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;width:calc(100% - 20px);margin:10px auto;padding:2rem 1rem}@media(min-width:1024px){.modal{width:500px;margin:32px auto}}.modal:focus{outline:none}.modal .modal-container{color:#0051a4;font-weight:400;padding:0 1rem;text-align:center}.modal .modal-container .button-close{font-family:Block Berthold,sans-serif;font-size:25px;font-weight:400;margin-top:2rem}.react-select{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:46px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;cursor:pointer}.react-select.disabled{background-color:#c6c6c6;cursor:not-allowed}.react-select.disabled .react-select-value{opacity:.6}.react-select.readonly{cursor:default}.react-select .react-select-wrapper{border-radius:15px;border:1px solid #0051a4;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;min-height:46px;min-width:inherit;padding:.8rem;position:relative;width:inherit}.react-select .react-select-wrapper:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.react-select .react-select-wrapper{width:100%;padding:1rem 2rem}}.react-select .react-select-value{font-size:14px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#0051a4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:23px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media(min-width:1024px){.react-select .react-select-value{font-size:20px;font-weight:700}}.react-select .react-select-options{scrollbar-color:#385682 #c6c6c6;scrollbar-width:thin;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:0;margin-top:5px;max-height:225px;overflow-y:auto}.react-select .react-select-options::-webkit-scrollbar{height:10px;width:10px}.react-select .react-select-options::-webkit-scrollbar-track{border-radius:15px;-webkit-box-shadow:inset 0 0 6px rgba(198,198,198,.1);box-shadow:inset 0 0 6px rgba(198,198,198,.1);background-color:#c6c6c6}.react-select .react-select-options::-webkit-scrollbar-thumb{border-radius:15px;-webkit-box-shadow:inset 0 0 6px rgba(56,86,130,.5);box-shadow:inset 0 0 6px rgba(56,86,130,.5);background-color:rgba(56,86,130,.6)}.react-select .react-select-options .select-option{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.react-select .icon-chevron{-ms-flex-negative:0;flex-shrink:0;height:12px;margin-left:7px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:25px}.react-select.is-open .react-select-wrapper{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);background-color:#fff;height:auto;position:absolute;top:0;z-index:1000}.react-select.is-open .react-select-options{height:auto;width:100%}.react-select.is-open .icon-chevron{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select-option{font-size:14px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;width:inherit;padding:8px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(min-width:1024px){.select-option{font-size:20px;font-weight:700}}.select-option.is-selected .icon-indicator{height:6px;width:10px;stroke:#33a70a;-webkit-transform:rotate(270deg);transform:rotate(270deg);margin-right:5px}.select-option:hover{background-color:rgba(0,81,164,.2)}.select-option.is-disabled{font-size:14px;font-weight:300;cursor:default}@media(min-width:1024px){.select-option.is-disabled{font-size:20px;font-weight:300}}.select-option.is-disabled:hover{background-color:transparent}.select-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;min-width:50px;margin:auto 10px auto 0}.breadcrumb-back-arrow{position:absolute;top:45px}@media(min-width:1024px){.breadcrumb-back-arrow{position:relative;top:0}}.breadcrumb-back-arrow.transparent{cursor:default}.breadcrumb-back-arrow .icon-back-arrow{margin-left:1rem;margin-top:.5rem;cursor:pointer}@media(min-width:1024px){.breadcrumb-back-arrow .icon-back-arrow{height:40px;margin-top:1rem;width:50px}}.Toastify__toast-container{width:100vw}@media(min-width:768px){.Toastify__toast-container{width:350px}}.Toastify__toast--default{background:unset!important;-webkit-box-shadow:unset!important;box-shadow:unset!important;margin:0!important;padding:0!important;width:inherit!important}.Toastify__toast-body{width:inherit!important}.Toastify__close-button{position:absolute;right:10px;top:calc(50% - 15px);width:30px;height:30px}.notification{border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:50px;width:100%;min-width:150px;padding:16px;color:#fff}@media(min-width:768px){.notification{max-width:calc(100vw - 32px)}}.notification .notification-icon{width:20px;height:20px;margin-right:16px;fill:#fff}.notification .notification-text{font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media(min-width:768px){.notification{max-width:400px}}.notification.error{background-color:#ff1515}.notification.info{background-color:#0051a4}.notification.success{background-color:#33a70a}.notification.warning{background-color:#ff9c4f}.app-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0051a4;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;height:70px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:100vw}@media(min-width:1024px){.app-header{height:82px}}.app-header .header-link{height:inherit;margin:0 auto 0 0;cursor:pointer}@media(min-width:1024px){.app-header .header-link{margin:0 auto 0 0}}.app-header .app-header-logo{fill:#fff;height:47px;margin:11px 0 12px 4px;width:133px}@media(min-width:1024px){.app-header .app-header-logo{margin:9px auto 0 4px;height:60px;width:171px}}.app-footer{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);background-color:#0051a4;color:#fff;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:100vw;overflow-x:hidden;position:relative;width:100%}.app-footer,.app-footer .footer-section{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.app-footer .footer-section{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;padding:10px 0;width:inherit}.app-footer .app-footer-logo{fill:#fff;height:31px;margin:7px auto 7px 5px;width:90px;cursor:pointer}@media(min-width:1024px){.app-footer .app-footer-logo{height:47px;width:133px}}.app-footer .footer-link{font-size:12px;font-weight:300;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 10px;text-align:center;cursor:pointer}@media(min-width:1024px){.app-footer .footer-link{font-size:16px;font-weight:300}}.app-container{min-height:100vh;width:100vw;max-width:100vw}.app-container,.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrapper{scrollbar-color:#385682 #c6c6c6;scrollbar-width:thin;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.5rem;position:relative;min-height:calc(100vh - 70px - 105px - 1px);max-width:inherit;margin-bottom:5px}.wrapper::-webkit-scrollbar{height:10px;width:10px}.wrapper::-webkit-scrollbar-track{border-radius:15px;-webkit-box-shadow:inset 0 0 6px rgba(198,198,198,.1);box-shadow:inset 0 0 6px rgba(198,198,198,.1);background-color:#c6c6c6}.wrapper::-webkit-scrollbar-thumb{border-radius:15px;-webkit-box-shadow:inset 0 0 6px rgba(56,86,130,.5);box-shadow:inset 0 0 6px rgba(56,86,130,.5);background-color:rgba(56,86,130,.6)}@media(min-width:1024px){.wrapper{min-height:calc(100vh - 165px - 30px)}}.cky-banner-element{padding:8px 30px;background:#f8f9fa;color:#858a8f;border:1px solid #dee2e6;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;cursor:pointer}.static-page{margin:0 0 4rem;width:100%;overflow-x:hidden}.static-page .wrapper{width:100vw;margin:0 auto}.static-page .separator-red{width:100%;height:4px;background-color:#0051a4;border:0;margin-bottom:2rem}.static-page .title-h1{font-family:Block Berthold,sans-serif;font-size:45px;font-weight:400;margin-bottom:1rem}@media(min-width:1024px){.static-page .title-h1{font-size:60px}}.static-page .title-h2{font-family:Block Berthold,sans-serif;font-size:30px;font-weight:400;margin-bottom:1rem;margin-top:2rem;color:#0051a4;border-bottom:2px solid #0051a4;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.static-page .paragraphe{margin-bottom:1rem}.static-page .list-item{list-style:inside;margin-left:2rem}.static-page .item-link{color:#0051a4;font-weight:700;text-decoration:underline;cursor:pointer}.static-page .text-decoration{font-size:16px;font-weight:700;color:#7a7a7a;margin:.5rem 0}.form-animal-identity .block-breadcrumb{height:100%}.form-animal-identity .input-field-name .input-text{font-size:20px;font-weight:700}@media(min-width:1024px){.form-animal-identity .input-field-name .input-text{font-size:25px;font-weight:700;text-align:left}}.form-animal-identity .tell-me-more-block{height:calc(6rem + 24px)}.form-animal-identity .my-name-is,.form-animal-identity .my-sexe-is,.form-animal-identity .tell-me-more{font-size:20px;font-weight:400;margin-bottom:2rem;margin-top:2rem}@media(min-width:1024px){.form-animal-identity .my-name-is,.form-animal-identity .my-sexe-is,.form-animal-identity .tell-me-more{font-size:30px;font-weight:400;line-height:30px}}.form-animal-identity .certify-category-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-animal-identity .tell-me-more{margin-bottom:3rem;margin-top:3rem}.form-animal-identity .bad-declaration{font-size:14px;font-weight:300;margin-bottom:1rem;margin-top:3rem;text-align:center}@media(min-width:1024px){.form-animal-identity .bad-declaration{font-size:23px;font-weight:300}}.form-animal-identity .block-radios{max-width:20rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.form-animal-identity .block-radios-sexe{max-width:unset;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-animal-identity .input-radio-category{width:4.5rem}.form-animal-identity .input-radio-category .label{font-size:30px;font-weight:400;text-align:center;margin-bottom:1rem}.form-animal-identity .input-radio-category .icon-category{height:41px;margin-bottom:1rem;width:41px}@media(min-width:1024px){.form-animal-identity .input-radio-category .icon-category{height:55px;width:55px}}.form-animal-identity .input-radio-category .label-category{display:block;margin-top:.5rem;text-transform:capitalize}.form-animal-identity .input-radio-sexe{margin:0 15px 1rem;width:110px}@media(min-width:1024px){.form-animal-identity .input-radio-sexe{width:150px}}.form-animal-identity .input-radio-sexe .field-label{border-radius:15px;border:1px solid #0051a4;padding:1rem;margin-bottom:1rem;width:inherit}.form-animal-identity .input-radio-sexe .field-label:focus-visible{border:1px solid #385682;outline:none}.form-animal-identity .input-radio-sexe .label{font-size:12px;font-weight:700;color:#0051a4}@media(min-width:1024px){.form-animal-identity .input-radio-sexe .label{font-size:20px;font-weight:700}}.form-animal-identity .input-radio-sexe .label:first-letter{text-transform:uppercase}.form-animal-identity .input-radio-sexe .input-radio{border:1px solid #0051a4}.form-animal-identity .animal-identity-image{height:150px;margin-top:1rem}@media(min-width:1024px){.form-animal-identity .animal-identity-image{height:175px;margin-bottom:1rem}}.form-animal-identity .animal-identity-image .animal-identity-cat,.form-animal-identity .animal-identity-image .animal-identity-dog{height:inherit}.form-animal-identity .animal-identity-infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media(min-width:1024px){.form-animal-identity .animal-identity-infos{width:100%}}@media(min-width:1450px){.form-animal-identity .animal-identity-infos{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.form-animal-identity .date-time-picker-component,.form-animal-identity .react-select{height:38px;min-height:51px;width:100%;margin-bottom:16px}@media(min-width:1450px){.form-animal-identity .date-time-picker-component,.form-animal-identity .react-select{height:auto;min-height:59px;max-width:calc(50% - 15px);margin-bottom:0;width:calc(50% - 15px);-ms-flex-negative:0;flex-shrink:0}}.form-animal-identity .date-time-picker-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-animal-identity .input-date-picker::-webkit-input-placeholder{font-size:12px;font-weight:700;text-align:center;width:100%}.form-animal-identity .input-date-picker::-moz-placeholder{font-size:12px;font-weight:700;text-align:center;width:100%}.form-animal-identity .input-date-picker:-ms-input-placeholder{font-size:12px;font-weight:700;text-align:center;width:100%}.form-animal-identity .input-date-picker::-ms-input-placeholder{font-size:12px;font-weight:700;text-align:center;width:100%}.form-animal-identity .input-date-picker::placeholder{font-size:12px;font-weight:700;text-align:center;width:100%}@media(min-width:1024px){.form-animal-identity .input-date-picker::-webkit-input-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker::-moz-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker:-ms-input-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker::-ms-input-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker::placeholder{font-size:16px;font-weight:700}}@media(min-width:1450px){.form-animal-identity .input-date-picker::-webkit-input-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker::-moz-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker:-ms-input-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker::-ms-input-placeholder{font-size:16px;font-weight:700}.form-animal-identity .input-date-picker::placeholder{font-size:16px;font-weight:700}}.form-animal-identity .react-select-placeholder{font-size:12px;font-weight:700;text-align:center;width:100%}.form-animal-identity .select-value{font-size:12px;font-weight:700;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media(min-width:1024px){.form-animal-identity .select-value{font-size:20px;font-weight:700}}.form-animal-identity .select-option{font-size:12px;font-weight:700;height:30px}@media(min-width:1024px){.form-animal-identity .select-option{font-size:20px;font-weight:700}}.form-animal-identity .certify-category{height:calc(4rem + 32px)}.form-animal-identity .certify-category .certify{font-size:14px;font-weight:300}@media(min-width:1024px){.form-animal-identity .certify-category .certify{font-size:23px;font-weight:300}}.form-animal-identity .certify-category .field-checkbox{margin-bottom:2rem;margin-top:1rem;position:relative;text-align:center}.form-animal-identity .certify-category .block-informations{border-radius:15px;border:1px solid #0051a4;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3);display:none;background-color:#fff;bottom:3rem;left:0;padding:1rem;position:absolute;z-index:2}.form-animal-identity .certify-category .block-informations:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-animal-identity .certify-category .block-informations{left:25%;padding:1rem 3rem;width:100%}}.form-animal-identity .certify-category .block-informations .block-informations-title{font-size:25px;font-weight:300;margin-bottom:.75rem}.form-animal-identity .certify-category .certify-informations{border-radius:15px;border:1px solid #0051a4;font-size:14px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;font-style:italic;height:1.5rem;margin-left:15px;padding:5px;width:1.5rem}.form-animal-identity .certify-category .certify-informations:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-animal-identity .certify-category .certify-informations{height:25px;padding:3px;width:25px}}.form-animal-identity .certify-category .certify-informations:hover+.block-informations{display:block}.form-animal-adoption .block-radios{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem}.form-animal-adoption .block-radios .field-radio{cursor:default;width:auto}.form-animal-adoption .block-radios .field-radio .field-label{cursor:pointer;min-width:8rem}.form-animal-adoption .block-breadcrumb{height:100%}.form-animal-adoption .subscription-date{border-radius:15px;border:1px solid #0051a4;font-size:14px;font-weight:700;padding:1rem 2rem;text-align:center;width:100%}.form-animal-adoption .subscription-date:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-animal-adoption .subscription-date{font-size:20px;font-weight:700}}.form-animal-adoption .tell-me-more{font-size:20px;font-weight:400;margin-bottom:3rem;margin-top:3rem;text-align:center}@media(min-width:1024px){.form-animal-adoption .tell-me-more{font-size:30px;font-weight:400}}.form-animal-adoption .effect-date-info{font-size:10px;font-weight:400;margin-bottom:1rem;margin-top:.5rem;text-align:center}@media(min-width:1024px){.form-animal-adoption .effect-date-info{font-size:16px;font-weight:400}}.form-animal-adoption .animal-identity-image{height:106px;margin-top:1rem}@media(min-width:1024px){.form-animal-adoption .animal-identity-image{height:175px;margin-bottom:1rem}}.form-animal-adoption .animal-identity-image .animal-identity-cat,.form-animal-adoption .animal-identity-image .animal-identity-dog{height:inherit}@media(min-width:1024px){.form-animal-adoption .block-info-adoption{width:400px}}.form-animal-adoption .input-radio-is-adopted{margin-bottom:1rem;cursor:pointer}.form-animal-adoption .input-radio-is-adopted .field-label{border-radius:15px;border:1px solid #0051a4;padding:1rem 3rem;margin:1rem 0}.form-animal-adoption .input-radio-is-adopted .field-label:focus-visible{border:1px solid #385682;outline:none}.form-animal-adoption .input-radio-is-adopted .label{font-size:14px;font-weight:700;color:#0051a4}@media(min-width:1024px){.form-animal-adoption .input-radio-is-adopted .label{font-size:20px;font-weight:700}}.form-animal-adoption .input-radio-is-adopted .label:first-letter{text-transform:uppercase}.form-animal-adoption .input-radio-is-adopted .input-radio{border:1px solid #0051a4}.input-radio-option{margin-bottom:1rem}.input-radio-option .field-label{border-radius:15px;border:1px solid #0051a4;cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;min-height:66px;padding:.5rem}.input-radio-option .field-label:focus-visible{border:1px solid #385682;outline:none}.input-radio-option .label{font-size:14px;font-weight:300;color:#0051a4;text-align:center}@media(min-width:1024px){.input-radio-option .label{font-size:20px;font-weight:300}}.input-radio-option .label:first-letter{text-transform:uppercase}.input-radio-option .input-radio{border:1px solid #0051a4}.form-offer .products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.form-offer .container{display:block;max-width:calc(100% - 4rem);padding:0;margin:0 2rem;width:100%}@media(min-width:1024px){.form-offer .container{max-width:calc(50% - 4rem);margin:0}}.form-offer .layer-limit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:79px}.form-offer .product-offer{width:100%;padding:3rem;background-color:rgba(0,81,164,.3);border-radius:15px}.form-offer .product-offer.unselected{background-color:#c6c6c6;opacity:.4}.form-offer .product-offer-title{font-family:Block Berthold,sans-serif;font-size:45px;font-weight:400;color:#0051a4;text-align:center;margin:1rem 0 2rem}.form-offer .line-through{color:#c6c6c6;text-decoration:line-through}.form-offer .separator{margin:1.5rem 0;border:1px solid rgba(0,81,164,.8)}.form-offer .block-breadcrumb{height:100%}.form-offer .block-offer-detail,.form-offer .block-product-detail{border-radius:15px;margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}@media(min-width:1024px){.form-offer .block-offer-detail,.form-offer .block-product-detail{padding:2rem 1rem}}.form-offer .block-offer-detail{background-color:#0051a4}.form-offer .block-product-detail{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);height:100%;margin-bottom:2rem}.form-offer .block-product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 .5rem;width:100%}@media(min-width:1024px){.form-offer .block-product-info{width:calc((100% - 4rem)/3);padding:0}}.form-offer .block-info-title{font-size:25px;font-weight:700;height:31px;margin-bottom:1rem;text-align:center}@media(min-width:1024px){.form-offer .block-info-title{font-size:46px;height:60px}}@media(min-width:1450px){.form-offer .block-info-title{font-size:50px}}.form-offer .block-death-benefit,.form-offer .block-packs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;height:175px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:31px;text-align:center}@media(min-width:1024px){.form-offer .block-death-benefit,.form-offer .block-packs{line-height:58px;height:260px}}.form-offer .title-refund{font-size:15px;text-align:center;margin-bottom:.5rem;margin-top:1rem;padding:0 1rem}@media(min-width:1024px){.form-offer .title-refund{font-size:30px;margin-bottom:2rem}}.form-offer .product-short-label{font-size:33px;font-weight:700;padding:1.75rem 3rem 0;text-align:center;width:100%}@media(min-width:1024px){.form-offer .product-short-label{font-size:60px;padding-top:4.75rem}}.form-offer .product-refund-rate{font-size:12px;font-weight:300;padding:1rem;text-align:center;width:100%;margin-bottom:2.5rem}@media(min-width:1024px){.form-offer .product-refund-rate{font-size:20px;font-weight:300}}@media(min-width:1450px){.form-offer .product-refund-rate{font-size:30px;font-weight:300;padding:3rem;margin-bottom:0}}.form-offer .guarantees{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1rem 3rem 0}.form-offer .guaranty-title,.form-offer .limit{font-size:10px;font-weight:300;color:#c6c6c6;margin-bottom:1rem}@media(min-width:1024px){.form-offer .guaranty-title,.form-offer .limit{font-size:20px;font-weight:300}}.form-offer .franchise{font-size:12px;font-weight:300;margin-left:.5rem}@media(min-width:1024px){.form-offer .franchise{font-size:20px;font-weight:300}}.form-offer .limit{margin-left:.5rem}.form-offer .offer-packs{font-size:16px;font-weight:300}@media(min-width:1024px){.form-offer .offer-packs{font-size:30px;font-weight:300}}.form-offer .offer-death-benefit{font-size:20px;font-weight:300}@media(min-width:1024px){.form-offer .offer-death-benefit{font-size:30px;font-weight:300}}.form-offer .choose{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.form-offer .input-radio{height:1.5rem;width:1.5rem}@media(min-width:1024px){.form-offer .input-radio{height:2.5rem;width:2.5rem}}.form-offer .field-label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:25px;padding:0;width:calc(100% - 20px)}.form-offer .input-radio-option .field-label{height:calc(32px + 1rem)}@media(min-width:1024px){.form-offer .input-radio-option .field-label{height:52px}}.form-offer .input-radio-option .label{font-size:12px;padding:.5rem}@media(min-width:1450px){.form-offer .input-radio-option .label{font-size:20px;font-weight:300;padding:1rem}}.form-offer .input-radio-pack .field-label{border-radius:15px;border:1px solid #0051a4;cursor:pointer;margin-bottom:.5rem}.form-offer .input-radio-pack .field-label:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-offer .input-radio-pack .field-label{margin-bottom:1rem}}.form-offer .input-radio-pack .label{font-size:12px;font-weight:300;color:#0051a4}@media(min-width:1024px){.form-offer .input-radio-pack .label{font-size:16px;font-weight:300}}.form-offer .input-radio-pack .label:first-letter{text-transform:uppercase}.form-offer .input-radio-pack .input-radio{border:1px solid #0051a4}.form-offer .block-recommended{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem}.form-offer .icon-circle-minus{display:inline;fill:#0051a4;height:25px;margin-left:13px;width:25px;cursor:pointer}.form-offer .icon-circle-plus{display:inline;fill:#0051a4;height:22px;margin-left:1rem;width:22px;cursor:pointer}.form-offer .icon-ribbon{fill:#33a70a;height:53px;width:57px}.form-offer .text-ribbon{font-size:15px;font-weight:700;color:#0051a4}.form-offer .block-product-guarantees{border-radius:15px;border:1px solid #0051a4;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3);background-color:#fff;bottom:3rem;display:none;left:0;padding:1rem 3rem;position:absolute;z-index:2}.form-offer .block-product-guarantees:focus-visible{border:1px solid #385682;outline:none}.form-offer .block-product-guarantees .block-product-guarantees-title{font-family:Block Berthold,sans-serif;font-size:25px;font-weight:400;margin-bottom:.75rem}.form-offer .capitals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:1024px){.form-offer .capitals{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.form-offer .capital{border:1px solid #0051a4;font-size:12px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:42px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:.5rem 0;min-width:8rem;padding:16px 0;text-align:center;cursor:pointer}.form-offer .capital:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-offer .capital{height:52px;font-size:16px;width:calc(33% - 1rem)}}.form-offer .capital.selected{background-color:#33a70a;color:#fff}.form-offer .offer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:1.5rem}@media(min-width:1024px){.form-offer .offer{margin:4rem 4rem 1rem}}.form-offer .product-pack-detail{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:3rem 0 0;position:relative}.form-offer .product-pack-detail .icon-info{cursor:pointer;fill:#0051a4;margin-right:.5rem;height:19px;width:19px}@media(min-width:1024px){.form-offer .product-pack-detail .icon-info{height:25px;width:25px}}.form-offer .product-pack-detail .icon-info:hover+.block-product-guarantees{display:block}.form-offer .product-franchise,.form-offer .product-limit,.form-offer .product-pack-detail{font-size:12px;font-weight:300;line-height:1.2;text-align:center;width:100%}@media(min-width:1024px){.form-offer .product-franchise,.form-offer .product-limit,.form-offer .product-pack-detail{font-size:16px;font-weight:300}}@media(min-width:1450px){.form-offer .product-franchise,.form-offer .product-limit,.form-offer .product-pack-detail{font-size:20px;font-weight:300}}.form-offer .product-limit{margin:1rem 0 2rem}.form-offer .is-vaccinated-discount{margin-bottom:1rem;margin-top:2rem;text-align:center}.form-offer .background-blue{background-color:#0051a4;color:#fff}.form-offer .background-blue .capital,.form-offer .background-blue .field-label,.form-offer .background-blue .input-radio{border-color:#fff}.form-offer .background-blue .field-selected .input-radio{background-color:#33a70a;border:1px solid #0051a4}.form-offer .background-blue .block-recommended,.form-offer .background-blue .capital,.form-offer .background-blue .label,.form-offer .background-blue .product-franchise,.form-offer .background-blue .product-limit,.form-offer .background-blue .product-pack-detail,.form-offer .background-blue .product-refund-rate,.form-offer .background-blue .product-short-label{color:#fff}.form-offer .background-blue .icon-info,.form-offer .background-blue .icon-ribbon{fill:#fff}.form-offer .button-hover-wrapper{font-size:12px;font-weight:400}@media(min-width:1024px){.form-offer .button-hover-wrapper{font-size:20px;font-weight:400}}.form-offer .btn-choose .button-hover-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-offer .button-keep-going{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem auto;width:90%}@media(min-width:1024px){.form-offer .button-keep-going{max-width:50%}}.form-offer .button-product{width:calc(50% - 1rem);white-space:break-spaces}.form-offer .guaranty-detail{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:1rem;width:100%}.form-offer .guaranty-detail .icon-checked{margin-right:.5rem;height:16px;width:16px;fill:#0051a4;stroke:transparent}@media(min-width:1024px){.form-offer .guaranty-detail .icon-checked{height:21px;width:21px}}.form-offer .product-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-offer .product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-offer .product-info-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;text-align:center}.form-offer .product-info-price{height:2rem;margin:.5rem auto 1rem;text-align:center}.form-offer .product-info-value{margin-top:1rem;text-align:center}.mobile .form-offer .guarantees{margin:2rem auto 0}.form-overview .container{margin-top:1rem;padding:0 .5rem}@media(min-width:1024px){.form-overview .container{margin-top:1rem;padding-left:4rem;padding-right:4rem}}.form-overview .title{font-size:16px;font-weight:400;margin-bottom:1rem}@media(min-width:1024px){.form-overview .title{font-size:30px;font-weight:400}}.form-overview .line-through{color:#c6c6c6;text-decoration:line-through}.form-overview .subtitle{font-size:14px;font-weight:400;text-align:center}@media(min-width:1024px){.form-overview .subtitle{font-size:30px;font-weight:400;border-bottom:1px solid #0051a4;padding-bottom:1rem}}.form-overview .overview{border:1px solid #0051a4;border-radius:5px;margin-bottom:2rem;padding:1.5rem;width:100%}.form-overview .overview:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-overview .overview{border-radius:15px}}.form-overview .overview .block-overview{margin-top:1rem}@media(min-width:1024px){.form-overview .overview .block-overview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}}.form-overview .block-overview-detail{min-width:26%}.form-overview .block-overview-offer-detail{min-width:50%}@media(min-width:1024px){.form-overview .block-overview-offer-detail-left,.form-overview .block-overview-offer-detail-right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}}.form-overview .block-animal,.form-overview .block-offer,.form-overview .block-offer-title,.form-overview .block-start-contract{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem;width:100%}@media(min-width:1024px){.form-overview .block-animal,.form-overview .block-offer,.form-overview .block-offer-title,.form-overview .block-start-contract{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}.form-overview .block-animal .block-animal-info,.form-overview .block-animal .block-offer-info,.form-overview .block-animal .block-start-contract-info,.form-overview .block-offer-title .block-animal-info,.form-overview .block-offer-title .block-offer-info,.form-overview .block-offer-title .block-start-contract-info,.form-overview .block-offer .block-animal-info,.form-overview .block-offer .block-offer-info,.form-overview .block-offer .block-start-contract-info,.form-overview .block-start-contract .block-animal-info,.form-overview .block-start-contract .block-offer-info,.form-overview .block-start-contract .block-start-contract-info{margin-left:.5rem;min-width:55%}@media(min-width:1024px){.form-overview .block-animal .block-animal-info,.form-overview .block-animal .block-offer-info,.form-overview .block-animal .block-start-contract-info,.form-overview .block-offer-title .block-animal-info,.form-overview .block-offer-title .block-offer-info,.form-overview .block-offer-title .block-start-contract-info,.form-overview .block-offer .block-animal-info,.form-overview .block-offer .block-offer-info,.form-overview .block-offer .block-start-contract-info,.form-overview .block-start-contract .block-animal-info,.form-overview .block-start-contract .block-offer-info,.form-overview .block-start-contract .block-start-contract-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:2.5rem}}.form-overview .block-animal .info,.form-overview .block-offer-title .info,.form-overview .block-offer .info,.form-overview .block-start-contract .info{font-size:10px;font-weight:300;margin-bottom:.25rem}@media(min-width:1024px){.form-overview .block-animal .info,.form-overview .block-offer-title .info,.form-overview .block-offer .info,.form-overview .block-start-contract .info{font-size:16px;font-weight:300;margin-bottom:1rem}}.form-overview .block-animal .icon-calendar,.form-overview .block-animal .icon-cat,.form-overview .block-animal .icon-dog,.form-overview .block-animal .icon-options,.form-overview .block-animal .icon-ribbon,.form-overview .block-offer-title .icon-calendar,.form-overview .block-offer-title .icon-cat,.form-overview .block-offer-title .icon-dog,.form-overview .block-offer-title .icon-options,.form-overview .block-offer-title .icon-ribbon,.form-overview .block-offer .icon-calendar,.form-overview .block-offer .icon-cat,.form-overview .block-offer .icon-dog,.form-overview .block-offer .icon-options,.form-overview .block-offer .icon-ribbon,.form-overview .block-start-contract .icon-calendar,.form-overview .block-start-contract .icon-cat,.form-overview .block-start-contract .icon-dog,.form-overview .block-start-contract .icon-options,.form-overview .block-start-contract .icon-ribbon{fill:#0051a4;height:19px;width:19px}@media(min-width:1024px){.form-overview .block-animal .icon-calendar,.form-overview .block-animal .icon-cat,.form-overview .block-animal .icon-dog,.form-overview .block-animal .icon-options,.form-overview .block-animal .icon-ribbon,.form-overview .block-offer-title .icon-calendar,.form-overview .block-offer-title .icon-cat,.form-overview .block-offer-title .icon-dog,.form-overview .block-offer-title .icon-options,.form-overview .block-offer-title .icon-ribbon,.form-overview .block-offer .icon-calendar,.form-overview .block-offer .icon-cat,.form-overview .block-offer .icon-dog,.form-overview .block-offer .icon-options,.form-overview .block-offer .icon-ribbon,.form-overview .block-start-contract .icon-calendar,.form-overview .block-start-contract .icon-cat,.form-overview .block-start-contract .icon-dog,.form-overview .block-start-contract .icon-options,.form-overview .block-start-contract .icon-ribbon{-ms-flex-negative:0;flex-shrink:0;height:41px;width:41px}}.form-overview .block-animal .title,.form-overview .block-offer-title .title,.form-overview .block-offer .title,.form-overview .block-start-contract .title{font-family:Block Berthold,sans-serif;font-size:10px;font-weight:400;margin-bottom:.25rem}@media(min-width:1024px){.form-overview .block-animal .title,.form-overview .block-offer-title .title,.form-overview .block-offer .title,.form-overview .block-start-contract .title{font-size:20px;font-weight:400;margin-bottom:1rem}}.form-overview .block-animal .block-animal-info .title,.form-overview .block-offer-title .block-animal-info .title,.form-overview .block-offer .block-animal-info .title,.form-overview .block-start-contract .block-animal-info .title{margin-bottom:.5rem;margin-top:.25rem}@media(min-width:1024px){.form-overview .block-animal .block-animal-info .title,.form-overview .block-offer-title .block-animal-info .title,.form-overview .block-offer .block-animal-info .title,.form-overview .block-start-contract .block-animal-info .title{margin-bottom:.75rem;margin-top:.5rem}.form-overview .block-animal .block-animal-info .info,.form-overview .block-offer-title .block-animal-info .info,.form-overview .block-offer .block-animal-info .info,.form-overview .block-start-contract .block-animal-info .info{margin-bottom:.25rem}}.form-overview .block-animal .block-offer-info .title,.form-overview .block-offer-title .block-offer-info .title,.form-overview .block-offer .block-offer-info .title,.form-overview .block-start-contract .block-offer-info .title{margin-bottom:0}.form-overview .block-animal .date,.form-overview .block-offer-title .date,.form-overview .block-offer .date,.form-overview .block-start-contract .date{font-size:10px;font-weight:700;border:1px solid #0051a4;border-radius:5px;padding:.25rem;text-align:center}.form-overview .block-animal .date:focus-visible,.form-overview .block-offer-title .date:focus-visible,.form-overview .block-offer .date:focus-visible,.form-overview .block-start-contract .date:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-overview .block-animal .date,.form-overview .block-offer-title .date,.form-overview .block-offer .date,.form-overview .block-start-contract .date{font-size:16px;font-weight:700;border-radius:10px}}.form-overview .block-cat{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(min-width:1024px){.form-overview .block-offer-title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.form-overview .block-offer-title .block-offer-info{line-height:19px}@media(min-width:1024px){.form-overview .block-offer-title .block-offer-info{margin-left:1rem}}.form-overview .block-offer-details{font-size:10px;font-weight:300;padding-left:4.5rem}@media(min-width:1024px){.form-overview .block-offer-details{font-size:12px;font-weight:300;padding-left:0}}.form-overview .less-margin{margin-top:1rem}.form-overview .block-offer{padding-left:4.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width:1024px){.form-overview .block-offer{padding-left:0}}.form-overview .offer-subtitle{font-size:10px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.25rem;width:80%}@media(min-width:1024px){.form-overview .offer-subtitle{font-size:16px;font-weight:300;margin-bottom:1rem}}.form-overview .is-vaccinated-discount{font-size:10px;font-weight:300;padding:.25rem;text-align:center}@media(min-width:1024px){.form-overview .is-vaccinated-discount{font-size:20px;font-weight:300}}.form-overview .block-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-overview .button-keep-going{margin-bottom:1rem;margin-top:2rem}@media(min-width:1024px){.form-overview .button-keep-going{margin-bottom:2rem;margin-top:4rem;width:33%}}.form-user .block-breadcrumb{height:100%}.form-user .error-label{color:#ff1515}.form-user .input-text{text-align:left}.form-user .input-text:invalid{border-color:#ff1515}.form-user .input-text::-webkit-input-placeholder{font-weight:300}.form-user .input-text::-moz-placeholder{font-weight:300}.form-user .input-text:-ms-input-placeholder{font-weight:300}.form-user .input-text::-ms-input-placeholder{font-weight:300}.form-user .input-text::placeholder{font-weight:300}@media(min-width:1024px){.form-user .block-form{width:100%}}.form-user .line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:1450px){.form-user .line{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.form-user .date-time-picker-component,.form-user .field{margin-bottom:1rem;min-height:51px}@media(min-width:1450px){.form-user .date-time-picker-component,.form-user .field{max-width:calc(50% - 15px)}}.form-user .date-time-picker-wrapper{padding:1rem 2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-user .master-identity-image{height:106px;margin-top:1rem}@media(min-width:1024px){.form-user .master-identity-image{height:175px;margin-bottom:1rem}}.form-user .master-identity-image .master-identity{height:inherit}.form-user .block-radios-sexe{max-width:unset;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-user .input-radio-sexe{margin:0 15px 1rem;width:110px}@media(min-width:1024px){.form-user .input-radio-sexe{width:140px}}.form-user .input-radio-sexe .field-label{border-radius:15px;border:1px solid #0051a4;padding:1rem;margin-bottom:1rem;width:inherit}.form-user .input-radio-sexe .field-label:focus-visible{border:1px solid #385682;outline:none}.form-user .input-radio-sexe .label{font-size:14px;font-weight:400;color:#0051a4}@media(min-width:1024px){.form-user .input-radio-sexe .label{font-size:20px;font-weight:400}}.form-user .input-radio-sexe .label:first-letter{text-transform:uppercase}.form-user .input-radio-sexe .input-radio{border:1px solid #0051a4}.advisor-button-header{margin-right:2rem}@media(min-width:1024px){.advisor-button-header{position:relative}}.advisor-button-header .advisor-button{border-color:#0051a4;margin-left:1rem;margin-right:1rem;min-height:auto}@media(min-width:1024px){.advisor-button-header .advisor-button{min-height:50px}}.advisor-button-header .advisor-button .button-hover-wrapper{font-size:10px;font-weight:700;height:auto;padding:.5rem 0}@media(min-width:1024px){.advisor-button-header .advisor-button .button-hover-wrapper{font-size:20px;font-weight:700;height:50px;padding:1rem 0}}.advisor-button-header .advisor-button:hover .button-hover-wrapper{background-color:rgba(0,81,164,.1)}.block-form-advisor{-webkit-box-shadow:0 3px 5px rgba(0,0,0,.3);box-shadow:0 3px 5px rgba(0,0,0,.3);background-color:#fff;border-radius:7.5px;position:absolute;left:2rem;right:2rem;top:5rem;z-index:4;overflow:hidden}@media(min-width:1024px){.block-form-advisor{left:-3rem;right:-1rem;top:0;overflow:visible}}.block-form-advisor .container{padding:1rem}.block-form-advisor .title{font-size:20px;font-weight:700;margin-bottom:2rem;margin-top:1rem;cursor:pointer}.block-form-advisor .field{margin-bottom:1rem}.block-form-advisor .field .input-text{text-align:left}.block-form-advisor .info-call,.block-form-advisor .reason-call{font-size:14px;font-weight:300;margin-bottom:1rem}.block-form-advisor .schedule-select{margin-bottom:1rem;text-align:center}.block-form-advisor .schedule-select .select-value{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.block-form-advisor .field-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.block-form-advisor .input-radio{border-radius:0;height:1rem;width:1rem;margin-right:1rem}.block-form-advisor .button-keep-going{margin:1rem}.form-payment .block-breadcrumb{height:100%}.form-payment .field{margin-bottom:1rem}.form-payment .field-file{margin-bottom:2rem}.form-payment .input-text:invalid{border-color:#ff1515}.form-payment .input-text::-webkit-input-placeholder{font-weight:300}.form-payment .input-text::-moz-placeholder{font-weight:300}.form-payment .input-text:-ms-input-placeholder{font-weight:300}.form-payment .input-text::-ms-input-placeholder{font-weight:300}.form-payment .input-text::placeholder{font-weight:300}.form-payment .react-select{max-width:47%}@media(min-width:1024px){.form-payment .react-select{width:calc(50% - 16px)}}.form-payment .react-select .react-select-placeholder{font-weight:300;text-align:center;width:100%}.form-payment .select-value{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media(min-width:1024px){.form-payment .block-form{width:100%}}.form-payment .line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(min-width:1024px){.form-payment .line .date-time-picker-component,.form-payment .line .field{max-width:48%}}.form-payment .master-identity-image{height:150px;margin-top:1rem}@media(min-width:1024px){.form-payment .master-identity-image{height:175px;margin-bottom:1rem}}.form-payment .master-identity-image .master-identity{height:inherit}.form-payment .periodicity-monthly{width:47%;font-weight:700}@media(min-width:1024px){.form-payment .periodicity-monthly{width:calc(50% - 16px)}}.form-payment .periodicity-monthly.button-secondary{border-radius:15px;border:1px solid #0051a4;color:#0051a4;background-color:#fff}.form-payment .periodicity-monthly.button-secondary:focus-visible{border:1px solid #385682;outline:none}.form-payment .periodicity-monthly.button-secondary .button-hover-wrapper{font-weight:300}.form-payment .periodicity-monthly.button-secondary:hover .button-hover-wrapper{background-color:rgba(255,255,255,.1)}.form-payment .periodicity-monthly .button-hover-wrapper{font-size:14px;font-weight:700}@media(min-width:1024px){.form-payment .periodicity-monthly .button-hover-wrapper{font-size:20px;font-weight:700}}.form-signature .block-breadcrumb{height:100%}.form-signature .title{font-size:20px;font-weight:300;text-align:center}@media(min-width:1024px){.form-signature .title{font-size:35px;margin-top:2rem}}.form-signature .precisions{font-size:11px;margin-top:1rem;margin-bottom:2rem}@media(min-width:1024px){.form-signature .precisions{font-size:22px}}.form-signature .iframe{width:100%;display:inline-block;height:450px;min-height:450px}@media(min-width:1024px){.form-signature .iframe{width:70%}}.form-confirm-purchase .container{min-height:calc(100vh - 70px - 4rem);padding:0 2rem}@media(min-width:1024px){.form-confirm-purchase .container{min-height:calc(100vh - 165px - 4rem);-ms-flex-pack:distribute;justify-content:space-around}}.form-confirm-purchase .title{font-family:Block Berthold,sans-serif;font-size:20px;font-weight:400;text-align:center}@media(min-width:1024px){.form-confirm-purchase .title{font-size:45px;font-weight:400}}.form-confirm-purchase .animal{max-width:175px}@media(min-width:1024px){.form-confirm-purchase .animal{max-width:340px}}.form-confirm-purchase .animal .animal-identity-cat,.form-confirm-purchase .animal .animal-identity-dog{max-width:100%;width:auto}.form-confirm-purchase .icon{fill:#fff;width:20px;margin-right:.5rem}.form-confirm-purchase .icon-dog-paw{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.form-confirm-purchase .button-participate{background-color:#dc0100;border:transparent}.form-confirm-purchase .button-animo-scope{background-color:#0051a4;border:transparent}.form-confirm-purchase .button-google-avis{background-color:#002e6b;border:transparent}.form-confirm-purchase .blocks-participate{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width:1024px){.form-confirm-purchase .blocks-participate{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.form-confirm-purchase .block-participate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem 0;width:100%;border-bottom:1px solid #c6c6c6}.form-confirm-purchase .block-participate:last-child{border-bottom:none;border-right:none}@media(min-width:1024px){.form-confirm-purchase .block-participate{border-bottom:none;border-right:1px solid #c6c6c6;padding:0 2rem;width:30%}}.form-confirm-purchase .block-participate-title{font-size:16px;font-weight:700;margin-bottom:1rem}@media(min-width:1024px){.form-confirm-purchase .block-participate-title{font-size:23px;font-weight:700;height:100px}}.form-confirm-purchase .participate-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:200px;width:200px;margin:0 auto 1rem}.form-confirm-purchase .participate-image{max-height:200px;max-width:200px;margin:auto}.form-foundation-amount .container{min-height:calc(100vh - 70px - 6rem);margin-top:2rem}@media(min-width:1024px){.form-foundation-amount .container{margin-top:3rem;min-height:calc(100vh - 165px - 11rem);-ms-flex-pack:distribute;justify-content:space-around}}.form-foundation-amount .animal-foundation-image{max-width:175px}@media(min-width:1024px){.form-foundation-amount .animal-foundation-image{max-width:330px}}.form-foundation-amount .wanna-support{font-family:Block Berthold,sans-serif;font-size:16px;font-weight:400;margin-top:2.5rem;margin-bottom:2rem;text-align:center}@media(min-width:1024px){.form-foundation-amount .wanna-support{font-size:30px;font-weight:400}}.form-foundation-amount .select-amount{width:100%;min-height:51px}@media(min-width:1024px){.form-foundation-amount .select-amount{width:42%}}.form-foundation-amount .select-option{font-size:10px;font-weight:700}@media(min-width:1024px){.form-foundation-amount .select-option{font-size:14px;font-weight:700}}.form-foundation-amount .select-option.is-disabled{font-size:10px;font-weight:300;text-align:center}@media(min-width:1024px){.form-foundation-amount .select-option.is-disabled{font-size:14px;font-weight:300}}.form-foundation-amount .react-select-placeholder,.form-foundation-amount .select-value{text-align:center;width:100%}.form-foundation-amount .select-value{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-foundation-amount .react-select-options{color:#0051a4}.form-foundation-amount .foundation-info{font-size:10px;font-weight:400;margin-top:2.5rem;text-align:center}@media(min-width:1024px){.form-foundation-amount .foundation-info{font-size:22px}}.form-foundation-amount .input-field-amount{margin-top:2rem;margin-bottom:0}@media(min-width:1024px){.form-foundation-amount .input-field-amount{width:42%}}.form-foundation-amount .button-keep-going{margin-top:2rem}@media(min-width:1024px){.form-foundation-amount .button-keep-going{margin-bottom:2rem;margin-top:4rem;max-width:85%}}.form-foundation-payment .container{min-height:calc(100vh - 70px - 6rem);margin-top:2rem}@media(min-width:1024px){.form-foundation-payment .container{margin-top:3rem;padding-left:4rem;padding-right:4rem;min-height:calc(100vh - 165px - 7rem);-ms-flex-pack:distribute;justify-content:space-around}}.form-foundation-payment .animal-foundation-image{max-width:175px}@media(min-width:1024px){.form-foundation-payment .animal-foundation-image{max-width:330px}}.form-foundation-payment .input-text:invalid{border-color:#ff1515}.form-foundation-payment .wanna-support{font-family:Block Berthold,sans-serif;font-size:16px;font-weight:400;margin-top:2.5rem;margin-bottom:2rem;text-align:center}@media(min-width:1024px){.form-foundation-payment .wanna-support{font-size:30px;font-weight:400}}.form-foundation-payment .foundation-info{font-size:10px;font-weight:400;margin-top:2.5rem;text-align:center}@media(min-width:1024px){.form-foundation-payment .foundation-info{font-size:22px}}.form-foundation-payment .field{margin-bottom:1rem;margin-top:1rem;max-width:100%}@media(min-width:1024px){.form-foundation-payment .field{max-width:48%}}.form-foundation-payment .button-keep-going{margin-bottom:1rem;margin-top:2rem}@media(min-width:1024px){.form-foundation-payment .button-keep-going{margin-bottom:2rem;margin-top:4rem;width:75%}}@media(min-width:1450px){.form-foundation-payment .button-keep-going{width:50%}}.form-foundation-payment-means .container{min-height:calc(100vh - 70px - 6rem);margin-top:2rem}@media(min-width:1024px){.form-foundation-payment-means .container{margin-top:3rem;min-height:calc(100vh - 165px - 7rem);-ms-flex-pack:distribute;justify-content:space-around}}.form-foundation-payment-means .animal-foundation-image{max-width:175px}@media(min-width:1024px){.form-foundation-payment-means .animal-foundation-image{max-width:330px}}.form-foundation-payment-means .wanna-support{font-family:Block Berthold,sans-serif;font-size:16px;font-weight:400;margin-top:2.5rem;margin-bottom:2rem;text-align:center}@media(min-width:1024px){.form-foundation-payment-means .wanna-support{font-size:30px;font-weight:400}}.form-foundation-payment-means .selection{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;width:100%}@media(min-width:1024px){.form-foundation-payment-means .selection{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}@media(min-width:1450px){.form-foundation-payment-means .selection{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:75%}}.form-foundation-payment-means .btn-rib-select{height:50px;margin-bottom:1rem;min-height:59px}@media(min-width:1024px){.form-foundation-payment-means .btn-rib-select{height:auto;max-height:56px;max-width:100%}}@media(min-width:1450px){.form-foundation-payment-means .btn-rib-select{max-width:25%;margin-right:1rem;margin-bottom:0}}.form-foundation-payment-means .btn-rib-select .button-hover-wrapper{font-size:11px}@media(min-width:1024px){.form-foundation-payment-means .btn-rib-select .button-hover-wrapper{font-size:20px;font-weight:700}}.form-foundation-payment-means .react-select{height:50px;min-height:59px}@media(min-width:1024px){.form-foundation-payment-means .react-select{height:auto;max-width:100%}}.form-foundation-payment-means .react-select-value{font-size:11px}@media(min-width:1024px){.form-foundation-payment-means .react-select-value{font-size:20px;font-weight:700}}.form-foundation-payment-means .select-option{font-size:10px;font-weight:700}@media(min-width:1024px){.form-foundation-payment-means .select-option{font-size:14px;font-weight:700}}.form-foundation-payment-means .select-option.is-disabled{font-size:10px;font-weight:300}@media(min-width:1024px){.form-foundation-payment-means .select-option.is-disabled{font-size:14px;font-weight:300}}.form-foundation-payment-means .react-select-placeholder,.form-foundation-payment-means .select-value{text-align:center;width:100%}.form-foundation-payment-means .select-value{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-foundation-payment-means .react-select-options{color:#0051a4}.form-foundation-payment-means .foundation-info{font-size:10px;font-weight:400;margin-top:2.5rem;text-align:center}@media(min-width:1024px){.form-foundation-payment-means .foundation-info{font-size:22px}}.form-foundation-payment-means .button-keep-going{margin-bottom:1rem;margin-top:2rem}@media(min-width:1024px){.form-foundation-payment-means .button-keep-going{margin-bottom:2rem;margin-top:4rem;width:75%}}.form-foundation-support .container{min-height:calc(100vh - 70px - 6rem);margin-top:2rem}@media(min-width:1024px){.form-foundation-support .container{margin-top:1rem;padding-left:4rem;padding-right:4rem;min-height:calc(100vh - 165px - 10rem);-ms-flex-pack:distribute;justify-content:space-around}}.form-foundation-support .animal-foundation-image{max-width:175px}@media(min-width:1024px){.form-foundation-support .animal-foundation-image{max-width:330px}}.form-foundation-support .wanna-support{font-family:Block Berthold,sans-serif;font-size:16px;font-weight:400;margin-top:2.5rem;margin-bottom:2rem;text-align:center}@media(min-width:1024px){.form-foundation-support .wanna-support{font-size:30px;font-weight:400}}.form-foundation-support .field-label{border-radius:15px;border:1px solid #0051a4;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem;padding:1rem;max-height:35px;width:85px}.form-foundation-support .field-label:focus-visible{border:1px solid #385682;outline:none}@media(min-width:1024px){.form-foundation-support .field-label{max-height:45px;width:110px}}.form-foundation-support .field-label .label{font-size:12px;font-weight:300}@media(min-width:1024px){.form-foundation-support .field-label .label{font-size:23px}}.form-foundation-support .input-radio-yes .field-label,.form-foundation-support .input-radio-yes .input-radio{border:1px solid #33a70a}.form-foundation-support .input-radio-yes.field-selected .input-radio{background-color:#33a70a}.form-foundation-support .input-radio-no .field-label,.form-foundation-support .input-radio-no .input-radio{border:1px solid #ff1515}.form-foundation-support .input-radio-no.field-selected .input-radio{background-color:#ff1515}.form-foundation-support .input-radio{height:25px;width:25px}@media(min-width:1024px){.form-foundation-support .input-radio{height:32px;width:32px}.form-foundation-support .block-radios{width:33%}}.form-foundation-support .foundation-info{font-size:10px;font-weight:400;margin-top:2.5rem;text-align:center}@media(min-width:1024px){.form-foundation-support .foundation-info{font-size:22px}}.form-foundation-support .button-keep-going{margin-bottom:1rem;margin-top:2rem}@media(min-width:1024px){.form-foundation-support .button-keep-going{margin-bottom:2rem;margin-top:4rem;width:75%}}@media(min-width:1450px){.form-foundation-support .button-keep-going{width:50%}}.foundation-thanks .container{min-height:calc(100vh - 70px - 4rem);-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media(min-width:1024px){.foundation-thanks .container{margin-top:3rem;padding-left:4rem;padding-right:4rem;min-height:calc(100vh - 165px - 7rem);-ms-flex-pack:distribute;justify-content:space-around}}.foundation-thanks .pictures{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.foundation-thanks .animal-foundation-image{max-width:290px}@media(min-width:1024px){.foundation-thanks .animal-foundation-image{max-width:460px}}.foundation-thanks .lakoa-background{background-color:#0051a4;max-width:250px;padding:1rem 2rem;width:100%;margin-top:5rem}@media(min-width:1024px){.foundation-thanks .lakoa-background{margin-top:0;max-width:390px}}.foundation-thanks .logo-lakoa{fill:#fff}.foundation-thanks .thanks{font-family:Block Berthold,sans-serif;font-size:20px;font-weight:400;text-transform:uppercase}@media(min-width:1024px){.foundation-thanks .thanks{font-size:45px;font-weight:400}}