@charset "utf-8";@charset "utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}header,footer,main,section,div,p,ul,ol,li{box-sizing:border-box}html{-webkit-text-size-adjust:100%}img{width:auto;max-width:100%;height:auto;vertical-align:bottom;-ms-interpolation-mode:bicubic}@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@charset "UTF-8";body{width:100%;font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;font-size:15px;font-weight:400;line-height:1;letter-spacing:0;color:#000;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}@media screen and (max-width:640px){body body{font-size:16px}}#wrap{width:100%;overflow:hidden}a{color:#000;text-decoration:none;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;cursor:pointer}a img{-webkit-transition:.3s;transition:.3s}a:hover{opacity:.7}a:hover img{opacity:.7}span.cred{color:#fd3e86}.a_bleu{color:#0096ff}small.small{font-size:5px;font-weight:100}.none{display:none}.pc,.pc-tab{display:block}.sp{display:none}span.pc-tab,span.pc{display:inline-block}@media screen and (max-width:1024px){.pc,span.pc,.sp{display:none}}@media screen and (max-width:640px){.pc-tab,span.pc-tab{display:none}.sp{display:block}span.sp,img.sp{display:inline-block}}@media screen and (max-width:768px){br.forPc{display:none}}br.forSp{display:none}@media screen and (max-width:640px){br.forSp{display:block}}.ofi{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:'object-fit: cover; object-position: center center;'}strong{font-weight:700}.aligncenter{display:block;margin:0 auto}.alignright{float:right}.alignleft{float:left}.inner{width:100%;max-width:980px;margin:0 auto}@media screen and (max-width:1024px){.inner{padding:0 15px}}@media screen and (max-width:640px){.inner{width:93.75%;padding:0}}.inner.middle{max-width:1440px}.inner.large{max-width:1600px}header{position:fixed;top:0;left:0;width:100%;height:80px;background:rgba(255,255,255,.5);z-index:9999}@media screen and (max-width:640px){header{height:60px}}header .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}header .inner .header__logo{-webkit-box-flex:0;-ms-flex:0 0 278px;flex:0 0 278px;margin-right:auto}@media screen and (max-width:640px){header .inner .header__logo{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}}header .inner .header__logo img{padding-top:10px}@media screen and (max-width:640px){header .inner .header__logo img{padding-top:0}}header .inner .header__txt{padding-top:15px;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:.1em}@media screen and (max-width:768px){header .inner .header__txt{display:none}}@media screen and (max-width:1426px){header .inner{padding:0 20px}}main{position:relative;margin-top:80px}@media screen and (max-width:640px){main{width:100%;margin-top:60px}}section{width:100%;margin:0 auto;padding:0}@media screen and (max-width:640px){section{width:100% !important}}@media screen and (max-width:1426px){footer .inner{padding:0 20px}}footer{height:auto;margin-top:3px}@media screen and (max-width:1024px){footer{height:auto}}@media screen and (max-width:640px){footer{padding-bottom:72px}}footer .inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}@media screen and (max-width:1024px){footer .inner{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;padding:0 20px 20px}}@media screen and (max-width:640px){footer .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px 20px}}footer .inner .block-first{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:170px}@media screen and (max-width:1024px){footer .inner .block-first{padding-top:25px}}@media screen and (max-width:640px){footer .inner .block-first{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:auto;padding-top:0}footer .inner .block-first img{width:180px}}footer .inner .block-second{-webkit-box-flex:0;-ms-flex:0 0 410px;flex:0 0 410px;width:410px;margin-right:auto;padding:30px 8px 10px 38px}@media screen and (max-width:1024px){footer .inner .block-second{padding:24px 8px 0 38px}}@media screen and (max-width:640px){footer .inner .block-second{width:100%;margin-right:0;padding:15px 8px;flex:none}}@media screen and (max-width:640px){footer .inner .block-second ul{margin-bottom:0}}@media screen and (max-width:640px){footer .inner .block-second ul li{padding:12px 5px}}footer .inner .block-second ul li a{color:#000;font-size:15px;font-weight:400;line-height:1.733;letter-spacing:.09em}@media screen and (max-width:640px){footer .inner .block-second ul li a{font-size:14px;font-weight:400;line-height:1.67;letter-spacing:.09em}}footer .inner .block-third{width:340px;padding:20px 25px 20px 0}footer .inner .block-third .price_note{margin-top:14px;font-size:12px;letter-spacing:.1em;line-height:1.4;color:#333}@media screen and (max-width:1024px){footer .inner .block-third{margin:0 auto;width:calc(100% - 200px);padding:15px}}@media screen and (max-width:640px){footer .inner .block-third{width:100%}}footer .inner .block-third .box-border{padding:10px 20px;border:1px solid #4db8c2}footer .inner .block-third .box-border .txt{font-size:16px;font-weight:400;line-height:1.875;letter-spacing:0}footer .inner .block-qr{padding-top:75px}@media screen and (max-width:1024px){footer .inner .block-qr{padding-top:30px}}@media screen and (max-width:640px){footer .inner .block-qr{padding:20px 0}}footer .inner .block-qr .qr{width:168px;margin-right:30px}@media screen and (max-width:640px){footer .inner .block-qr .qr{margin:0 auto}}footer .inner .block-qr .qr .img{width:100px;height:100px;margin:0 auto 12px;padding:5px;border:1px solid #ccc}footer .inner .block-qr .qr .cap{color:#e2558f;font-size:16px;font-weight:800;line-height:1;letter-spacing:.1em;text-align:center}footer .copyright{font-size:12px;font-weight:300;line-height:1.3;letter-spacing:.09em}footer .copyright.tab-sp{display:none}@media screen and (max-width:1024px){footer .copyright.tab-sp{display:block;width:100%;margin-bottom:20px;text-align:center}}footer .inner .block-second .jraa-box{margin-bottom:20px}footer .inner .block-second .jraa-box .jraa-mark{width:120px}footer .inner .block-second .jraa-box .jraa-mark .jraa-img{max-width:120px}footer .inner .block-second .jraa-box .jraa-txt p{font-size:100%}@media screen and (max-width:640px){footer .inner .block-second .jraa-box .jraa-mark{width:100%}footer .inner .block-second .jraa-box .jraa-txt p{text-align:center}}.col3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:980px;margin:0 auto}@media screen and (max-width:640px){.col3{-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:0}}.col3 .box{position:relative;width:32.653%;background-color:#fff}@media screen and (max-width:640px){.col3 .box{width:100%;max-width:340px}}.col3 .box:not(:nth-of-type(3n-2)){margin-left:1.0205%}@media screen and (max-width:640px){.col3 .box:not(:nth-of-type(3n-2)){margin-left:0}}@media screen and (max-width:640px){.col3 .box:not(:first-of-type){margin-top:15px}}.subtitle{position:relative;margin-bottom:40px;padding-bottom:30px;color:#fff;font-size:36px;font-weight:500;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:768px){.subtitle{font-size:27px;font-weight:500;line-height:1;letter-spacing:.1em}}.subtitle .span{font-size:30px;font-weight:500;line-height:1;letter-spacing:.1em}@media screen and (max-width:768px){.subtitle .span{font-size:20px;font-weight:500;line-height:1;letter-spacing:.1em}}.subtitle:after{content:'';position:absolute;bottom:0;left:0;right:0;width:100px;height:2px;margin:0 auto}.subtitle.red-line:after{background:#e2558f}.subtitle.blue-line{color:#000}.subtitle.blue-line:after{background:#4db8c2}.subtitle.blue-line .small,.subtitle.red-line .small{display:block;margin-bottom:14px;font-size:18px;font-weight:500;line-height:1;letter-spacing:.1em}#toTop{position:fixed;bottom:20px;left:5%;width:72px;height:72px;z-index:9999}@media screen and (max-width:640px){#toTop a img{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}}@media screen and (max-width:1024px){#toTop{right:30px}}@media screen and (max-width:640px){#toTop{bottom:62px;left:0}}.btn{width:294px;height:60px;margin:0 auto}.btn a{display:block;color:#fff;font-size:19px;font-weight:800;line-height:60px;letter-spacing:0;text-align:center;border-radius:10px}.btn_credit{margin-bottom:10px}@media screen and (max-width:640px){.btn a{font-size:18px;font-weight:800;line-height:48px;letter-spacing:0}}.btn.green a{background:#0faab2}.btn.red a{background:#e2558f}.btn.more a{color:#000;border:2px solid #000}.btn.more a:hover{color:#fff;background:#000;opacity:1}.btnSmall{width:70px;height:50px}.btnSmall a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;color:#fff;font-size:16px;font-weight:800;line-height:1.125;letter-spacing:0;text-align:center;border-radius:7px}.btnSmall.green a{background:#0faab2}.btnSmall.red a{background:#e2558f}.pagination{text-align:center}.pagination .nums{position:relative;display:inline-block;margin:0 auto}.pagination .num{position:relative;display:inline-block;margin-left:7px;color:#b6b6b6;font-size:15px;font-weight:700;line-height:1;text-align:center}.pagination .num.current{color:#06223e;border:none}.pagination .num:not(.current):after{content:"";position:absolute;bottom:-8px;left:50%;width:13px;height:1px;background:#b6b6b6;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pagination .arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-15px;width:40px;height:40px;border:1px solid #d7d7d7;-webkit-box-sizing:border-box;box-sizing:border-box}.pagination .arrow:hover{background:#e2558f;border:#d7d7d7}.pagination .arrow:hover i{color:rgba(255,255,255,.6)}.pagination .arrow.left{left:-60px}.pagination .arrow.first{left:-120px}.pagination .arrow.right{right:-60px}.pagination .arrow.last{right:-120px}.pagination .arrow i{color:#d3d3d3}.post_link{position:relative;width:100%;max-width:770px;height:52px;margin:0 auto 80px;z-index:0}.post_link:after{content:'';display:block;clear:both}.post_link .previous{float:left;width:170px;height:52px;font-size:18px;font-weight:400;line-height:1}@media screen and (max-width:640px){.post_link .previous{position:absolute;bottom:-52px;left:0;float:none;width:40%;height:52px;font-size:16px}}.post_link .previous a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;color:#000}.post_link .next{float:right;width:170px;height:52px;font-size:18px;font-weight:400;line-height:1}@media screen and (max-width:640px){.post_link .next{position:absolute;bottom:-52px;right:0;float:none;width:40%;height:52px;font-size:16px}}.post_link .next a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;color:#000}.post_link .line{width:50px;height:1px;background:#bdc3c7}@media screen and (max-width:640px){.post_link .line{width:20%}}.goBack{position:absolute;left:0;right:0;z-index:10}@media screen and (max-width:640px){.goBack{max-width:calc(100% - 20px)}}.goBack a{display:block;color:#fff;background:#0faab2}.drawer{z-index:999999;visibility:hidden;opacity:0;position:fixed;top:80px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#e2558f;width:500px;height:0;-webkit-transition:all .5s ease-in-out .4s,height 0s ease .8s;transition:all .5s ease-in-out .4s,height 0s ease .8s}@media screen and (max-width:768px){.drawer{width:280px}}.drawer__header{display:none}@media screen and (max-width:640px){.drawer__header{display:block;height:96px;padding:12px 0}.drawer__header .menu-txt{color:#fff;font-size:16px;font-weight:400;line-height:1.3;letter-spacing:.1em}.drawer{top:60px}}.drawer__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px}.drawer__btn .btn-line{border:none;text-align:center;width:60px}.drawer__btn p span.cap{display:block;margin:8px;color:#fff;font-size:15px;font-weight:400;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.drawer__btn{display:none}}.drawer__inner{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-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:30px 8%}@media screen and (max-width:640px){.drawer__inner{padding:15px 8%}}.drawer__content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.drawer__menu{margin:0 0 20px}.drawer__menu li{opacity:0;-webkit-transform:translateX(-40px);transform:translateX(-40px);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;border-top:1px solid #fff}.drawer__menu li:last-child{border-bottom:1px solid #fff}.drawer__menu li>a{display:block;padding:1.2em 12px;color:#fff;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.05em}@media screen and (max-width:640px){.drawer__menu li>a{padding:1.2em 12px}}.drawer__menu li>a:hover{background-color:#d9d9d9;text-decoration:none}.drawer__menu li>a span{font-size:11px;font-weight:400;line-height:1.4;letter-spacing:.05em}.is-open .drawer{visibility:visible;opacity:1;width:400px;height:auto;-webkit-transition:all .5s ease-in-out .2s,height 0s ease 0s;transition:all .5s ease-in-out .2s,height 0s ease 0s}@media screen and (max-width:768px){.is-open .drawer{width:280px}}.is-open .drawer__menu li{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .5s ease 0s,-webkit-transform .5s ease-in-out 0s;transition:opacity .5s ease 0s,-webkit-transform .5s ease-in-out 0s;transition:transform .5s ease-in-out 0s,opacity .5s ease 0s;transition:transform .5s ease-in-out 0s,opacity .5s ease 0s,-webkit-transform .5s ease-in-out 0s}.is-open .drawer__menu li:nth-child(1){-webkit-transition-delay:.5s;transition-delay:.5s}.is-open .drawer__menu li:nth-child(2){-webkit-transition-delay:.54s;transition-delay:.54s}.is-open .drawer__menu li:nth-child(3){-webkit-transition-delay:.58s;transition-delay:.58s}.is-open .drawer__menu li:nth-child(4){-webkit-transition-delay:.62s;transition-delay:.62s}.is-open .drawer__menu li:nth-child(5){-webkit-transition-delay:.66s;transition-delay:.66s}.is-open .drawer__menu li:nth-child(6){-webkit-transition-delay:.7s;transition-delay:.7s}.is-open .drawer__menu li:nth-child(7){-webkit-transition-delay:.74s;transition-delay:.74s}.is-open .drawer__menu li:nth-child(8){-webkit-transition-delay:.78s;transition-delay:.78s}#sp-menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;top:18px;right:0;width:36px;height:30px;margin-left:42px;padding:10px;text-align:center;z-index:999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media screen and (max-width:640px){#sp-menu{top:8px}}.nav-btn{position:relative}.nav-btn,.nav-btn span{display:inline-block;-webkit-transition:.4s;transition:.4s;-webkit-box-sizing:border-box;box-sizing:border-box}.nav-btn span:not(:last-of-type){position:absolute;left:0;width:100%;height:3px;background-color:#e2558f;border-radius:3px}.nav-btn span:nth-of-type(1){top:0}.nav-btn span:nth-of-type(2){top:14px}.nav-btn span:nth-of-type(3){bottom:-2px}.nav-btn span:last-of-type{position:absolute;left:0;right:0;bottom:-8px;width:100%;height:3px;margin:0 auto;padding-right:4px;font-family:'メイリオ',Meiryo,'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;color:#e2558f;font-size:12px;font-weight:200;line-height:1;letter-spacing:.2em}.nav-btn.active span:nth-of-type(1){-webkit-transform:translateY(15px) rotate(-45deg);transform:translateY(15px) rotate(-45deg)}.nav-btn.active span:nth-of-type(2){opacity:0}.nav-btn.active span:nth-of-type(3){bottom:-2px;-webkit-transform:translateY(-15px) rotate(45deg);transform:translateY(-15px) rotate(45deg)}.pop{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;bottom:30px;right:50px;width:500px;height:140px;-webkit-box-shadow:0 0 8px 1px #ddd;box-shadow:0 0 8px 1px #ddd;z-index:99999;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}@media screen and (max-width:640px){.pop{display:none}}.pop .left{width:330px;padding:30px 23px 0;background:#fff}@media screen and (max-width:640px){.pop .left{width:100%;height:72px;padding:0}}.pop .left .txt{margin-bottom:22px;font-size:16px;font-weight:500;line-height:1;letter-spacing:.1em;text-align:center}.pop .left .txt span{color:#fd3e86}.pop .left .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pop .right{position:relative;width:170px;padding:22px 10px 0 20px;background:#fdabab}.pop .right .txt{font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.08em}.pop .right .delete-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-17px;right:-17px;width:35px;height:35px;border-radius:50%;background:#0faab2;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fixed-btn{display:none}@media screen and (max-width:640px){.fixed-btn{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;bottom:0;left:0;width:100%;height:72px;background:#fff;z-index:99999}}.fixed-btn>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25%;height:100%;border-right:1px solid #bbb}.fixed-btn>*:last-of-type{border-right:none}.fixed-btn .btn-wrap02{background:#e2558f}.fixed-btn .btnSmall a{border-radius:0}.fixed-btn .icon{background:#01b901}.mainvisual{position:relative;padding-top:52.5%}@media screen and (max-width:640px){.mainvisual{padding-top:0}}.mainvisual .inner{position:absolute;top:0;left:0;width:100%;max-width:initial;height:100%;padding:0}@media screen and (max-width:640px){.mainvisual .inner{position:relative;height:auto}}.mainvisual .inner .pc-tab{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media screen and (max-width:640px){.mainvisual .inner .pc-tab{display:none}}.mainvisual .inner .pc-tab .centerTxt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.mainvisual .inner .pc-tab .centerTxt img{margin-bottom:37px}@media screen and (max-width:1024px){.mainvisual .inner .pc-tab .centerTxt img{margin-bottom:0}}.mainvisual .inner .pc-tab .centerTxt>span{font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif;color:#fd3e86;text-shadow:1px 1px 1px #fff}@media screen and (max-width:1024px){.mainvisual .inner .pc-tab .centerTxt>*{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}}@media screen and (max-width:890px){.mainvisual .inner .pc-tab .centerTxt>*{-webkit-transform:scale(.7,.7);transform:scale(.7,.7)}}.mainvisual .inner .pc-tab .centerTxt .txtLarge{margin-bottom:18px;font-size:32px;font-weight:600;line-height:1.85;letter-spacing:.1em}@media screen and (max-width:1024px){.mainvisual .inner .pc-tab .centerTxt .txtLarge{margin-bottom:0}}.mainvisual .inner .pc-tab .centerTxt .txtLarge span{font-size:26px;font-weight:600;line-height:1.85;letter-spacing:.1em}.mainvisual .inner .pc-tab .centerTxt .txtSmall{font-size:19px;font-weight:600;line-height:1.8;letter-spacing:.1em}.mainvisual .inner .pc-tab .block{width:50%}.mainvisual .inner .pc-tab .block.left{border-top:18px solid #0faab2;border-bottom:18px solid #0faab2}.mainvisual .inner .pc-tab .block.right{border-top:18px solid #e2558f;border-bottom:18px solid #e2558f}.mainvisual .inner .pc-tab .block img{width:100%}.mainvisual .inner .sp{position:relative;padding-bottom:28px}.mainvisual .inner .sp .centerTxt{text-align:center}.mainvisual .inner .sp .centerTxt>span{font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif;color:#fd3e86;text-shadow:1px 2px 1px #fff}.mainvisual .inner .sp .centerTxt .txtLarge{display:block;padding:28px 0 12px;font-size:24px;font-weight:600;line-height:1.85;letter-spacing:.1em}.mainvisual .inner .sp .centerTxt .txtLarge span{font-size:18px;font-weight:600;line-height:1.85;letter-spacing:.1em}.mainvisual .inner .sp .centerTxt .txtSmall{font-size:18px;font-weight:600;line-height:1.8;letter-spacing:.1em}@media screen and (max-width:640px){.mainvisual .inner .sp .centerTxt .txtLarge{font-size:7vw}.mainvisual .inner .sp .centerTxt .txtSmall{font-size:5vw}}.mainvisual .inner .sp:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.apply{position:relative;height:920px}@media screen and (max-width:640px){.apply{height:auto}}.apply .b_center{height:auto;padding:30px 10px 10px;width:100%;max-width:1000px;margin:0 auto}.apply .b_center .woman{text-align:center;margin-bottom:20px}@media screen and (max-width:640px){.apply .b_center{padding:40px 10px 0}.apply .b_center .woman{margin-bottom:0}}.b_second{padding:0 10px 30px !important}.apply .b_center .prize-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:center;width:100%;flex-flow:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap-reverse}.apply .b_center .prize-img .prize-item{width:30%;margin:0 5px;background-image:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/no1.png);background-repeat:no-repeat;height:136px;padding-top:40px;background-position:center;font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif}@media screen and (max-width:640px){.apply .b_center .prize-img .prize-item{width:45%;background-size:100%;padding-top:5px;height:auto;margin-top:10px}.apply .b_center .prize-img .prize-item_one{width:70% !important;padding:25px 0 20px !important}.b_second{padding:0 10px 0 !important;margin:-11px 0 0!important}}.apply .b_center .appeal-prize .prize-item p.txt{font-size:22px;font-weight:700;height:30px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:640px){.apply .b_center .prize-img .prize-item p.txt{font-size:4.1vw;margin:26px 0 0}.apply .b_center .prize-img .prize-item_one p.txt{font-size:5vw;margin:26px 0 0}}.apply .b_center .appeal-prize p.txt{text-align:center;width:100%;margin:10px 0 0}.apply .b_center .prize-item p.txt2{font-size:17px;font-weight:700;line-height:1.2;margin:0;text-align:center}.apply .b_center span.no1{font-size:32px}.apply .b_center span.one{font-size:45px}@media screen and (max-width:640px){.apply .b_center span.no1{font-size:8vw}.apply .b_center span.one{font-size:11vw}.apply .b_center .prize-item p.txt2{line-height:1}}.apply .inner{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1100px;margin:0 auto}@media screen and (max-width:640px){.apply .inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}.apply .inner iframe:first-of-type{margin-bottom:10px}}.apply .inner .block{width:50%}@media screen and (max-width:640px){.apply .inner .block{width:100%}}.apply .inner .block.left{padding:20px 0 30px;text-align:center}@media screen and (max-width:640px){.apply .inner .block.left{padding:25px 0 0}}.apply .inner .block.left .txt{margin-bottom:35px;font-size:20px;font-weight:400;line-height:1.8;letter-spacing:.1em}@media screen and (max-width:890px){.apply .inner .block.left .txt{font-size:16px;font-weight:400;line-height:1.6;letter-spacing:.1em}}@media screen and (max-width:640px){.apply .inner .block.left .txt{margin:10px 0 50px;font-size:5vw;font-weight:400;line-height:1.8;letter-spacing:.1em}}@media screen and (min-width:641px){.apply .inner .block.left .sp_low_price{display:none}}.apply .inner .block.left .sp_low_price{letter-spacing:.1em}.apply .inner .block.left .sp_low_price .low_price_inner{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/low_price.png) no-repeat center;background-size:contain;width:100%;height:auto;margin:0 auto 18px}.apply .inner .block.left .sp_low_price .low_price_inner .low_price{font-size:23px;padding:56px 10px;font-weight:800}.apply .inner .block.left .sp_low_price .low_cpt{font-size:4vw;line-height:1.8;margin-bottom:30px}.apply .inner .block.left .sp_low_price .low_cpt .low_p_txt{font-size:28px;font-weight:500;letter-spacing:.15em}.apply .inner .block.left .sp_low_price .low_cpt .low_p_s{font-size:15px;font-weight:500;line-height:1;letter-spacing:.15em}.yameho_low_price{margin:50px 0 40px}.apply .inner .block.left .btn.green{margin-top:20px;font-size:20px;font-weight:800;line-height:60px;letter-spacing:0}@media screen and (max-width:640px){.apply .inner .block.left .btn.green{margin-top:26px}}.apply .inner .block.left iframe:first-of-type{margin-bottom:10px}.apply .inner .block.right{position:relative}@media screen and (max-width:640px){.apply .inner .block.right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:20px 0 15px}}.apply .inner .block.right .iphone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;height:100%;margin:auto}@media screen and (max-width:640px){.apply .inner .block.right .iphone{display:none}}.apply .inner .block.right .iphone .balloon{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;top:74px;left:54.909%;width:47.09091%;height:242px;z-index:5;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/img_balloon.png) center center/contain no-repeat}.apply .inner .block.right .iphone .balloon .txt{padding-bottom:70px;padding-left:10px;color:#05b7c8;font-size:19px;font-weight:800;line-height:1.3;letter-spacing:0;text-align:center}@media screen and (max-width:890px){.apply .inner .block.right .iphone .balloon .txt{padding-bottom:55px;font-size:14px;font-weight:800;line-height:1.263;letter-spacing:0}}.apply .inner .block.right .iphone .balloon .btn{position:absolute;top:115px;left:0;right:0;margin:0 auto;padding-top:27px;padding-left:10px;width:28.95753%}.apply .inner .block.right .iphone--sp{display:none}@media screen and (max-width:640px){.apply .inner .block.right .iphone--sp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:static}}.apply .inner .block.right .iphone--sp .balloon--sp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;position:absolute;top:0;left:28%;right:auto;width:57.96875%;height:399px;z-index:5;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/img_balloon_02.png) center center/contain no-repeat}.apply .inner .block.right .iphone--sp .balloon--sp .txt--sp{padding-bottom:38%;padding-left:5px;color:#05b7c8;font-size:4vw;font-weight:800;line-height:1.3;letter-spacing:0;text-align:center}@media screen and (max-width:640px){.apply .inner .block.right .iphone--sp .balloon--sp{left:auto;width:62%;height:235px}.apply .inner .block.right .iphone--sp .balloon--sp .txt--sp{font-size:5vw}}.apply .inner .block.right .iphone--sp .balloon--sp .btn--sp{position:absolute;top:100px;left:0;right:0;margin:23px auto 15px;width:29%}.apply .inner .block.right .iphonegif{width:100%}@media screen and (max-width:640px){.apply .inner .block.right .iphonegif{padding-top:62%;text-align:center}}.apply .inner .block.right .iphonegif img{padding-left:44px;width:50.36364%}@media screen and (max-width:640px){.apply .inner .block.right .iphonegif img{padding-left:0;width:75%}}.apply .inner .block.right .img{padding:20px;text-align:center}.apply .inner .block.right .img img{width:75%}.apply:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.selected{position:relative;margin-top:3px}.selected .inner{padding:40px 20px 60px}@media screen and (max-width:640px){.selected .inner{padding:25px 0}}.selected .inner .block-first{position:relative;width:auto;margin:0 auto;padding-top:106px}@media screen and (max-width:640px){.selected .inner .block-first{padding-top:80px}}.selected .inner .block-first .img{position:absolute}.selected .inner .block-first .img.s01{top:51px;left:calc(50% - 347px);width:66px;margin:0 auto}@media screen and (max-width:640px){.selected .inner .block-first .img.s01{width:50px;top:18px;left:10px}}.selected .inner .block-first .img.s02{top:0;left:0;right:0;width:79px;margin:0 auto}@media screen and (max-width:640px){.selected .inner .block-first .img.s02{width:60px}}.selected .inner .block-first .selected-title{position:relative;margin-bottom:20px;font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif;color:#fd3e86;font-size:26px;font-weight:600;line-height:1.615;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.selected .inner .block-first .selected-title{font-size:22px;font-weight:600;line-height:1.615;letter-spacing:.1em}}.selected .inner .block-first .selected-title:after{content:'';position:absolute;bottom:-22px;left:0;right:0;width:308px;height:2px;margin:0 auto;background:#0faab2}@media screen and (max-width:640px){.selected .inner .block-first .selected-title:after{width:150px}}.selected .inner .block-second{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:890px;margin:0 auto;padding:40px 0 0}@media screen and (max-width:640px){.selected .inner .block-second{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.selected .inner .block-second .box{position:relative}@media screen and (max-width:640px){.selected .inner .block-second .box{max-width:270px}}.selected .inner .block-second .box .txt{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;padding-left:12px;font-size:26px;font-weight:800;line-height:1;letter-spacing:.1em}@media screen and (max-width:640px){.selected .inner .block-second .box .txt{padding-left:0;font-size:20px;font-weight:800;line-height:1;letter-spacing:.1em}}.selected .inner .block-second .box .txt span{display:block}.selected .inner .block-second .box .txt span+span{margin-top:10px}@media screen and (max-width:640px){.selected .inner .block-second .box:first-of-type .txt{padding-left:15px}}@media screen and (max-width:640px){.selected .inner .block-second .box:not(:last-of-type){margin-bottom:6px}}@media screen and (max-width:640px){.selected .inner .block-second .box:last-of-type{padding-right:8px}}.selected .inner .third{max-width:600px;padding:0 0 35px}.selected:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.media_achievements{position:relative;height:auto;margin-top:3px;padding:70px 0 70px}.media_achievements .inner .subtitle .media_cpt{color:#fd3e86}.media_achievements .block-second{margin-bottom:10px;padding-top:26px}.media_achievements .block-second .box_media{border:2px #e2558f solid;max-width:320px;width:100%;height:auto;text-align:center;padding:10px}.media_achievements .block-second .box{position:relative;height:310px;background:#fff}.media_achievements .block-second .box:first-of-type{z-index:3}.media_achievements .block-second .box:nth-of-type(2){z-index:2}.media_achievements .block-second .box:last-of-type{z-index:1}.media_achievements .block-second .box_media .media_dtl{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);width:100%;line-height:1.8;letter-spacing:.1em}.media_achievements .block-second .box_media .media_dtl .img{margin-bottom:10px}.media_achievements .block-second .box_media .media_dtl .poco_img{margin-bottom:-6px;max-height:200px;padding:10px 10px 0;box-sizing:border-box}.media_achievements .block-second .box_media .media_dtl .poco{line-height:1.4}.media_achievements .block-second .box_media .media_dtl .prime{max-height:60px;padding:10px 10px 0;box-sizing:border-box}.media_achievements .block-second .box_media .media_dtl .asahi{height:42px;margin-bottom:10px}.media_achievements .block-third{padding-bottom:10px;flex-wrap:inherit}.media_achievements .block-third .box_media_s{border:2px #e2558f solid;max-width:192px;width:100%;height:auto;text-align:center;padding:10px}.media_achievements .block-third .box{position:relative;height:192px;background:#fff}.media_achievements .block-third .box:not(:nth-of-type(5n-4)){margin-left:1.0205%}.media_achievements .block-third .box:first-of-type{z-index:3}.media_achievements .block-third .box:nth-of-type(2){z-index:2}.media_achievements .block-third .box:last-of-type{z-index:1}.media_achievements .block-third .box_media_s .media_dtl{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);width:100%;line-height:1.8;letter-spacing:.01em}.media_achievements .block-third .box_media_s .media_dtl .img{width:80%;margin:0 auto 10px}img.daily{max-width:75%}img.tokushima{max-width:80%}.media_achievements:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}@media screen and (min-width:641px){.media_achievements{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/media.png) center 50px/cover no-repeat;background-attachment:fixed}}@media screen and (max-width:1024px){.media_achievements{background-attachment:scroll;background-position:center 0}}@media screen and (max-width:640px){.media_achievements{height:auto;padding:45px 0;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/media_sp.png) 0 center/cover no-repeat}.media_achievements .block-second .box{height:300px;max-width:300px}.media_achievements .block-second{padding-top:10px;max-width:300px}.media_achievements .block-third .box{height:200px;width:200px}.media_achievements .block-third{overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;display:-webkit-box;padding-top:5px}.media_achievements .block-third .box_media_s{max-width:200px}.media_achievements .block-third .box:not(:first-of-type){margin-top:0}.media_achievements .block-second .box_media .media_dtl .poco{line-height:1;margin-top:-3px}}.next_w{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/pattern_02.png);position:relative;margin-top:3px}.next_w .inner{padding:60px 20px;clear:both}.next_w .inner .block-first{width:100%;max-width:900px;height:auto;margin:0 auto;padding:42px 0 30px;border:1px solid #e2558f;background-color:#fff}@media screen and (max-width:640px){.next_w .inner{padding:60px 0}.next_w .inner .block-first{height:auto}}.next_w .inner .block-first h2{position:relative;margin-bottom:26px;font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif;color:#fd3e86;font-size:26px;font-weight:600;line-height:1.615;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.next_w .inner .block-first h2{font-size:22px;font-weight:600;line-height:1.615;letter-spacing:.1em}}.next_w .inner .block-first h2:before{content:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/shape_slant_01.png);position:absolute;top:12px;left:calc(50% - 290px)}@media screen and (max-width:640px){.next_w .inner .block-first h2:before{top:40px;left:10px}}.next_w .inner .block-first h2:after{content:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/shape_slant_02.png);position:absolute;top:12px;right:calc(50% - 290px)}@media screen and (max-width:640px){.next_w .inner .block-first h2:after{top:40px;right:10px}}.next_w .inner .block-first h3.topsale{margin:0 0 30px;margin-bottom:0 !important;font-size:26px;font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif;color:#fd3e86;text-align:center;padding:5px 10px 34px;line-height:1.8}.next_w .inner .block-first h3.topsale span{font-size:22px}.next_w .inner .block-first .col5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:710px;margin:0 auto 8px}@media screen and (max-width:640px){.next_w .inner .block-first .col5{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}}@media screen and (max-width:640px){.next_w .inner .block-first .col5 .box{width:40%;margin-bottom:25px;text-align:center}}.next_w .inner .block-first .col5 .box .img{margin-bottom:17px;text-align:center}.next_w .inner .block-first .col5 .box .txt{font-size:18px;font-weight:500;line-height:1;letter-spacing:.1em}@media screen and (max-width:640px){.next_w .inner .block-first .col5 .box .txt{font-size:15px;font-weight:500;line-height:1;letter-spacing:.1em}}@media screen and (max-width:640px){.next_w .inner .block-first .col5 .box:last-of-type{margin-bottom:12px}}.next_w .inner .block-first .txt-right{padding-right:56px;font-family:"Yu Mincho Light","YuMincho","Yu Mincho","游明朝体","ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN",sans-serif;font-size:20px;font-weight:400;line-height:1;letter-spacing:.1em;text-align:right}p.video{text-align:center;margin:20px 10px 0}.video iframe{width:100%;max-width:400px;height:100%;min-height:225px}@media screen and (max-width:640px){.video iframe{min-height:200px}}.next_w .inner .ctn_box{margin:0 auto;width:100%;max-width:900px;line-height:1.6;font-size:18px}.next_w .inner .ctn_box .wow h3{color:#fd3e86;font-size:22px;font-weight:500;line-height:1.636;letter-spacing:.05em;text-align:center}.next_w .inner .ctn_box .block-second{width:100%;max-width:440px;min-height:320px;margin:20px 20px 0 0;padding:35px 20px 30px;border:1px solid #e2558f;background-color:#fff;display:inline-block;float:left}.next_w .inner .ctn_box .block-second p{font-size:14px}.next_w .inner .ctn_box .block-second .survey img{margin:10px auto;display:block}.next_w .inner .ctn_box .block-third{width:100%;max-width:440px;min-height:320px;margin-top:20px;padding:35px 20px 8px;border:1px solid #e2558f;background-color:#fff;display:inline-block;position:relative;overflow:hidden}.next_w .inner .ctn_box .block-third .guarantee{text-align:center;position:relative;margin:10px -100%;padding:0 100%}.next_w .inner .ctn_box .block-third .guarantee img{min-width:398px;margin:0 -100px}.next_w .inner .ctn_box .block-third .txt{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-4px;left:0;width:100%;height:100%;letter-spacing:.1em}@media screen and (max-width:939px){.next_w .inner .ctn_box .block-second,.next_w .inner .ctn_box .block-third{max-width:none}}@media screen and (max-width:477px){.next_w .inner .ctn_box .block-third .txt{top:4%}}.next_w:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.next_w .inner .block-force{width:100%;max-width:900px;height:auto;margin:12px auto 0;padding:30px 0;border:1px solid #e2558f;background-color:#fff}.jraa-box{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;max-width:700px}.jraa-mark{float:left;padding-top:8px;width:260px}.jraa-img{margin:0}.jraa-txt{margin-left:20px;float:left;width:100%}.jraa-title{margin-top:5px;margin-bottom:5px;font-size:28px;letter-spacing:.04em;line-height:1.3}.jraa-title small{font-size:12px}.jraa-coment{font-size:18px;line-height:1.6;margin:0;letter-spacing:.08em}@media screen and (max-width:640px){.next_w .inner .block-force{display:inline-table}.jraa-box{display:block}.jraa-mark{float:left;width:100%}.jraa-img{margin:0 auto;display:flex;justify-content:center;align-items:center;max-width:200px}.jraa-txt{margin-left:0;padding:10px;float:left;width:100%}.jraa-title{text-align:center;margin-top:0;margin-bottom:0;font-weight:700;letter-spacing:.04em;line-height:1.5;padding-bottom:8px}.jraa-coment{line-height:1.4;font-weight:500;margin:0;letter-spacing:.08em;text-align:center;padding:0 20px 10px;font-size:16px}}.reason{position:relative;height:auto;margin-top:3px;padding:70px 20px}@media screen and (min-width:641px){.reason{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/bg_01.png) center center/cover no-repeat;background-attachment:fixed}}@media screen and (max-width:890px){.reason{height:auto;padding:25px 0}}@media screen and (max-width:1024px){.reason{background-attachment:scroll}}.reason .block-first{margin-bottom:30px;position:relative;z-index:2}@media screen and (max-width:640px){.reason{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/bg_01_sp.png) center center/cover no-repeat}.reason .block-first{margin-bottom:15px}}.reason .block-first .box-txt{position:relative;width:100%;max-width:500px;height:180px;margin:0 auto;padding-top:44px;background:#fff;-webkit-box-shadow:0 0 15px 2px #ddd;box-shadow:0 0 15px 2px #ddd}.reason .block-first .box-txt .reason-title{margin-bottom:10px;font-size:26px;font-weight:800;line-height:72px;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.reason .block-first .box-txt .reason-title{font-size:22px;font-weight:800;line-height:60px;letter-spacing:.1em}}.reason .block-first .box-txt .reason-title span{padding:0 10px;color:#fd3e86;font-size:72px;font-weight:800;line-height:1;letter-spacing:0;vertical-align:-15px}@media screen and (max-width:640px){.reason .block-first .box-txt .reason-title span{font-size:60px;font-weight:800;line-height:1;letter-spacing:0}}.reason .block-first .box-txt .txt{font-size:18px;font-weight:500;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.reason .block-first .box-txt .txt{font-size:15px;font-weight:500;line-height:1;letter-spacing:.1em}}.reason .block-first .box-txt .img{position:absolute;bottom:0;left:0}.reason .block-first .arrow{position:absolute;top:170px;z-index:99}.reason .block-first .arrow.a01{left:calc(50% - 197px)}.reason .block-first .arrow.a02{left:calc(50% - 13px)}.reason .block-first .arrow.a03{right:calc(50% - 198px)}.reason .block-second .box{position:relative;height:auto;padding:62px 0 35px;background:#fff;-webkit-box-shadow:0 0 15px 2px #ddd;box-shadow:0 0 15px 2px #ddd}.reason .block-second .box .img{position:absolute;top:9px;left:40px}.reason .block-second .box h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:112px;margin-bottom:10px;color:#fd3e86;font-size:22px;font-weight:500;line-height:1.636;letter-spacing:.05em;text-align:center}@media screen and (max-width:890px){.reason .block-second .box{height:auto;padding:70px 10px 35px}.reason .block-second .box h3{height:auto}.reason .block-second .box h4{font-size:18px;font-weight:500;line-height:1.636;letter-spacing:.05em}}.reason .block-second .box .txt{font-size:15px;font-weight:400;line-height:1.733;letter-spacing:0;text-align:center}@media screen and (max-width:640px){.reason .block-second .box .arrow{position:absolute;bottom:-60px;left:calc(50% - 13px);z-index:7}.reason .block-second .box .txt{font-size:16px}}.reason:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.price{position:relative;margin-top:3px;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/pattern_01.png)}.price .inner{max-width:872px;padding:60px 0 50px}@media screen and (max-width:1024px){.price .inner{padding:50px 20px}}@media screen and (max-width:640px){.price .inner{padding:50px 0}}.price .inner .txt-lead{color:#fff;font-size:20px;font-weight:800;line-height:1.8;letter-spacing:.1em;text-align:center}.price .inner .txt-lead .lowest_price{font-size:24px}.price .inner .att{display:block;margin:-4px 0 10px;color:#fff;font-size:12px;font-weight:400;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.price .inner .txt-lead{font-size:17px;font-weight:800;line-height:1.8;letter-spacing:.1em}.price .inner .att{margin:-4px 0 30px}}.price .inner .iwaikin{margin:10px auto;max-width:660px}.price .inner .iwaikin .iwaikin_box{margin:15px auto 0;max-width:660px;width:100%}.price .inner .iwaikin .iwaikin_box .moko_box{background-image:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/moko.png);width:86px;height:86px;margin:0 10px;float:left}.price .inner .iwaikin .iwaikin_box .moko_box .moko{font-size:17px;font-weight:700;text-align:center;line-height:5;letter-spacing:.16em}.price .inner .iwaikin .iwaikin_box .iwaikin_cpt{line-height:1.14;letter-spacing:.1em;font-size:18px;font-weight:700;display:inline-block}.price .inner .iwaikin .iwaikin_box .iwaikin_cpt .max_money{font-size:16px}.price .inner .iwaikin .iwaikin_box .iwaikin_cpt .money{font-size:24px;letter-spacing:0}.price .inner .iwaikin .iwaikin_box .iwaikin_cpt .anyone{font-size:14px;line-height:2.6em;font-weight:100}.price .inner .iwaikin .notes{margin-top:14px;font-size:13px;letter-spacing:.1em;line-height:1.4;color:#333}@media screen and (max-width:640px){.price .inner .iwaikin .iwaikin_box .moko_box{margin:0 auto;float:none}.price .inner .iwaikin .iwaikin_box .iwaikin_cpt{text-align:center;line-height:1.3;margin:12px auto 0;width:100%}.price .inner .iwaikin .iwaikin_box{margin:0 auto 0}.price .inner .iwaikin .iwaikin_box .iwaikin_cpt .anyone{line-height:1.6em}}.price .inner .col2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:30px 0}@media screen and (max-width:640px){.price .inner .col2{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.price .inner .col2 .box{width:calc(50% - 5px);height:164px;padding-top:34px;background:#fff;text-align:center}@media screen and (max-width:640px){.price .inner .col2 .box{width:100%;height:auto;padding:26px 0}}.price .inner .col2 .box .txt-head{margin-bottom:19px;font-size:18px;font-weight:500;line-height:1;letter-spacing:0}@media screen and (max-width:640px){.price .inner .col2 .box .txt-head{font-size:15px;font-weight:500;line-height:1;letter-spacing:0}}.txt-price{margin-bottom:19px;color:#fd3e86;font-size:34px;font-weight:500;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.txt-price{font-size:28px;font-weight:500;line-height:1;letter-spacing:.1em;text-align:center}}.txt-price span{font-size:18px;font-weight:500;line-height:1;letter-spacing:.1em}@media screen and (max-width:640px){.txt-price span{font-size:15px;font-weight:500;line-height:1;letter-spacing:.1em}}.price .inner .col2 .box .txt-small{font-size:14px;font-weight:400;line-height:1;letter-spacing:0}@media screen and (max-width:640px){.price .inner .col2 .box+.box{margin-top:15px}}.price .inner .block{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:640px){.price .inner .block{-ms-flex-wrap:wrap;flex-wrap:wrap}}.price .inner .block__left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:216px;color:#fff;font-size:20px;font-weight:800;line-height:1.8;letter-spacing:.1em;text-align:center;background:#e2558f}@media screen and (max-width:640px){.price .inner .block__left{width:100%;padding:15px}}.price .inner .block__right{width:calc(100% - 216px);background:#fff}@media screen and (max-width:640px){.price .inner .block__right{width:100%}}.price .inner .block.first{height:80px;margin-bottom:9px}@media screen and (max-width:1024px){.price .inner .block.first{height:130px}}@media screen and (max-width:640px){.price .inner .block.first{height:auto}}.price .inner .block.first .block__right{padding:17px 0 0 30px}@media screen and (max-width:1024px){.price .inner .block.first .block__right{padding:17px 30px 0}}@media screen and (max-width:640px){.price .inner .block.first .block__right{padding:15px}}.price .inner .block.first .block__right .txt{font-size:16px;font-weight:400;line-height:1.5;letter-spacing:.1em}.price .inner .block.second{height:auto}@media screen and (max-width:1024px){.price .inner .block.second{height:auto}}@media screen and (max-width:890px){.price .inner .block.second{height:auto}}@media screen and (max-width:640px){.price .inner .block.second{height:auto}}.price .inner .block.second .block__right{padding:30px 26px 0}@media screen and (max-width:640px){.price .inner .block.second .block__right{padding:15px}}.price .inner .block.second .block__right .txt{margin-bottom:20px;font-size:18px;font-weight:400;line-height:1.5;letter-spacing:.1em;text-align:center}.price .inner .block.second .block__right .txt_small{font-size:12px;text-align:left;margin:0 20px 20px}.price .inner .block.second .block__right .txt_small_t{font-size:10px;text-align:left;margin:0 20px 20px}.price .inner .block.second .block__right .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px}@media screen and (max-width:1024px){.price .inner .block.second .block__right .btn-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}}@media screen and (max-width:1024px){.price .inner .block.second .block__right .btn-wrap iframe:first-of-type{margin-bottom:10px}}.price .inner .block.second .block__right .payments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:590px;margin:0 auto}.paypal_logo{margin-right:12px}@media screen and (max-width:890px){.price .inner .block.second .block__right .payments{-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}}@media screen and (max-width:890px){.price .inner .block.second .block__right .payments a{max-width:120px}}@media screen and (max-width:640px){.price .inner .block.second .block__right .payments img{margin:3px}}.price .inner .block.second .block__right .payments_cdt{margin-bottom:40px;max-width:420px}.price .inner .block.second .block__right .payments_cdt img{max-height:30px}.price:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.yameho_title{margin:40px 10px 20px}.yameho_in{padding:10px 0;margin-bottom:30px}.yameho_in h4{font-size:19px !important}.yameho_in p.txt{font-size:14px !important}.yame_txt{font-size:15px !important;line-height:1.8 !important}.yame_txt li{margin-bottom:10px}h5.yame_txt{margin-bottom:10px !important;font-size:16px !important}.yameho_cre{width:160px;height:50px}.yameho_btn a{height:50px;width:50px;display:flex;padding-left:40px}.yameho_cnt{float:left}.steps{position:relative;height:744px;margin-top:3px;padding:70px 0 0}@media screen and (min-width:641px){.steps{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/bg_02.png) center center/cover no-repeat;background-attachment:fixed}}@media screen and (max-width:1024px){.steps{background-attachment:scroll}}@media screen and (max-width:640px){.steps{height:auto;padding:25px 0;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/bg_02_sp.png) 8% center/cover no-repeat}}.steps .block-first{position:relative;margin-bottom:30px}@media screen and (max-width:640px){.steps .block-first{margin-bottom:25px}}.steps .block-first .box-txt{position:relative;width:500px;height:180px;margin:0 auto;padding-top:44px;background:#fff;-webkit-box-shadow:0 0 10px 1px #ccc;box-shadow:0 0 10px 1px #ccc}@media screen and (max-width:640px){.steps .block-first .box-txt{width:100%}}.steps .block-first .box-txt .reason-title{margin-bottom:10px;font-size:26px;font-weight:800;line-height:72px;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.steps .block-first .box-txt .reason-title{font-size:22px;font-weight:800;line-height:60px;letter-spacing:.1em}}.steps .block-first .box-txt .reason-title span{padding:0 10px;color:#fd3e86;font-size:72px;font-weight:800;line-height:1;letter-spacing:0;vertical-align:-15px}@media screen and (max-width:640px){.steps .block-first .box-txt .reason-title span{font-size:60px;font-weight:800;line-height:1;letter-spacing:0}}.steps .block-first .box-txt .txt{font-size:18px;font-weight:500;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.steps .block-first .box-txt .txt{font-size:15px;font-weight:500;line-height:1;letter-spacing:.1em}}.steps .block-first .box-txt .img{position:absolute;bottom:0;left:0}.steps .block-second{margin-bottom:28px}.steps .block-second .box{position:relative;height:310px;background:#fff;-webkit-box-shadow:0 0 10px 1px #ccc;box-shadow:0 0 10px 1px #ccc}.steps .block-second .box:first-of-type{z-index:3}.steps .block-second .box:nth-of-type(2){z-index:2}.steps .block-second .box:last-of-type{z-index:1}.steps .block-second .box__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100px;background:#0faab2}.steps .block-second .box__header .img{position:absolute;top:calc(50% - 16px);left:45px}.steps .block-second .box__header .txt-title{color:#fff;font-size:22px;font-weight:800;line-height:1;letter-spacing:.05em;text-align:center}@media screen and (max-width:890px){.steps .block-second .box__header .txt-title{padding-left:2em;font-size:18px;font-weight:800;line-height:1;letter-spacing:.05em}}@media screen and (max-width:640px){.steps .block-second .box__header .txt-title{padding-left:0;font-size:22px;font-weight:800;line-height:1;letter-spacing:.05em}}.steps .block-second .box__body{display:-webkit-box;display:-ms-flexbox;display:flex !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:190px}.steps .block-second .box__body .txt{font-size:15px;font-weight:500;line-height:1.733;letter-spacing:0;text-align:center}@media screen and (max-width:890px){.steps .block-second .box__body .txt{padding:0 10px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:0}}@media screen and (max-width:640px){.steps .block-second .box__body .txt{padding:0;font-size:16px;font-weight:500;line-height:1.733;letter-spacing:0}.steps .block-second .box__body{height:210px}.steps .block-second .box{height:330px}}.steps .block-second .box:not(:last-of-type):after{content:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../svg/shape_tri.svg);position:absolute;top:calc(50% - 22px);right:-26px;z-index:5}@media screen and (max-width:640px){.steps .block-second .box:not(:last-of-type):after{top:auto;bottom:-18px;left:0;right:0;width:24px;margin:0 auto;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.steps .block-third{max-width:980px;margin:0 auto;background:#fff;-webkit-box-shadow:0 0 10px 1px #ccc;box-shadow:0 0 10px 1px #ccc}@media screen and (max-width:640px){.steps .block-third{width:100%;padding:8px}}.steps .block-third .txt{padding:5px 0;font-size:14px;font-weight:400;line-height:1.3;letter-spacing:.1em;text-align:center}.steps .block-third .txt span{color:#fd3e86}.steps:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.voice{position:relative;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/pattern_02.png)}.voice .inner{padding:60px 0 62px}@media screen and (max-width:640px){.voice .inner{padding:45px 0 62px}}.voice .inner .block-first{margin-bottom:28px}.voice .inner .block-first .box{-webkit-box-shadow:0 0 15px 2px #ddd;box-shadow:0 0 15px 2px #ddd}.voice .inner .block-first .box__header{height:245px;padding-top:15px;text-align:center;background:#e2558f}@media screen and (max-width:1024px){.voice .inner .block-first .box__header{padding:15px 20px 0}}.voice .inner .block-first .box__header .img{text-align:center}.voice .inner .block-first .box__header .review{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:110px;color:#fff;font-size:22px;font-weight:800;line-height:1.454;letter-spacing:.05em}@media screen and (max-width:1024px){.voice .inner .block-first .box__header .review{font-size:18px;font-weight:800;line-height:1.454;letter-spacing:.05em}}.voice .inner .block-first .box__header .review:after{content:"";position:absolute;bottom:0;left:0;right:0;width:130px;height:1px;margin:0 auto;background:#fff}.voice .inner .block-first .box__header .txt-small{margin-top:12px;color:#fff;font-size:14px;font-weight:500;line-height:1;letter-spacing:.05em}.voice .inner .block-first .box__body{height:820px;padding:25px;background-color:#fff}@media screen and (max-width:1024px){.voice .inner .block-first .box__body{height:auto}}.voice .inner .block-first .box__body .txt{font-size:15px;font-weight:400;line-height:1.6;letter-spacing:0}.voice .inner .block-first .box__body .txt.blue-letter{margin:20px 0 2px;color:#05b7c8}.voice .inner .block-first .box__body .txt .under{text-decoration:underline #05b7c8}.voice .inner .block-first .box__body .txt.red-letter{margin:20px 0 2px;color:#fd3e86;font-size:16px}.voice .inner .block-first .box__body .txt.txt-red{color:#fd3e86;font-size:16px}.voice .inner .block-first .box .circle .img img{width:45px;text-align:center;border-radius:50%;margin-top:12px}.voice .inner .more{background-color:#fff}.voice:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.question{position:relative;margin-top:3px;padding:60px 0;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/pattern_01.png)}.question .block-first .box{margin-bottom:20px;-webkit-box-shadow:0 0 10px 1px #888;box-shadow:0 0 10px 1px #888}.question .block-first .box__header{height:138px;background:#e2558f}.question .block-first .box__header .q-num{position:relative;height:40px;color:#fff;font-size:20px;font-weight:500;line-height:40px;letter-spacing:.05em;text-align:center}.question .block-first .box__header .q-num:after{content:"";position:absolute;bottom:0;left:0;right:0;width:80px;height:1px;margin:0 auto;background:#fff}.question .block-first .box__header h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:90px;color:#fff;font-size:18px;font-weight:500;line-height:1.444;letter-spacing:.05em;text-align:center}@media screen and (max-width:890px){.question .block-first .box__header h3{font-size:15px;font-weight:500;line-height:1.444;letter-spacing:.05em}}.question .block-first .box__body{height:226px;padding:28px 26px 0;background:#fff}.question .block-first .box__body .txt{font-size:15px;font-weight:400;line-height:1.6;letter-spacing:0}@media screen and (max-width:890px){.question .block-first .box__body{height:310px}}@media screen and (max-width:640px){.question .block-first .box__body{height:auto;padding:28px 26px}.question{padding:50px 0}.question .block-first .box__header h3{font-size:17px}.question .block-first .box__body .txt{font-size:16px}}.question .block-second{margin-bottom:28px}.question .block-second .box{position:relative;height:310px;background:#fff;-webkit-box-shadow:0 0 8px 2px #ddd;box-shadow:0 0 8px 2px #ddd}.question .block-second .box__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100px;background:#0faab2}.question .block-second .box__header .img{position:absolute;top:calc(50% - 16px);left:45px}.question .block-second .box__header .txt-title{color:#fff;font-size:22px;font-weight:600;line-height:1;letter-spacing:.05em;text-align:center}.question .block-second .box__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:210px}.question .block-second .box__body .txt{font-size:15px;font-weight:400;line-height:1.733;letter-spacing:0;text-align:center}.question .block-second .box:not(:last-of-type):after{content:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../svg/shape_tri.svg);position:absolute;top:calc(50% - 22px);right:-26px;z-index:5}.question .block-third{width:980px;margin:0 auto;background:#fff;-webkit-box-shadow:0 0 8px 2px #ddd;box-shadow:0 0 8px 2px #ddd}.question .block-third .txt{padding:5px 0;font-size:14px;font-weight:400;line-height:1.3;letter-spacing:.1em;text-align:center}.question .block-third .txt span{color:#fd3e86}.question:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.career_change{position:relative;margin-top:3px;padding:60px 0;background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/pattern_01.png)}.career_change .inner .block-first .career_box{width:100%;line-height:1.8;letter-spacing:.1em;max-width:320px;height:auto;text-align:center;font-size:14px;margin-bottom:20px;-webkit-box-shadow:0 0 10px 1px #888;box-shadow:0 0 10px 1px #888;padding:30px 0 37px;border:8px solid #e2558f;background-color:#fff;position:relative}.career_change .inner .block-first .career_box .corporate{font-size:18px;margin-bottom:8px}.career_change .inner .block-first .career_box .img{max-width:100px;margin:0 auto;margin-bottom:5px}.career_change .inner .block-first .career_box .workport{max-width:240px;margin:33px auto}.career_change .inner .block-first .career_box .jhr{max-width:126px;margin:30px auto}@media screen and (min-width:641px){.career_second{justify-content:space-between;max-width:660px}}.career_change .inner .corp_cpt{text-align:center;margin:20px;font-size:16px;line-height:1.4}.career_change:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}.career_change .inner .iwaikin{margin:10px auto;max-width:680px}.career_change .inner .iwaikin .iwaikin_box{margin:0 auto;max-width:680px;width:100%}.career_change .inner .iwaikin .iwaikin_box .moko_box{background-image:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/moko.png);width:86px;height:86px;margin:0 10px;float:left}.career_change .inner .iwaikin .iwaikin_box .moko_box .moko{font-size:17px;font-weight:700;text-align:center;line-height:1.4;letter-spacing:.1em;padding:20px 0}.career_change .inner .iwaikin .iwaikin_box .moko_box .moko span{font-size:13px;letter-spacing:.08em}.career_change .inner .iwaikin .iwaikin_box .iwaikin_cpt{line-height:1.14;letter-spacing:.1em;font-size:22px;font-weight:700;margin-top:12px;display:inline-block}.career_change .inner .iwaikin .iwaikin_box .iwaikin_cpt .max_money{font-size:16px}.career_change .inner .iwaikin .iwaikin_box .iwaikin_cpt .money{font-size:24px;letter-spacing:0}.career_change .inner .iwaikin .notes{margin-top:14px;font-size:13px;letter-spacing:.1em;line-height:1.4;color:#333}@media screen and (max-width:640px){.career_change{padding:50px 0}.career_change .inner .iwaikin .iwaikin_box .moko_box{margin:0 auto;float:none}.career_change .inner .iwaikin .iwaikin_box .iwaikin_cpt{text-align:center;line-height:1.3;margin:12px auto 0;width:100%}}.voice.archive .inner{padding:38px 0 75px}@media screen and (max-width:1024px){.voice.archive .inner{padding:38px 20px 62px}}.voice.archive .inner .block{margin-bottom:28px}.voice.archive .inner .block .box{-webkit-box-shadow:0 0 8px 2px #ddd;box-shadow:0 0 8px 2px #ddd;margin-bottom:10px;background:#e2558f}.voice.archive .inner .block .box a .box__header{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:240px;padding:30px 10px 20px;text-align:center}.voice.archive .inner .block .box a .box__header .img{margin-bottom:10px;text-align:center}.voice.archive .inner .block .box a .box__header h2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 20px 20px;color:#fff;font-size:22px;font-weight:600;line-height:1.454;letter-spacing:.05em;word-break:break-all}.voice.archive .inner .block .box a .box__header h2:after{content:"";position:absolute;bottom:0;left:0;right:0;width:130px;height:1px;margin:0 auto;background:#fff}.voice.archive .inner .block .box a .box__header .txt-small{margin:10px;color:#fff;font-size:14px;font-weight:400;line-height:1.25;letter-spacing:.05em;word-break:break-all}.voice.archive .inner .block .box a .box__body{padding:28px 26px}.voice.archive .inner .block .box a .box__body p{font-size:15px;font-weight:400;line-height:1.6;letter-spacing:0;word-break:break-all}.voice.archive .inner .block .box a .box__body p:first-of-type{margin-bottom:28px}.voice.archive .inner .block .box a .box__body p.blue-letter{margin-bottom:2px;color:#05b7c8}.voice.archive .inner .block .box a:hover *{opacity:.7}.voice.archive:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}@media screen and (max-width:1024px){.voice.archive .inner .block .box a .box__header{height:auto}.voice.archive .inner .block .box a .box__header .txt-small{line-height:1.3}}@media screen and (max-width:640px){.voice.archive .inner .block .box a .box__header{padding:30px 0 20px}}.single{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/pattern_02.png)}.single .inner{max-width:750px;margin:0 auto;padding:60px 0 120px;width:100%}.single .inner .box{margin-bottom:80px;-webkit-box-shadow:0 0 8px 2px #ddd;box-shadow:0 0 8px 2px #ddd}.single .inner .box .box__header{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:20px 10px 0;background:#e2558f}.single .inner .box .box__header .img{margin-bottom:10px}.single .inner .box .box__header h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:20px;padding:10px 20px 20px;color:#fff;font-size:22px;font-weight:600;line-height:1.454;letter-spacing:.05em;word-break:break-all}.single .inner .box .box__header h1:after{content:"";position:absolute;bottom:0;left:0;right:0;width:130px;height:1px;margin:0 auto;background:#fff}.single .inner .box .box__header .txt-small{margin-bottom:12px;color:#fff;font-size:14px;font-weight:400;line-height:1;letter-spacing:.05em}.single .inner .box .box__body{padding:28px 26px;background-color:#fff}.single .inner .box .box__body p{font-size:15px;font-weight:400;line-height:1.8;letter-spacing:.02em;word-break:break-all}.single .inner .box .box__body .txt .under{text-decoration:underline #05b7c8}.single .inner .box .box__body .blue-letter{margin-bottom:8px;color:#05b7c8;font-size:16px}.single .inner .box .box__body .red-letter{margin-bottom:8px;color:#fd3e86;font-size:16px}.single .inner .box .box__body .txt-red{margin-bottom:2px;color:#fd3e86;font-size:16px}.single:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}@media screen and (max-width:768px){.single .inner{padding:20px}.single .inner .box{margin-bottom:30px}}@media screen and (max-width:640px){.single .inner .box .box__body{display:block !important}.single .inner .box .box__header{padding:20px 10px 15px}}.page-template{position:relative}.page-template .inner{max-width:860px;padding:60px 0}@media screen and (max-width:640px){.page-template .inner{padding:30px 0}}.page-template .inner .sentence{margin-bottom:40px}@media screen and (max-width:640px){.page-template .inner .sentence{margin-top:25px}}.page-template .inner .sentence .page-subtitle{font-size:17px;font-weight:400;line-height:1.6;letter-spacing:.1em}@media screen and (max-width:640px){.page-template .inner .sentence .page-subtitle{font-size:15px;font-weight:400;line-height:1.6;letter-spacing:.1em}}.page-template .inner .sentence .txt{padding:7px 15px;font-size:14px;font-weight:400;line-height:1.7;letter-spacing:.1em}@media screen and (max-width:640px){.page-template .inner .sentence .txt{padding:0 12px}}.page-template .inner .sentence ul{padding:7px 15px;font-size:14px;font-weight:400;line-height:1.7;letter-spacing:.1em}@media screen and (max-width:640px){.page-template .inner .sentence ul{padding:0 12px}}.page-template .inner .sentence li{padding-left:.5em;text-indent:-.5em}.page-template .inner .sentence .small{font-size:13px;font-weight:400;line-height:1.7;letter-spacing:.1em}.page-template .inner .sentence .bold{font-size:13px;font-weight:800;line-height:1.7;letter-spacing:.1em}.page-template .inner .sentence .txt-small{padding:0 0 0 15px;font-size:13px;font-weight:400;line-height:1.6;letter-spacing:.05em}.page-template .inner .sentence .txt-small+.txt-small{margin-top:5px}.page-template .inner .sentence a{color:#1e70c0;text-decoration:underline}.page-template:after{content:'';position:absolute;bottom:-3px;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#0faab2),color-stop(66.666%,#e2558f),to(#0faab2));background-image:linear-gradient(90deg,#e2558f 0%,#0faab2 33.333%,#e2558f 66.666%,#0faab2 100%)}.page-center-subtitle{font-size:18px;font-weight:800;line-height:1;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.page-center-subtitle{font-size:16px;font-weight:800;line-height:1;letter-spacing:.1em}}.txt-head{margin-bottom:5px;font-size:15px;font-weight:800;line-height:1;letter-spacing:.05em}.indent{text-indent:1em}.pull-right{text-align:right}.thanks-msg{margin-bottom:120px}@media screen and (max-width:768px){.thanks-msg{margin-bottom:40px}}.thanks-msg h1{margin-bottom:40px;color:#e2558f;font-size:24px;font-weight:500;line-height:1.6;letter-spacing:.1em;text-align:center}.thanks-msg .txt{font-size:15px;font-weight:400;line-height:1.5;letter-spacing:.05em;text-align:center}.thanks-msg .txt+.txt{margin-top:20px}input,textarea{margin:0;padding:0;background:0 0;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}span.wpcf7-list-item{margin:0 !important}input{max-width:100%;font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=text],input[type=tel],input[type=email]{width:100%;height:100%;padding:0 12px;font-size:18px;font-weight:400;line-height:50px;letter-spacing:.1em;background:#f2f1f1}@media screen and (max-width:640px){input[type=text],input[type=tel],input[type=email]{width:94%;font-size:15px;font-weight:400;line-height:50px;letter-spacing:.1em}}input[name=cal]{width:41%}@media screen and (max-width:640px){input[name=cal]{width:60%}}textarea{max-width:100%;padding:2px 7px;font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;font-size:17px;font-weight:400;line-height:1.3;letter-spacing:.1em;background:#f2f1f1;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:640px){textarea{font-size:15px;font-weight:400;line-height:1.3;letter-spacing:.1em}}input[type=radio]{display:none}label{position:relative;height:34px;padding:0 20px 0 46px;font-size:16px;font-weight:400;line-height:34px;letter-spacing:.1em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:640px){label{font-size:15px;font-weight:400;line-height:34px;letter-spacing:.1em}}label:before{content:'';position:absolute;top:0;left:3px;width:30px;height:30px;margin-top:-6px;background:#f2f1f1;border-radius:50%}label.chk:before{background:#4db8c2;border:5px solid #f2f1f1;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=submit]{width:294px;height:60px;margin:0 auto;color:#fff;font-size:19px;font-weight:800;line-height:60px;letter-spacing:0;text-align:center;border-radius:10px;background:#0faab2;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:640px){input[type=submit]{width:240px;height:48px;font-size:15px;font-weight:800;line-height:48px;letter-spacing:0}}input[type=submit]:hover{opacity:.7}input:-ms-input-placeholder,input:-ms-input-placeholder,input::-ms-input-placeholder{color:#aaa}input::-ms-input-placeholder,input:-ms-input-placeholder,input::-ms-input-placeholder{color:#aaa}input::placeholder,input:-ms-input-placeholder,input::-ms-input-placeholder{color:#aaa}::placeholder{color:#aaa}.form-area{position:relative;margin-top:3px}.form-area .inner{padding:60px 0 100px}@media screen and (max-width:1024px){.form-area .inner{padding:60px 20px 100px}}@media screen and (max-width:640px){.form-area .inner{padding:50px 0}}.form-area .inner .ctf{max-width:745px;min-height:140px;margin:0 auto 30px;line-height:1.5;letter-spacing:.1em}.form-area .inner .ctf .ctf_txt{float:right;padding:0 10px 10px}.form-area .inner .ctf .ctf_txt .ctf_center{margin-bottom:10px;color:#fd3e86}.form-area .inner .ctf .ctf_txt .ctf_left{margin-bottom:10px}small.consent{font-size:11px;font-weight:400;letter-spacing:.5px}.form-area .inner .ctf .ctf_moko{background:url(//daikou.to-next.jp/w/wp-content/themes/watashi-next/css/../img/tel_ok.png) no-repeat;background-size:contain;max-width:240px;width:100%;height:153px;margin:0 10px 10px;display:inline-block}.form-area .inner .ctf .ctf_moko .ctf_cpt{line-height:1.8;padding:41px 46px;font-weight:800;font-size:14px}.form-area .inner .block-first .line-counter{width:490px;margin:0 auto 48px;padding:26px 0 28px;border-top:1px solid #000;border-bottom:1px solid #000;clear:both}@media screen and (max-width:640px){.form-area .inner .block-first .line-counter{width:100%;margin:0 auto 25px;padding:20px 10px}.form-area .inner .ctf .ctf_txt{padding:0 10px}}@media screen and (max-width:768px){.form-area .inner .ctf .ctf_txt{margin:0 auto;max-width:500px;width:100%;float:none}.form-area .inner .ctf .ctf_moko{margin:0 auto;display:flex}}.form-area .inner .block-first .line-counter .counter{width:288px;margin:19px auto 0;font-size:20px;font-weight:800;line-height:75px;letter-spacing:.05em}@media screen and (max-width:640px){.form-area .inner .block-first .line-counter .counter{font-size:17px;font-weight:800;line-height:75px;letter-spacing:.05em}}.form-area .inner .block-first .txt{text-align:center;color:#05b7c8;font-size:18px;font-weight:800;line-height:1.3;letter-spacing:.1em}.form-area .inner .block-first .tomail{text-align:center;color:#05b7c8;font-size:14px;font-weight:400;line-height:1.3;letter-spacing:.1em;margin-top:10px}.form-area .inner .block-first .tomail a{color:#777}.form-area .inner .block-second{max-width:710px;margin:32px auto 0}.form-area .inner .block-second form dl{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px}@media screen and (max-width:640px){.form-area .inner .block-second form dl{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.form-area .inner .block-second form dl dt{width:calc(100% - 500px);font-size:18px;font-weight:400;line-height:50px;letter-spacing:.1em;text-align:center}@media screen and (max-width:640px){.form-area .inner .block-second form dl dt{width:100%;font-size:15px;font-weight:400;line-height:50px;letter-spacing:.1em;text-align:center}}.form-area .inner .block-second form dl dd{width:500px;height:50px}@media screen and (max-width:640px){.form-area .inner .block-second form dl dd{width:100%;text-align:center}}.form-area .inner .block-second form dl dd span select{height:50px;padding:5px;font-size:16px}.form-area .inner .block-second form dl:last-of-type dd{height:260px}.form-area .inner .block-second form dl:last-of-type dd textarea{width:100%;height:100%;padding:10px;font-size:18px;font-weight:400;line-height:1.3;letter-spacing:.1em}@media screen and (max-width:640px){.form-area .inner .block-second form dl:last-of-type dd textarea{width:94%;font-size:15px;font-weight:400;line-height:1.3;letter-spacing:.1em}}.form-area .inner .block-second p{text-align:center}.form-area:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-image:-webkit-gradient(linear,left top,right top,from(#e2558f),color-stop(33.333%,#4db8c2),color-stop(66.666%,#e2558f),to(#4db8c2));background-image:linear-gradient(90deg,#e2558f 0%,#4db8c2 33.333%,#e2558f 66.666%,#4db8c2 100%)}@media screen and (max-width:640px){.picker{display:block;margin:8px auto}input.wpcf7-form-control.wpcf7-submit{height:60px;font-size:18px;width:100%;min-width:240px;max-width:300px}}div.wpcf7-mail-sent-ok{border:none !important}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:#fd3e86 solid 1px !important;padding:15px !important;text-align:center !important;color:#fd3e86 !important;font-size:16px !important}.broken_link,a.broken_link{text-decoration:none !important}
@charset "UTF-8";.bootstrap-local :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0))}.bootstrap-local *,.bootstrap-local *:before,.bootstrap-local *:after{-webkit-box-sizing:border-box;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){.bootstrap-local :root{scroll-behavior:smooth}}.bootstrap-local body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.bootstrap-local hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}.bootstrap-local hr:not([size]){height:1px}.bootstrap-local h6,.bootstrap-local .h6,.bootstrap-local h5,.bootstrap-local .h5,.bootstrap-local h4,.bootstrap-local .h4,.bootstrap-local h3,.bootstrap-local .h3,.bootstrap-local h2,.bootstrap-local .h2,.bootstrap-local h1,.bootstrap-local .h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.bootstrap-local h1,.bootstrap-local .h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.bootstrap-local h1,.bootstrap-local .h1{font-size:2.5rem}}.bootstrap-local h2,.bootstrap-local .h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.bootstrap-local h2,.bootstrap-local .h2{font-size:2rem}}.bootstrap-local h3,.bootstrap-local .h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.bootstrap-local h3,.bootstrap-local .h3{font-size:1.75rem}}.bootstrap-local h4,.bootstrap-local .h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.bootstrap-local h4,.bootstrap-local .h4{font-size:1.5rem}}.bootstrap-local h5,.bootstrap-local .h5{font-size:1.25rem}.bootstrap-local h6,.bootstrap-local .h6{font-size:1rem}.bootstrap-local p{margin-top:0;margin-bottom:1rem}.bootstrap-local abbr[title],.bootstrap-local abbr[data-bs-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.bootstrap-local address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap-local ol,.bootstrap-local ul{padding-left:2rem}.bootstrap-local ol,.bootstrap-local ul,.bootstrap-local dl{margin-top:0;margin-bottom:1rem}.bootstrap-local ol ol,.bootstrap-local ul ul,.bootstrap-local ol ul,.bootstrap-local ul ol{margin-bottom:0}.bootstrap-local dt{font-weight:700}.bootstrap-local dd{margin-bottom:.5rem;margin-left:0}.bootstrap-local blockquote{margin:0 0 1rem}.bootstrap-local b,.bootstrap-local strong{font-weight:bolder}.bootstrap-local small,.bootstrap-local .small{font-size:.875em}.bootstrap-local mark,.bootstrap-local .mark{padding:.2em;background-color:#fcf8e3}.bootstrap-local sub,.bootstrap-local sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}.bootstrap-local sub{bottom:-.25em}.bootstrap-local sup{top:-.5em}.bootstrap-local a{color:#0d6efd;text-decoration:underline}.bootstrap-local a:hover{color:#0a58ca}.bootstrap-local a:not([href]):not([class]),.bootstrap-local a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.bootstrap-local pre,.bootstrap-local code,.bootstrap-local kbd,.bootstrap-local samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}.bootstrap-local pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}.bootstrap-local pre code{font-size:inherit;color:inherit;word-break:normal}.bootstrap-local code{font-size:.875em;color:#d63384;word-wrap:break-word}.bootstrap-local a>code{color:inherit}.bootstrap-local kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}.bootstrap-local kbd kbd{padding:0;font-size:1em;font-weight:700}.bootstrap-local figure{margin:0 0 1rem}.bootstrap-local img,.bootstrap-local svg{vertical-align:middle}.bootstrap-local table{caption-side:bottom;border-collapse:collapse}.bootstrap-local caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}.bootstrap-local th{text-align:inherit;text-align:-webkit-match-parent}.bootstrap-local thead,.bootstrap-local tbody,.bootstrap-local tfoot,.bootstrap-local tr,.bootstrap-local td,.bootstrap-local th{border-color:inherit;border-style:solid;border-width:0}.bootstrap-local label{display:inline-block}.bootstrap-local button{border-radius:0}.bootstrap-local button:focus:not(:focus-visible){outline:0}.bootstrap-local input,.bootstrap-local button,.bootstrap-local select,.bootstrap-local optgroup,.bootstrap-local textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-local button,.bootstrap-local select{text-transform:none}.bootstrap-local [role=button]{cursor:pointer}.bootstrap-local select{word-wrap:normal}.bootstrap-local select:disabled{opacity:1}.bootstrap-local [list]::-webkit-calendar-picker-indicator{display:none}.bootstrap-local button,.bootstrap-local [type=button],.bootstrap-local [type=reset],.bootstrap-local [type=submit]{-webkit-appearance:button}.bootstrap-local button:not(:disabled),.bootstrap-local [type=button]:not(:disabled),.bootstrap-local [type=reset]:not(:disabled),.bootstrap-local [type=submit]:not(:disabled){cursor:pointer}.bootstrap-local ::-moz-focus-inner{padding:0;border-style:none}.bootstrap-local textarea{resize:vertical}.bootstrap-local fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap-local legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){.bootstrap-local legend{font-size:1.5rem}}.bootstrap-local legend+*{clear:left}.bootstrap-local ::-webkit-datetime-edit-fields-wrapper,.bootstrap-local ::-webkit-datetime-edit-text,.bootstrap-local ::-webkit-datetime-edit-minute,.bootstrap-local ::-webkit-datetime-edit-hour-field,.bootstrap-local ::-webkit-datetime-edit-day-field,.bootstrap-local ::-webkit-datetime-edit-month-field,.bootstrap-local ::-webkit-datetime-edit-year-field{padding:0}.bootstrap-local ::-webkit-inner-spin-button{height:auto}.bootstrap-local [type=search]{outline-offset:-2px;-webkit-appearance:textfield}.bootstrap-local ::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-local ::-webkit-color-swatch-wrapper{padding:0}.bootstrap-local ::file-selector-button{font:inherit}.bootstrap-local ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.bootstrap-local output{display:inline-block}.bootstrap-local iframe{border:0}.bootstrap-local summary{display:list-item;cursor:pointer}.bootstrap-local progress{vertical-align:baseline}.bootstrap-local [hidden]{display:none !important}.bootstrap-local .lead{font-size:1.25rem;font-weight:300}.bootstrap-local .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.bootstrap-local .display-1{font-size:5rem}}.bootstrap-local .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.bootstrap-local .display-2{font-size:4.5rem}}.bootstrap-local .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.bootstrap-local .display-3{font-size:4rem}}.bootstrap-local .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.bootstrap-local .display-4{font-size:3.5rem}}.bootstrap-local .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.bootstrap-local .display-5{font-size:3rem}}.bootstrap-local .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.bootstrap-local .display-6{font-size:2.5rem}}.bootstrap-local .list-unstyled{padding-left:0;list-style:none}.bootstrap-local .list-inline{padding-left:0;list-style:none}.bootstrap-local .list-inline-item{display:inline-block}.bootstrap-local .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap-local .initialism{font-size:.875em;text-transform:uppercase}.bootstrap-local .blockquote{margin-bottom:1rem;font-size:1.25rem}.bootstrap-local .blockquote>:last-child{margin-bottom:0}.bootstrap-local .blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.bootstrap-local .blockquote-footer:before{content:"— "}.bootstrap-local .img-fluid{max-width:100%;height:auto}.bootstrap-local .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.bootstrap-local .figure{display:inline-block}.bootstrap-local .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap-local .figure-caption{font-size:.875em;color:#6c757d}.bootstrap-local .container,.bootstrap-local .container-fluid,.bootstrap-local .container-xxl,.bootstrap-local .container-xl,.bootstrap-local .container-lg,.bootstrap-local .container-md,.bootstrap-local .container-sm{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap-local .container-sm,.bootstrap-local .container{max-width:540px}}@media (min-width:768px){.bootstrap-local .container-md,.bootstrap-local .container-sm,.bootstrap-local .container{max-width:720px}}@media (min-width:992px){.bootstrap-local .container-lg,.bootstrap-local .container-md,.bootstrap-local .container-sm,.bootstrap-local .container{max-width:960px}}@media (min-width:1200px){.bootstrap-local .container-xl,.bootstrap-local .container-lg,.bootstrap-local .container-md,.bootstrap-local .container-sm,.bootstrap-local .container{max-width:1140px}}@media (min-width:1400px){.bootstrap-local .container-xxl,.bootstrap-local .container-xl,.bootstrap-local .container-lg,.bootstrap-local .container-md,.bootstrap-local .container-sm,.bootstrap-local .container{max-width:1320px}}.bootstrap-local .row{--bs-gutter-x:0;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-.5);margin-left:calc(var(--bs-gutter-x)*-.5)}.bootstrap-local .row>*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.bootstrap-local .col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap-local .row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.bootstrap-local .row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.bootstrap-local .row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.bootstrap-local .col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap-local .row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.bootstrap-local .row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.bootstrap-local .row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.bootstrap-local .col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap-local .row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.bootstrap-local .row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.bootstrap-local .row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.bootstrap-local .col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap-local .row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.bootstrap-local .row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.bootstrap-local .row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.bootstrap-local .col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap-local .row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.bootstrap-local .row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.bootstrap-local .row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.bootstrap-local .col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.bootstrap-local .row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.bootstrap-local .row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.bootstrap-local .row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}.bootstrap-local .col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.bootstrap-local .col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.bootstrap-local .col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.bootstrap-local .col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.bootstrap-local .col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.bootstrap-local .col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.bootstrap-local .col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.bootstrap-local .col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.bootstrap-local .col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.bootstrap-local .col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .offset-1{margin-left:8.33333333%}.bootstrap-local .offset-2{margin-left:16.66666667%}.bootstrap-local .offset-3{margin-left:25%}.bootstrap-local .offset-4{margin-left:33.33333333%}.bootstrap-local .offset-5{margin-left:41.66666667%}.bootstrap-local .offset-6{margin-left:50%}.bootstrap-local .offset-7{margin-left:58.33333333%}.bootstrap-local .offset-8{margin-left:66.66666667%}.bootstrap-local .offset-9{margin-left:75%}.bootstrap-local .offset-10{margin-left:83.33333333%}.bootstrap-local .offset-11{margin-left:91.66666667%}.bootstrap-local .g-0,.bootstrap-local .gx-0{--bs-gutter-x:0}.bootstrap-local .g-0,.bootstrap-local .gy-0{--bs-gutter-y:0}.bootstrap-local .g-1,.bootstrap-local .gx-1{--bs-gutter-x:.25rem}.bootstrap-local .g-1,.bootstrap-local .gy-1{--bs-gutter-y:.25rem}.bootstrap-local .g-2,.bootstrap-local .gx-2{--bs-gutter-x:.5rem}.bootstrap-local .g-2,.bootstrap-local .gy-2{--bs-gutter-y:.5rem}.bootstrap-local .g-3,.bootstrap-local .gx-3{--bs-gutter-x:1rem}.bootstrap-local .g-3,.bootstrap-local .gy-3{--bs-gutter-y:1rem}.bootstrap-local .g-4,.bootstrap-local .gx-4{--bs-gutter-x:1.5rem}.bootstrap-local .g-4,.bootstrap-local .gy-4{--bs-gutter-y:1.5rem}.bootstrap-local .g-5,.bootstrap-local .gx-5{--bs-gutter-x:3rem}.bootstrap-local .g-5,.bootstrap-local .gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.bootstrap-local .col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.bootstrap-local .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.bootstrap-local .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.bootstrap-local .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.bootstrap-local .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.bootstrap-local .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.bootstrap-local .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.bootstrap-local .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.bootstrap-local .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.bootstrap-local .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .offset-sm-0{margin-left:0}.bootstrap-local .offset-sm-1{margin-left:8.33333333%}.bootstrap-local .offset-sm-2{margin-left:16.66666667%}.bootstrap-local .offset-sm-3{margin-left:25%}.bootstrap-local .offset-sm-4{margin-left:33.33333333%}.bootstrap-local .offset-sm-5{margin-left:41.66666667%}.bootstrap-local .offset-sm-6{margin-left:50%}.bootstrap-local .offset-sm-7{margin-left:58.33333333%}.bootstrap-local .offset-sm-8{margin-left:66.66666667%}.bootstrap-local .offset-sm-9{margin-left:75%}.bootstrap-local .offset-sm-10{margin-left:83.33333333%}.bootstrap-local .offset-sm-11{margin-left:91.66666667%}.bootstrap-local .g-sm-0,.bootstrap-local .gx-sm-0{--bs-gutter-x:0}.bootstrap-local .g-sm-0,.bootstrap-local .gy-sm-0{--bs-gutter-y:0}.bootstrap-local .g-sm-1,.bootstrap-local .gx-sm-1{--bs-gutter-x:.25rem}.bootstrap-local .g-sm-1,.bootstrap-local .gy-sm-1{--bs-gutter-y:.25rem}.bootstrap-local .g-sm-2,.bootstrap-local .gx-sm-2{--bs-gutter-x:.5rem}.bootstrap-local .g-sm-2,.bootstrap-local .gy-sm-2{--bs-gutter-y:.5rem}.bootstrap-local .g-sm-3,.bootstrap-local .gx-sm-3{--bs-gutter-x:1rem}.bootstrap-local .g-sm-3,.bootstrap-local .gy-sm-3{--bs-gutter-y:1rem}.bootstrap-local .g-sm-4,.bootstrap-local .gx-sm-4{--bs-gutter-x:1.5rem}.bootstrap-local .g-sm-4,.bootstrap-local .gy-sm-4{--bs-gutter-y:1.5rem}.bootstrap-local .g-sm-5,.bootstrap-local .gx-sm-5{--bs-gutter-x:3rem}.bootstrap-local .g-sm-5,.bootstrap-local .gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.bootstrap-local .col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.bootstrap-local .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.bootstrap-local .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.bootstrap-local .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.bootstrap-local .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.bootstrap-local .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.bootstrap-local .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.bootstrap-local .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.bootstrap-local .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.bootstrap-local .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .offset-md-0{margin-left:0}.bootstrap-local .offset-md-1{margin-left:8.33333333%}.bootstrap-local .offset-md-2{margin-left:16.66666667%}.bootstrap-local .offset-md-3{margin-left:25%}.bootstrap-local .offset-md-4{margin-left:33.33333333%}.bootstrap-local .offset-md-5{margin-left:41.66666667%}.bootstrap-local .offset-md-6{margin-left:50%}.bootstrap-local .offset-md-7{margin-left:58.33333333%}.bootstrap-local .offset-md-8{margin-left:66.66666667%}.bootstrap-local .offset-md-9{margin-left:75%}.bootstrap-local .offset-md-10{margin-left:83.33333333%}.bootstrap-local .offset-md-11{margin-left:91.66666667%}.bootstrap-local .g-md-0,.bootstrap-local .gx-md-0{--bs-gutter-x:0}.bootstrap-local .g-md-0,.bootstrap-local .gy-md-0{--bs-gutter-y:0}.bootstrap-local .g-md-1,.bootstrap-local .gx-md-1{--bs-gutter-x:.25rem}.bootstrap-local .g-md-1,.bootstrap-local .gy-md-1{--bs-gutter-y:.25rem}.bootstrap-local .g-md-2,.bootstrap-local .gx-md-2{--bs-gutter-x:.5rem}.bootstrap-local .g-md-2,.bootstrap-local .gy-md-2{--bs-gutter-y:.5rem}.bootstrap-local .g-md-3,.bootstrap-local .gx-md-3{--bs-gutter-x:1rem}.bootstrap-local .g-md-3,.bootstrap-local .gy-md-3{--bs-gutter-y:1rem}.bootstrap-local .g-md-4,.bootstrap-local .gx-md-4{--bs-gutter-x:1.5rem}.bootstrap-local .g-md-4,.bootstrap-local .gy-md-4{--bs-gutter-y:1.5rem}.bootstrap-local .g-md-5,.bootstrap-local .gx-md-5{--bs-gutter-x:3rem}.bootstrap-local .g-md-5,.bootstrap-local .gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.bootstrap-local .col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.bootstrap-local .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.bootstrap-local .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.bootstrap-local .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.bootstrap-local .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.bootstrap-local .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.bootstrap-local .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.bootstrap-local .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.bootstrap-local .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.bootstrap-local .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .offset-lg-0{margin-left:0}.bootstrap-local .offset-lg-1{margin-left:8.33333333%}.bootstrap-local .offset-lg-2{margin-left:16.66666667%}.bootstrap-local .offset-lg-3{margin-left:25%}.bootstrap-local .offset-lg-4{margin-left:33.33333333%}.bootstrap-local .offset-lg-5{margin-left:41.66666667%}.bootstrap-local .offset-lg-6{margin-left:50%}.bootstrap-local .offset-lg-7{margin-left:58.33333333%}.bootstrap-local .offset-lg-8{margin-left:66.66666667%}.bootstrap-local .offset-lg-9{margin-left:75%}.bootstrap-local .offset-lg-10{margin-left:83.33333333%}.bootstrap-local .offset-lg-11{margin-left:91.66666667%}.bootstrap-local .g-lg-0,.bootstrap-local .gx-lg-0{--bs-gutter-x:0}.bootstrap-local .g-lg-0,.bootstrap-local .gy-lg-0{--bs-gutter-y:0}.bootstrap-local .g-lg-1,.bootstrap-local .gx-lg-1{--bs-gutter-x:.25rem}.bootstrap-local .g-lg-1,.bootstrap-local .gy-lg-1{--bs-gutter-y:.25rem}.bootstrap-local .g-lg-2,.bootstrap-local .gx-lg-2{--bs-gutter-x:.5rem}.bootstrap-local .g-lg-2,.bootstrap-local .gy-lg-2{--bs-gutter-y:.5rem}.bootstrap-local .g-lg-3,.bootstrap-local .gx-lg-3{--bs-gutter-x:1rem}.bootstrap-local .g-lg-3,.bootstrap-local .gy-lg-3{--bs-gutter-y:1rem}.bootstrap-local .g-lg-4,.bootstrap-local .gx-lg-4{--bs-gutter-x:1.5rem}.bootstrap-local .g-lg-4,.bootstrap-local .gy-lg-4{--bs-gutter-y:1.5rem}.bootstrap-local .g-lg-5,.bootstrap-local .gx-lg-5{--bs-gutter-x:3rem}.bootstrap-local .g-lg-5,.bootstrap-local .gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.bootstrap-local .col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.bootstrap-local .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.bootstrap-local .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.bootstrap-local .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.bootstrap-local .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.bootstrap-local .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.bootstrap-local .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.bootstrap-local .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.bootstrap-local .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.bootstrap-local .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .offset-xl-0{margin-left:0}.bootstrap-local .offset-xl-1{margin-left:8.33333333%}.bootstrap-local .offset-xl-2{margin-left:16.66666667%}.bootstrap-local .offset-xl-3{margin-left:25%}.bootstrap-local .offset-xl-4{margin-left:33.33333333%}.bootstrap-local .offset-xl-5{margin-left:41.66666667%}.bootstrap-local .offset-xl-6{margin-left:50%}.bootstrap-local .offset-xl-7{margin-left:58.33333333%}.bootstrap-local .offset-xl-8{margin-left:66.66666667%}.bootstrap-local .offset-xl-9{margin-left:75%}.bootstrap-local .offset-xl-10{margin-left:83.33333333%}.bootstrap-local .offset-xl-11{margin-left:91.66666667%}.bootstrap-local .g-xl-0,.bootstrap-local .gx-xl-0{--bs-gutter-x:0}.bootstrap-local .g-xl-0,.bootstrap-local .gy-xl-0{--bs-gutter-y:0}.bootstrap-local .g-xl-1,.bootstrap-local .gx-xl-1{--bs-gutter-x:.25rem}.bootstrap-local .g-xl-1,.bootstrap-local .gy-xl-1{--bs-gutter-y:.25rem}.bootstrap-local .g-xl-2,.bootstrap-local .gx-xl-2{--bs-gutter-x:.5rem}.bootstrap-local .g-xl-2,.bootstrap-local .gy-xl-2{--bs-gutter-y:.5rem}.bootstrap-local .g-xl-3,.bootstrap-local .gx-xl-3{--bs-gutter-x:1rem}.bootstrap-local .g-xl-3,.bootstrap-local .gy-xl-3{--bs-gutter-y:1rem}.bootstrap-local .g-xl-4,.bootstrap-local .gx-xl-4{--bs-gutter-x:1.5rem}.bootstrap-local .g-xl-4,.bootstrap-local .gy-xl-4{--bs-gutter-y:1.5rem}.bootstrap-local .g-xl-5,.bootstrap-local .gx-xl-5{--bs-gutter-x:3rem}.bootstrap-local .g-xl-5,.bootstrap-local .gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.bootstrap-local .col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.bootstrap-local .col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.bootstrap-local .col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.bootstrap-local .col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.bootstrap-local .col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.bootstrap-local .col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.bootstrap-local .col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.bootstrap-local .col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.bootstrap-local .col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.bootstrap-local .col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.bootstrap-local .col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.bootstrap-local .col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.bootstrap-local .col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.bootstrap-local .offset-xxl-0{margin-left:0}.bootstrap-local .offset-xxl-1{margin-left:8.33333333%}.bootstrap-local .offset-xxl-2{margin-left:16.66666667%}.bootstrap-local .offset-xxl-3{margin-left:25%}.bootstrap-local .offset-xxl-4{margin-left:33.33333333%}.bootstrap-local .offset-xxl-5{margin-left:41.66666667%}.bootstrap-local .offset-xxl-6{margin-left:50%}.bootstrap-local .offset-xxl-7{margin-left:58.33333333%}.bootstrap-local .offset-xxl-8{margin-left:66.66666667%}.bootstrap-local .offset-xxl-9{margin-left:75%}.bootstrap-local .offset-xxl-10{margin-left:83.33333333%}.bootstrap-local .offset-xxl-11{margin-left:91.66666667%}.bootstrap-local .g-xxl-0,.bootstrap-local .gx-xxl-0{--bs-gutter-x:0}.bootstrap-local .g-xxl-0,.bootstrap-local .gy-xxl-0{--bs-gutter-y:0}.bootstrap-local .g-xxl-1,.bootstrap-local .gx-xxl-1{--bs-gutter-x:.25rem}.bootstrap-local .g-xxl-1,.bootstrap-local .gy-xxl-1{--bs-gutter-y:.25rem}.bootstrap-local .g-xxl-2,.bootstrap-local .gx-xxl-2{--bs-gutter-x:.5rem}.bootstrap-local .g-xxl-2,.bootstrap-local .gy-xxl-2{--bs-gutter-y:.5rem}.bootstrap-local .g-xxl-3,.bootstrap-local .gx-xxl-3{--bs-gutter-x:1rem}.bootstrap-local .g-xxl-3,.bootstrap-local .gy-xxl-3{--bs-gutter-y:1rem}.bootstrap-local .g-xxl-4,.bootstrap-local .gx-xxl-4{--bs-gutter-x:1.5rem}.bootstrap-local .g-xxl-4,.bootstrap-local .gy-xxl-4{--bs-gutter-y:1.5rem}.bootstrap-local .g-xxl-5,.bootstrap-local .gx-xxl-5{--bs-gutter-x:3rem}.bootstrap-local .g-xxl-5,.bootstrap-local .gy-xxl-5{--bs-gutter-y:3rem}}.bootstrap-local .table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.bootstrap-local .table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;-webkit-box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.bootstrap-local .table>tbody{vertical-align:inherit}.bootstrap-local .table>thead{vertical-align:bottom}.bootstrap-local .table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.bootstrap-local .caption-top{caption-side:top}.bootstrap-local .table-sm>:not(caption)>*>*{padding:.25rem}.bootstrap-local .table-bordered>:not(caption)>*{border-width:1px 0}.bootstrap-local .table-bordered>:not(caption)>*>*{border-width:0 1px}.bootstrap-local .table-borderless>:not(caption)>*>*{border-bottom-width:0}.bootstrap-local .table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.bootstrap-local .table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.bootstrap-local .table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.bootstrap-local .table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.bootstrap-local .table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.bootstrap-local .table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.bootstrap-local .table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.bootstrap-local .table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.bootstrap-local .table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.bootstrap-local .table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.bootstrap-local .table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.bootstrap-local .table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.bootstrap-local .table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.bootstrap-local .table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.bootstrap-local .table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.bootstrap-local .table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.bootstrap-local .table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.bootstrap-local .form-label{margin-bottom:.5rem}.bootstrap-local .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.bootstrap-local .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.bootstrap-local .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.bootstrap-local .form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.bootstrap-local .form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-control{-webkit-transition:none;transition:none}}.bootstrap-local .form-control[type=file]{overflow:hidden}.bootstrap-local .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.bootstrap-local .form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .form-control::-webkit-date-and-time-value{height:1.5em}.bootstrap-local .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.bootstrap-local .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap-local .form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap-local .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap-local .form-control:disabled,.bootstrap-local .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap-local .form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-control::file-selector-button{-webkit-transition:none;transition:none}}.bootstrap-local .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.bootstrap-local .form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.bootstrap-local .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.bootstrap-local .form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.bootstrap-local .form-control-plaintext.form-control-sm,.bootstrap-local .form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.bootstrap-local .form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.bootstrap-local .form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.bootstrap-local .form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.bootstrap-local .form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.bootstrap-local .form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.bootstrap-local .form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.bootstrap-local textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}.bootstrap-local textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}.bootstrap-local textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.bootstrap-local .form-control-color{max-width:3rem;height:auto;padding:.375rem}.bootstrap-local .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.bootstrap-local .form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.bootstrap-local .form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.bootstrap-local .form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-select{-webkit-transition:none;transition:none}}.bootstrap-local .form-select:focus{border-color:#86b7fe;outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .form-select[multiple],.bootstrap-local .form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.bootstrap-local .form-select:disabled{background-color:#e9ecef}.bootstrap-local .form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.bootstrap-local .form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.bootstrap-local .form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.bootstrap-local .form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.bootstrap-local .form-check .form-check-input{float:left;margin-left:-1.5em}.bootstrap-local .form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.bootstrap-local .form-check-input[type=checkbox]{border-radius:.25em}.bootstrap-local .form-check-input[type=radio]{border-radius:50%}.bootstrap-local .form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.bootstrap-local .form-check-input:focus{border-color:#86b7fe;outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.bootstrap-local .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.bootstrap-local .form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.bootstrap-local .form-check-input:disabled{pointer-events:none;-webkit-filter:none;filter:none;opacity:.5}.bootstrap-local .form-check-input[disabled]~.form-check-label,.bootstrap-local .form-check-input:disabled~.form-check-label{opacity:.5}.bootstrap-local .form-switch{padding-left:2.5em}.bootstrap-local .form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;-webkit-transition:background-position .15s ease-in-out;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-switch .form-check-input{-webkit-transition:none;transition:none}}.bootstrap-local .form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.bootstrap-local .form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.bootstrap-local .form-check-inline{display:inline-block;margin-right:1rem}.bootstrap-local .btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-local .btn-check[disabled]+.btn,.bootstrap-local .btn-check:disabled+.btn{pointer-events:none;-webkit-filter:none;filter:none;opacity:.65}.bootstrap-local .form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap-local .form-range:focus{outline:0}.bootstrap-local .form-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .form-range::-moz-focus-outer{border:0}.bootstrap-local .form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.bootstrap-local .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.bootstrap-local .form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-local .form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.bootstrap-local .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.bootstrap-local .form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-local .form-range:disabled{pointer-events:none}.bootstrap-local .form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.bootstrap-local .form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.bootstrap-local .form-floating{position:relative}.bootstrap-local .form-floating>.form-control,.bootstrap-local .form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.bootstrap-local .form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .form-floating>label{-webkit-transition:none;transition:none}}.bootstrap-local .form-floating>.form-control{padding:1rem .75rem}.bootstrap-local .form-floating>.form-control::-webkit-input-placeholder{color:transparent}.bootstrap-local .form-floating>.form-control:-ms-input-placeholder{color:transparent}.bootstrap-local .form-floating>.form-control::-ms-input-placeholder{color:transparent}.bootstrap-local .form-floating>.form-control::placeholder{color:transparent}.bootstrap-local .form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.bootstrap-local .form-floating>.form-control:focus,.bootstrap-local .form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.bootstrap-local .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.bootstrap-local .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.bootstrap-local .form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.bootstrap-local .form-floating>.form-control:focus~label,.bootstrap-local .form-floating>.form-control:not(:placeholder-shown)~label,.bootstrap-local .form-floating>.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.bootstrap-local .form-floating>.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.bootstrap-local .input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.bootstrap-local .input-group>.form-control,.bootstrap-local .input-group>.form-select{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0}.bootstrap-local .input-group>.form-control:focus,.bootstrap-local .input-group>.form-select:focus{z-index:3}.bootstrap-local .input-group .btn{position:relative;z-index:2}.bootstrap-local .input-group .btn:focus{z-index:3}.bootstrap-local .input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.bootstrap-local .input-group-lg>.form-control,.bootstrap-local .input-group-lg>.form-select,.bootstrap-local .input-group-lg>.input-group-text,.bootstrap-local .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.bootstrap-local .input-group-sm>.form-control,.bootstrap-local .input-group-sm>.form-select,.bootstrap-local .input-group-sm>.input-group-text,.bootstrap-local .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.bootstrap-local .input-group-lg>.form-select,.bootstrap-local .input-group-sm>.form-select{padding-right:3rem}.bootstrap-local .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.bootstrap-local .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-local .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.bootstrap-local .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-local .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-local .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.bootstrap-local .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.bootstrap-local .was-validated :valid~.valid-feedback,.bootstrap-local .was-validated :valid~.valid-tooltip,.bootstrap-local .is-valid~.valid-feedback,.bootstrap-local .is-valid~.valid-tooltip{display:block}.bootstrap-local .was-validated .form-control:valid,.bootstrap-local .form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-local .was-validated .form-control:valid:focus,.bootstrap-local .form-control.is-valid:focus{border-color:#198754;-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.bootstrap-local .was-validated textarea.form-control:valid,.bootstrap-local textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.bootstrap-local .was-validated .form-select:valid,.bootstrap-local .form-select.is-valid{border-color:#198754}.bootstrap-local .was-validated .form-select:valid:not([multiple]):not([size]),.bootstrap-local .was-validated .form-select:valid:not([multiple])[size="1"],.bootstrap-local .form-select.is-valid:not([multiple]):not([size]),.bootstrap-local .form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-local .was-validated .form-select:valid:focus,.bootstrap-local .form-select.is-valid:focus{border-color:#198754;-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.bootstrap-local .was-validated .form-check-input:valid,.bootstrap-local .form-check-input.is-valid{border-color:#198754}.bootstrap-local .was-validated .form-check-input:valid:checked,.bootstrap-local .form-check-input.is-valid:checked{background-color:#198754}.bootstrap-local .was-validated .form-check-input:valid:focus,.bootstrap-local .form-check-input.is-valid:focus{-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.25);box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.bootstrap-local .was-validated .form-check-input:valid~.form-check-label,.bootstrap-local .form-check-input.is-valid~.form-check-label{color:#198754}.bootstrap-local .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.bootstrap-local .was-validated .input-group .form-control:valid,.bootstrap-local .input-group .form-control.is-valid,.bootstrap-local .was-validated .input-group .form-select:valid,.bootstrap-local .input-group .form-select.is-valid{z-index:1}.bootstrap-local .was-validated .input-group .form-control:valid:focus,.bootstrap-local .input-group .form-control.is-valid:focus,.bootstrap-local .was-validated .input-group .form-select:valid:focus,.bootstrap-local .input-group .form-select.is-valid:focus{z-index:3}.bootstrap-local .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.bootstrap-local .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.bootstrap-local .was-validated :invalid~.invalid-feedback,.bootstrap-local .was-validated :invalid~.invalid-tooltip,.bootstrap-local .is-invalid~.invalid-feedback,.bootstrap-local .is-invalid~.invalid-tooltip{display:block}.bootstrap-local .was-validated .form-control:invalid,.bootstrap-local .form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-local .was-validated .form-control:invalid:focus,.bootstrap-local .form-control.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.bootstrap-local .was-validated textarea.form-control:invalid,.bootstrap-local textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.bootstrap-local .was-validated .form-select:invalid,.bootstrap-local .form-select.is-invalid{border-color:#dc3545}.bootstrap-local .was-validated .form-select:invalid:not([multiple]):not([size]),.bootstrap-local .was-validated .form-select:invalid:not([multiple])[size="1"],.bootstrap-local .form-select.is-invalid:not([multiple]):not([size]),.bootstrap-local .form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-local .was-validated .form-select:invalid:focus,.bootstrap-local .form-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.bootstrap-local .was-validated .form-check-input:invalid,.bootstrap-local .form-check-input.is-invalid{border-color:#dc3545}.bootstrap-local .was-validated .form-check-input:invalid:checked,.bootstrap-local .form-check-input.is-invalid:checked{background-color:#dc3545}.bootstrap-local .was-validated .form-check-input:invalid:focus,.bootstrap-local .form-check-input.is-invalid:focus{-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.25);box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.bootstrap-local .was-validated .form-check-input:invalid~.form-check-label,.bootstrap-local .form-check-input.is-invalid~.form-check-label{color:#dc3545}.bootstrap-local .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.bootstrap-local .was-validated .input-group .form-control:invalid,.bootstrap-local .input-group .form-control.is-invalid,.bootstrap-local .was-validated .input-group .form-select:invalid,.bootstrap-local .input-group .form-select.is-invalid{z-index:2}.bootstrap-local .was-validated .input-group .form-control:invalid:focus,.bootstrap-local .input-group .form-control.is-invalid:focus,.bootstrap-local .was-validated .input-group .form-select:invalid:focus,.bootstrap-local .input-group .form-select.is-invalid:focus{z-index:3}.bootstrap-local .btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .btn{-webkit-transition:none;transition:none}}.bootstrap-local .btn:hover{color:#212529}.bootstrap-local .btn-check:focus+.btn,.bootstrap-local .btn:focus{outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .btn:disabled,.bootstrap-local .btn.disabled,.bootstrap-local fieldset:disabled .btn{pointer-events:none;opacity:.65}.bootstrap-local .btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.bootstrap-local .btn-check:focus+.btn-primary,.bootstrap-local .btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;-webkit-box-shadow:0 0 0 .25rem rgba(49,132,253,.5);box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.bootstrap-local .btn-check:checked+.btn-primary,.bootstrap-local .btn-check:active+.btn-primary,.bootstrap-local .btn-primary:active,.bootstrap-local .btn-primary.active,.bootstrap-local .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.bootstrap-local .btn-check:checked+.btn-primary:focus,.bootstrap-local .btn-check:active+.btn-primary:focus,.bootstrap-local .btn-primary:active:focus,.bootstrap-local .btn-primary.active:focus,.bootstrap-local .show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(49,132,253,.5);box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.bootstrap-local .btn-primary:disabled,.bootstrap-local .btn-primary.disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-local .btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.bootstrap-local .btn-check:focus+.btn-secondary,.bootstrap-local .btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;-webkit-box-shadow:0 0 0 .25rem rgba(130,138,145,.5);box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.bootstrap-local .btn-check:checked+.btn-secondary,.bootstrap-local .btn-check:active+.btn-secondary,.bootstrap-local .btn-secondary:active,.bootstrap-local .btn-secondary.active,.bootstrap-local .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.bootstrap-local .btn-check:checked+.btn-secondary:focus,.bootstrap-local .btn-check:active+.btn-secondary:focus,.bootstrap-local .btn-secondary:active:focus,.bootstrap-local .btn-secondary.active:focus,.bootstrap-local .show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(130,138,145,.5);box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.bootstrap-local .btn-secondary:disabled,.bootstrap-local .btn-secondary.disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-local .btn-success{color:#fff;background-color:#198754;border-color:#198754}.bootstrap-local .btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.bootstrap-local .btn-check:focus+.btn-success,.bootstrap-local .btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;-webkit-box-shadow:0 0 0 .25rem rgba(60,153,110,.5);box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.bootstrap-local .btn-check:checked+.btn-success,.bootstrap-local .btn-check:active+.btn-success,.bootstrap-local .btn-success:active,.bootstrap-local .btn-success.active,.bootstrap-local .show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.bootstrap-local .btn-check:checked+.btn-success:focus,.bootstrap-local .btn-check:active+.btn-success:focus,.bootstrap-local .btn-success:active:focus,.bootstrap-local .btn-success.active:focus,.bootstrap-local .show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(60,153,110,.5);box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.bootstrap-local .btn-success:disabled,.bootstrap-local .btn-success.disabled{color:#fff;background-color:#198754;border-color:#198754}.bootstrap-local .btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.bootstrap-local .btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.bootstrap-local .btn-check:focus+.btn-info,.bootstrap-local .btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;-webkit-box-shadow:0 0 0 .25rem rgba(11,172,204,.5);box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.bootstrap-local .btn-check:checked+.btn-info,.bootstrap-local .btn-check:active+.btn-info,.bootstrap-local .btn-info:active,.bootstrap-local .btn-info.active,.bootstrap-local .show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.bootstrap-local .btn-check:checked+.btn-info:focus,.bootstrap-local .btn-check:active+.btn-info:focus,.bootstrap-local .btn-info:active:focus,.bootstrap-local .btn-info.active:focus,.bootstrap-local .show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(11,172,204,.5);box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.bootstrap-local .btn-info:disabled,.bootstrap-local .btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.bootstrap-local .btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.bootstrap-local .btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.bootstrap-local .btn-check:focus+.btn-warning,.bootstrap-local .btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;-webkit-box-shadow:0 0 0 .25rem rgba(217,164,6,.5);box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.bootstrap-local .btn-check:checked+.btn-warning,.bootstrap-local .btn-check:active+.btn-warning,.bootstrap-local .btn-warning:active,.bootstrap-local .btn-warning.active,.bootstrap-local .show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.bootstrap-local .btn-check:checked+.btn-warning:focus,.bootstrap-local .btn-check:active+.btn-warning:focus,.bootstrap-local .btn-warning:active:focus,.bootstrap-local .btn-warning.active:focus,.bootstrap-local .show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(217,164,6,.5);box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.bootstrap-local .btn-warning:disabled,.bootstrap-local .btn-warning.disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.bootstrap-local .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-local .btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.bootstrap-local .btn-check:focus+.btn-danger,.bootstrap-local .btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;-webkit-box-shadow:0 0 0 .25rem rgba(225,83,97,.5);box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.bootstrap-local .btn-check:checked+.btn-danger,.bootstrap-local .btn-check:active+.btn-danger,.bootstrap-local .btn-danger:active,.bootstrap-local .btn-danger.active,.bootstrap-local .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.bootstrap-local .btn-check:checked+.btn-danger:focus,.bootstrap-local .btn-check:active+.btn-danger:focus,.bootstrap-local .btn-danger:active:focus,.bootstrap-local .btn-danger.active:focus,.bootstrap-local .show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(225,83,97,.5);box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.bootstrap-local .btn-danger:disabled,.bootstrap-local .btn-danger.disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-local .btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-local .btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.bootstrap-local .btn-check:focus+.btn-light,.bootstrap-local .btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;-webkit-box-shadow:0 0 0 .25rem rgba(211,212,213,.5);box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.bootstrap-local .btn-check:checked+.btn-light,.bootstrap-local .btn-check:active+.btn-light,.bootstrap-local .btn-light:active,.bootstrap-local .btn-light.active,.bootstrap-local .show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.bootstrap-local .btn-check:checked+.btn-light:focus,.bootstrap-local .btn-check:active+.btn-light:focus,.bootstrap-local .btn-light:active:focus,.bootstrap-local .btn-light.active:focus,.bootstrap-local .show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(211,212,213,.5);box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.bootstrap-local .btn-light:disabled,.bootstrap-local .btn-light.disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-local .btn-dark{color:#fff;background-color:#212529;border-color:#212529}.bootstrap-local .btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.bootstrap-local .btn-check:focus+.btn-dark,.bootstrap-local .btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;-webkit-box-shadow:0 0 0 .25rem rgba(66,70,73,.5);box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.bootstrap-local .btn-check:checked+.btn-dark,.bootstrap-local .btn-check:active+.btn-dark,.bootstrap-local .btn-dark:active,.bootstrap-local .btn-dark.active,.bootstrap-local .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.bootstrap-local .btn-check:checked+.btn-dark:focus,.bootstrap-local .btn-check:active+.btn-dark:focus,.bootstrap-local .btn-dark:active:focus,.bootstrap-local .btn-dark.active:focus,.bootstrap-local .show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(66,70,73,.5);box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.bootstrap-local .btn-dark:disabled,.bootstrap-local .btn-dark.disabled{color:#fff;background-color:#212529;border-color:#212529}.bootstrap-local .btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.bootstrap-local .btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .btn-check:focus+.btn-outline-primary,.bootstrap-local .btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.5);box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.bootstrap-local .btn-check:checked+.btn-outline-primary,.bootstrap-local .btn-check:active+.btn-outline-primary,.bootstrap-local .btn-outline-primary:active,.bootstrap-local .btn-outline-primary.active,.bootstrap-local .btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .btn-check:checked+.btn-outline-primary:focus,.bootstrap-local .btn-check:active+.btn-outline-primary:focus,.bootstrap-local .btn-outline-primary:active:focus,.bootstrap-local .btn-outline-primary.active:focus,.bootstrap-local .btn-outline-primary.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.5);box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.bootstrap-local .btn-outline-primary:disabled,.bootstrap-local .btn-outline-primary.disabled{color:#0d6efd;background-color:transparent}.bootstrap-local .btn-outline-secondary{color:#6c757d;border-color:#6c757d}.bootstrap-local .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-local .btn-check:focus+.btn-outline-secondary,.bootstrap-local .btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .25rem rgba(108,117,125,.5);box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.bootstrap-local .btn-check:checked+.btn-outline-secondary,.bootstrap-local .btn-check:active+.btn-outline-secondary,.bootstrap-local .btn-outline-secondary:active,.bootstrap-local .btn-outline-secondary.active,.bootstrap-local .btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-local .btn-check:checked+.btn-outline-secondary:focus,.bootstrap-local .btn-check:active+.btn-outline-secondary:focus,.bootstrap-local .btn-outline-secondary:active:focus,.bootstrap-local .btn-outline-secondary.active:focus,.bootstrap-local .btn-outline-secondary.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(108,117,125,.5);box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.bootstrap-local .btn-outline-secondary:disabled,.bootstrap-local .btn-outline-secondary.disabled{color:#6c757d;background-color:transparent}.bootstrap-local .btn-outline-success{color:#198754;border-color:#198754}.bootstrap-local .btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.bootstrap-local .btn-check:focus+.btn-outline-success,.bootstrap-local .btn-outline-success:focus{-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.5);box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.bootstrap-local .btn-check:checked+.btn-outline-success,.bootstrap-local .btn-check:active+.btn-outline-success,.bootstrap-local .btn-outline-success:active,.bootstrap-local .btn-outline-success.active,.bootstrap-local .btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}.bootstrap-local .btn-check:checked+.btn-outline-success:focus,.bootstrap-local .btn-check:active+.btn-outline-success:focus,.bootstrap-local .btn-outline-success:active:focus,.bootstrap-local .btn-outline-success.active:focus,.bootstrap-local .btn-outline-success.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(25,135,84,.5);box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.bootstrap-local .btn-outline-success:disabled,.bootstrap-local .btn-outline-success.disabled{color:#198754;background-color:transparent}.bootstrap-local .btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.bootstrap-local .btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.bootstrap-local .btn-check:focus+.btn-outline-info,.bootstrap-local .btn-outline-info:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,202,240,.5);box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.bootstrap-local .btn-check:checked+.btn-outline-info,.bootstrap-local .btn-check:active+.btn-outline-info,.bootstrap-local .btn-outline-info:active,.bootstrap-local .btn-outline-info.active,.bootstrap-local .btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.bootstrap-local .btn-check:checked+.btn-outline-info:focus,.bootstrap-local .btn-check:active+.btn-outline-info:focus,.bootstrap-local .btn-outline-info:active:focus,.bootstrap-local .btn-outline-info.active:focus,.bootstrap-local .btn-outline-info.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,202,240,.5);box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.bootstrap-local .btn-outline-info:disabled,.bootstrap-local .btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}.bootstrap-local .btn-outline-warning{color:#ffc107;border-color:#ffc107}.bootstrap-local .btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.bootstrap-local .btn-check:focus+.btn-outline-warning,.bootstrap-local .btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,193,7,.5);box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.bootstrap-local .btn-check:checked+.btn-outline-warning,.bootstrap-local .btn-check:active+.btn-outline-warning,.bootstrap-local .btn-outline-warning:active,.bootstrap-local .btn-outline-warning.active,.bootstrap-local .btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}.bootstrap-local .btn-check:checked+.btn-outline-warning:focus,.bootstrap-local .btn-check:active+.btn-outline-warning:focus,.bootstrap-local .btn-outline-warning:active:focus,.bootstrap-local .btn-outline-warning.active:focus,.bootstrap-local .btn-outline-warning.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(255,193,7,.5);box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.bootstrap-local .btn-outline-warning:disabled,.bootstrap-local .btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.bootstrap-local .btn-outline-danger{color:#dc3545;border-color:#dc3545}.bootstrap-local .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-local .btn-check:focus+.btn-outline-danger,.bootstrap-local .btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.5);box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.bootstrap-local .btn-check:checked+.btn-outline-danger,.bootstrap-local .btn-check:active+.btn-outline-danger,.bootstrap-local .btn-outline-danger:active,.bootstrap-local .btn-outline-danger.active,.bootstrap-local .btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-local .btn-check:checked+.btn-outline-danger:focus,.bootstrap-local .btn-check:active+.btn-outline-danger:focus,.bootstrap-local .btn-outline-danger:active:focus,.bootstrap-local .btn-outline-danger.active:focus,.bootstrap-local .btn-outline-danger.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(220,53,69,.5);box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.bootstrap-local .btn-outline-danger:disabled,.bootstrap-local .btn-outline-danger.disabled{color:#dc3545;background-color:transparent}.bootstrap-local .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.bootstrap-local .btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-local .btn-check:focus+.btn-outline-light,.bootstrap-local .btn-outline-light:focus{-webkit-box-shadow:0 0 0 .25rem rgba(248,249,250,.5);box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.bootstrap-local .btn-check:checked+.btn-outline-light,.bootstrap-local .btn-check:active+.btn-outline-light,.bootstrap-local .btn-outline-light:active,.bootstrap-local .btn-outline-light.active,.bootstrap-local .btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-local .btn-check:checked+.btn-outline-light:focus,.bootstrap-local .btn-check:active+.btn-outline-light:focus,.bootstrap-local .btn-outline-light:active:focus,.bootstrap-local .btn-outline-light.active:focus,.bootstrap-local .btn-outline-light.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(248,249,250,.5);box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.bootstrap-local .btn-outline-light:disabled,.bootstrap-local .btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.bootstrap-local .btn-outline-dark{color:#212529;border-color:#212529}.bootstrap-local .btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.bootstrap-local .btn-check:focus+.btn-outline-dark,.bootstrap-local .btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .25rem rgba(33,37,41,.5);box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.bootstrap-local .btn-check:checked+.btn-outline-dark,.bootstrap-local .btn-check:active+.btn-outline-dark,.bootstrap-local .btn-outline-dark:active,.bootstrap-local .btn-outline-dark.active,.bootstrap-local .btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}.bootstrap-local .btn-check:checked+.btn-outline-dark:focus,.bootstrap-local .btn-check:active+.btn-outline-dark:focus,.bootstrap-local .btn-outline-dark:active:focus,.bootstrap-local .btn-outline-dark.active:focus,.bootstrap-local .btn-outline-dark.dropdown-toggle.show:focus{-webkit-box-shadow:0 0 0 .25rem rgba(33,37,41,.5);box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.bootstrap-local .btn-outline-dark:disabled,.bootstrap-local .btn-outline-dark.disabled{color:#212529;background-color:transparent}.bootstrap-local .btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.bootstrap-local .btn-link:hover{color:#0a58ca}.bootstrap-local .btn-link:disabled,.bootstrap-local .btn-link.disabled{color:#6c757d}.bootstrap-local .btn-lg,.bootstrap-local .btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.bootstrap-local .btn-sm,.bootstrap-local .btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.bootstrap-local .fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.bootstrap-local .fade{-webkit-transition:none;transition:none}}.bootstrap-local .fade:not(.show){opacity:0}.bootstrap-local .collapse:not(.show){display:none}.bootstrap-local .collapsing{height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.bootstrap-local .collapsing{-webkit-transition:none;transition:none}}.bootstrap-local .dropup,.bootstrap-local .dropend,.bootstrap-local .dropdown,.bootstrap-local .dropstart{position:relative}.bootstrap-local .dropdown-toggle{white-space:nowrap}.bootstrap-local .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.bootstrap-local .dropdown-toggle:empty:after{margin-left:0}.bootstrap-local .dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.bootstrap-local .dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.bootstrap-local .dropdown-menu-start{--bs-position:start}.bootstrap-local .dropdown-menu-start[data-bs-popper]{right:auto;left:0}.bootstrap-local .dropdown-menu-end{--bs-position:end}.bootstrap-local .dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.bootstrap-local .dropdown-menu-sm-start{--bs-position:start}.bootstrap-local .dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.bootstrap-local .dropdown-menu-sm-end{--bs-position:end}.bootstrap-local .dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.bootstrap-local .dropdown-menu-md-start{--bs-position:start}.bootstrap-local .dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.bootstrap-local .dropdown-menu-md-end{--bs-position:end}.bootstrap-local .dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.bootstrap-local .dropdown-menu-lg-start{--bs-position:start}.bootstrap-local .dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.bootstrap-local .dropdown-menu-lg-end{--bs-position:end}.bootstrap-local .dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.bootstrap-local .dropdown-menu-xl-start{--bs-position:start}.bootstrap-local .dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.bootstrap-local .dropdown-menu-xl-end{--bs-position:end}.bootstrap-local .dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.bootstrap-local .dropdown-menu-xxl-start{--bs-position:start}.bootstrap-local .dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.bootstrap-local .dropdown-menu-xxl-end{--bs-position:end}.bootstrap-local .dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.bootstrap-local .dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.bootstrap-local .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.bootstrap-local .dropup .dropdown-toggle:empty:after{margin-left:0}.bootstrap-local .dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.bootstrap-local .dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.bootstrap-local .dropend .dropdown-toggle:empty:after{margin-left:0}.bootstrap-local .dropend .dropdown-toggle:after{vertical-align:0}.bootstrap-local .dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.bootstrap-local .dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.bootstrap-local .dropstart .dropdown-toggle:after{display:none}.bootstrap-local .dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.bootstrap-local .dropstart .dropdown-toggle:empty:after{margin-left:0}.bootstrap-local .dropstart .dropdown-toggle:before{vertical-align:0}.bootstrap-local .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.bootstrap-local .dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.bootstrap-local .dropdown-item:hover,.bootstrap-local .dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.bootstrap-local .dropdown-item.active,.bootstrap-local .dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.bootstrap-local .dropdown-item.disabled,.bootstrap-local .dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.bootstrap-local .dropdown-menu.show{display:block}.bootstrap-local .dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.bootstrap-local .dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.bootstrap-local .dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.bootstrap-local .dropdown-menu-dark .dropdown-item{color:#dee2e6}.bootstrap-local .dropdown-menu-dark .dropdown-item:hover,.bootstrap-local .dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,.15)}.bootstrap-local .dropdown-menu-dark .dropdown-item.active,.bootstrap-local .dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.bootstrap-local .dropdown-menu-dark .dropdown-item.disabled,.bootstrap-local .dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.bootstrap-local .dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.bootstrap-local .dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.bootstrap-local .dropdown-menu-dark .dropdown-header{color:#adb5bd}.bootstrap-local .btn-group,.bootstrap-local .btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bootstrap-local .btn-group>.btn,.bootstrap-local .btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.bootstrap-local .btn-group>.btn-check:checked+.btn,.bootstrap-local .btn-group>.btn-check:focus+.btn,.bootstrap-local .btn-group>.btn:hover,.bootstrap-local .btn-group>.btn:focus,.bootstrap-local .btn-group>.btn:active,.bootstrap-local .btn-group>.btn.active,.bootstrap-local .btn-group-vertical>.btn-check:checked+.btn,.bootstrap-local .btn-group-vertical>.btn-check:focus+.btn,.bootstrap-local .btn-group-vertical>.btn:hover,.bootstrap-local .btn-group-vertical>.btn:focus,.bootstrap-local .btn-group-vertical>.btn:active,.bootstrap-local .btn-group-vertical>.btn.active{z-index:1}.bootstrap-local .btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .btn-toolbar .input-group{width:auto}.bootstrap-local .btn-group>.btn:not(:first-child),.bootstrap-local .btn-group>.btn-group:not(:first-child){margin-left:-1px}.bootstrap-local .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-local .btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-local .btn-group>.btn:nth-child(n+3),.bootstrap-local .btn-group>:not(.btn-check)+.btn,.bootstrap-local .btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-local .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.bootstrap-local .dropdown-toggle-split:after,.bootstrap-local .dropup .dropdown-toggle-split:after,.bootstrap-local .dropend .dropdown-toggle-split:after{margin-left:0}.bootstrap-local .dropstart .dropdown-toggle-split:before{margin-right:0}.bootstrap-local .btn-sm+.dropdown-toggle-split,.bootstrap-local .btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.bootstrap-local .btn-lg+.dropdown-toggle-split,.bootstrap-local .btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.bootstrap-local .btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bootstrap-local .btn-group-vertical>.btn,.bootstrap-local .btn-group-vertical>.btn-group{width:100%}.bootstrap-local .btn-group-vertical>.btn:not(:first-child),.bootstrap-local .btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.bootstrap-local .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-local .btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-local .btn-group-vertical>.btn~.btn,.bootstrap-local .btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-local .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-local .nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .nav-link{-webkit-transition:none;transition:none}}.bootstrap-local .nav-link:hover,.bootstrap-local .nav-link:focus{color:#0a58ca}.bootstrap-local .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.bootstrap-local .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap-local .nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-local .nav-tabs .nav-link:hover,.bootstrap-local .nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.bootstrap-local .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.bootstrap-local .nav-tabs .nav-link.active,.bootstrap-local .nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.bootstrap-local .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-local .nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.bootstrap-local .nav-pills .nav-link.active,.bootstrap-local .nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.bootstrap-local .nav-fill>.nav-link,.bootstrap-local .nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.bootstrap-local .nav-justified>.nav-link,.bootstrap-local .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.bootstrap-local .nav-fill .nav-item .nav-link,.bootstrap-local .nav-justified .nav-item .nav-link{width:100%}.bootstrap-local .tab-content>.tab-pane{display:none}.bootstrap-local .tab-content>.active{display:block}.bootstrap-local .navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.bootstrap-local .navbar>.container,.bootstrap-local .navbar>.container-fluid,.bootstrap-local .navbar>.container-sm,.bootstrap-local .navbar>.container-md,.bootstrap-local .navbar>.container-lg,.bootstrap-local .navbar>.container-xl,.bootstrap-local .navbar>.container-xxl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:inherit;flex-wrap:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-local .navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.bootstrap-local .navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-local .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap-local .navbar-nav .dropdown-menu{position:static}.bootstrap-local .navbar-text{padding-top:.5rem;padding-bottom:.5rem}.bootstrap-local .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bootstrap-local .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;-webkit-transition:-webkit-box-shadow .15s ease-in-out;transition:-webkit-box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .navbar-toggler{-webkit-transition:none;transition:none}}.bootstrap-local .navbar-toggler:hover{text-decoration:none}.bootstrap-local .navbar-toggler:focus{text-decoration:none;outline:0;-webkit-box-shadow:0 0 0 .25rem;box-shadow:0 0 0 .25rem}.bootstrap-local .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.bootstrap-local .navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.bootstrap-local .navbar-expand-sm{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap-local .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-local .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.bootstrap-local .navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-local .navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.bootstrap-local .navbar-expand-md{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap-local .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-local .navbar-expand-md .navbar-nav-scroll{overflow:visible}.bootstrap-local .navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-local .navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.bootstrap-local .navbar-expand-lg{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap-local .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-local .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.bootstrap-local .navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-local .navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.bootstrap-local .navbar-expand-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap-local .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-local .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.bootstrap-local .navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-local .navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.bootstrap-local .navbar-expand-xxl{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .navbar-expand-xxl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.bootstrap-local .navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-local .navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.bootstrap-local .navbar-expand-xxl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-local .navbar-expand-xxl .navbar-toggler{display:none}}.bootstrap-local .navbar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-local .navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap-local .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-local .navbar-expand .navbar-nav-scroll{overflow:visible}.bootstrap-local .navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-local .navbar-expand .navbar-toggler{display:none}.bootstrap-local .navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.bootstrap-local .navbar-light .navbar-brand:hover,.bootstrap-local .navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.bootstrap-local .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.bootstrap-local .navbar-light .navbar-nav .nav-link:hover,.bootstrap-local .navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.bootstrap-local .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.bootstrap-local .navbar-light .navbar-nav .show>.nav-link,.bootstrap-local .navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.bootstrap-local .navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.bootstrap-local .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.bootstrap-local .navbar-light .navbar-text{color:rgba(0,0,0,.55)}.bootstrap-local .navbar-light .navbar-text a,.bootstrap-local .navbar-light .navbar-text a:hover,.bootstrap-local .navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.bootstrap-local .navbar-dark .navbar-brand{color:#fff}.bootstrap-local .navbar-dark .navbar-brand:hover,.bootstrap-local .navbar-dark .navbar-brand:focus{color:#fff}.bootstrap-local .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.bootstrap-local .navbar-dark .navbar-nav .nav-link:hover,.bootstrap-local .navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.bootstrap-local .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.bootstrap-local .navbar-dark .navbar-nav .show>.nav-link,.bootstrap-local .navbar-dark .navbar-nav .nav-link.active{color:#fff}.bootstrap-local .navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.bootstrap-local .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.bootstrap-local .navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.bootstrap-local .navbar-dark .navbar-text a,.bootstrap-local .navbar-dark .navbar-text a:hover,.bootstrap-local .navbar-dark .navbar-text a:focus{color:#fff}.bootstrap-local .card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.bootstrap-local .card>hr{margin-right:0;margin-left:0}.bootstrap-local .card>.list-group{border-top:inherit;border-bottom:inherit}.bootstrap-local .card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-local .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap-local .card>.card-header+.list-group,.bootstrap-local .card>.list-group+.card-footer{border-top:0}.bootstrap-local .card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.bootstrap-local .card-title{margin-bottom:.5rem}.bootstrap-local .card-subtitle{margin-top:-.25rem;margin-bottom:0}.bootstrap-local .card-text:last-child{margin-bottom:0}.bootstrap-local .card-link:hover{text-decoration:none}.bootstrap-local .card-link+.card-link{margin-left:1rem}.bootstrap-local .card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.bootstrap-local .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap-local .card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.bootstrap-local .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap-local .card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.bootstrap-local .card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.bootstrap-local .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.bootstrap-local .card-img,.bootstrap-local .card-img-top,.bootstrap-local .card-img-bottom{width:100%}.bootstrap-local .card-img,.bootstrap-local .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-local .card-img,.bootstrap-local .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap-local .card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.bootstrap-local .card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.bootstrap-local .card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.bootstrap-local .card-group>.card+.card{margin-left:0;border-left:0}.bootstrap-local .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-local .card-group>.card:not(:last-child) .card-img-top,.bootstrap-local .card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.bootstrap-local .card-group>.card:not(:last-child) .card-img-bottom,.bootstrap-local .card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.bootstrap-local .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-local .card-group>.card:not(:first-child) .card-img-top,.bootstrap-local .card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.bootstrap-local .card-group>.card:not(:first-child) .card-img-bottom,.bootstrap-local .card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.bootstrap-local .accordion-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .accordion-button{-webkit-transition:none;transition:none}}.bootstrap-local .accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.bootstrap-local .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.bootstrap-local .accordion-button:after{-ms-flex-negative:0;flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .accordion-button:after{-webkit-transition:none;transition:none}}.bootstrap-local .accordion-button:hover{z-index:2}.bootstrap-local .accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .accordion-header{margin-bottom:0}.bootstrap-local .accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.bootstrap-local .accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-local .accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-local .accordion-item:not(:first-of-type){border-top:0}.bootstrap-local .accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-local .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap-local .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-local .accordion-body{padding:1rem 1.25rem}.bootstrap-local .accordion-flush .accordion-collapse{border-width:0}.bootstrap-local .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.bootstrap-local .accordion-flush .accordion-item:first-child{border-top:0}.bootstrap-local .accordion-flush .accordion-item:last-child{border-bottom:0}.bootstrap-local .accordion-flush .accordion-item .accordion-button{border-radius:0}.bootstrap-local .breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.bootstrap-local .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap-local .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider,"/")}.bootstrap-local .breadcrumb-item.active{color:#6c757d}.bootstrap-local .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none}.bootstrap-local .page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .page-link{-webkit-transition:none;transition:none}}.bootstrap-local .page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-local .page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.bootstrap-local .page-item:not(:first-child) .page-link{margin-left:-1px}.bootstrap-local .page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.bootstrap-local .page-link{padding:.375rem .75rem}.bootstrap-local .page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-local .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bootstrap-local .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.bootstrap-local .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap-local .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.bootstrap-local .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.bootstrap-local .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.bootstrap-local .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.bootstrap-local .badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.bootstrap-local .badge:empty{display:none}.bootstrap-local .btn .badge{position:relative;top:-1px}.bootstrap-local .alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.bootstrap-local .alert-heading{color:inherit}.bootstrap-local .alert-link{font-weight:700}.bootstrap-local .alert-dismissible{padding-right:3rem}.bootstrap-local .alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.bootstrap-local .alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.bootstrap-local .alert-primary .alert-link{color:#06357a}.bootstrap-local .alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.bootstrap-local .alert-secondary .alert-link{color:#34383c}.bootstrap-local .alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.bootstrap-local .alert-success .alert-link{color:#0c4128}.bootstrap-local .alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.bootstrap-local .alert-info .alert-link{color:#04414d}.bootstrap-local .alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.bootstrap-local .alert-warning .alert-link{color:#523e02}.bootstrap-local .alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.bootstrap-local .alert-danger .alert-link{color:#6a1a21}.bootstrap-local .alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.bootstrap-local .alert-light .alert-link{color:#4f5050}.bootstrap-local .alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.bootstrap-local .alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.bootstrap-local .progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.bootstrap-local .progress-bar{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:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap-local .progress-bar{-webkit-transition:none;transition:none}}.bootstrap-local .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.bootstrap-local .progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.bootstrap-local .progress-bar-animated{-webkit-animation:none;animation:none}}.bootstrap-local .list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.bootstrap-local .list-group-numbered{list-style-type:none;counter-reset:section}.bootstrap-local .list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.bootstrap-local .list-group-item-action{width:100%;color:#495057;text-align:inherit}.bootstrap-local .list-group-item-action:hover,.bootstrap-local .list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.bootstrap-local .list-group-item-action:active{color:#212529;background-color:#e9ecef}.bootstrap-local .list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.bootstrap-local .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bootstrap-local .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.bootstrap-local .list-group-item.disabled,.bootstrap-local .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.bootstrap-local .list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.bootstrap-local .list-group-item+.list-group-item{border-top-width:0}.bootstrap-local .list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.bootstrap-local .list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-local .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-local .list-group-horizontal>.list-group-item.active{margin-top:0}.bootstrap-local .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-local .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.bootstrap-local .list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-local .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-local .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.bootstrap-local .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-local .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.bootstrap-local .list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-local .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-local .list-group-horizontal-md>.list-group-item.active{margin-top:0}.bootstrap-local .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-local .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.bootstrap-local .list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-local .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-local .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.bootstrap-local .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-local .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.bootstrap-local .list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-local .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-local .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.bootstrap-local .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-local .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.bootstrap-local .list-group-horizontal-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bootstrap-local .list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-local .list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.bootstrap-local .list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.bootstrap-local .list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.bootstrap-local .list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.bootstrap-local .list-group-flush{border-radius:0}.bootstrap-local .list-group-flush>.list-group-item{border-width:0 0 1px}.bootstrap-local .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.bootstrap-local .list-group-item-primary{color:#084298;background-color:#cfe2ff}.bootstrap-local .list-group-item-primary.list-group-item-action:hover,.bootstrap-local .list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe6}.bootstrap-local .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.bootstrap-local .list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.bootstrap-local .list-group-item-secondary.list-group-item-action:hover,.bootstrap-local .list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbccce}.bootstrap-local .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.bootstrap-local .list-group-item-success{color:#0f5132;background-color:#d1e7dd}.bootstrap-local .list-group-item-success.list-group-item-action:hover,.bootstrap-local .list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.bootstrap-local .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.bootstrap-local .list-group-item-info{color:#055160;background-color:#cff4fc}.bootstrap-local .list-group-item-info.list-group-item-action:hover,.bootstrap-local .list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.bootstrap-local .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.bootstrap-local .list-group-item-warning{color:#664d03;background-color:#fff3cd}.bootstrap-local .list-group-item-warning.list-group-item-action:hover,.bootstrap-local .list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.bootstrap-local .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.bootstrap-local .list-group-item-danger{color:#842029;background-color:#f8d7da}.bootstrap-local .list-group-item-danger.list-group-item-action:hover,.bootstrap-local .list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.bootstrap-local .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.bootstrap-local .list-group-item-light{color:#636464;background-color:#fefefe}.bootstrap-local .list-group-item-light.list-group-item-action:hover,.bootstrap-local .list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}.bootstrap-local .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.bootstrap-local .list-group-item-dark{color:#141619;background-color:#d3d3d4}.bootstrap-local .list-group-item-dark.list-group-item-action:hover,.bootstrap-local .list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.bootstrap-local .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.bootstrap-local .btn-close{-webkit-box-sizing:content-box;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.bootstrap-local .btn-close:hover{color:#000;text-decoration:none;opacity:.75}.bootstrap-local .btn-close:focus{outline:0;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.bootstrap-local .btn-close:disabled,.bootstrap-local .btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.bootstrap-local .btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.bootstrap-local .toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.bootstrap-local .toast:not(.showing):not(.show){opacity:0}.bootstrap-local .toast.hide{display:none}.bootstrap-local .toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.bootstrap-local .toast-container>:not(:last-child){margin-bottom:.75rem}.bootstrap-local .toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-local .toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.bootstrap-local .toast-body{padding:.75rem;word-wrap:break-word}.bootstrap-local .modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.bootstrap-local .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.bootstrap-local .modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.bootstrap-local .modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.bootstrap-local .modal.show .modal-dialog{-webkit-transform:none;transform:none}.bootstrap-local .modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.bootstrap-local .modal-dialog-scrollable{height:calc(100% - 1rem)}.bootstrap-local .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.bootstrap-local .modal-dialog-scrollable .modal-body{overflow-y:auto}.bootstrap-local .modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.bootstrap-local .modal-content{position:relative;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%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.bootstrap-local .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.bootstrap-local .modal-backdrop.fade{opacity:0}.bootstrap-local .modal-backdrop.show{opacity:.5}.bootstrap-local .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap-local .modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.bootstrap-local .modal-title{margin-bottom:0;line-height:1.5}.bootstrap-local .modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.bootstrap-local .modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.bootstrap-local .modal-footer>*{margin:.25rem}@media (min-width:576px){.bootstrap-local .modal-dialog{max-width:500px;margin:1.75rem auto}.bootstrap-local .modal-dialog-scrollable{height:calc(100% - 3.5rem)}.bootstrap-local .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.bootstrap-local .modal-sm{max-width:300px}}@media (min-width:992px){.bootstrap-local .modal-lg,.bootstrap-local .modal-xl{max-width:800px}}@media (min-width:1200px){.bootstrap-local .modal-xl{max-width:1140px}}.bootstrap-local .modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.bootstrap-local .modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.bootstrap-local .modal-fullscreen .modal-header{border-radius:0}.bootstrap-local .modal-fullscreen .modal-body{overflow-y:auto}.bootstrap-local .modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.bootstrap-local .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.bootstrap-local .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.bootstrap-local .modal-fullscreen-sm-down .modal-header{border-radius:0}.bootstrap-local .modal-fullscreen-sm-down .modal-body{overflow-y:auto}.bootstrap-local .modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.bootstrap-local .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.bootstrap-local .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.bootstrap-local .modal-fullscreen-md-down .modal-header{border-radius:0}.bootstrap-local .modal-fullscreen-md-down .modal-body{overflow-y:auto}.bootstrap-local .modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.bootstrap-local .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.bootstrap-local .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.bootstrap-local .modal-fullscreen-lg-down .modal-header{border-radius:0}.bootstrap-local .modal-fullscreen-lg-down .modal-body{overflow-y:auto}.bootstrap-local .modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.bootstrap-local .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.bootstrap-local .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.bootstrap-local .modal-fullscreen-xl-down .modal-header{border-radius:0}.bootstrap-local .modal-fullscreen-xl-down .modal-body{overflow-y:auto}.bootstrap-local .modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.bootstrap-local .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.bootstrap-local .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.bootstrap-local .modal-fullscreen-xxl-down .modal-header{border-radius:0}.bootstrap-local .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.bootstrap-local .modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.bootstrap-local .tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.bootstrap-local .tooltip.show{opacity:.9}.bootstrap-local .tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.bootstrap-local .tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bootstrap-local .bs-tooltip-top,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}.bootstrap-local .bs-tooltip-top .tooltip-arrow,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bootstrap-local .bs-tooltip-top .tooltip-arrow:before,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bootstrap-local .bs-tooltip-end,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}.bootstrap-local .bs-tooltip-end .tooltip-arrow,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bootstrap-local .bs-tooltip-end .tooltip-arrow:before,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bootstrap-local .bs-tooltip-bottom,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}.bootstrap-local .bs-tooltip-bottom .tooltip-arrow,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bootstrap-local .bs-tooltip-bottom .tooltip-arrow:before,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bootstrap-local .bs-tooltip-start,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}.bootstrap-local .bs-tooltip-start .tooltip-arrow,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bootstrap-local .bs-tooltip-start .tooltip-arrow:before,.bootstrap-local .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bootstrap-local .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bootstrap-local .popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.bootstrap-local .popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.bootstrap-local .popover .popover-arrow:before,.bootstrap-local .popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bootstrap-local .bs-popover-top>.popover-arrow,.bootstrap-local .bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-.5rem - 1px)}.bootstrap-local .bs-popover-top>.popover-arrow:before,.bootstrap-local .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bootstrap-local .bs-popover-top>.popover-arrow:after,.bootstrap-local .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bootstrap-local .bs-popover-end>.popover-arrow,.bootstrap-local .bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bootstrap-local .bs-popover-end>.popover-arrow:before,.bootstrap-local .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bootstrap-local .bs-popover-end>.popover-arrow:after,.bootstrap-local .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bootstrap-local .bs-popover-bottom>.popover-arrow,.bootstrap-local .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-.5rem - 1px)}.bootstrap-local .bs-popover-bottom>.popover-arrow:before,.bootstrap-local .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bootstrap-local .bs-popover-bottom>.popover-arrow:after,.bootstrap-local .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bootstrap-local .bs-popover-bottom .popover-header:before,.bootstrap-local .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bootstrap-local .bs-popover-start>.popover-arrow,.bootstrap-local .bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bootstrap-local .bs-popover-start>.popover-arrow:before,.bootstrap-local .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bootstrap-local .bs-popover-start>.popover-arrow:after,.bootstrap-local .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bootstrap-local .popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.bootstrap-local .popover-header:empty{display:none}.bootstrap-local .popover-body{padding:1rem;color:#212529}.bootstrap-local .carousel{position:relative}.bootstrap-local .carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.bootstrap-local .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-local .carousel-inner:after{display:block;clear:both;content:""}.bootstrap-local .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .carousel-item{-webkit-transition:none;transition:none}}.bootstrap-local .carousel-item.active,.bootstrap-local .carousel-item-next,.bootstrap-local .carousel-item-prev{display:block}.bootstrap-local .carousel-item-next:not(.carousel-item-start),.bootstrap-local .active.carousel-item-end{-webkit-transform:translateX(100%);transform:translateX(100%)}.bootstrap-local .carousel-item-prev:not(.carousel-item-end),.bootstrap-local .active.carousel-item-start{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.bootstrap-local .carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.bootstrap-local .carousel-fade .carousel-item.active,.bootstrap-local .carousel-fade .carousel-item-next.carousel-item-start,.bootstrap-local .carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.bootstrap-local .carousel-fade .active.carousel-item-start,.bootstrap-local .carousel-fade .active.carousel-item-end{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.bootstrap-local .carousel-fade .active.carousel-item-start,.bootstrap-local .carousel-fade .active.carousel-item-end{-webkit-transition:none;transition:none}}.bootstrap-local .carousel-control-prev,.bootstrap-local .carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;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;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.bootstrap-local .carousel-control-prev,.bootstrap-local .carousel-control-next{-webkit-transition:none;transition:none}}.bootstrap-local .carousel-control-prev:hover,.bootstrap-local .carousel-control-prev:focus,.bootstrap-local .carousel-control-next:hover,.bootstrap-local .carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap-local .carousel-control-prev{left:0}.bootstrap-local .carousel-control-next{right:0}.bootstrap-local .carousel-control-prev-icon,.bootstrap-local .carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.bootstrap-local .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.bootstrap-local .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.bootstrap-local .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.bootstrap-local .carousel-indicators [data-bs-target]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap-local .carousel-indicators [data-bs-target]{-webkit-transition:none;transition:none}}.bootstrap-local .carousel-indicators .active{opacity:1}.bootstrap-local .carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.bootstrap-local .carousel-dark .carousel-control-prev-icon,.bootstrap-local .carousel-dark .carousel-control-next-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.bootstrap-local .carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.bootstrap-local .carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.bootstrap-local .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.bootstrap-local .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.bootstrap-local .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.bootstrap-local .spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.bootstrap-local .spinner-border,.bootstrap-local .spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.bootstrap-local .offcanvas{position:fixed;bottom:0;z-index:1050;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-local .offcanvas{-webkit-transition:none;transition:none}}.bootstrap-local .offcanvas-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}.bootstrap-local .offcanvas-header .btn-close{padding:.5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.bootstrap-local .offcanvas-title{margin-bottom:0;line-height:1.5}.bootstrap-local .offcanvas-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:1rem;overflow-y:auto}.bootstrap-local .offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.bootstrap-local .offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);-webkit-transform:translateX(100%);transform:translateX(100%)}.bootstrap-local .offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.bootstrap-local .offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(100%);transform:translateY(100%)}.bootstrap-local .offcanvas.show{-webkit-transform:none;transform:none}.bootstrap-local .clearfix:after{display:block;clear:both;content:""}.bootstrap-local .link-primary{color:#0d6efd}.bootstrap-local .link-primary:hover,.bootstrap-local .link-primary:focus{color:#0a58ca}.bootstrap-local .link-secondary{color:#6c757d}.bootstrap-local .link-secondary:hover,.bootstrap-local .link-secondary:focus{color:#565e64}.bootstrap-local .link-success{color:#198754}.bootstrap-local .link-success:hover,.bootstrap-local .link-success:focus{color:#146c43}.bootstrap-local .link-info{color:#0dcaf0}.bootstrap-local .link-info:hover,.bootstrap-local .link-info:focus{color:#3dd5f3}.bootstrap-local .link-warning{color:#ffc107}.bootstrap-local .link-warning:hover,.bootstrap-local .link-warning:focus{color:#ffcd39}.bootstrap-local .link-danger{color:#dc3545}.bootstrap-local .link-danger:hover,.bootstrap-local .link-danger:focus{color:#b02a37}.bootstrap-local .link-light{color:#f8f9fa}.bootstrap-local .link-light:hover,.bootstrap-local .link-light:focus{color:#f9fafb}.bootstrap-local .link-dark{color:#212529}.bootstrap-local .link-dark:hover,.bootstrap-local .link-dark:focus{color:#1a1e21}.bootstrap-local .ratio{position:relative;width:100%}.bootstrap-local .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.bootstrap-local .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.bootstrap-local .ratio-1x1{--bs-aspect-ratio:100%}.bootstrap-local .ratio-4x3{--bs-aspect-ratio:calc(3/4*100%)}.bootstrap-local .ratio-16x9{--bs-aspect-ratio:calc(9/16*100%)}.bootstrap-local .ratio-21x9{--bs-aspect-ratio:calc(9/21*100%)}.bootstrap-local .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap-local .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.bootstrap-local .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.bootstrap-local .sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.bootstrap-local .sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.bootstrap-local .sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.bootstrap-local .sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.bootstrap-local .sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap-local .visually-hidden,.bootstrap-local .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.bootstrap-local .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.bootstrap-local .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-local .align-baseline{vertical-align:baseline !important}.bootstrap-local .align-top{vertical-align:top !important}.bootstrap-local .align-middle{vertical-align:middle !important}.bootstrap-local .align-bottom{vertical-align:bottom !important}.bootstrap-local .align-text-bottom{vertical-align:text-bottom !important}.bootstrap-local .align-text-top{vertical-align:text-top !important}.bootstrap-local .float-start{float:left !important}.bootstrap-local .float-end{float:right !important}.bootstrap-local .float-none{float:none !important}.bootstrap-local .overflow-auto{overflow:auto !important}.bootstrap-local .overflow-hidden{overflow:hidden !important}.bootstrap-local .overflow-visible{overflow:visible !important}.bootstrap-local .overflow-scroll{overflow:scroll !important}.bootstrap-local .d-inline{display:inline !important}.bootstrap-local .d-inline-block{display:inline-block !important}.bootstrap-local .d-block{display:block !important}.bootstrap-local .d-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-table{display:table !important}.bootstrap-local .d-table-row{display:table-row !important}.bootstrap-local .d-table-cell{display:table-cell !important}.bootstrap-local .d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-none{display:none !important}.bootstrap-local .shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.bootstrap-local .shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.bootstrap-local .shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important;box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.bootstrap-local .shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.bootstrap-local .position-static{position:static !important}.bootstrap-local .position-relative{position:relative !important}.bootstrap-local .position-absolute{position:absolute !important}.bootstrap-local .position-fixed{position:fixed !important}.bootstrap-local .position-sticky{position:-webkit-sticky !important;position:sticky !important}.bootstrap-local .top-0{top:0 !important}.bootstrap-local .top-50{top:50% !important}.bootstrap-local .top-100{top:100% !important}.bootstrap-local .bottom-0{bottom:0 !important}.bootstrap-local .bottom-50{bottom:50% !important}.bootstrap-local .bottom-100{bottom:100% !important}.bootstrap-local .start-0{left:0 !important}.bootstrap-local .start-50{left:50% !important}.bootstrap-local .start-100{left:100% !important}.bootstrap-local .end-0{right:0 !important}.bootstrap-local .end-50{right:50% !important}.bootstrap-local .end-100{right:100% !important}.bootstrap-local .translate-middle{-webkit-transform:translate(-50%,-50%) !important;transform:translate(-50%,-50%) !important}.bootstrap-local .translate-middle-x{-webkit-transform:translateX(-50%) !important;transform:translateX(-50%) !important}.bootstrap-local .translate-middle-y{-webkit-transform:translateY(-50%) !important;transform:translateY(-50%) !important}.bootstrap-local .border{border:1px solid #dee2e6 !important}.bootstrap-local .border-0{border:0 !important}.bootstrap-local .border-top{border-top:1px solid #dee2e6 !important}.bootstrap-local .border-top-0{border-top:0 !important}.bootstrap-local .border-end{border-right:1px solid #dee2e6 !important}.bootstrap-local .border-end-0{border-right:0 !important}.bootstrap-local .border-bottom{border-bottom:1px solid #dee2e6 !important}.bootstrap-local .border-bottom-0{border-bottom:0 !important}.bootstrap-local .border-start{border-left:1px solid #dee2e6 !important}.bootstrap-local .border-start-0{border-left:0 !important}.bootstrap-local .border-primary{border-color:#0d6efd !important}.bootstrap-local .border-secondary{border-color:#6c757d !important}.bootstrap-local .border-success{border-color:#198754 !important}.bootstrap-local .border-info{border-color:#0dcaf0 !important}.bootstrap-local .border-warning{border-color:#ffc107 !important}.bootstrap-local .border-danger{border-color:red !important}.bootstrap-local .border-light{border-color:#f8f9fa !important}.bootstrap-local .border-dark{border-color:#212529 !important}.bootstrap-local .border-white{border-color:#fff !important}.bootstrap-local .border-1{border-width:1px !important}.bootstrap-local .border-2{border-width:2px !important}.bootstrap-local .border-3{border-width:3px !important}.bootstrap-local .border-4{border-width:4px !important}.bootstrap-local .border-5{border-width:5px !important}.bootstrap-local .w-25{width:25% !important}.bootstrap-local .w-50{width:50% !important}.bootstrap-local .w-75{width:75% !important}.bootstrap-local .w-100{width:100% !important}.bootstrap-local .w-auto{width:auto !important}.bootstrap-local .mw-100{max-width:100% !important}.bootstrap-local .vw-100{width:100vw !important}.bootstrap-local .min-vw-100{min-width:100vw !important}.bootstrap-local .h-25{height:25% !important}.bootstrap-local .h-50{height:50% !important}.bootstrap-local .h-75{height:75% !important}.bootstrap-local .h-100{height:100% !important}.bootstrap-local .h-auto{height:auto !important}.bootstrap-local .mh-100{max-height:100% !important}.bootstrap-local .vh-100{height:100vh !important}.bootstrap-local .min-vh-100{min-height:100vh !important}.bootstrap-local .flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bootstrap-local .flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap-local .flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap-local .flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap-local .flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap-local .flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bootstrap-local .flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bootstrap-local .flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bootstrap-local .flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bootstrap-local .flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap-local .flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap-local .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap-local .gap-0{gap:0 !important}.bootstrap-local .gap-1{gap:.25rem !important}.bootstrap-local .gap-2{gap:.5rem !important}.bootstrap-local .gap-3{gap:1rem !important}.bootstrap-local .gap-4{gap:1.5rem !important}.bootstrap-local .gap-5{gap:3rem !important}.bootstrap-local .justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap-local .justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap-local .justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap-local .justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap-local .justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap-local .justify-content-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.bootstrap-local .align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap-local .align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap-local .align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap-local .align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap-local .align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap-local .align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap-local .align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap-local .align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap-local .align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap-local .align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap-local .align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap-local .align-self-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap-local .align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap-local .align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap-local .align-self-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap-local .align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap-local .align-self-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.bootstrap-local .order-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.bootstrap-local .order-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.bootstrap-local .order-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.bootstrap-local .order-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.bootstrap-local .order-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.bootstrap-local .order-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.bootstrap-local .order-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.bootstrap-local .order-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.bootstrap-local .m-0{margin:0 !important}.bootstrap-local .m-1{margin:.25rem !important}.bootstrap-local .m-2{margin:.5rem !important}.bootstrap-local .m-3{margin:1rem !important}.bootstrap-local .m-4{margin:1.5rem !important}.bootstrap-local .m-5{margin:3rem !important}.bootstrap-local .m-auto{margin:auto !important}.bootstrap-local .mx-0{margin-right:0 !important;margin-left:0 !important}.bootstrap-local .mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.bootstrap-local .mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.bootstrap-local .mx-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap-local .mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap-local .mx-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap-local .mx-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap-local .my-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap-local .my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.bootstrap-local .my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.bootstrap-local .my-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap-local .my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap-local .my-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap-local .my-auto{margin-top:auto !important;margin-bottom:auto !important}.bootstrap-local .mt-0{margin-top:0 !important}.bootstrap-local .mt-1{margin-top:.25rem !important}.bootstrap-local .mt-2{margin-top:.5rem !important}.bootstrap-local .mt-3{margin-top:1rem !important}.bootstrap-local .mt-4{margin-top:1.5rem !important}.bootstrap-local .mt-5{margin-top:3rem !important}.bootstrap-local .mt-auto{margin-top:auto !important}.bootstrap-local .me-0{margin-right:0 !important}.bootstrap-local .me-1{margin-right:.25rem !important}.bootstrap-local .me-2{margin-right:.5rem !important}.bootstrap-local .me-3{margin-right:1rem !important}.bootstrap-local .me-4{margin-right:1.5rem !important}.bootstrap-local .me-5{margin-right:3rem !important}.bootstrap-local .me-auto{margin-right:auto !important}.bootstrap-local .mb-0{margin-bottom:0 !important}.bootstrap-local .mb-1{margin-bottom:.25rem !important}.bootstrap-local .mb-2{margin-bottom:.5rem !important}.bootstrap-local .mb-3{margin-bottom:1rem !important}.bootstrap-local .mb-4{margin-bottom:1.5rem !important}.bootstrap-local .mb-5{margin-bottom:3rem !important}.bootstrap-local .mb-auto{margin-bottom:auto !important}.bootstrap-local .ms-0{margin-left:0 !important}.bootstrap-local .ms-1{margin-left:.25rem !important}.bootstrap-local .ms-2{margin-left:.5rem !important}.bootstrap-local .ms-3{margin-left:1rem !important}.bootstrap-local .ms-4{margin-left:1.5rem !important}.bootstrap-local .ms-5{margin-left:3rem !important}.bootstrap-local .ms-auto{margin-left:auto !important}.bootstrap-local .p-0{padding:0 !important}.bootstrap-local .p-1{padding:.25rem !important}.bootstrap-local .p-2{padding:.5rem !important}.bootstrap-local .p-3{padding:1rem !important}.bootstrap-local .p-4{padding:1.5rem !important}.bootstrap-local .p-5{padding:3rem !important}.bootstrap-local .px-0{padding-right:0 !important;padding-left:0 !important}.bootstrap-local .px-1{padding-right:.25rem !important;padding-left:.25rem !important}.bootstrap-local .px-2{padding-right:.5rem !important;padding-left:.5rem !important}.bootstrap-local .px-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap-local .px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap-local .px-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap-local .py-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap-local .py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.bootstrap-local .py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.bootstrap-local .py-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap-local .py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap-local .py-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap-local .pt-0{padding-top:0 !important}.bootstrap-local .pt-1{padding-top:.25rem !important}.bootstrap-local .pt-2{padding-top:.5rem !important}.bootstrap-local .pt-3{padding-top:1rem !important}.bootstrap-local .pt-4{padding-top:1.5rem !important}.bootstrap-local .pt-5{padding-top:3rem !important}.bootstrap-local .pe-0{padding-right:0 !important}.bootstrap-local .pe-1{padding-right:.25rem !important}.bootstrap-local .pe-2{padding-right:.5rem !important}.bootstrap-local .pe-3{padding-right:1rem !important}.bootstrap-local .pe-4{padding-right:1.5rem !important}.bootstrap-local .pe-5{padding-right:3rem !important}.bootstrap-local .pb-0{padding-bottom:0 !important}.bootstrap-local .pb-1{padding-bottom:.25rem !important}.bootstrap-local .pb-2{padding-bottom:.5rem !important}.bootstrap-local .pb-3{padding-bottom:1rem !important}.bootstrap-local .pb-4{padding-bottom:1.5rem !important}.bootstrap-local .pb-5{padding-bottom:3rem !important}.bootstrap-local .ps-0{padding-left:0 !important}.bootstrap-local .ps-1{padding-left:.25rem !important}.bootstrap-local .ps-2{padding-left:.5rem !important}.bootstrap-local .ps-3{padding-left:1rem !important}.bootstrap-local .ps-4{padding-left:1.5rem !important}.bootstrap-local .ps-5{padding-left:3rem !important}.bootstrap-local .font-monospace{font-family:var(--bs-font-monospace) !important}.bootstrap-local .fs-1{font-size:calc(1.375rem + 1.5vw) !important}.bootstrap-local .fs-2{font-size:calc(1.325rem + .9vw) !important}.bootstrap-local .fs-3{font-size:calc(1.3rem + .6vw) !important}.bootstrap-local .fs-4{font-size:calc(1.275rem + .3vw) !important}.bootstrap-local .fs-5{font-size:1.25rem !important}.bootstrap-local .fs-6{font-size:1rem !important}.bootstrap-local .fst-italic{font-style:italic !important}.bootstrap-local .fst-normal{font-style:normal !important}.bootstrap-local .fw-light{font-weight:300 !important}.bootstrap-local .fw-lighter{font-weight:lighter !important}.bootstrap-local .fw-normal{font-weight:400 !important}.bootstrap-local .fw-bold{font-weight:700 !important}.bootstrap-local .fw-bolder{font-weight:bolder !important}.bootstrap-local .lh-1{line-height:1 !important}.bootstrap-local .lh-sm{line-height:1.25 !important}.bootstrap-local .lh-base{line-height:1.5 !important}.bootstrap-local .lh-lg{line-height:2 !important}.bootstrap-local .text-start{text-align:left !important}.bootstrap-local .text-end{text-align:right !important}.bootstrap-local .text-center{text-align:center !important}.bootstrap-local .text-decoration-none{text-decoration:none !important}.bootstrap-local .text-decoration-underline{text-decoration:underline !important}.bootstrap-local .text-decoration-line-through{text-decoration:line-through !important}.bootstrap-local .text-lowercase{text-transform:lowercase !important}.bootstrap-local .text-uppercase{text-transform:uppercase !important}.bootstrap-local .text-capitalize{text-transform:capitalize !important}.bootstrap-local .text-wrap{white-space:normal !important}.bootstrap-local .text-nowrap{white-space:nowrap !important}.bootstrap-local .text-break{word-wrap:break-word !important;word-break:break-word !important}.bootstrap-local .text-primary{color:#0d6efd !important}.bootstrap-local .text-secondary{color:#6c757d !important}.bootstrap-local .text-success{color:#198754 !important}.bootstrap-local .text-info{color:#0dcaf0 !important}.bootstrap-local .text-warning{color:#ffc107 !important}.bootstrap-local .text-danger{color:red !important}.bootstrap-local .text-light{color:#f8f9fa !important}.bootstrap-local .text-dark{color:#212529 !important}.bootstrap-local .text-white{color:#fff !important}.bootstrap-local .text-body{color:#212529 !important}.bootstrap-local .text-muted{color:#6c757d !important}.bootstrap-local .text-black-50{color:rgba(0,0,0,.5) !important}.bootstrap-local .text-white-50{color:rgba(255,255,255,.5) !important}.bootstrap-local .text-reset{color:inherit !important}.bootstrap-local .bg-primary{background-color:#0d6efd !important}.bootstrap-local .bg-secondary{background-color:#6c757d !important}.bootstrap-local .bg-success{background-color:#198754 !important}.bootstrap-local .bg-info{background-color:#0dcaf0 !important}.bootstrap-local .bg-warning{background-color:#ffc107 !important}.bootstrap-local .bg-danger{background-color:#dc3545 !important}.bootstrap-local .bg-light{background-color:#f8f9fa !important}.bootstrap-local .bg-dark{background-color:#212529 !important}.bootstrap-local .bg-body{background-color:#fff !important}.bootstrap-local .bg-white{background-color:#fff !important}.bootstrap-local .bg-transparent{background-color:transparent !important}.bootstrap-local .bg-gradient{background-image:var(--bs-gradient) !important}.bootstrap-local .user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.bootstrap-local .user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.bootstrap-local .user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.bootstrap-local .pe-none{pointer-events:none !important}.bootstrap-local .pe-auto{pointer-events:auto !important}.bootstrap-local .rounded{border-radius:.25rem !important}.bootstrap-local .rounded-0{border-radius:0 !important}.bootstrap-local .rounded-1{border-radius:.2rem !important}.bootstrap-local .rounded-2{border-radius:.25rem !important}.bootstrap-local .rounded-3{border-radius:.3rem !important}.bootstrap-local .rounded-circle{border-radius:50% !important}.bootstrap-local .rounded-pill{border-radius:50rem !important}.bootstrap-local .rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.bootstrap-local .rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.bootstrap-local .rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.bootstrap-local .rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.bootstrap-local .visible{visibility:visible !important}.bootstrap-local .invisible{visibility:hidden !important}@media (min-width:576px){.bootstrap-local .float-sm-start{float:left !important}.bootstrap-local .float-sm-end{float:right !important}.bootstrap-local .float-sm-none{float:none !important}.bootstrap-local .d-sm-inline{display:inline !important}.bootstrap-local .d-sm-inline-block{display:inline-block !important}.bootstrap-local .d-sm-block{display:block !important}.bootstrap-local .d-sm-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-sm-table{display:table !important}.bootstrap-local .d-sm-table-row{display:table-row !important}.bootstrap-local .d-sm-table-cell{display:table-cell !important}.bootstrap-local .d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-sm-none{display:none !important}.bootstrap-local .flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bootstrap-local .flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap-local .flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap-local .flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap-local .flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap-local .flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bootstrap-local .flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bootstrap-local .flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bootstrap-local .flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bootstrap-local .flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap-local .flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap-local .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap-local .gap-sm-0{gap:0 !important}.bootstrap-local .gap-sm-1{gap:.25rem !important}.bootstrap-local .gap-sm-2{gap:.5rem !important}.bootstrap-local .gap-sm-3{gap:1rem !important}.bootstrap-local .gap-sm-4{gap:1.5rem !important}.bootstrap-local .gap-sm-5{gap:3rem !important}.bootstrap-local .justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap-local .justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap-local .justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap-local .justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap-local .justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap-local .justify-content-sm-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.bootstrap-local .align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap-local .align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap-local .align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap-local .align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap-local .align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap-local .align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap-local .align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap-local .align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap-local .align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap-local .align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap-local .align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap-local .align-self-sm-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap-local .align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap-local .align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap-local .align-self-sm-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap-local .align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap-local .align-self-sm-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.bootstrap-local .order-sm-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.bootstrap-local .order-sm-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.bootstrap-local .order-sm-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.bootstrap-local .order-sm-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.bootstrap-local .order-sm-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.bootstrap-local .order-sm-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.bootstrap-local .order-sm-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.bootstrap-local .order-sm-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.bootstrap-local .m-sm-0{margin:0 !important}.bootstrap-local .m-sm-1{margin:.25rem !important}.bootstrap-local .m-sm-2{margin:.5rem !important}.bootstrap-local .m-sm-3{margin:1rem !important}.bootstrap-local .m-sm-4{margin:1.5rem !important}.bootstrap-local .m-sm-5{margin:3rem !important}.bootstrap-local .m-sm-auto{margin:auto !important}.bootstrap-local .mx-sm-0{margin-right:0 !important;margin-left:0 !important}.bootstrap-local .mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.bootstrap-local .mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.bootstrap-local .mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap-local .mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap-local .mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap-local .mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap-local .my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap-local .my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.bootstrap-local .my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.bootstrap-local .my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap-local .my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap-local .my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap-local .my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.bootstrap-local .mt-sm-0{margin-top:0 !important}.bootstrap-local .mt-sm-1{margin-top:.25rem !important}.bootstrap-local .mt-sm-2{margin-top:.5rem !important}.bootstrap-local .mt-sm-3{margin-top:1rem !important}.bootstrap-local .mt-sm-4{margin-top:1.5rem !important}.bootstrap-local .mt-sm-5{margin-top:3rem !important}.bootstrap-local .mt-sm-auto{margin-top:auto !important}.bootstrap-local .me-sm-0{margin-right:0 !important}.bootstrap-local .me-sm-1{margin-right:.25rem !important}.bootstrap-local .me-sm-2{margin-right:.5rem !important}.bootstrap-local .me-sm-3{margin-right:1rem !important}.bootstrap-local .me-sm-4{margin-right:1.5rem !important}.bootstrap-local .me-sm-5{margin-right:3rem !important}.bootstrap-local .me-sm-auto{margin-right:auto !important}.bootstrap-local .mb-sm-0{margin-bottom:0 !important}.bootstrap-local .mb-sm-1{margin-bottom:.25rem !important}.bootstrap-local .mb-sm-2{margin-bottom:.5rem !important}.bootstrap-local .mb-sm-3{margin-bottom:1rem !important}.bootstrap-local .mb-sm-4{margin-bottom:1.5rem !important}.bootstrap-local .mb-sm-5{margin-bottom:3rem !important}.bootstrap-local .mb-sm-auto{margin-bottom:auto !important}.bootstrap-local .ms-sm-0{margin-left:0 !important}.bootstrap-local .ms-sm-1{margin-left:.25rem !important}.bootstrap-local .ms-sm-2{margin-left:.5rem !important}.bootstrap-local .ms-sm-3{margin-left:1rem !important}.bootstrap-local .ms-sm-4{margin-left:1.5rem !important}.bootstrap-local .ms-sm-5{margin-left:3rem !important}.bootstrap-local .ms-sm-auto{margin-left:auto !important}.bootstrap-local .p-sm-0{padding:0 !important}.bootstrap-local .p-sm-1{padding:.25rem !important}.bootstrap-local .p-sm-2{padding:.5rem !important}.bootstrap-local .p-sm-3{padding:1rem !important}.bootstrap-local .p-sm-4{padding:1.5rem !important}.bootstrap-local .p-sm-5{padding:3rem !important}.bootstrap-local .px-sm-0{padding-right:0 !important;padding-left:0 !important}.bootstrap-local .px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.bootstrap-local .px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.bootstrap-local .px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap-local .px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap-local .px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap-local .py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap-local .py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.bootstrap-local .py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.bootstrap-local .py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap-local .py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap-local .py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap-local .pt-sm-0{padding-top:0 !important}.bootstrap-local .pt-sm-1{padding-top:.25rem !important}.bootstrap-local .pt-sm-2{padding-top:.5rem !important}.bootstrap-local .pt-sm-3{padding-top:1rem !important}.bootstrap-local .pt-sm-4{padding-top:1.5rem !important}.bootstrap-local .pt-sm-5{padding-top:3rem !important}.bootstrap-local .pe-sm-0{padding-right:0 !important}.bootstrap-local .pe-sm-1{padding-right:.25rem !important}.bootstrap-local .pe-sm-2{padding-right:.5rem !important}.bootstrap-local .pe-sm-3{padding-right:1rem !important}.bootstrap-local .pe-sm-4{padding-right:1.5rem !important}.bootstrap-local .pe-sm-5{padding-right:3rem !important}.bootstrap-local .pb-sm-0{padding-bottom:0 !important}.bootstrap-local .pb-sm-1{padding-bottom:.25rem !important}.bootstrap-local .pb-sm-2{padding-bottom:.5rem !important}.bootstrap-local .pb-sm-3{padding-bottom:1rem !important}.bootstrap-local .pb-sm-4{padding-bottom:1.5rem !important}.bootstrap-local .pb-sm-5{padding-bottom:3rem !important}.bootstrap-local .ps-sm-0{padding-left:0 !important}.bootstrap-local .ps-sm-1{padding-left:.25rem !important}.bootstrap-local .ps-sm-2{padding-left:.5rem !important}.bootstrap-local .ps-sm-3{padding-left:1rem !important}.bootstrap-local .ps-sm-4{padding-left:1.5rem !important}.bootstrap-local .ps-sm-5{padding-left:3rem !important}.bootstrap-local .text-sm-start{text-align:left !important}.bootstrap-local .text-sm-end{text-align:right !important}.bootstrap-local .text-sm-center{text-align:center !important}}@media (min-width:768px){.bootstrap-local .float-md-start{float:left !important}.bootstrap-local .float-md-end{float:right !important}.bootstrap-local .float-md-none{float:none !important}.bootstrap-local .d-md-inline{display:inline !important}.bootstrap-local .d-md-inline-block{display:inline-block !important}.bootstrap-local .d-md-block{display:block !important}.bootstrap-local .d-md-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-md-table{display:table !important}.bootstrap-local .d-md-table-row{display:table-row !important}.bootstrap-local .d-md-table-cell{display:table-cell !important}.bootstrap-local .d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-md-none{display:none !important}.bootstrap-local .flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bootstrap-local .flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap-local .flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap-local .flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap-local .flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap-local .flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bootstrap-local .flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bootstrap-local .flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bootstrap-local .flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bootstrap-local .flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap-local .flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap-local .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap-local .gap-md-0{gap:0 !important}.bootstrap-local .gap-md-1{gap:.25rem !important}.bootstrap-local .gap-md-2{gap:.5rem !important}.bootstrap-local .gap-md-3{gap:1rem !important}.bootstrap-local .gap-md-4{gap:1.5rem !important}.bootstrap-local .gap-md-5{gap:3rem !important}.bootstrap-local .justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap-local .justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap-local .justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap-local .justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap-local .justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap-local .justify-content-md-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.bootstrap-local .align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap-local .align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap-local .align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap-local .align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap-local .align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap-local .align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap-local .align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap-local .align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap-local .align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap-local .align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap-local .align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap-local .align-self-md-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap-local .align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap-local .align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap-local .align-self-md-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap-local .align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap-local .align-self-md-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.bootstrap-local .order-md-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.bootstrap-local .order-md-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.bootstrap-local .order-md-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.bootstrap-local .order-md-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.bootstrap-local .order-md-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.bootstrap-local .order-md-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.bootstrap-local .order-md-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.bootstrap-local .order-md-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.bootstrap-local .m-md-0{margin:0 !important}.bootstrap-local .m-md-1{margin:.25rem !important}.bootstrap-local .m-md-2{margin:.5rem !important}.bootstrap-local .m-md-3{margin:1rem !important}.bootstrap-local .m-md-4{margin:1.5rem !important}.bootstrap-local .m-md-5{margin:3rem !important}.bootstrap-local .m-md-auto{margin:auto !important}.bootstrap-local .mx-md-0{margin-right:0 !important;margin-left:0 !important}.bootstrap-local .mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.bootstrap-local .mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.bootstrap-local .mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap-local .mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap-local .mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap-local .mx-md-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap-local .my-md-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap-local .my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.bootstrap-local .my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.bootstrap-local .my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap-local .my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap-local .my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap-local .my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.bootstrap-local .mt-md-0{margin-top:0 !important}.bootstrap-local .mt-md-1{margin-top:.25rem !important}.bootstrap-local .mt-md-2{margin-top:.5rem !important}.bootstrap-local .mt-md-3{margin-top:1rem !important}.bootstrap-local .mt-md-4{margin-top:1.5rem !important}.bootstrap-local .mt-md-5{margin-top:3rem !important}.bootstrap-local .mt-md-auto{margin-top:auto !important}.bootstrap-local .me-md-0{margin-right:0 !important}.bootstrap-local .me-md-1{margin-right:.25rem !important}.bootstrap-local .me-md-2{margin-right:.5rem !important}.bootstrap-local .me-md-3{margin-right:1rem !important}.bootstrap-local .me-md-4{margin-right:1.5rem !important}.bootstrap-local .me-md-5{margin-right:3rem !important}.bootstrap-local .me-md-auto{margin-right:auto !important}.bootstrap-local .mb-md-0{margin-bottom:0 !important}.bootstrap-local .mb-md-1{margin-bottom:.25rem !important}.bootstrap-local .mb-md-2{margin-bottom:.5rem !important}.bootstrap-local .mb-md-3{margin-bottom:1rem !important}.bootstrap-local .mb-md-4{margin-bottom:1.5rem !important}.bootstrap-local .mb-md-5{margin-bottom:3rem !important}.bootstrap-local .mb-md-auto{margin-bottom:auto !important}.bootstrap-local .ms-md-0{margin-left:0 !important}.bootstrap-local .ms-md-1{margin-left:.25rem !important}.bootstrap-local .ms-md-2{margin-left:.5rem !important}.bootstrap-local .ms-md-3{margin-left:1rem !important}.bootstrap-local .ms-md-4{margin-left:1.5rem !important}.bootstrap-local .ms-md-5{margin-left:3rem !important}.bootstrap-local .ms-md-auto{margin-left:auto !important}.bootstrap-local .p-md-0{padding:0 !important}.bootstrap-local .p-md-1{padding:.25rem !important}.bootstrap-local .p-md-2{padding:.5rem !important}.bootstrap-local .p-md-3{padding:1rem !important}.bootstrap-local .p-md-4{padding:1.5rem !important}.bootstrap-local .p-md-5{padding:3rem !important}.bootstrap-local .px-md-0{padding-right:0 !important;padding-left:0 !important}.bootstrap-local .px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.bootstrap-local .px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.bootstrap-local .px-md-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap-local .px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap-local .px-md-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap-local .py-md-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap-local .py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.bootstrap-local .py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.bootstrap-local .py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap-local .py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap-local .py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap-local .pt-md-0{padding-top:0 !important}.bootstrap-local .pt-md-1{padding-top:.25rem !important}.bootstrap-local .pt-md-2{padding-top:.5rem !important}.bootstrap-local .pt-md-3{padding-top:1rem !important}.bootstrap-local .pt-md-4{padding-top:1.5rem !important}.bootstrap-local .pt-md-5{padding-top:3rem !important}.bootstrap-local .pe-md-0{padding-right:0 !important}.bootstrap-local .pe-md-1{padding-right:.25rem !important}.bootstrap-local .pe-md-2{padding-right:.5rem !important}.bootstrap-local .pe-md-3{padding-right:1rem !important}.bootstrap-local .pe-md-4{padding-right:1.5rem !important}.bootstrap-local .pe-md-5{padding-right:3rem !important}.bootstrap-local .pb-md-0{padding-bottom:0 !important}.bootstrap-local .pb-md-1{padding-bottom:.25rem !important}.bootstrap-local .pb-md-2{padding-bottom:.5rem !important}.bootstrap-local .pb-md-3{padding-bottom:1rem !important}.bootstrap-local .pb-md-4{padding-bottom:1.5rem !important}.bootstrap-local .pb-md-5{padding-bottom:3rem !important}.bootstrap-local .ps-md-0{padding-left:0 !important}.bootstrap-local .ps-md-1{padding-left:.25rem !important}.bootstrap-local .ps-md-2{padding-left:.5rem !important}.bootstrap-local .ps-md-3{padding-left:1rem !important}.bootstrap-local .ps-md-4{padding-left:1.5rem !important}.bootstrap-local .ps-md-5{padding-left:3rem !important}.bootstrap-local .text-md-start{text-align:left !important}.bootstrap-local .text-md-end{text-align:right !important}.bootstrap-local .text-md-center{text-align:center !important}}@media (min-width:992px){.bootstrap-local .float-lg-start{float:left !important}.bootstrap-local .float-lg-end{float:right !important}.bootstrap-local .float-lg-none{float:none !important}.bootstrap-local .d-lg-inline{display:inline !important}.bootstrap-local .d-lg-inline-block{display:inline-block !important}.bootstrap-local .d-lg-block{display:block !important}.bootstrap-local .d-lg-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-lg-table{display:table !important}.bootstrap-local .d-lg-table-row{display:table-row !important}.bootstrap-local .d-lg-table-cell{display:table-cell !important}.bootstrap-local .d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-lg-none{display:none !important}.bootstrap-local .flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bootstrap-local .flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap-local .flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap-local .flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap-local .flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap-local .flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bootstrap-local .flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bootstrap-local .flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bootstrap-local .flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bootstrap-local .flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap-local .flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap-local .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap-local .gap-lg-0{gap:0 !important}.bootstrap-local .gap-lg-1{gap:.25rem !important}.bootstrap-local .gap-lg-2{gap:.5rem !important}.bootstrap-local .gap-lg-3{gap:1rem !important}.bootstrap-local .gap-lg-4{gap:1.5rem !important}.bootstrap-local .gap-lg-5{gap:3rem !important}.bootstrap-local .justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap-local .justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap-local .justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap-local .justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap-local .justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap-local .justify-content-lg-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.bootstrap-local .align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap-local .align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap-local .align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap-local .align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap-local .align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap-local .align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap-local .align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap-local .align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap-local .align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap-local .align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap-local .align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap-local .align-self-lg-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap-local .align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap-local .align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap-local .align-self-lg-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap-local .align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap-local .align-self-lg-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.bootstrap-local .order-lg-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.bootstrap-local .order-lg-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.bootstrap-local .order-lg-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.bootstrap-local .order-lg-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.bootstrap-local .order-lg-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.bootstrap-local .order-lg-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.bootstrap-local .order-lg-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.bootstrap-local .order-lg-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.bootstrap-local .m-lg-0{margin:0 !important}.bootstrap-local .m-lg-1{margin:.25rem !important}.bootstrap-local .m-lg-2{margin:.5rem !important}.bootstrap-local .m-lg-3{margin:1rem !important}.bootstrap-local .m-lg-4{margin:1.5rem !important}.bootstrap-local .m-lg-5{margin:3rem !important}.bootstrap-local .m-lg-auto{margin:auto !important}.bootstrap-local .mx-lg-0{margin-right:0 !important;margin-left:0 !important}.bootstrap-local .mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.bootstrap-local .mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.bootstrap-local .mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap-local .mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap-local .mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap-local .mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap-local .my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap-local .my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.bootstrap-local .my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.bootstrap-local .my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap-local .my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap-local .my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap-local .my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.bootstrap-local .mt-lg-0{margin-top:0 !important}.bootstrap-local .mt-lg-1{margin-top:.25rem !important}.bootstrap-local .mt-lg-2{margin-top:.5rem !important}.bootstrap-local .mt-lg-3{margin-top:1rem !important}.bootstrap-local .mt-lg-4{margin-top:1.5rem !important}.bootstrap-local .mt-lg-5{margin-top:3rem !important}.bootstrap-local .mt-lg-auto{margin-top:auto !important}.bootstrap-local .me-lg-0{margin-right:0 !important}.bootstrap-local .me-lg-1{margin-right:.25rem !important}.bootstrap-local .me-lg-2{margin-right:.5rem !important}.bootstrap-local .me-lg-3{margin-right:1rem !important}.bootstrap-local .me-lg-4{margin-right:1.5rem !important}.bootstrap-local .me-lg-5{margin-right:3rem !important}.bootstrap-local .me-lg-auto{margin-right:auto !important}.bootstrap-local .mb-lg-0{margin-bottom:0 !important}.bootstrap-local .mb-lg-1{margin-bottom:.25rem !important}.bootstrap-local .mb-lg-2{margin-bottom:.5rem !important}.bootstrap-local .mb-lg-3{margin-bottom:1rem !important}.bootstrap-local .mb-lg-4{margin-bottom:1.5rem !important}.bootstrap-local .mb-lg-5{margin-bottom:3rem !important}.bootstrap-local .mb-lg-auto{margin-bottom:auto !important}.bootstrap-local .ms-lg-0{margin-left:0 !important}.bootstrap-local .ms-lg-1{margin-left:.25rem !important}.bootstrap-local .ms-lg-2{margin-left:.5rem !important}.bootstrap-local .ms-lg-3{margin-left:1rem !important}.bootstrap-local .ms-lg-4{margin-left:1.5rem !important}.bootstrap-local .ms-lg-5{margin-left:3rem !important}.bootstrap-local .ms-lg-auto{margin-left:auto !important}.bootstrap-local .p-lg-0{padding:0 !important}.bootstrap-local .p-lg-1{padding:.25rem !important}.bootstrap-local .p-lg-2{padding:.5rem !important}.bootstrap-local .p-lg-3{padding:1rem !important}.bootstrap-local .p-lg-4{padding:1.5rem !important}.bootstrap-local .p-lg-5{padding:3rem !important}.bootstrap-local .px-lg-0{padding-right:0 !important;padding-left:0 !important}.bootstrap-local .px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.bootstrap-local .px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.bootstrap-local .px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap-local .px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap-local .px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap-local .py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap-local .py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.bootstrap-local .py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.bootstrap-local .py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap-local .py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap-local .py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap-local .pt-lg-0{padding-top:0 !important}.bootstrap-local .pt-lg-1{padding-top:.25rem !important}.bootstrap-local .pt-lg-2{padding-top:.5rem !important}.bootstrap-local .pt-lg-3{padding-top:1rem !important}.bootstrap-local .pt-lg-4{padding-top:1.5rem !important}.bootstrap-local .pt-lg-5{padding-top:3rem !important}.bootstrap-local .pe-lg-0{padding-right:0 !important}.bootstrap-local .pe-lg-1{padding-right:.25rem !important}.bootstrap-local .pe-lg-2{padding-right:.5rem !important}.bootstrap-local .pe-lg-3{padding-right:1rem !important}.bootstrap-local .pe-lg-4{padding-right:1.5rem !important}.bootstrap-local .pe-lg-5{padding-right:3rem !important}.bootstrap-local .pb-lg-0{padding-bottom:0 !important}.bootstrap-local .pb-lg-1{padding-bottom:.25rem !important}.bootstrap-local .pb-lg-2{padding-bottom:.5rem !important}.bootstrap-local .pb-lg-3{padding-bottom:1rem !important}.bootstrap-local .pb-lg-4{padding-bottom:1.5rem !important}.bootstrap-local .pb-lg-5{padding-bottom:3rem !important}.bootstrap-local .ps-lg-0{padding-left:0 !important}.bootstrap-local .ps-lg-1{padding-left:.25rem !important}.bootstrap-local .ps-lg-2{padding-left:.5rem !important}.bootstrap-local .ps-lg-3{padding-left:1rem !important}.bootstrap-local .ps-lg-4{padding-left:1.5rem !important}.bootstrap-local .ps-lg-5{padding-left:3rem !important}.bootstrap-local .text-lg-start{text-align:left !important}.bootstrap-local .text-lg-end{text-align:right !important}.bootstrap-local .text-lg-center{text-align:center !important}}@media (min-width:1200px){.bootstrap-local .float-xl-start{float:left !important}.bootstrap-local .float-xl-end{float:right !important}.bootstrap-local .float-xl-none{float:none !important}.bootstrap-local .d-xl-inline{display:inline !important}.bootstrap-local .d-xl-inline-block{display:inline-block !important}.bootstrap-local .d-xl-block{display:block !important}.bootstrap-local .d-xl-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-xl-table{display:table !important}.bootstrap-local .d-xl-table-row{display:table-row !important}.bootstrap-local .d-xl-table-cell{display:table-cell !important}.bootstrap-local .d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-xl-none{display:none !important}.bootstrap-local .flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bootstrap-local .flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap-local .flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap-local .flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap-local .flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap-local .flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bootstrap-local .flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bootstrap-local .flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bootstrap-local .flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bootstrap-local .flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap-local .flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap-local .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap-local .gap-xl-0{gap:0 !important}.bootstrap-local .gap-xl-1{gap:.25rem !important}.bootstrap-local .gap-xl-2{gap:.5rem !important}.bootstrap-local .gap-xl-3{gap:1rem !important}.bootstrap-local .gap-xl-4{gap:1.5rem !important}.bootstrap-local .gap-xl-5{gap:3rem !important}.bootstrap-local .justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap-local .justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap-local .justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap-local .justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap-local .justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap-local .justify-content-xl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.bootstrap-local .align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap-local .align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap-local .align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap-local .align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap-local .align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap-local .align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap-local .align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap-local .align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap-local .align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap-local .align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap-local .align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap-local .align-self-xl-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap-local .align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap-local .align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap-local .align-self-xl-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap-local .align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap-local .align-self-xl-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.bootstrap-local .order-xl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.bootstrap-local .order-xl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.bootstrap-local .order-xl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.bootstrap-local .order-xl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.bootstrap-local .order-xl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.bootstrap-local .order-xl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.bootstrap-local .order-xl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.bootstrap-local .order-xl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.bootstrap-local .m-xl-0{margin:0 !important}.bootstrap-local .m-xl-1{margin:.25rem !important}.bootstrap-local .m-xl-2{margin:.5rem !important}.bootstrap-local .m-xl-3{margin:1rem !important}.bootstrap-local .m-xl-4{margin:1.5rem !important}.bootstrap-local .m-xl-5{margin:3rem !important}.bootstrap-local .m-xl-auto{margin:auto !important}.bootstrap-local .mx-xl-0{margin-right:0 !important;margin-left:0 !important}.bootstrap-local .mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.bootstrap-local .mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.bootstrap-local .mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap-local .mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap-local .mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap-local .mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap-local .my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap-local .my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.bootstrap-local .my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.bootstrap-local .my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap-local .my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap-local .my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap-local .my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.bootstrap-local .mt-xl-0{margin-top:0 !important}.bootstrap-local .mt-xl-1{margin-top:.25rem !important}.bootstrap-local .mt-xl-2{margin-top:.5rem !important}.bootstrap-local .mt-xl-3{margin-top:1rem !important}.bootstrap-local .mt-xl-4{margin-top:1.5rem !important}.bootstrap-local .mt-xl-5{margin-top:3rem !important}.bootstrap-local .mt-xl-auto{margin-top:auto !important}.bootstrap-local .me-xl-0{margin-right:0 !important}.bootstrap-local .me-xl-1{margin-right:.25rem !important}.bootstrap-local .me-xl-2{margin-right:.5rem !important}.bootstrap-local .me-xl-3{margin-right:1rem !important}.bootstrap-local .me-xl-4{margin-right:1.5rem !important}.bootstrap-local .me-xl-5{margin-right:3rem !important}.bootstrap-local .me-xl-auto{margin-right:auto !important}.bootstrap-local .mb-xl-0{margin-bottom:0 !important}.bootstrap-local .mb-xl-1{margin-bottom:.25rem !important}.bootstrap-local .mb-xl-2{margin-bottom:.5rem !important}.bootstrap-local .mb-xl-3{margin-bottom:1rem !important}.bootstrap-local .mb-xl-4{margin-bottom:1.5rem !important}.bootstrap-local .mb-xl-5{margin-bottom:3rem !important}.bootstrap-local .mb-xl-auto{margin-bottom:auto !important}.bootstrap-local .ms-xl-0{margin-left:0 !important}.bootstrap-local .ms-xl-1{margin-left:.25rem !important}.bootstrap-local .ms-xl-2{margin-left:.5rem !important}.bootstrap-local .ms-xl-3{margin-left:1rem !important}.bootstrap-local .ms-xl-4{margin-left:1.5rem !important}.bootstrap-local .ms-xl-5{margin-left:3rem !important}.bootstrap-local .ms-xl-auto{margin-left:auto !important}.bootstrap-local .p-xl-0{padding:0 !important}.bootstrap-local .p-xl-1{padding:.25rem !important}.bootstrap-local .p-xl-2{padding:.5rem !important}.bootstrap-local .p-xl-3{padding:1rem !important}.bootstrap-local .p-xl-4{padding:1.5rem !important}.bootstrap-local .p-xl-5{padding:3rem !important}.bootstrap-local .px-xl-0{padding-right:0 !important;padding-left:0 !important}.bootstrap-local .px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.bootstrap-local .px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.bootstrap-local .px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap-local .px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap-local .px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap-local .py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap-local .py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.bootstrap-local .py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.bootstrap-local .py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap-local .py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap-local .py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap-local .pt-xl-0{padding-top:0 !important}.bootstrap-local .pt-xl-1{padding-top:.25rem !important}.bootstrap-local .pt-xl-2{padding-top:.5rem !important}.bootstrap-local .pt-xl-3{padding-top:1rem !important}.bootstrap-local .pt-xl-4{padding-top:1.5rem !important}.bootstrap-local .pt-xl-5{padding-top:3rem !important}.bootstrap-local .pe-xl-0{padding-right:0 !important}.bootstrap-local .pe-xl-1{padding-right:.25rem !important}.bootstrap-local .pe-xl-2{padding-right:.5rem !important}.bootstrap-local .pe-xl-3{padding-right:1rem !important}.bootstrap-local .pe-xl-4{padding-right:1.5rem !important}.bootstrap-local .pe-xl-5{padding-right:3rem !important}.bootstrap-local .pb-xl-0{padding-bottom:0 !important}.bootstrap-local .pb-xl-1{padding-bottom:.25rem !important}.bootstrap-local .pb-xl-2{padding-bottom:.5rem !important}.bootstrap-local .pb-xl-3{padding-bottom:1rem !important}.bootstrap-local .pb-xl-4{padding-bottom:1.5rem !important}.bootstrap-local .pb-xl-5{padding-bottom:3rem !important}.bootstrap-local .ps-xl-0{padding-left:0 !important}.bootstrap-local .ps-xl-1{padding-left:.25rem !important}.bootstrap-local .ps-xl-2{padding-left:.5rem !important}.bootstrap-local .ps-xl-3{padding-left:1rem !important}.bootstrap-local .ps-xl-4{padding-left:1.5rem !important}.bootstrap-local .ps-xl-5{padding-left:3rem !important}.bootstrap-local .text-xl-start{text-align:left !important}.bootstrap-local .text-xl-end{text-align:right !important}.bootstrap-local .text-xl-center{text-align:center !important}}@media (min-width:1400px){.bootstrap-local .float-xxl-start{float:left !important}.bootstrap-local .float-xxl-end{float:right !important}.bootstrap-local .float-xxl-none{float:none !important}.bootstrap-local .d-xxl-inline{display:inline !important}.bootstrap-local .d-xxl-inline-block{display:inline-block !important}.bootstrap-local .d-xxl-block{display:block !important}.bootstrap-local .d-xxl-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-xxl-table{display:table !important}.bootstrap-local .d-xxl-table-row{display:table-row !important}.bootstrap-local .d-xxl-table-cell{display:table-cell !important}.bootstrap-local .d-xxl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-xxl-none{display:none !important}.bootstrap-local .flex-xxl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bootstrap-local .flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bootstrap-local .flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bootstrap-local .flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bootstrap-local .flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bootstrap-local .flex-xxl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bootstrap-local .flex-xxl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bootstrap-local .flex-xxl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bootstrap-local .flex-xxl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bootstrap-local .flex-xxl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bootstrap-local .flex-xxl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bootstrap-local .flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bootstrap-local .gap-xxl-0{gap:0 !important}.bootstrap-local .gap-xxl-1{gap:.25rem !important}.bootstrap-local .gap-xxl-2{gap:.5rem !important}.bootstrap-local .gap-xxl-3{gap:1rem !important}.bootstrap-local .gap-xxl-4{gap:1.5rem !important}.bootstrap-local .gap-xxl-5{gap:3rem !important}.bootstrap-local .justify-content-xxl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bootstrap-local .justify-content-xxl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bootstrap-local .justify-content-xxl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bootstrap-local .justify-content-xxl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bootstrap-local .justify-content-xxl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bootstrap-local .justify-content-xxl-evenly{-webkit-box-pack:space-evenly !important;-ms-flex-pack:space-evenly !important;justify-content:space-evenly !important}.bootstrap-local .align-items-xxl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bootstrap-local .align-items-xxl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bootstrap-local .align-items-xxl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bootstrap-local .align-items-xxl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bootstrap-local .align-items-xxl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bootstrap-local .align-content-xxl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bootstrap-local .align-content-xxl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bootstrap-local .align-content-xxl-center{-ms-flex-line-pack:center !important;align-content:center !important}.bootstrap-local .align-content-xxl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bootstrap-local .align-content-xxl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bootstrap-local .align-content-xxl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bootstrap-local .align-self-xxl-auto{-ms-flex-item-align:auto !important;-ms-grid-row-align:auto !important;align-self:auto !important}.bootstrap-local .align-self-xxl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bootstrap-local .align-self-xxl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bootstrap-local .align-self-xxl-center{-ms-flex-item-align:center !important;-ms-grid-row-align:center !important;align-self:center !important}.bootstrap-local .align-self-xxl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bootstrap-local .align-self-xxl-stretch{-ms-flex-item-align:stretch !important;-ms-grid-row-align:stretch !important;align-self:stretch !important}.bootstrap-local .order-xxl-first{-webkit-box-ordinal-group:0 !important;-ms-flex-order:-1 !important;order:-1 !important}.bootstrap-local .order-xxl-0{-webkit-box-ordinal-group:1 !important;-ms-flex-order:0 !important;order:0 !important}.bootstrap-local .order-xxl-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.bootstrap-local .order-xxl-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.bootstrap-local .order-xxl-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.bootstrap-local .order-xxl-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.bootstrap-local .order-xxl-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.bootstrap-local .order-xxl-last{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.bootstrap-local .m-xxl-0{margin:0 !important}.bootstrap-local .m-xxl-1{margin:.25rem !important}.bootstrap-local .m-xxl-2{margin:.5rem !important}.bootstrap-local .m-xxl-3{margin:1rem !important}.bootstrap-local .m-xxl-4{margin:1.5rem !important}.bootstrap-local .m-xxl-5{margin:3rem !important}.bootstrap-local .m-xxl-auto{margin:auto !important}.bootstrap-local .mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.bootstrap-local .mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.bootstrap-local .mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.bootstrap-local .mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.bootstrap-local .mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.bootstrap-local .mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.bootstrap-local .mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.bootstrap-local .my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.bootstrap-local .my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.bootstrap-local .my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.bootstrap-local .my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.bootstrap-local .my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.bootstrap-local .my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.bootstrap-local .my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.bootstrap-local .mt-xxl-0{margin-top:0 !important}.bootstrap-local .mt-xxl-1{margin-top:.25rem !important}.bootstrap-local .mt-xxl-2{margin-top:.5rem !important}.bootstrap-local .mt-xxl-3{margin-top:1rem !important}.bootstrap-local .mt-xxl-4{margin-top:1.5rem !important}.bootstrap-local .mt-xxl-5{margin-top:3rem !important}.bootstrap-local .mt-xxl-auto{margin-top:auto !important}.bootstrap-local .me-xxl-0{margin-right:0 !important}.bootstrap-local .me-xxl-1{margin-right:.25rem !important}.bootstrap-local .me-xxl-2{margin-right:.5rem !important}.bootstrap-local .me-xxl-3{margin-right:1rem !important}.bootstrap-local .me-xxl-4{margin-right:1.5rem !important}.bootstrap-local .me-xxl-5{margin-right:3rem !important}.bootstrap-local .me-xxl-auto{margin-right:auto !important}.bootstrap-local .mb-xxl-0{margin-bottom:0 !important}.bootstrap-local .mb-xxl-1{margin-bottom:.25rem !important}.bootstrap-local .mb-xxl-2{margin-bottom:.5rem !important}.bootstrap-local .mb-xxl-3{margin-bottom:1rem !important}.bootstrap-local .mb-xxl-4{margin-bottom:1.5rem !important}.bootstrap-local .mb-xxl-5{margin-bottom:3rem !important}.bootstrap-local .mb-xxl-auto{margin-bottom:auto !important}.bootstrap-local .ms-xxl-0{margin-left:0 !important}.bootstrap-local .ms-xxl-1{margin-left:.25rem !important}.bootstrap-local .ms-xxl-2{margin-left:.5rem !important}.bootstrap-local .ms-xxl-3{margin-left:1rem !important}.bootstrap-local .ms-xxl-4{margin-left:1.5rem !important}.bootstrap-local .ms-xxl-5{margin-left:3rem !important}.bootstrap-local .ms-xxl-auto{margin-left:auto !important}.bootstrap-local .p-xxl-0{padding:0 !important}.bootstrap-local .p-xxl-1{padding:.25rem !important}.bootstrap-local .p-xxl-2{padding:.5rem !important}.bootstrap-local .p-xxl-3{padding:1rem !important}.bootstrap-local .p-xxl-4{padding:1.5rem !important}.bootstrap-local .p-xxl-5{padding:3rem !important}.bootstrap-local .px-xxl-0{padding-right:0 !important;padding-left:0 !important}.bootstrap-local .px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.bootstrap-local .px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.bootstrap-local .px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.bootstrap-local .px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.bootstrap-local .px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.bootstrap-local .py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.bootstrap-local .py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.bootstrap-local .py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.bootstrap-local .py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.bootstrap-local .py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bootstrap-local .py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.bootstrap-local .pt-xxl-0{padding-top:0 !important}.bootstrap-local .pt-xxl-1{padding-top:.25rem !important}.bootstrap-local .pt-xxl-2{padding-top:.5rem !important}.bootstrap-local .pt-xxl-3{padding-top:1rem !important}.bootstrap-local .pt-xxl-4{padding-top:1.5rem !important}.bootstrap-local .pt-xxl-5{padding-top:3rem !important}.bootstrap-local .pe-xxl-0{padding-right:0 !important}.bootstrap-local .pe-xxl-1{padding-right:.25rem !important}.bootstrap-local .pe-xxl-2{padding-right:.5rem !important}.bootstrap-local .pe-xxl-3{padding-right:1rem !important}.bootstrap-local .pe-xxl-4{padding-right:1.5rem !important}.bootstrap-local .pe-xxl-5{padding-right:3rem !important}.bootstrap-local .pb-xxl-0{padding-bottom:0 !important}.bootstrap-local .pb-xxl-1{padding-bottom:.25rem !important}.bootstrap-local .pb-xxl-2{padding-bottom:.5rem !important}.bootstrap-local .pb-xxl-3{padding-bottom:1rem !important}.bootstrap-local .pb-xxl-4{padding-bottom:1.5rem !important}.bootstrap-local .pb-xxl-5{padding-bottom:3rem !important}.bootstrap-local .ps-xxl-0{padding-left:0 !important}.bootstrap-local .ps-xxl-1{padding-left:.25rem !important}.bootstrap-local .ps-xxl-2{padding-left:.5rem !important}.bootstrap-local .ps-xxl-3{padding-left:1rem !important}.bootstrap-local .ps-xxl-4{padding-left:1.5rem !important}.bootstrap-local .ps-xxl-5{padding-left:3rem !important}.bootstrap-local .text-xxl-start{text-align:left !important}.bootstrap-local .text-xxl-end{text-align:right !important}.bootstrap-local .text-xxl-center{text-align:center !important}}@media (min-width:1200px){.bootstrap-local .fs-1{font-size:2.5rem !important}.bootstrap-local .fs-2{font-size:2rem !important}.bootstrap-local .fs-3{font-size:1.75rem !important}.bootstrap-local .fs-4{font-size:1.5rem !important}}@media print{.bootstrap-local .d-print-inline{display:inline !important}.bootstrap-local .d-print-inline-block{display:inline-block !important}.bootstrap-local .d-print-block{display:block !important}.bootstrap-local .d-print-grid{display:-ms-grid !important;display:grid !important}.bootstrap-local .d-print-table{display:table !important}.bootstrap-local .d-print-table-row{display:table-row !important}.bootstrap-local .d-print-table-cell{display:table-cell !important}.bootstrap-local .d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bootstrap-local .d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}.bootstrap-local .d-print-none{display:none !important}}
.pdf_container a{text-decoration-line:none}.pdf_container button[type=submit]{background-color:#e2558f;border-color:#e2558f}.bootstrap-local .btn-primary:hover{background-color:#f779ad;border-color:#f779ad}.bootstrap-local .btn-primary{margin:10px 0 20px}.pdf_container .retirement_dh{display:inline-table}.pdf_container .retirement_calendar{position:relative}.pdf_container .retirement_calendar:after{pointer-events:none;content:"\f073";font-family:"Font Awesome 5 Free";position:absolute;right:1em;top:.5em}.pdf_container label:before{display:none}.pdf_container{font-feature-settings:initial;max-width:1000px;margin:0 auto 50px}.pdf_container .input-group-text{padding:.875rem .75rem}.pdf_container .form-text.retirement_help{color:#084298}.contact_container .form-text.retirement_help{color:red}@media screen and (max-width:991px){.pdf_container h1{font-weight:500;line-height:1.3;letter-spacing:.1em;margin:80px 0 30px}.pdf_container body,.pdf_container input,.pdf_container select,.pdf_container textarea,.pdf_container button,.pdf_container .input-group-text,.pdf_container .form-text{font-size:15px !important}.pdf_container input[type=radio],.pdf_container input[type=checkbox]{width:24px;height:24px;-moz-transform:scale(2);-webkit-transform:scale(2);transform:scale(2);margin-right:.5em}}@media (min-width:1200px){.bootstrap-local h1,.bootstrap-local .h1{font-size:36px;font-weight:500;line-height:1.2;letter-spacing:.1em;margin:30px 0}}.bootstrap-local p{font-size:16px;line-height:1.6;margin:0}.bootstrap-local .border-danger{font-size:17px;line-height:1.6;margin:0;padding:12px 20px !important}.bootstrap-local .d-block{font-size:13px;color:#000;margin-top:5px}.bootstrap-local .retirement_form{margin:30px 0}.bootstrap-local .mb-5{margin-bottom:1rem !important}.bootstrap-local .form-control{padding:.6rem .7rem;font-size:16px !important}.bootstrap-local .form-select{padding:.6rem .7rem}input[type=text],input[type=tel],input[type=email]{letter-spacing:.02em}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
body{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size);margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size)}body .is-layout-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}body .is-layout-grid{display:grid}body .is-layout-grid>*{margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}.wp-block-navigation a:where(:not(.wp-element-button)){color:inherit}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}.wp-block-pullquote{font-size:1.5em;line-height:1.6}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.popup-template .modal {
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.popup-template .modal.is-open {
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff;background-image:url(//daikou.to-next.jp/w/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);background-repeat:no-repeat;background-position:50% 50%}figure.wp-block-image img.lazy-hidden{min-width:150px}picture source[type="image/webp"]{display:block}
.broken_link,a.broken_link{text-decoration:line-through}