/*!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(0) rotate(0deg);transform:translateX(0) 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(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) 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}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}body,button,input,select,optgroup,textarea{color:var(--color-text-body);font-family:var(--font-main)}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings,var(--font-main));color:var(--color-text-headings,var(--color-text-body));font-weight:700}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);gap:var(--bs-gap,1.5rem)}.grid .g-col-1{grid-column:auto/span 1}.grid .g-col-2{grid-column:auto/span 2}.grid .g-col-3{grid-column:auto/span 3}.grid .g-col-4{grid-column:auto/span 4}.grid .g-col-5{grid-column:auto/span 5}.grid .g-col-6{grid-column:auto/span 6}.grid .g-col-7{grid-column:auto/span 7}.grid .g-col-8{grid-column:auto/span 8}.grid .g-col-9{grid-column:auto/span 9}.grid .g-col-10{grid-column:auto/span 10}.grid .g-col-11{grid-column:auto/span 11}.grid .g-col-12{grid-column:auto/span 12}.grid .g-start-1{grid-column-start:1}.grid .g-start-2{grid-column-start:2}.grid .g-start-3{grid-column-start:3}.grid .g-start-4{grid-column-start:4}.grid .g-start-5{grid-column-start:5}.grid .g-start-6{grid-column-start:6}.grid .g-start-7{grid-column-start:7}.grid .g-start-8{grid-column-start:8}.grid .g-start-9{grid-column-start:9}.grid .g-start-10{grid-column-start:10}.grid .g-start-11{grid-column-start:11}@media (min-width:576px){.grid .g-col-sm-1{grid-column:auto/span 1}.grid .g-col-sm-2{grid-column:auto/span 2}.grid .g-col-sm-3{grid-column:auto/span 3}.grid .g-col-sm-4{grid-column:auto/span 4}.grid .g-col-sm-5{grid-column:auto/span 5}.grid .g-col-sm-6{grid-column:auto/span 6}.grid .g-col-sm-7{grid-column:auto/span 7}.grid .g-col-sm-8{grid-column:auto/span 8}.grid .g-col-sm-9{grid-column:auto/span 9}.grid .g-col-sm-10{grid-column:auto/span 10}.grid .g-col-sm-11{grid-column:auto/span 11}.grid .g-col-sm-12{grid-column:auto/span 12}.grid .g-start-sm-1{grid-column-start:1}.grid .g-start-sm-2{grid-column-start:2}.grid .g-start-sm-3{grid-column-start:3}.grid .g-start-sm-4{grid-column-start:4}.grid .g-start-sm-5{grid-column-start:5}.grid .g-start-sm-6{grid-column-start:6}.grid .g-start-sm-7{grid-column-start:7}.grid .g-start-sm-8{grid-column-start:8}.grid .g-start-sm-9{grid-column-start:9}.grid .g-start-sm-10{grid-column-start:10}.grid .g-start-sm-11{grid-column-start:11}}@media (min-width:768px){.grid .g-col-md-1{grid-column:auto/span 1}.grid .g-col-md-2{grid-column:auto/span 2}.grid .g-col-md-3{grid-column:auto/span 3}.grid .g-col-md-4{grid-column:auto/span 4}.grid .g-col-md-5{grid-column:auto/span 5}.grid .g-col-md-6{grid-column:auto/span 6}.grid .g-col-md-7{grid-column:auto/span 7}.grid .g-col-md-8{grid-column:auto/span 8}.grid .g-col-md-9{grid-column:auto/span 9}.grid .g-col-md-10{grid-column:auto/span 10}.grid .g-col-md-11{grid-column:auto/span 11}.grid .g-col-md-12{grid-column:auto/span 12}.grid .g-start-md-1{grid-column-start:1}.grid .g-start-md-2{grid-column-start:2}.grid .g-start-md-3{grid-column-start:3}.grid .g-start-md-4{grid-column-start:4}.grid .g-start-md-5{grid-column-start:5}.grid .g-start-md-6{grid-column-start:6}.grid .g-start-md-7{grid-column-start:7}.grid .g-start-md-8{grid-column-start:8}.grid .g-start-md-9{grid-column-start:9}.grid .g-start-md-10{grid-column-start:10}.grid .g-start-md-11{grid-column-start:11}}@media (min-width:992px){.grid .g-col-lg-1{grid-column:auto/span 1}.grid .g-col-lg-2{grid-column:auto/span 2}.grid .g-col-lg-3{grid-column:auto/span 3}.grid .g-col-lg-4{grid-column:auto/span 4}.grid .g-col-lg-5{grid-column:auto/span 5}.grid .g-col-lg-6{grid-column:auto/span 6}.grid .g-col-lg-7{grid-column:auto/span 7}.grid .g-col-lg-8{grid-column:auto/span 8}.grid .g-col-lg-9{grid-column:auto/span 9}.grid .g-col-lg-10{grid-column:auto/span 10}.grid .g-col-lg-11{grid-column:auto/span 11}.grid .g-col-lg-12{grid-column:auto/span 12}.grid .g-start-lg-1{grid-column-start:1}.grid .g-start-lg-2{grid-column-start:2}.grid .g-start-lg-3{grid-column-start:3}.grid .g-start-lg-4{grid-column-start:4}.grid .g-start-lg-5{grid-column-start:5}.grid .g-start-lg-6{grid-column-start:6}.grid .g-start-lg-7{grid-column-start:7}.grid .g-start-lg-8{grid-column-start:8}.grid .g-start-lg-9{grid-column-start:9}.grid .g-start-lg-10{grid-column-start:10}.grid .g-start-lg-11{grid-column-start:11}}@media (min-width:1200px){.grid .g-col-xl-1{grid-column:auto/span 1}.grid .g-col-xl-2{grid-column:auto/span 2}.grid .g-col-xl-3{grid-column:auto/span 3}.grid .g-col-xl-4{grid-column:auto/span 4}.grid .g-col-xl-5{grid-column:auto/span 5}.grid .g-col-xl-6{grid-column:auto/span 6}.grid .g-col-xl-7{grid-column:auto/span 7}.grid .g-col-xl-8{grid-column:auto/span 8}.grid .g-col-xl-9{grid-column:auto/span 9}.grid .g-col-xl-10{grid-column:auto/span 10}.grid .g-col-xl-11{grid-column:auto/span 11}.grid .g-col-xl-12{grid-column:auto/span 12}.grid .g-start-xl-1{grid-column-start:1}.grid .g-start-xl-2{grid-column-start:2}.grid .g-start-xl-3{grid-column-start:3}.grid .g-start-xl-4{grid-column-start:4}.grid .g-start-xl-5{grid-column-start:5}.grid .g-start-xl-6{grid-column-start:6}.grid .g-start-xl-7{grid-column-start:7}.grid .g-start-xl-8{grid-column-start:8}.grid .g-start-xl-9{grid-column-start:9}.grid .g-start-xl-10{grid-column-start:10}.grid .g-start-xl-11{grid-column-start:11}}@media (min-width:1400px){.grid .g-col-xxl-1{grid-column:auto/span 1}.grid .g-col-xxl-2{grid-column:auto/span 2}.grid .g-col-xxl-3{grid-column:auto/span 3}.grid .g-col-xxl-4{grid-column:auto/span 4}.grid .g-col-xxl-5{grid-column:auto/span 5}.grid .g-col-xxl-6{grid-column:auto/span 6}.grid .g-col-xxl-7{grid-column:auto/span 7}.grid .g-col-xxl-8{grid-column:auto/span 8}.grid .g-col-xxl-9{grid-column:auto/span 9}.grid .g-col-xxl-10{grid-column:auto/span 10}.grid .g-col-xxl-11{grid-column:auto/span 11}.grid .g-col-xxl-12{grid-column:auto/span 12}.grid .g-start-xxl-1{grid-column-start:1}.grid .g-start-xxl-2{grid-column-start:2}.grid .g-start-xxl-3{grid-column-start:3}.grid .g-start-xxl-4{grid-column-start:4}.grid .g-start-xxl-5{grid-column-start:5}.grid .g-start-xxl-6{grid-column-start:6}.grid .g-start-xxl-7{grid-column-start:7}.grid .g-start-xxl-8{grid-column-start:8}.grid .g-start-xxl-9{grid-column-start:9}.grid .g-start-xxl-10{grid-column-start:10}.grid .g-start-xxl-11{grid-column-start:11}}.swiper{--swiper-theme-color:var(--bs-primary)}.site-logo{max-width:var(--site-logo-width)}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgb(255 0 0 / .34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,#fff0 0,rgb(0 0 0 / .75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:#fff0;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgb(0 0 0 / .75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgb(0 0 0 / .92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgb(0 0 0 / .65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgb(0 0 0 / .32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgb(0 0 0 / .7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.grid[class*=gx-]{-moz-column-gap:var(--bs-gutter-x,var(--bs-col-gap));column-gap:var(--bs-gutter-x,var(--bs-col-gap))}.grid[class*=gy-]{row-gap:var(--bs-gutter-y,var(--bs-row-gap))}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:0.25!important}.opacity-50{opacity:0.5!important}.opacity-75{opacity:0.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgb(0 0 0 / .175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.top-0{top:0rem!important}.top-0\.5{top:calc(0rem + 0.5rem)!important}.top-1{top:1rem!important}.top-1\.5{top:calc(1rem + 0.5rem)!important}.top-2{top:2rem!important}.top-2\.5{top:calc(2rem + 0.5rem)!important}.top-3{top:3rem!important}.top-3\.5{top:calc(3rem + 0.5rem)!important}.top-4{top:4rem!important}.top-4\.5{top:calc(4rem + 0.5rem)!important}.top-5{top:5rem!important}.top-5\.5{top:calc(5rem + 0.5rem)!important}.top-6{top:6rem!important}.top-6\.5{top:calc(6rem + 0.5rem)!important}.top-7{top:7rem!important}.top-7\.5{top:calc(7rem + 0.5rem)!important}.top-8{top:8rem!important}.top-8\.5{top:calc(8rem + 0.5rem)!important}.top-9{top:9rem!important}.top-9\.5{top:calc(9rem + 0.5rem)!important}.top-10{top:10rem!important}.top-10\.5{top:calc(10rem + 0.5rem)!important}.top-11{top:11rem!important}.top-11\.5{top:calc(11rem + 0.5rem)!important}.top-12{top:12rem!important}.top-12\.5{top:calc(12rem + 0.5rem)!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.bottom-0{bottom:0rem!important}.bottom-0\.5{bottom:calc(0rem + 0.5rem)!important}.bottom-1{bottom:1rem!important}.bottom-1\.5{bottom:calc(1rem + 0.5rem)!important}.bottom-2{bottom:2rem!important}.bottom-2\.5{bottom:calc(2rem + 0.5rem)!important}.bottom-3{bottom:3rem!important}.bottom-3\.5{bottom:calc(3rem + 0.5rem)!important}.bottom-4{bottom:4rem!important}.bottom-4\.5{bottom:calc(4rem + 0.5rem)!important}.bottom-5{bottom:5rem!important}.bottom-5\.5{bottom:calc(5rem + 0.5rem)!important}.bottom-6{bottom:6rem!important}.bottom-6\.5{bottom:calc(6rem + 0.5rem)!important}.bottom-7{bottom:7rem!important}.bottom-7\.5{bottom:calc(7rem + 0.5rem)!important}.bottom-8{bottom:8rem!important}.bottom-8\.5{bottom:calc(8rem + 0.5rem)!important}.bottom-9{bottom:9rem!important}.bottom-9\.5{bottom:calc(9rem + 0.5rem)!important}.bottom-10{bottom:10rem!important}.bottom-10\.5{bottom:calc(10rem + 0.5rem)!important}.bottom-11{bottom:11rem!important}.bottom-11\.5{bottom:calc(11rem + 0.5rem)!important}.bottom-12{bottom:12rem!important}.bottom-12\.5{bottom:calc(12rem + 0.5rem)!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.start-0{left:0rem!important}.start-0\.5{left:calc(0rem + 0.5rem)!important}.start-1{left:1rem!important}.start-1\.5{left:calc(1rem + 0.5rem)!important}.start-2{left:2rem!important}.start-2\.5{left:calc(2rem + 0.5rem)!important}.start-3{left:3rem!important}.start-3\.5{left:calc(3rem + 0.5rem)!important}.start-4{left:4rem!important}.start-4\.5{left:calc(4rem + 0.5rem)!important}.start-5{left:5rem!important}.start-5\.5{left:calc(5rem + 0.5rem)!important}.start-6{left:6rem!important}.start-6\.5{left:calc(6rem + 0.5rem)!important}.start-7{left:7rem!important}.start-7\.5{left:calc(7rem + 0.5rem)!important}.start-8{left:8rem!important}.start-8\.5{left:calc(8rem + 0.5rem)!important}.start-9{left:9rem!important}.start-9\.5{left:calc(9rem + 0.5rem)!important}.start-10{left:10rem!important}.start-10\.5{left:calc(10rem + 0.5rem)!important}.start-11{left:11rem!important}.start-11\.5{left:calc(11rem + 0.5rem)!important}.start-12{left:12rem!important}.start-12\.5{left:calc(12rem + 0.5rem)!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.end-0{right:0rem!important}.end-0\.5{right:calc(0rem + 0.5rem)!important}.end-1{right:1rem!important}.end-1\.5{right:calc(1rem + 0.5rem)!important}.end-2{right:2rem!important}.end-2\.5{right:calc(2rem + 0.5rem)!important}.end-3{right:3rem!important}.end-3\.5{right:calc(3rem + 0.5rem)!important}.end-4{right:4rem!important}.end-4\.5{right:calc(4rem + 0.5rem)!important}.end-5{right:5rem!important}.end-5\.5{right:calc(5rem + 0.5rem)!important}.end-6{right:6rem!important}.end-6\.5{right:calc(6rem + 0.5rem)!important}.end-7{right:7rem!important}.end-7\.5{right:calc(7rem + 0.5rem)!important}.end-8{right:8rem!important}.end-8\.5{right:calc(8rem + 0.5rem)!important}.end-9{right:9rem!important}.end-9\.5{right:calc(9rem + 0.5rem)!important}.end-10{right:10rem!important}.end-10\.5{right:calc(10rem + 0.5rem)!important}.end-11{right:11rem!important}.end-11\.5{right:calc(11rem + 0.5rem)!important}.end-12{right:12rem!important}.end-12\.5{right:calc(12rem + 0.5rem)!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-none{width:none!important}.w-0{width:0!important}.w-33{width:33.33%!important}.w-66{width:66.66%!important}.w-100vw{width:100vw!important}.max-w-25{max-width:25%!important}.max-w-50{max-width:50%!important}.max-w-75{max-width:75%!important}.max-w-100{max-width:100%!important}.max-w-auto{max-width:auto!important}.max-w-none{max-width:none!important}.max-w-0{max-width:0!important}.max-w-33{max-width:33.33%!important}.max-w-66{max-width:66.66%!important}.max-w-100vw{max-width:100vw!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-0{height:0!important}.h-50vh{height:50vh!important}.h-100vh{height:100vh!important}.max-h-25{max-height:25%!important}.max-h-50{max-height:50%!important}.max-h-75{max-height:75%!important}.max-h-100{max-height:100%!important}.max-h-auto{max-height:auto!important}.max-h-0{max-height:0!important}.max-h-50vh{max-height:50vh!important}.max-h-100vh{max-height:100vh!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order--1{order:-1!important}.order-99{order:99!important}.order-999{order:999!important}.order-9999{order:9999!important}.m-0{margin:0rem!important}.m-0\.5{margin:calc(0rem + 0.5rem)!important}.m-1{margin:1rem!important}.m-1\.5{margin:calc(1rem + 0.5rem)!important}.m-2{margin:2rem!important}.m-2\.5{margin:calc(2rem + 0.5rem)!important}.m-3{margin:3rem!important}.m-3\.5{margin:calc(3rem + 0.5rem)!important}.m-4{margin:4rem!important}.m-4\.5{margin:calc(4rem + 0.5rem)!important}.m-5{margin:5rem!important}.m-5\.5{margin:calc(5rem + 0.5rem)!important}.m-6{margin:6rem!important}.m-6\.5{margin:calc(6rem + 0.5rem)!important}.m-7{margin:7rem!important}.m-7\.5{margin:calc(7rem + 0.5rem)!important}.m-8{margin:8rem!important}.m-8\.5{margin:calc(8rem + 0.5rem)!important}.m-9{margin:9rem!important}.m-9\.5{margin:calc(9rem + 0.5rem)!important}.m-10{margin:10rem!important}.m-10\.5{margin:calc(10rem + 0.5rem)!important}.m-11{margin:11rem!important}.m-11\.5{margin:calc(11rem + 0.5rem)!important}.m-12{margin:12rem!important}.m-12\.5{margin:calc(12rem + 0.5rem)!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:1rem!important;margin-left:1rem!important}.mx-2{margin-right:2rem!important;margin-left:2rem!important}.mx-3{margin-right:3rem!important;margin-left:3rem!important}.mx-4{margin-right:4rem!important;margin-left:4rem!important}.mx-5{margin-right:5rem!important;margin-left:5rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0rem!important;margin-bottom:0rem!important}.my-0\.5{margin-top:calc(0rem + 0.5rem)!important;margin-bottom:calc(0rem + 0.5rem)!important}.my-1{margin-top:1rem!important;margin-bottom:1rem!important}.my-1\.5{margin-top:calc(1rem + 0.5rem)!important;margin-bottom:calc(1rem + 0.5rem)!important}.my-2{margin-top:2rem!important;margin-bottom:2rem!important}.my-2\.5{margin-top:calc(2rem + 0.5rem)!important;margin-bottom:calc(2rem + 0.5rem)!important}.my-3{margin-top:3rem!important;margin-bottom:3rem!important}.my-3\.5{margin-top:calc(3rem + 0.5rem)!important;margin-bottom:calc(3rem + 0.5rem)!important}.my-4{margin-top:4rem!important;margin-bottom:4rem!important}.my-4\.5{margin-top:calc(4rem + 0.5rem)!important;margin-bottom:calc(4rem + 0.5rem)!important}.my-5{margin-top:5rem!important;margin-bottom:5rem!important}.my-5\.5{margin-top:calc(5rem + 0.5rem)!important;margin-bottom:calc(5rem + 0.5rem)!important}.my-6{margin-top:6rem!important;margin-bottom:6rem!important}.my-6\.5{margin-top:calc(6rem + 0.5rem)!important;margin-bottom:calc(6rem + 0.5rem)!important}.my-7{margin-top:7rem!important;margin-bottom:7rem!important}.my-7\.5{margin-top:calc(7rem + 0.5rem)!important;margin-bottom:calc(7rem + 0.5rem)!important}.my-8{margin-top:8rem!important;margin-bottom:8rem!important}.my-8\.5{margin-top:calc(8rem + 0.5rem)!important;margin-bottom:calc(8rem + 0.5rem)!important}.my-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-9\.5{margin-top:calc(9rem + 0.5rem)!important;margin-bottom:calc(9rem + 0.5rem)!important}.my-10{margin-top:10rem!important;margin-bottom:10rem!important}.my-10\.5{margin-top:calc(10rem + 0.5rem)!important;margin-bottom:calc(10rem + 0.5rem)!important}.my-11{margin-top:11rem!important;margin-bottom:11rem!important}.my-11\.5{margin-top:calc(11rem + 0.5rem)!important;margin-bottom:calc(11rem + 0.5rem)!important}.my-12{margin-top:12rem!important;margin-bottom:12rem!important}.my-12\.5{margin-top:calc(12rem + 0.5rem)!important;margin-bottom:calc(12rem + 0.5rem)!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0rem!important}.mt-0\.5{margin-top:calc(0rem + 0.5rem)!important}.mt-1{margin-top:1rem!important}.mt-1\.5{margin-top:calc(1rem + 0.5rem)!important}.mt-2{margin-top:2rem!important}.mt-2\.5{margin-top:calc(2rem + 0.5rem)!important}.mt-3{margin-top:3rem!important}.mt-3\.5{margin-top:calc(3rem + 0.5rem)!important}.mt-4{margin-top:4rem!important}.mt-4\.5{margin-top:calc(4rem + 0.5rem)!important}.mt-5{margin-top:5rem!important}.mt-5\.5{margin-top:calc(5rem + 0.5rem)!important}.mt-6{margin-top:6rem!important}.mt-6\.5{margin-top:calc(6rem + 0.5rem)!important}.mt-7{margin-top:7rem!important}.mt-7\.5{margin-top:calc(7rem + 0.5rem)!important}.mt-8{margin-top:8rem!important}.mt-8\.5{margin-top:calc(8rem + 0.5rem)!important}.mt-9{margin-top:9rem!important}.mt-9\.5{margin-top:calc(9rem + 0.5rem)!important}.mt-10{margin-top:10rem!important}.mt-10\.5{margin-top:calc(10rem + 0.5rem)!important}.mt-11{margin-top:11rem!important}.mt-11\.5{margin-top:calc(11rem + 0.5rem)!important}.mt-12{margin-top:12rem!important}.mt-12\.5{margin-top:calc(12rem + 0.5rem)!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0rem!important}.me-0\.5{margin-right:calc(0rem + 0.5rem)!important}.me-1{margin-right:1rem!important}.me-1\.5{margin-right:calc(1rem + 0.5rem)!important}.me-2{margin-right:2rem!important}.me-2\.5{margin-right:calc(2rem + 0.5rem)!important}.me-3{margin-right:3rem!important}.me-3\.5{margin-right:calc(3rem + 0.5rem)!important}.me-4{margin-right:4rem!important}.me-4\.5{margin-right:calc(4rem + 0.5rem)!important}.me-5{margin-right:5rem!important}.me-5\.5{margin-right:calc(5rem + 0.5rem)!important}.me-6{margin-right:6rem!important}.me-6\.5{margin-right:calc(6rem + 0.5rem)!important}.me-7{margin-right:7rem!important}.me-7\.5{margin-right:calc(7rem + 0.5rem)!important}.me-8{margin-right:8rem!important}.me-8\.5{margin-right:calc(8rem + 0.5rem)!important}.me-9{margin-right:9rem!important}.me-9\.5{margin-right:calc(9rem + 0.5rem)!important}.me-10{margin-right:10rem!important}.me-10\.5{margin-right:calc(10rem + 0.5rem)!important}.me-11{margin-right:11rem!important}.me-11\.5{margin-right:calc(11rem + 0.5rem)!important}.me-12{margin-right:12rem!important}.me-12\.5{margin-right:calc(12rem + 0.5rem)!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0rem!important}.mb-0\.5{margin-bottom:calc(0rem + 0.5rem)!important}.mb-1{margin-bottom:1rem!important}.mb-1\.5{margin-bottom:calc(1rem + 0.5rem)!important}.mb-2{margin-bottom:2rem!important}.mb-2\.5{margin-bottom:calc(2rem + 0.5rem)!important}.mb-3{margin-bottom:3rem!important}.mb-3\.5{margin-bottom:calc(3rem + 0.5rem)!important}.mb-4{margin-bottom:4rem!important}.mb-4\.5{margin-bottom:calc(4rem + 0.5rem)!important}.mb-5{margin-bottom:5rem!important}.mb-5\.5{margin-bottom:calc(5rem + 0.5rem)!important}.mb-6{margin-bottom:6rem!important}.mb-6\.5{margin-bottom:calc(6rem + 0.5rem)!important}.mb-7{margin-bottom:7rem!important}.mb-7\.5{margin-bottom:calc(7rem + 0.5rem)!important}.mb-8{margin-bottom:8rem!important}.mb-8\.5{margin-bottom:calc(8rem + 0.5rem)!important}.mb-9{margin-bottom:9rem!important}.mb-9\.5{margin-bottom:calc(9rem + 0.5rem)!important}.mb-10{margin-bottom:10rem!important}.mb-10\.5{margin-bottom:calc(10rem + 0.5rem)!important}.mb-11{margin-bottom:11rem!important}.mb-11\.5{margin-bottom:calc(11rem + 0.5rem)!important}.mb-12{margin-bottom:12rem!important}.mb-12\.5{margin-bottom:calc(12rem + 0.5rem)!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0rem!important}.ms-0\.5{margin-left:calc(0rem + 0.5rem)!important}.ms-1{margin-left:1rem!important}.ms-1\.5{margin-left:calc(1rem + 0.5rem)!important}.ms-2{margin-left:2rem!important}.ms-2\.5{margin-left:calc(2rem + 0.5rem)!important}.ms-3{margin-left:3rem!important}.ms-3\.5{margin-left:calc(3rem + 0.5rem)!important}.ms-4{margin-left:4rem!important}.ms-4\.5{margin-left:calc(4rem + 0.5rem)!important}.ms-5{margin-left:5rem!important}.ms-5\.5{margin-left:calc(5rem + 0.5rem)!important}.ms-6{margin-left:6rem!important}.ms-6\.5{margin-left:calc(6rem + 0.5rem)!important}.ms-7{margin-left:7rem!important}.ms-7\.5{margin-left:calc(7rem + 0.5rem)!important}.ms-8{margin-left:8rem!important}.ms-8\.5{margin-left:calc(8rem + 0.5rem)!important}.ms-9{margin-left:9rem!important}.ms-9\.5{margin-left:calc(9rem + 0.5rem)!important}.ms-10{margin-left:10rem!important}.ms-10\.5{margin-left:calc(10rem + 0.5rem)!important}.ms-11{margin-left:11rem!important}.ms-11\.5{margin-left:calc(11rem + 0.5rem)!important}.ms-12{margin-left:12rem!important}.ms-12\.5{margin-left:calc(12rem + 0.5rem)!important}.ms-auto{margin-left:auto!important}.p-0{padding:0rem!important}.p-0\.5{padding:calc(0rem + 0.5rem)!important}.p-1{padding:1rem!important}.p-1\.5{padding:calc(1rem + 0.5rem)!important}.p-2{padding:2rem!important}.p-2\.5{padding:calc(2rem + 0.5rem)!important}.p-3{padding:3rem!important}.p-3\.5{padding:calc(3rem + 0.5rem)!important}.p-4{padding:4rem!important}.p-4\.5{padding:calc(4rem + 0.5rem)!important}.p-5{padding:5rem!important}.p-5\.5{padding:calc(5rem + 0.5rem)!important}.p-6{padding:6rem!important}.p-6\.5{padding:calc(6rem + 0.5rem)!important}.p-7{padding:7rem!important}.p-7\.5{padding:calc(7rem + 0.5rem)!important}.p-8{padding:8rem!important}.p-8\.5{padding:calc(8rem + 0.5rem)!important}.p-9{padding:9rem!important}.p-9\.5{padding:calc(9rem + 0.5rem)!important}.p-10{padding:10rem!important}.p-10\.5{padding:calc(10rem + 0.5rem)!important}.p-11{padding:11rem!important}.p-11\.5{padding:calc(11rem + 0.5rem)!important}.p-12{padding:12rem!important}.p-12\.5{padding:calc(12rem + 0.5rem)!important}.px-0{padding-right:0rem!important;padding-left:0rem!important}.px-0\.5{padding-right:calc(0rem + 0.5rem)!important;padding-left:calc(0rem + 0.5rem)!important}.px-1{padding-right:1rem!important;padding-left:1rem!important}.px-1\.5{padding-right:calc(1rem + 0.5rem)!important;padding-left:calc(1rem + 0.5rem)!important}.px-2{padding-right:2rem!important;padding-left:2rem!important}.px-2\.5{padding-right:calc(2rem + 0.5rem)!important;padding-left:calc(2rem + 0.5rem)!important}.px-3{padding-right:3rem!important;padding-left:3rem!important}.px-3\.5{padding-right:calc(3rem + 0.5rem)!important;padding-left:calc(3rem + 0.5rem)!important}.px-4{padding-right:4rem!important;padding-left:4rem!important}.px-4\.5{padding-right:calc(4rem + 0.5rem)!important;padding-left:calc(4rem + 0.5rem)!important}.px-5{padding-right:5rem!important;padding-left:5rem!important}.px-5\.5{padding-right:calc(5rem + 0.5rem)!important;padding-left:calc(5rem + 0.5rem)!important}.px-6{padding-right:6rem!important;padding-left:6rem!important}.px-6\.5{padding-right:calc(6rem + 0.5rem)!important;padding-left:calc(6rem + 0.5rem)!important}.px-7{padding-right:7rem!important;padding-left:7rem!important}.px-7\.5{padding-right:calc(7rem + 0.5rem)!important;padding-left:calc(7rem + 0.5rem)!important}.px-8{padding-right:8rem!important;padding-left:8rem!important}.px-8\.5{padding-right:calc(8rem + 0.5rem)!important;padding-left:calc(8rem + 0.5rem)!important}.px-9{padding-right:9rem!important;padding-left:9rem!important}.px-9\.5{padding-right:calc(9rem + 0.5rem)!important;padding-left:calc(9rem + 0.5rem)!important}.px-10{padding-right:10rem!important;padding-left:10rem!important}.px-10\.5{padding-right:calc(10rem + 0.5rem)!important;padding-left:calc(10rem + 0.5rem)!important}.px-11{padding-right:11rem!important;padding-left:11rem!important}.px-11\.5{padding-right:calc(11rem + 0.5rem)!important;padding-left:calc(11rem + 0.5rem)!important}.px-12{padding-right:12rem!important;padding-left:12rem!important}.px-12\.5{padding-right:calc(12rem + 0.5rem)!important;padding-left:calc(12rem + 0.5rem)!important}.py-0{padding-top:0rem!important;padding-bottom:0rem!important}.py-0\.5{padding-top:calc(0rem + 0.5rem)!important;padding-bottom:calc(0rem + 0.5rem)!important}.py-1{padding-top:1rem!important;padding-bottom:1rem!important}.py-1\.5{padding-top:calc(1rem + 0.5rem)!important;padding-bottom:calc(1rem + 0.5rem)!important}.py-2{padding-top:2rem!important;padding-bottom:2rem!important}.py-2\.5{padding-top:calc(2rem + 0.5rem)!important;padding-bottom:calc(2rem + 0.5rem)!important}.py-3{padding-top:3rem!important;padding-bottom:3rem!important}.py-3\.5{padding-top:calc(3rem + 0.5rem)!important;padding-bottom:calc(3rem + 0.5rem)!important}.py-4{padding-top:4rem!important;padding-bottom:4rem!important}.py-4\.5{padding-top:calc(4rem + 0.5rem)!important;padding-bottom:calc(4rem + 0.5rem)!important}.py-5{padding-top:5rem!important;padding-bottom:5rem!important}.py-5\.5{padding-top:calc(5rem + 0.5rem)!important;padding-bottom:calc(5rem + 0.5rem)!important}.py-6{padding-top:6rem!important;padding-bottom:6rem!important}.py-6\.5{padding-top:calc(6rem + 0.5rem)!important;padding-bottom:calc(6rem + 0.5rem)!important}.py-7{padding-top:7rem!important;padding-bottom:7rem!important}.py-7\.5{padding-top:calc(7rem + 0.5rem)!important;padding-bottom:calc(7rem + 0.5rem)!important}.py-8{padding-top:8rem!important;padding-bottom:8rem!important}.py-8\.5{padding-top:calc(8rem + 0.5rem)!important;padding-bottom:calc(8rem + 0.5rem)!important}.py-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-9\.5{padding-top:calc(9rem + 0.5rem)!important;padding-bottom:calc(9rem + 0.5rem)!important}.py-10{padding-top:10rem!important;padding-bottom:10rem!important}.py-10\.5{padding-top:calc(10rem + 0.5rem)!important;padding-bottom:calc(10rem + 0.5rem)!important}.py-11{padding-top:11rem!important;padding-bottom:11rem!important}.py-11\.5{padding-top:calc(11rem + 0.5rem)!important;padding-bottom:calc(11rem + 0.5rem)!important}.py-12{padding-top:12rem!important;padding-bottom:12rem!important}.py-12\.5{padding-top:calc(12rem + 0.5rem)!important;padding-bottom:calc(12rem + 0.5rem)!important}.pt-0{padding-top:0rem!important}.pt-0\.5{padding-top:calc(0rem + 0.5rem)!important}.pt-1{padding-top:1rem!important}.pt-1\.5{padding-top:calc(1rem + 0.5rem)!important}.pt-2{padding-top:2rem!important}.pt-2\.5{padding-top:calc(2rem + 0.5rem)!important}.pt-3{padding-top:3rem!important}.pt-3\.5{padding-top:calc(3rem + 0.5rem)!important}.pt-4{padding-top:4rem!important}.pt-4\.5{padding-top:calc(4rem + 0.5rem)!important}.pt-5{padding-top:5rem!important}.pt-5\.5{padding-top:calc(5rem + 0.5rem)!important}.pt-6{padding-top:6rem!important}.pt-6\.5{padding-top:calc(6rem + 0.5rem)!important}.pt-7{padding-top:7rem!important}.pt-7\.5{padding-top:calc(7rem + 0.5rem)!important}.pt-8{padding-top:8rem!important}.pt-8\.5{padding-top:calc(8rem + 0.5rem)!important}.pt-9{padding-top:9rem!important}.pt-9\.5{padding-top:calc(9rem + 0.5rem)!important}.pt-10{padding-top:10rem!important}.pt-10\.5{padding-top:calc(10rem + 0.5rem)!important}.pt-11{padding-top:11rem!important}.pt-11\.5{padding-top:calc(11rem + 0.5rem)!important}.pt-12{padding-top:12rem!important}.pt-12\.5{padding-top:calc(12rem + 0.5rem)!important}.pe-0{padding-right:0rem!important}.pe-0\.5{padding-right:calc(0rem + 0.5rem)!important}.pe-1{padding-right:1rem!important}.pe-1\.5{padding-right:calc(1rem + 0.5rem)!important}.pe-2{padding-right:2rem!important}.pe-2\.5{padding-right:calc(2rem + 0.5rem)!important}.pe-3{padding-right:3rem!important}.pe-3\.5{padding-right:calc(3rem + 0.5rem)!important}.pe-4{padding-right:4rem!important}.pe-4\.5{padding-right:calc(4rem + 0.5rem)!important}.pe-5{padding-right:5rem!important}.pe-5\.5{padding-right:calc(5rem + 0.5rem)!important}.pe-6{padding-right:6rem!important}.pe-6\.5{padding-right:calc(6rem + 0.5rem)!important}.pe-7{padding-right:7rem!important}.pe-7\.5{padding-right:calc(7rem + 0.5rem)!important}.pe-8{padding-right:8rem!important}.pe-8\.5{padding-right:calc(8rem + 0.5rem)!important}.pe-9{padding-right:9rem!important}.pe-9\.5{padding-right:calc(9rem + 0.5rem)!important}.pe-10{padding-right:10rem!important}.pe-10\.5{padding-right:calc(10rem + 0.5rem)!important}.pe-11{padding-right:11rem!important}.pe-11\.5{padding-right:calc(11rem + 0.5rem)!important}.pe-12{padding-right:12rem!important}.pe-12\.5{padding-right:calc(12rem + 0.5rem)!important}.pb-0{padding-bottom:0rem!important}.pb-0\.5{padding-bottom:calc(0rem + 0.5rem)!important}.pb-1{padding-bottom:1rem!important}.pb-1\.5{padding-bottom:calc(1rem + 0.5rem)!important}.pb-2{padding-bottom:2rem!important}.pb-2\.5{padding-bottom:calc(2rem + 0.5rem)!important}.pb-3{padding-bottom:3rem!important}.pb-3\.5{padding-bottom:calc(3rem + 0.5rem)!important}.pb-4{padding-bottom:4rem!important}.pb-4\.5{padding-bottom:calc(4rem + 0.5rem)!important}.pb-5{padding-bottom:5rem!important}.pb-5\.5{padding-bottom:calc(5rem + 0.5rem)!important}.pb-6{padding-bottom:6rem!important}.pb-6\.5{padding-bottom:calc(6rem + 0.5rem)!important}.pb-7{padding-bottom:7rem!important}.pb-7\.5{padding-bottom:calc(7rem + 0.5rem)!important}.pb-8{padding-bottom:8rem!important}.pb-8\.5{padding-bottom:calc(8rem + 0.5rem)!important}.pb-9{padding-bottom:9rem!important}.pb-9\.5{padding-bottom:calc(9rem + 0.5rem)!important}.pb-10{padding-bottom:10rem!important}.pb-10\.5{padding-bottom:calc(10rem + 0.5rem)!important}.pb-11{padding-bottom:11rem!important}.pb-11\.5{padding-bottom:calc(11rem + 0.5rem)!important}.pb-12{padding-bottom:12rem!important}.pb-12\.5{padding-bottom:calc(12rem + 0.5rem)!important}.ps-0{padding-left:0rem!important}.ps-0\.5{padding-left:calc(0rem + 0.5rem)!important}.ps-1{padding-left:1rem!important}.ps-1\.5{padding-left:calc(1rem + 0.5rem)!important}.ps-2{padding-left:2rem!important}.ps-2\.5{padding-left:calc(2rem + 0.5rem)!important}.ps-3{padding-left:3rem!important}.ps-3\.5{padding-left:calc(3rem + 0.5rem)!important}.ps-4{padding-left:4rem!important}.ps-4\.5{padding-left:calc(4rem + 0.5rem)!important}.ps-5{padding-left:5rem!important}.ps-5\.5{padding-left:calc(5rem + 0.5rem)!important}.ps-6{padding-left:6rem!important}.ps-6\.5{padding-left:calc(6rem + 0.5rem)!important}.ps-7{padding-left:7rem!important}.ps-7\.5{padding-left:calc(7rem + 0.5rem)!important}.ps-8{padding-left:8rem!important}.ps-8\.5{padding-left:calc(8rem + 0.5rem)!important}.ps-9{padding-left:9rem!important}.ps-9\.5{padding-left:calc(9rem + 0.5rem)!important}.ps-10{padding-left:10rem!important}.ps-10\.5{padding-left:calc(10rem + 0.5rem)!important}.ps-11{padding-left:11rem!important}.ps-11\.5{padding-left:calc(11rem + 0.5rem)!important}.ps-12{padding-left:12rem!important}.ps-12\.5{padding-left:calc(12rem + 0.5rem)!important}.gap-0{gap:0rem!important}.gap-0\.5{gap:calc(0rem + 0.5rem)!important}.gap-1{gap:1rem!important}.gap-1\.5{gap:calc(1rem + 0.5rem)!important}.gap-2{gap:2rem!important}.gap-2\.5{gap:calc(2rem + 0.5rem)!important}.gap-3{gap:3rem!important}.gap-3\.5{gap:calc(3rem + 0.5rem)!important}.gap-4{gap:4rem!important}.gap-4\.5{gap:calc(4rem + 0.5rem)!important}.gap-5{gap:5rem!important}.gap-5\.5{gap:calc(5rem + 0.5rem)!important}.gap-6{gap:6rem!important}.gap-6\.5{gap:calc(6rem + 0.5rem)!important}.gap-7{gap:7rem!important}.gap-7\.5{gap:calc(7rem + 0.5rem)!important}.gap-8{gap:8rem!important}.gap-8\.5{gap:calc(8rem + 0.5rem)!important}.gap-9{gap:9rem!important}.gap-9\.5{gap:calc(9rem + 0.5rem)!important}.gap-10{gap:10rem!important}.gap-10\.5{gap:calc(10rem + 0.5rem)!important}.gap-11{gap:11rem!important}.gap-11\.5{gap:calc(11rem + 0.5rem)!important}.gap-12{gap:12rem!important}.gap-12\.5{gap:calc(12rem + 0.5rem)!important}.font-family-serif{font-family:serif!important}.font-family-sans-serif{font-family:sans-serif!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + 0.9vw)!important}.fs-3{font-size:calc(1.3rem + 0.6vw)!important}.fs-4{font-size:calc(1.275rem + 0.3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.font-100{font-weight:100!important}.font-200{font-weight:200!important}.font-300{font-weight:300!important}.font-normal{font-weight:normal!important}.font-500{font-weight:500!important}.font-600{font-weight:600!important}.font-bold{font-weight:bold!important}.font-800{font-weight:800!important}.font-900{font-weight:900!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-tertiary{--bs-text-opacity:1;color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.object-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-none{-o-object-fit:none!important;object-fit:none!important}.object-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.grid-template-rows-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.grid-template-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-template-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-template-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-template-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-template-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-template-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-template-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.grid-template-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.grid-template-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.grid-template-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.grid-template-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.grid-template-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.grid-template-columns-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.grid-template-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-template-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-template-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-template-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-template-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-template-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-template-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-template-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-template-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-template-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-template-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-template-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.min-w-25{min-width:25%!important}.min-w-50{min-width:50%!important}.min-w-75{min-width:75%!important}.min-w-100{min-width:100%!important}.min-w-auto{min-width:auto!important}.min-w-none{min-width:none!important}.min-w-0{min-width:0!important}.min-w-33{min-width:33.33%!important}.min-w-66{min-width:66.66%!important}.min-w-100vw{min-width:100vw!important}.min-h-25{min-height:25%!important}.min-h-50{min-height:50%!important}.min-h-75{min-height:75%!important}.min-h-100{min-height:100%!important}.min-h-auto{min-height:auto!important}.min-h-0{min-height:0!important}.min-h-50vh{min-height:50vh!important}.min-h-100vh{min-height:100vh!important}.col-gap-0{--bs-col-gap:0rem !important}.col-gap-0\.5{--bs-col-gap:calc(0rem + 0.5rem) !important}.col-gap-1{--bs-col-gap:1rem !important}.col-gap-1\.5{--bs-col-gap:calc(1rem + 0.5rem) !important}.col-gap-2{--bs-col-gap:2rem !important}.col-gap-2\.5{--bs-col-gap:calc(2rem + 0.5rem) !important}.col-gap-3{--bs-col-gap:3rem !important}.col-gap-3\.5{--bs-col-gap:calc(3rem + 0.5rem) !important}.col-gap-4{--bs-col-gap:4rem !important}.col-gap-4\.5{--bs-col-gap:calc(4rem + 0.5rem) !important}.col-gap-5{--bs-col-gap:5rem !important}.col-gap-5\.5{--bs-col-gap:calc(5rem + 0.5rem) !important}.col-gap-6{--bs-col-gap:6rem !important}.col-gap-6\.5{--bs-col-gap:calc(6rem + 0.5rem) !important}.col-gap-7{--bs-col-gap:7rem !important}.col-gap-7\.5{--bs-col-gap:calc(7rem + 0.5rem) !important}.col-gap-8{--bs-col-gap:8rem !important}.col-gap-8\.5{--bs-col-gap:calc(8rem + 0.5rem) !important}.col-gap-9{--bs-col-gap:9rem !important}.col-gap-9\.5{--bs-col-gap:calc(9rem + 0.5rem) !important}.col-gap-10{--bs-col-gap:10rem !important}.col-gap-10\.5{--bs-col-gap:calc(10rem + 0.5rem) !important}.col-gap-11{--bs-col-gap:11rem !important}.col-gap-11\.5{--bs-col-gap:calc(11rem + 0.5rem) !important}.col-gap-12{--bs-col-gap:12rem !important}.col-gap-12\.5{--bs-col-gap:calc(12rem + 0.5rem) !important}.gx-0{--bs-gutter-x:0rem !important}.gx-0\.5{--bs-gutter-x:calc(0rem + 0.5rem) !important}.gx-1{--bs-gutter-x:1rem !important}.gx-1\.5{--bs-gutter-x:calc(1rem + 0.5rem) !important}.gx-2{--bs-gutter-x:2rem !important}.gx-2\.5{--bs-gutter-x:calc(2rem + 0.5rem) !important}.gx-3{--bs-gutter-x:3rem !important}.gx-3\.5{--bs-gutter-x:calc(3rem + 0.5rem) !important}.gx-4{--bs-gutter-x:4rem !important}.gx-4\.5{--bs-gutter-x:calc(4rem + 0.5rem) !important}.gx-5{--bs-gutter-x:5rem !important}.gx-5\.5{--bs-gutter-x:calc(5rem + 0.5rem) !important}.gx-6{--bs-gutter-x:6rem !important}.gx-6\.5{--bs-gutter-x:calc(6rem + 0.5rem) !important}.gx-7{--bs-gutter-x:7rem !important}.gx-7\.5{--bs-gutter-x:calc(7rem + 0.5rem) !important}.gx-8{--bs-gutter-x:8rem !important}.gx-8\.5{--bs-gutter-x:calc(8rem + 0.5rem) !important}.gx-9{--bs-gutter-x:9rem !important}.gx-9\.5{--bs-gutter-x:calc(9rem + 0.5rem) !important}.gx-10{--bs-gutter-x:10rem !important}.gx-10\.5{--bs-gutter-x:calc(10rem + 0.5rem) !important}.gx-11{--bs-gutter-x:11rem !important}.gx-11\.5{--bs-gutter-x:calc(11rem + 0.5rem) !important}.gx-12{--bs-gutter-x:12rem !important}.gx-12\.5{--bs-gutter-x:calc(12rem + 0.5rem) !important}.row-gap-0{--bs-row-gap:0rem !important}.row-gap-0\.5{--bs-row-gap:calc(0rem + 0.5rem) !important}.row-gap-1{--bs-row-gap:1rem !important}.row-gap-1\.5{--bs-row-gap:calc(1rem + 0.5rem) !important}.row-gap-2{--bs-row-gap:2rem !important}.row-gap-2\.5{--bs-row-gap:calc(2rem + 0.5rem) !important}.row-gap-3{--bs-row-gap:3rem !important}.row-gap-3\.5{--bs-row-gap:calc(3rem + 0.5rem) !important}.row-gap-4{--bs-row-gap:4rem !important}.row-gap-4\.5{--bs-row-gap:calc(4rem + 0.5rem) !important}.row-gap-5{--bs-row-gap:5rem !important}.row-gap-5\.5{--bs-row-gap:calc(5rem + 0.5rem) !important}.row-gap-6{--bs-row-gap:6rem !important}.row-gap-6\.5{--bs-row-gap:calc(6rem + 0.5rem) !important}.row-gap-7{--bs-row-gap:7rem !important}.row-gap-7\.5{--bs-row-gap:calc(7rem + 0.5rem) !important}.row-gap-8{--bs-row-gap:8rem !important}.row-gap-8\.5{--bs-row-gap:calc(8rem + 0.5rem) !important}.row-gap-9{--bs-row-gap:9rem !important}.row-gap-9\.5{--bs-row-gap:calc(9rem + 0.5rem) !important}.row-gap-10{--bs-row-gap:10rem !important}.row-gap-10\.5{--bs-row-gap:calc(10rem + 0.5rem) !important}.row-gap-11{--bs-row-gap:11rem !important}.row-gap-11\.5{--bs-row-gap:calc(11rem + 0.5rem) !important}.row-gap-12{--bs-row-gap:12rem !important}.row-gap-12\.5{--bs-row-gap:calc(12rem + 0.5rem) !important}.gy-0{--bs-gutter-y:0rem !important}.gy-0\.5{--bs-gutter-y:calc(0rem + 0.5rem) !important}.gy-1{--bs-gutter-y:1rem !important}.gy-1\.5{--bs-gutter-y:calc(1rem + 0.5rem) !important}.gy-2{--bs-gutter-y:2rem !important}.gy-2\.5{--bs-gutter-y:calc(2rem + 0.5rem) !important}.gy-3{--bs-gutter-y:3rem !important}.gy-3\.5{--bs-gutter-y:calc(3rem + 0.5rem) !important}.gy-4{--bs-gutter-y:4rem !important}.gy-4\.5{--bs-gutter-y:calc(4rem + 0.5rem) !important}.gy-5{--bs-gutter-y:5rem !important}.gy-5\.5{--bs-gutter-y:calc(5rem + 0.5rem) !important}.gy-6{--bs-gutter-y:6rem !important}.gy-6\.5{--bs-gutter-y:calc(6rem + 0.5rem) !important}.gy-7{--bs-gutter-y:7rem !important}.gy-7\.5{--bs-gutter-y:calc(7rem + 0.5rem) !important}.gy-8{--bs-gutter-y:8rem !important}.gy-8\.5{--bs-gutter-y:calc(8rem + 0.5rem) !important}.gy-9{--bs-gutter-y:9rem !important}.gy-9\.5{--bs-gutter-y:calc(9rem + 0.5rem) !important}.gy-10{--bs-gutter-y:10rem !important}.gy-10\.5{--bs-gutter-y:calc(10rem + 0.5rem) !important}.gy-11{--bs-gutter-y:11rem !important}.gy-11\.5{--bs-gutter-y:calc(11rem + 0.5rem) !important}.gy-12{--bs-gutter-y:12rem !important}.gy-12\.5{--bs-gutter-y:calc(12rem + 0.5rem) !important}.mg-0{--bs-module-gap:0rem}.mg-0\.5{--bs-module-gap:calc(0rem + 0.5rem)}.mg-1{--bs-module-gap:1rem}.mg-1\.5{--bs-module-gap:calc(1rem + 0.5rem)}.mg-2{--bs-module-gap:2rem}.mg-2\.5{--bs-module-gap:calc(2rem + 0.5rem)}.mg-3{--bs-module-gap:3rem}.mg-3\.5{--bs-module-gap:calc(3rem + 0.5rem)}.mg-4{--bs-module-gap:4rem}.mg-4\.5{--bs-module-gap:calc(4rem + 0.5rem)}.mg-5{--bs-module-gap:5rem}.mg-5\.5{--bs-module-gap:calc(5rem + 0.5rem)}.mg-6{--bs-module-gap:6rem}.mg-6\.5{--bs-module-gap:calc(6rem + 0.5rem)}.mg-7{--bs-module-gap:7rem}.mg-7\.5{--bs-module-gap:calc(7rem + 0.5rem)}.mg-8{--bs-module-gap:8rem}.mg-8\.5{--bs-module-gap:calc(8rem + 0.5rem)}.mg-9{--bs-module-gap:9rem}.mg-9\.5{--bs-module-gap:calc(9rem + 0.5rem)}.mg-10{--bs-module-gap:10rem}.mg-10\.5{--bs-module-gap:calc(10rem + 0.5rem)}.mg-11{--bs-module-gap:11rem}.mg-11\.5{--bs-module-gap:calc(11rem + 0.5rem)}.mg-12{--bs-module-gap:12rem}.mg-12\.5{--bs-module-gap:calc(12rem + 0.5rem)}.bg-none{background-size:none!important}.bg-100{background-size:100% auto!important}.bg-cover{background-size:cover!important}.bg-contain{background-size:contain!important}.bg-fit{background-size:fit!important}.bg-fill{background-size:fill!important}.bg-scale-down{background-size:scale-down!important}.bg-left{background-position:left!important}.bg-left-top{background-position:left top!important}.bg-left-bottom{background-position:left bottom!important}.bg-right{background-position:right!important}.bg-right-top{background-position:right top!important}.bg-right-bottom{background-position:right bottom!important}.bg-center{background-position:center!important}.bg-center-top{background-position:center top!important}.bg-center-bottom{background-position:center bottom!important}.bg-repeat{background-repeat:repeat!important}.bg-repeat-x{background-repeat:repeat-x!important}.bg-repeat-y{background-repeat:repeat-y!important}.bg-no-repeat{background-repeat:no-repeat!important}.bg-blend-normal{background-blend-mode:normal!important}.bg-blend-multiply{background-blend-mode:multiply!important}.bg-blend-screen{background-blend-mode:screen!important}.bg-blend-overlay{background-blend-mode:overlay!important}.bg-blend-darken{background-blend-mode:darken!important}.bg-blend-lighten{background-blend-mode:lighten!important}.bg-blend-color-dodge{background-blend-mode:color-dodge!important}.bg-blend-saturation{background-blend-mode:saturation!important}.bg-blend-color{background-blend-mode:color!important}.bg-blend-luminosity{background-blend-mode:luminosity!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-none{cursor:none!important}.cursor-context-menu{cursor:context-menu!important}.cursor-help{cursor:help!important}.cursor-pointer{cursor:pointer!important}.cursor-progress{cursor:progress!important}.cursor-wait{cursor:wait!important}.cursor-cell{cursor:cell!important}.cursor-crosshair{cursor:crosshair!important}.cursor-text{cursor:text!important}.cursor-vertical-text{cursor:vertical-text!important}.cursor-alias{cursor:alias!important}.cursor-copy{cursor:copy!important}.cursor-move{cursor:move!important}.cursor-no-drop{cursor:no-drop!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-e-resize{cursor:e-resize!important}.cursor-n-resize{cursor:n-resize!important}.cursor-ne-resize{cursor:ne-resize!important}.cursor-nw-resize{cursor:nw-resize!important}.cursor-s-resize{cursor:s-resize!important}.cursor-se-resize{cursor:se-resize!important}.cursor-sw-resize{cursor:sw-resize!important}.cursor-w-resize{cursor:w-resize!important}.cursor-ew-resize{cursor:ew-resize!important}.cursor-ns-resize{cursor:ns-resize!important}.cursor-nesw-resize{cursor:nesw-resize!important}.cursor-nwse-resize{cursor:nwse-resize!important}.cursor-col-resize{cursor:col-resize!important}.cursor-row-resize{cursor:row-resize!important}.cursor-all-scroll{cursor:all-scroll!important}.cursor-zoom-in{cursor:zoom-in!important}.cursor-zoom-out{cursor:zoom-out!important}.cursor-grab{cursor:-webkit-grab!important;cursor:grab!important}.cursor-grabbing{cursor:-webkit-grabbing!important;cursor:grabbing!important}.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.object-position-left{-o-object-position:left!important;object-position:left!important}.object-position-left-top{-o-object-position:left top!important;object-position:left top!important}.object-position-left-bottom{-o-object-position:left bottom!important;object-position:left bottom!important}.object-position-right{-o-object-position:right!important;object-position:right!important}.object-position-right-top{-o-object-position:right top!important;object-position:right top!important}.object-position-right-bottom{-o-object-position:right bottom!important;object-position:right bottom!important}.object-position-center{-o-object-position:center!important;object-position:center!important}.object-position-center-top{-o-object-position:center top!important;object-position:center top!important}.object-position-center-bottom{-o-object-position:center bottom!important;object-position:center bottom!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:-webkit-sticky!important;position:sticky!important}.top-sm-0{top:0!important}.top-sm-50{top:50%!important}.top-sm-100{top:100%!important}.top-sm-0{top:0rem!important}.top-sm-0\.5{top:calc(0rem + 0.5rem)!important}.top-sm-1{top:1rem!important}.top-sm-1\.5{top:calc(1rem + 0.5rem)!important}.top-sm-2{top:2rem!important}.top-sm-2\.5{top:calc(2rem + 0.5rem)!important}.top-sm-3{top:3rem!important}.top-sm-3\.5{top:calc(3rem + 0.5rem)!important}.top-sm-4{top:4rem!important}.top-sm-4\.5{top:calc(4rem + 0.5rem)!important}.top-sm-5{top:5rem!important}.top-sm-5\.5{top:calc(5rem + 0.5rem)!important}.top-sm-6{top:6rem!important}.top-sm-6\.5{top:calc(6rem + 0.5rem)!important}.top-sm-7{top:7rem!important}.top-sm-7\.5{top:calc(7rem + 0.5rem)!important}.top-sm-8{top:8rem!important}.top-sm-8\.5{top:calc(8rem + 0.5rem)!important}.top-sm-9{top:9rem!important}.top-sm-9\.5{top:calc(9rem + 0.5rem)!important}.top-sm-10{top:10rem!important}.top-sm-10\.5{top:calc(10rem + 0.5rem)!important}.top-sm-11{top:11rem!important}.top-sm-11\.5{top:calc(11rem + 0.5rem)!important}.top-sm-12{top:12rem!important}.top-sm-12\.5{top:calc(12rem + 0.5rem)!important}.bottom-sm-0{bottom:0!important}.bottom-sm-50{bottom:50%!important}.bottom-sm-100{bottom:100%!important}.bottom-sm-0{bottom:0rem!important}.bottom-sm-0\.5{bottom:calc(0rem + 0.5rem)!important}.bottom-sm-1{bottom:1rem!important}.bottom-sm-1\.5{bottom:calc(1rem + 0.5rem)!important}.bottom-sm-2{bottom:2rem!important}.bottom-sm-2\.5{bottom:calc(2rem + 0.5rem)!important}.bottom-sm-3{bottom:3rem!important}.bottom-sm-3\.5{bottom:calc(3rem + 0.5rem)!important}.bottom-sm-4{bottom:4rem!important}.bottom-sm-4\.5{bottom:calc(4rem + 0.5rem)!important}.bottom-sm-5{bottom:5rem!important}.bottom-sm-5\.5{bottom:calc(5rem + 0.5rem)!important}.bottom-sm-6{bottom:6rem!important}.bottom-sm-6\.5{bottom:calc(6rem + 0.5rem)!important}.bottom-sm-7{bottom:7rem!important}.bottom-sm-7\.5{bottom:calc(7rem + 0.5rem)!important}.bottom-sm-8{bottom:8rem!important}.bottom-sm-8\.5{bottom:calc(8rem + 0.5rem)!important}.bottom-sm-9{bottom:9rem!important}.bottom-sm-9\.5{bottom:calc(9rem + 0.5rem)!important}.bottom-sm-10{bottom:10rem!important}.bottom-sm-10\.5{bottom:calc(10rem + 0.5rem)!important}.bottom-sm-11{bottom:11rem!important}.bottom-sm-11\.5{bottom:calc(11rem + 0.5rem)!important}.bottom-sm-12{bottom:12rem!important}.bottom-sm-12\.5{bottom:calc(12rem + 0.5rem)!important}.start-sm-0{left:0!important}.start-sm-50{left:50%!important}.start-sm-100{left:100%!important}.start-sm-0{left:0rem!important}.start-sm-0\.5{left:calc(0rem + 0.5rem)!important}.start-sm-1{left:1rem!important}.start-sm-1\.5{left:calc(1rem + 0.5rem)!important}.start-sm-2{left:2rem!important}.start-sm-2\.5{left:calc(2rem + 0.5rem)!important}.start-sm-3{left:3rem!important}.start-sm-3\.5{left:calc(3rem + 0.5rem)!important}.start-sm-4{left:4rem!important}.start-sm-4\.5{left:calc(4rem + 0.5rem)!important}.start-sm-5{left:5rem!important}.start-sm-5\.5{left:calc(5rem + 0.5rem)!important}.start-sm-6{left:6rem!important}.start-sm-6\.5{left:calc(6rem + 0.5rem)!important}.start-sm-7{left:7rem!important}.start-sm-7\.5{left:calc(7rem + 0.5rem)!important}.start-sm-8{left:8rem!important}.start-sm-8\.5{left:calc(8rem + 0.5rem)!important}.start-sm-9{left:9rem!important}.start-sm-9\.5{left:calc(9rem + 0.5rem)!important}.start-sm-10{left:10rem!important}.start-sm-10\.5{left:calc(10rem + 0.5rem)!important}.start-sm-11{left:11rem!important}.start-sm-11\.5{left:calc(11rem + 0.5rem)!important}.start-sm-12{left:12rem!important}.start-sm-12\.5{left:calc(12rem + 0.5rem)!important}.end-sm-0{right:0!important}.end-sm-50{right:50%!important}.end-sm-100{right:100%!important}.end-sm-0{right:0rem!important}.end-sm-0\.5{right:calc(0rem + 0.5rem)!important}.end-sm-1{right:1rem!important}.end-sm-1\.5{right:calc(1rem + 0.5rem)!important}.end-sm-2{right:2rem!important}.end-sm-2\.5{right:calc(2rem + 0.5rem)!important}.end-sm-3{right:3rem!important}.end-sm-3\.5{right:calc(3rem + 0.5rem)!important}.end-sm-4{right:4rem!important}.end-sm-4\.5{right:calc(4rem + 0.5rem)!important}.end-sm-5{right:5rem!important}.end-sm-5\.5{right:calc(5rem + 0.5rem)!important}.end-sm-6{right:6rem!important}.end-sm-6\.5{right:calc(6rem + 0.5rem)!important}.end-sm-7{right:7rem!important}.end-sm-7\.5{right:calc(7rem + 0.5rem)!important}.end-sm-8{right:8rem!important}.end-sm-8\.5{right:calc(8rem + 0.5rem)!important}.end-sm-9{right:9rem!important}.end-sm-9\.5{right:calc(9rem + 0.5rem)!important}.end-sm-10{right:10rem!important}.end-sm-10\.5{right:calc(10rem + 0.5rem)!important}.end-sm-11{right:11rem!important}.end-sm-11\.5{right:calc(11rem + 0.5rem)!important}.end-sm-12{right:12rem!important}.end-sm-12\.5{right:calc(12rem + 0.5rem)!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-none{width:none!important}.w-sm-0{width:0!important}.w-sm-33{width:33.33%!important}.w-sm-66{width:66.66%!important}.w-sm-100vw{width:100vw!important}.max-w-sm-25{max-width:25%!important}.max-w-sm-50{max-width:50%!important}.max-w-sm-75{max-width:75%!important}.max-w-sm-100{max-width:100%!important}.max-w-sm-auto{max-width:auto!important}.max-w-sm-none{max-width:none!important}.max-w-sm-0{max-width:0!important}.max-w-sm-33{max-width:33.33%!important}.max-w-sm-66{max-width:66.66%!important}.max-w-sm-100vw{max-width:100vw!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-0{height:0!important}.h-sm-50vh{height:50vh!important}.h-sm-100vh{height:100vh!important}.max-h-sm-25{max-height:25%!important}.max-h-sm-50{max-height:50%!important}.max-h-sm-75{max-height:75%!important}.max-h-sm-100{max-height:100%!important}.max-h-sm-auto{max-height:auto!important}.max-h-sm-0{max-height:0!important}.max-h-sm-50vh{max-height:50vh!important}.max-h-sm-100vh{max-height:100vh!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm--1{order:-1!important}.order-sm-99{order:99!important}.order-sm-999{order:999!important}.order-sm-9999{order:9999!important}.m-sm-0{margin:0rem!important}.m-sm-0\.5{margin:calc(0rem + 0.5rem)!important}.m-sm-1{margin:1rem!important}.m-sm-1\.5{margin:calc(1rem + 0.5rem)!important}.m-sm-2{margin:2rem!important}.m-sm-2\.5{margin:calc(2rem + 0.5rem)!important}.m-sm-3{margin:3rem!important}.m-sm-3\.5{margin:calc(3rem + 0.5rem)!important}.m-sm-4{margin:4rem!important}.m-sm-4\.5{margin:calc(4rem + 0.5rem)!important}.m-sm-5{margin:5rem!important}.m-sm-5\.5{margin:calc(5rem + 0.5rem)!important}.m-sm-6{margin:6rem!important}.m-sm-6\.5{margin:calc(6rem + 0.5rem)!important}.m-sm-7{margin:7rem!important}.m-sm-7\.5{margin:calc(7rem + 0.5rem)!important}.m-sm-8{margin:8rem!important}.m-sm-8\.5{margin:calc(8rem + 0.5rem)!important}.m-sm-9{margin:9rem!important}.m-sm-9\.5{margin:calc(9rem + 0.5rem)!important}.m-sm-10{margin:10rem!important}.m-sm-10\.5{margin:calc(10rem + 0.5rem)!important}.m-sm-11{margin:11rem!important}.m-sm-11\.5{margin:calc(11rem + 0.5rem)!important}.m-sm-12{margin:12rem!important}.m-sm-12\.5{margin:calc(12rem + 0.5rem)!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-2{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-3{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-4{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-5{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0rem!important;margin-bottom:0rem!important}.my-sm-0\.5{margin-top:calc(0rem + 0.5rem)!important;margin-bottom:calc(0rem + 0.5rem)!important}.my-sm-1{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-1\.5{margin-top:calc(1rem + 0.5rem)!important;margin-bottom:calc(1rem + 0.5rem)!important}.my-sm-2{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-2\.5{margin-top:calc(2rem + 0.5rem)!important;margin-bottom:calc(2rem + 0.5rem)!important}.my-sm-3{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-3\.5{margin-top:calc(3rem + 0.5rem)!important;margin-bottom:calc(3rem + 0.5rem)!important}.my-sm-4{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-4\.5{margin-top:calc(4rem + 0.5rem)!important;margin-bottom:calc(4rem + 0.5rem)!important}.my-sm-5{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-5\.5{margin-top:calc(5rem + 0.5rem)!important;margin-bottom:calc(5rem + 0.5rem)!important}.my-sm-6{margin-top:6rem!important;margin-bottom:6rem!important}.my-sm-6\.5{margin-top:calc(6rem + 0.5rem)!important;margin-bottom:calc(6rem + 0.5rem)!important}.my-sm-7{margin-top:7rem!important;margin-bottom:7rem!important}.my-sm-7\.5{margin-top:calc(7rem + 0.5rem)!important;margin-bottom:calc(7rem + 0.5rem)!important}.my-sm-8{margin-top:8rem!important;margin-bottom:8rem!important}.my-sm-8\.5{margin-top:calc(8rem + 0.5rem)!important;margin-bottom:calc(8rem + 0.5rem)!important}.my-sm-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-sm-9\.5{margin-top:calc(9rem + 0.5rem)!important;margin-bottom:calc(9rem + 0.5rem)!important}.my-sm-10{margin-top:10rem!important;margin-bottom:10rem!important}.my-sm-10\.5{margin-top:calc(10rem + 0.5rem)!important;margin-bottom:calc(10rem + 0.5rem)!important}.my-sm-11{margin-top:11rem!important;margin-bottom:11rem!important}.my-sm-11\.5{margin-top:calc(11rem + 0.5rem)!important;margin-bottom:calc(11rem + 0.5rem)!important}.my-sm-12{margin-top:12rem!important;margin-bottom:12rem!important}.my-sm-12\.5{margin-top:calc(12rem + 0.5rem)!important;margin-bottom:calc(12rem + 0.5rem)!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0rem!important}.mt-sm-0\.5{margin-top:calc(0rem + 0.5rem)!important}.mt-sm-1{margin-top:1rem!important}.mt-sm-1\.5{margin-top:calc(1rem + 0.5rem)!important}.mt-sm-2{margin-top:2rem!important}.mt-sm-2\.5{margin-top:calc(2rem + 0.5rem)!important}.mt-sm-3{margin-top:3rem!important}.mt-sm-3\.5{margin-top:calc(3rem + 0.5rem)!important}.mt-sm-4{margin-top:4rem!important}.mt-sm-4\.5{margin-top:calc(4rem + 0.5rem)!important}.mt-sm-5{margin-top:5rem!important}.mt-sm-5\.5{margin-top:calc(5rem + 0.5rem)!important}.mt-sm-6{margin-top:6rem!important}.mt-sm-6\.5{margin-top:calc(6rem + 0.5rem)!important}.mt-sm-7{margin-top:7rem!important}.mt-sm-7\.5{margin-top:calc(7rem + 0.5rem)!important}.mt-sm-8{margin-top:8rem!important}.mt-sm-8\.5{margin-top:calc(8rem + 0.5rem)!important}.mt-sm-9{margin-top:9rem!important}.mt-sm-9\.5{margin-top:calc(9rem + 0.5rem)!important}.mt-sm-10{margin-top:10rem!important}.mt-sm-10\.5{margin-top:calc(10rem + 0.5rem)!important}.mt-sm-11{margin-top:11rem!important}.mt-sm-11\.5{margin-top:calc(11rem + 0.5rem)!important}.mt-sm-12{margin-top:12rem!important}.mt-sm-12\.5{margin-top:calc(12rem + 0.5rem)!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0rem!important}.me-sm-0\.5{margin-right:calc(0rem + 0.5rem)!important}.me-sm-1{margin-right:1rem!important}.me-sm-1\.5{margin-right:calc(1rem + 0.5rem)!important}.me-sm-2{margin-right:2rem!important}.me-sm-2\.5{margin-right:calc(2rem + 0.5rem)!important}.me-sm-3{margin-right:3rem!important}.me-sm-3\.5{margin-right:calc(3rem + 0.5rem)!important}.me-sm-4{margin-right:4rem!important}.me-sm-4\.5{margin-right:calc(4rem + 0.5rem)!important}.me-sm-5{margin-right:5rem!important}.me-sm-5\.5{margin-right:calc(5rem + 0.5rem)!important}.me-sm-6{margin-right:6rem!important}.me-sm-6\.5{margin-right:calc(6rem + 0.5rem)!important}.me-sm-7{margin-right:7rem!important}.me-sm-7\.5{margin-right:calc(7rem + 0.5rem)!important}.me-sm-8{margin-right:8rem!important}.me-sm-8\.5{margin-right:calc(8rem + 0.5rem)!important}.me-sm-9{margin-right:9rem!important}.me-sm-9\.5{margin-right:calc(9rem + 0.5rem)!important}.me-sm-10{margin-right:10rem!important}.me-sm-10\.5{margin-right:calc(10rem + 0.5rem)!important}.me-sm-11{margin-right:11rem!important}.me-sm-11\.5{margin-right:calc(11rem + 0.5rem)!important}.me-sm-12{margin-right:12rem!important}.me-sm-12\.5{margin-right:calc(12rem + 0.5rem)!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0rem!important}.mb-sm-0\.5{margin-bottom:calc(0rem + 0.5rem)!important}.mb-sm-1{margin-bottom:1rem!important}.mb-sm-1\.5{margin-bottom:calc(1rem + 0.5rem)!important}.mb-sm-2{margin-bottom:2rem!important}.mb-sm-2\.5{margin-bottom:calc(2rem + 0.5rem)!important}.mb-sm-3{margin-bottom:3rem!important}.mb-sm-3\.5{margin-bottom:calc(3rem + 0.5rem)!important}.mb-sm-4{margin-bottom:4rem!important}.mb-sm-4\.5{margin-bottom:calc(4rem + 0.5rem)!important}.mb-sm-5{margin-bottom:5rem!important}.mb-sm-5\.5{margin-bottom:calc(5rem + 0.5rem)!important}.mb-sm-6{margin-bottom:6rem!important}.mb-sm-6\.5{margin-bottom:calc(6rem + 0.5rem)!important}.mb-sm-7{margin-bottom:7rem!important}.mb-sm-7\.5{margin-bottom:calc(7rem + 0.5rem)!important}.mb-sm-8{margin-bottom:8rem!important}.mb-sm-8\.5{margin-bottom:calc(8rem + 0.5rem)!important}.mb-sm-9{margin-bottom:9rem!important}.mb-sm-9\.5{margin-bottom:calc(9rem + 0.5rem)!important}.mb-sm-10{margin-bottom:10rem!important}.mb-sm-10\.5{margin-bottom:calc(10rem + 0.5rem)!important}.mb-sm-11{margin-bottom:11rem!important}.mb-sm-11\.5{margin-bottom:calc(11rem + 0.5rem)!important}.mb-sm-12{margin-bottom:12rem!important}.mb-sm-12\.5{margin-bottom:calc(12rem + 0.5rem)!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0rem!important}.ms-sm-0\.5{margin-left:calc(0rem + 0.5rem)!important}.ms-sm-1{margin-left:1rem!important}.ms-sm-1\.5{margin-left:calc(1rem + 0.5rem)!important}.ms-sm-2{margin-left:2rem!important}.ms-sm-2\.5{margin-left:calc(2rem + 0.5rem)!important}.ms-sm-3{margin-left:3rem!important}.ms-sm-3\.5{margin-left:calc(3rem + 0.5rem)!important}.ms-sm-4{margin-left:4rem!important}.ms-sm-4\.5{margin-left:calc(4rem + 0.5rem)!important}.ms-sm-5{margin-left:5rem!important}.ms-sm-5\.5{margin-left:calc(5rem + 0.5rem)!important}.ms-sm-6{margin-left:6rem!important}.ms-sm-6\.5{margin-left:calc(6rem + 0.5rem)!important}.ms-sm-7{margin-left:7rem!important}.ms-sm-7\.5{margin-left:calc(7rem + 0.5rem)!important}.ms-sm-8{margin-left:8rem!important}.ms-sm-8\.5{margin-left:calc(8rem + 0.5rem)!important}.ms-sm-9{margin-left:9rem!important}.ms-sm-9\.5{margin-left:calc(9rem + 0.5rem)!important}.ms-sm-10{margin-left:10rem!important}.ms-sm-10\.5{margin-left:calc(10rem + 0.5rem)!important}.ms-sm-11{margin-left:11rem!important}.ms-sm-11\.5{margin-left:calc(11rem + 0.5rem)!important}.ms-sm-12{margin-left:12rem!important}.ms-sm-12\.5{margin-left:calc(12rem + 0.5rem)!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0rem!important}.p-sm-0\.5{padding:calc(0rem + 0.5rem)!important}.p-sm-1{padding:1rem!important}.p-sm-1\.5{padding:calc(1rem + 0.5rem)!important}.p-sm-2{padding:2rem!important}.p-sm-2\.5{padding:calc(2rem + 0.5rem)!important}.p-sm-3{padding:3rem!important}.p-sm-3\.5{padding:calc(3rem + 0.5rem)!important}.p-sm-4{padding:4rem!important}.p-sm-4\.5{padding:calc(4rem + 0.5rem)!important}.p-sm-5{padding:5rem!important}.p-sm-5\.5{padding:calc(5rem + 0.5rem)!important}.p-sm-6{padding:6rem!important}.p-sm-6\.5{padding:calc(6rem + 0.5rem)!important}.p-sm-7{padding:7rem!important}.p-sm-7\.5{padding:calc(7rem + 0.5rem)!important}.p-sm-8{padding:8rem!important}.p-sm-8\.5{padding:calc(8rem + 0.5rem)!important}.p-sm-9{padding:9rem!important}.p-sm-9\.5{padding:calc(9rem + 0.5rem)!important}.p-sm-10{padding:10rem!important}.p-sm-10\.5{padding:calc(10rem + 0.5rem)!important}.p-sm-11{padding:11rem!important}.p-sm-11\.5{padding:calc(11rem + 0.5rem)!important}.p-sm-12{padding:12rem!important}.p-sm-12\.5{padding:calc(12rem + 0.5rem)!important}.px-sm-0{padding-right:0rem!important;padding-left:0rem!important}.px-sm-0\.5{padding-right:calc(0rem + 0.5rem)!important;padding-left:calc(0rem + 0.5rem)!important}.px-sm-1{padding-right:1rem!important;padding-left:1rem!important}.px-sm-1\.5{padding-right:calc(1rem + 0.5rem)!important;padding-left:calc(1rem + 0.5rem)!important}.px-sm-2{padding-right:2rem!important;padding-left:2rem!important}.px-sm-2\.5{padding-right:calc(2rem + 0.5rem)!important;padding-left:calc(2rem + 0.5rem)!important}.px-sm-3{padding-right:3rem!important;padding-left:3rem!important}.px-sm-3\.5{padding-right:calc(3rem + 0.5rem)!important;padding-left:calc(3rem + 0.5rem)!important}.px-sm-4{padding-right:4rem!important;padding-left:4rem!important}.px-sm-4\.5{padding-right:calc(4rem + 0.5rem)!important;padding-left:calc(4rem + 0.5rem)!important}.px-sm-5{padding-right:5rem!important;padding-left:5rem!important}.px-sm-5\.5{padding-right:calc(5rem + 0.5rem)!important;padding-left:calc(5rem + 0.5rem)!important}.px-sm-6{padding-right:6rem!important;padding-left:6rem!important}.px-sm-6\.5{padding-right:calc(6rem + 0.5rem)!important;padding-left:calc(6rem + 0.5rem)!important}.px-sm-7{padding-right:7rem!important;padding-left:7rem!important}.px-sm-7\.5{padding-right:calc(7rem + 0.5rem)!important;padding-left:calc(7rem + 0.5rem)!important}.px-sm-8{padding-right:8rem!important;padding-left:8rem!important}.px-sm-8\.5{padding-right:calc(8rem + 0.5rem)!important;padding-left:calc(8rem + 0.5rem)!important}.px-sm-9{padding-right:9rem!important;padding-left:9rem!important}.px-sm-9\.5{padding-right:calc(9rem + 0.5rem)!important;padding-left:calc(9rem + 0.5rem)!important}.px-sm-10{padding-right:10rem!important;padding-left:10rem!important}.px-sm-10\.5{padding-right:calc(10rem + 0.5rem)!important;padding-left:calc(10rem + 0.5rem)!important}.px-sm-11{padding-right:11rem!important;padding-left:11rem!important}.px-sm-11\.5{padding-right:calc(11rem + 0.5rem)!important;padding-left:calc(11rem + 0.5rem)!important}.px-sm-12{padding-right:12rem!important;padding-left:12rem!important}.px-sm-12\.5{padding-right:calc(12rem + 0.5rem)!important;padding-left:calc(12rem + 0.5rem)!important}.py-sm-0{padding-top:0rem!important;padding-bottom:0rem!important}.py-sm-0\.5{padding-top:calc(0rem + 0.5rem)!important;padding-bottom:calc(0rem + 0.5rem)!important}.py-sm-1{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-1\.5{padding-top:calc(1rem + 0.5rem)!important;padding-bottom:calc(1rem + 0.5rem)!important}.py-sm-2{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-2\.5{padding-top:calc(2rem + 0.5rem)!important;padding-bottom:calc(2rem + 0.5rem)!important}.py-sm-3{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-3\.5{padding-top:calc(3rem + 0.5rem)!important;padding-bottom:calc(3rem + 0.5rem)!important}.py-sm-4{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-4\.5{padding-top:calc(4rem + 0.5rem)!important;padding-bottom:calc(4rem + 0.5rem)!important}.py-sm-5{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-5\.5{padding-top:calc(5rem + 0.5rem)!important;padding-bottom:calc(5rem + 0.5rem)!important}.py-sm-6{padding-top:6rem!important;padding-bottom:6rem!important}.py-sm-6\.5{padding-top:calc(6rem + 0.5rem)!important;padding-bottom:calc(6rem + 0.5rem)!important}.py-sm-7{padding-top:7rem!important;padding-bottom:7rem!important}.py-sm-7\.5{padding-top:calc(7rem + 0.5rem)!important;padding-bottom:calc(7rem + 0.5rem)!important}.py-sm-8{padding-top:8rem!important;padding-bottom:8rem!important}.py-sm-8\.5{padding-top:calc(8rem + 0.5rem)!important;padding-bottom:calc(8rem + 0.5rem)!important}.py-sm-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-sm-9\.5{padding-top:calc(9rem + 0.5rem)!important;padding-bottom:calc(9rem + 0.5rem)!important}.py-sm-10{padding-top:10rem!important;padding-bottom:10rem!important}.py-sm-10\.5{padding-top:calc(10rem + 0.5rem)!important;padding-bottom:calc(10rem + 0.5rem)!important}.py-sm-11{padding-top:11rem!important;padding-bottom:11rem!important}.py-sm-11\.5{padding-top:calc(11rem + 0.5rem)!important;padding-bottom:calc(11rem + 0.5rem)!important}.py-sm-12{padding-top:12rem!important;padding-bottom:12rem!important}.py-sm-12\.5{padding-top:calc(12rem + 0.5rem)!important;padding-bottom:calc(12rem + 0.5rem)!important}.pt-sm-0{padding-top:0rem!important}.pt-sm-0\.5{padding-top:calc(0rem + 0.5rem)!important}.pt-sm-1{padding-top:1rem!important}.pt-sm-1\.5{padding-top:calc(1rem + 0.5rem)!important}.pt-sm-2{padding-top:2rem!important}.pt-sm-2\.5{padding-top:calc(2rem + 0.5rem)!important}.pt-sm-3{padding-top:3rem!important}.pt-sm-3\.5{padding-top:calc(3rem + 0.5rem)!important}.pt-sm-4{padding-top:4rem!important}.pt-sm-4\.5{padding-top:calc(4rem + 0.5rem)!important}.pt-sm-5{padding-top:5rem!important}.pt-sm-5\.5{padding-top:calc(5rem + 0.5rem)!important}.pt-sm-6{padding-top:6rem!important}.pt-sm-6\.5{padding-top:calc(6rem + 0.5rem)!important}.pt-sm-7{padding-top:7rem!important}.pt-sm-7\.5{padding-top:calc(7rem + 0.5rem)!important}.pt-sm-8{padding-top:8rem!important}.pt-sm-8\.5{padding-top:calc(8rem + 0.5rem)!important}.pt-sm-9{padding-top:9rem!important}.pt-sm-9\.5{padding-top:calc(9rem + 0.5rem)!important}.pt-sm-10{padding-top:10rem!important}.pt-sm-10\.5{padding-top:calc(10rem + 0.5rem)!important}.pt-sm-11{padding-top:11rem!important}.pt-sm-11\.5{padding-top:calc(11rem + 0.5rem)!important}.pt-sm-12{padding-top:12rem!important}.pt-sm-12\.5{padding-top:calc(12rem + 0.5rem)!important}.pe-sm-0{padding-right:0rem!important}.pe-sm-0\.5{padding-right:calc(0rem + 0.5rem)!important}.pe-sm-1{padding-right:1rem!important}.pe-sm-1\.5{padding-right:calc(1rem + 0.5rem)!important}.pe-sm-2{padding-right:2rem!important}.pe-sm-2\.5{padding-right:calc(2rem + 0.5rem)!important}.pe-sm-3{padding-right:3rem!important}.pe-sm-3\.5{padding-right:calc(3rem + 0.5rem)!important}.pe-sm-4{padding-right:4rem!important}.pe-sm-4\.5{padding-right:calc(4rem + 0.5rem)!important}.pe-sm-5{padding-right:5rem!important}.pe-sm-5\.5{padding-right:calc(5rem + 0.5rem)!important}.pe-sm-6{padding-right:6rem!important}.pe-sm-6\.5{padding-right:calc(6rem + 0.5rem)!important}.pe-sm-7{padding-right:7rem!important}.pe-sm-7\.5{padding-right:calc(7rem + 0.5rem)!important}.pe-sm-8{padding-right:8rem!important}.pe-sm-8\.5{padding-right:calc(8rem + 0.5rem)!important}.pe-sm-9{padding-right:9rem!important}.pe-sm-9\.5{padding-right:calc(9rem + 0.5rem)!important}.pe-sm-10{padding-right:10rem!important}.pe-sm-10\.5{padding-right:calc(10rem + 0.5rem)!important}.pe-sm-11{padding-right:11rem!important}.pe-sm-11\.5{padding-right:calc(11rem + 0.5rem)!important}.pe-sm-12{padding-right:12rem!important}.pe-sm-12\.5{padding-right:calc(12rem + 0.5rem)!important}.pb-sm-0{padding-bottom:0rem!important}.pb-sm-0\.5{padding-bottom:calc(0rem + 0.5rem)!important}.pb-sm-1{padding-bottom:1rem!important}.pb-sm-1\.5{padding-bottom:calc(1rem + 0.5rem)!important}.pb-sm-2{padding-bottom:2rem!important}.pb-sm-2\.5{padding-bottom:calc(2rem + 0.5rem)!important}.pb-sm-3{padding-bottom:3rem!important}.pb-sm-3\.5{padding-bottom:calc(3rem + 0.5rem)!important}.pb-sm-4{padding-bottom:4rem!important}.pb-sm-4\.5{padding-bottom:calc(4rem + 0.5rem)!important}.pb-sm-5{padding-bottom:5rem!important}.pb-sm-5\.5{padding-bottom:calc(5rem + 0.5rem)!important}.pb-sm-6{padding-bottom:6rem!important}.pb-sm-6\.5{padding-bottom:calc(6rem + 0.5rem)!important}.pb-sm-7{padding-bottom:7rem!important}.pb-sm-7\.5{padding-bottom:calc(7rem + 0.5rem)!important}.pb-sm-8{padding-bottom:8rem!important}.pb-sm-8\.5{padding-bottom:calc(8rem + 0.5rem)!important}.pb-sm-9{padding-bottom:9rem!important}.pb-sm-9\.5{padding-bottom:calc(9rem + 0.5rem)!important}.pb-sm-10{padding-bottom:10rem!important}.pb-sm-10\.5{padding-bottom:calc(10rem + 0.5rem)!important}.pb-sm-11{padding-bottom:11rem!important}.pb-sm-11\.5{padding-bottom:calc(11rem + 0.5rem)!important}.pb-sm-12{padding-bottom:12rem!important}.pb-sm-12\.5{padding-bottom:calc(12rem + 0.5rem)!important}.ps-sm-0{padding-left:0rem!important}.ps-sm-0\.5{padding-left:calc(0rem + 0.5rem)!important}.ps-sm-1{padding-left:1rem!important}.ps-sm-1\.5{padding-left:calc(1rem + 0.5rem)!important}.ps-sm-2{padding-left:2rem!important}.ps-sm-2\.5{padding-left:calc(2rem + 0.5rem)!important}.ps-sm-3{padding-left:3rem!important}.ps-sm-3\.5{padding-left:calc(3rem + 0.5rem)!important}.ps-sm-4{padding-left:4rem!important}.ps-sm-4\.5{padding-left:calc(4rem + 0.5rem)!important}.ps-sm-5{padding-left:5rem!important}.ps-sm-5\.5{padding-left:calc(5rem + 0.5rem)!important}.ps-sm-6{padding-left:6rem!important}.ps-sm-6\.5{padding-left:calc(6rem + 0.5rem)!important}.ps-sm-7{padding-left:7rem!important}.ps-sm-7\.5{padding-left:calc(7rem + 0.5rem)!important}.ps-sm-8{padding-left:8rem!important}.ps-sm-8\.5{padding-left:calc(8rem + 0.5rem)!important}.ps-sm-9{padding-left:9rem!important}.ps-sm-9\.5{padding-left:calc(9rem + 0.5rem)!important}.ps-sm-10{padding-left:10rem!important}.ps-sm-10\.5{padding-left:calc(10rem + 0.5rem)!important}.ps-sm-11{padding-left:11rem!important}.ps-sm-11\.5{padding-left:calc(11rem + 0.5rem)!important}.ps-sm-12{padding-left:12rem!important}.ps-sm-12\.5{padding-left:calc(12rem + 0.5rem)!important}.gap-sm-0{gap:0rem!important}.gap-sm-0\.5{gap:calc(0rem + 0.5rem)!important}.gap-sm-1{gap:1rem!important}.gap-sm-1\.5{gap:calc(1rem + 0.5rem)!important}.gap-sm-2{gap:2rem!important}.gap-sm-2\.5{gap:calc(2rem + 0.5rem)!important}.gap-sm-3{gap:3rem!important}.gap-sm-3\.5{gap:calc(3rem + 0.5rem)!important}.gap-sm-4{gap:4rem!important}.gap-sm-4\.5{gap:calc(4rem + 0.5rem)!important}.gap-sm-5{gap:5rem!important}.gap-sm-5\.5{gap:calc(5rem + 0.5rem)!important}.gap-sm-6{gap:6rem!important}.gap-sm-6\.5{gap:calc(6rem + 0.5rem)!important}.gap-sm-7{gap:7rem!important}.gap-sm-7\.5{gap:calc(7rem + 0.5rem)!important}.gap-sm-8{gap:8rem!important}.gap-sm-8\.5{gap:calc(8rem + 0.5rem)!important}.gap-sm-9{gap:9rem!important}.gap-sm-9\.5{gap:calc(9rem + 0.5rem)!important}.gap-sm-10{gap:10rem!important}.gap-sm-10\.5{gap:calc(10rem + 0.5rem)!important}.gap-sm-11{gap:11rem!important}.gap-sm-11\.5{gap:calc(11rem + 0.5rem)!important}.gap-sm-12{gap:12rem!important}.gap-sm-12\.5{gap:calc(12rem + 0.5rem)!important}.font-family-sm-serif{font-family:serif!important}.font-family-sm-sans-serif{font-family:sans-serif!important}.font-sm-100{font-weight:100!important}.font-sm-200{font-weight:200!important}.font-sm-300{font-weight:300!important}.font-sm-normal{font-weight:normal!important}.font-sm-500{font-weight:500!important}.font-sm-600{font-weight:600!important}.font-sm-bold{font-weight:bold!important}.font-sm-800{font-weight:800!important}.font-sm-900{font-weight:900!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-sm-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-sm-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-sm-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-sm-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-sm-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-sm-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-sm-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-sm-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-sm-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-sm-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-sm-muted{--bs-text-opacity:1;color:#6c757d!important}.text-sm-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-sm-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-sm-reset{--bs-text-opacity:1;color:inherit!important}.text-sm-tertiary{--bs-text-opacity:1;color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.bg-sm-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-sm-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-sm-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-sm-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-sm-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-sm-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-sm-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-sm-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-sm-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-sm-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-sm-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-sm-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.object-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-sm-none{-o-object-fit:none!important;object-fit:none!important}.object-sm-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.grid-template-rows-sm-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.grid-template-rows-sm-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-template-rows-sm-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-template-rows-sm-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-template-rows-sm-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-template-rows-sm-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-template-rows-sm-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-template-rows-sm-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.grid-template-rows-sm-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.grid-template-rows-sm-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.grid-template-rows-sm-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.grid-template-rows-sm-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.grid-template-rows-sm-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.grid-template-columns-sm-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.grid-template-columns-sm-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-template-columns-sm-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-template-columns-sm-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-template-columns-sm-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-template-columns-sm-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-template-columns-sm-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-template-columns-sm-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-template-columns-sm-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-template-columns-sm-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-template-columns-sm-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-template-columns-sm-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-template-columns-sm-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.min-w-sm-25{min-width:25%!important}.min-w-sm-50{min-width:50%!important}.min-w-sm-75{min-width:75%!important}.min-w-sm-100{min-width:100%!important}.min-w-sm-auto{min-width:auto!important}.min-w-sm-none{min-width:none!important}.min-w-sm-0{min-width:0!important}.min-w-sm-33{min-width:33.33%!important}.min-w-sm-66{min-width:66.66%!important}.min-w-sm-100vw{min-width:100vw!important}.min-h-sm-25{min-height:25%!important}.min-h-sm-50{min-height:50%!important}.min-h-sm-75{min-height:75%!important}.min-h-sm-100{min-height:100%!important}.min-h-sm-auto{min-height:auto!important}.min-h-sm-0{min-height:0!important}.min-h-sm-50vh{min-height:50vh!important}.min-h-sm-100vh{min-height:100vh!important}.col-gap-sm-0{--bs-col-gap:0rem !important}.col-gap-sm-0\.5{--bs-col-gap:calc(0rem + 0.5rem) !important}.col-gap-sm-1{--bs-col-gap:1rem !important}.col-gap-sm-1\.5{--bs-col-gap:calc(1rem + 0.5rem) !important}.col-gap-sm-2{--bs-col-gap:2rem !important}.col-gap-sm-2\.5{--bs-col-gap:calc(2rem + 0.5rem) !important}.col-gap-sm-3{--bs-col-gap:3rem !important}.col-gap-sm-3\.5{--bs-col-gap:calc(3rem + 0.5rem) !important}.col-gap-sm-4{--bs-col-gap:4rem !important}.col-gap-sm-4\.5{--bs-col-gap:calc(4rem + 0.5rem) !important}.col-gap-sm-5{--bs-col-gap:5rem !important}.col-gap-sm-5\.5{--bs-col-gap:calc(5rem + 0.5rem) !important}.col-gap-sm-6{--bs-col-gap:6rem !important}.col-gap-sm-6\.5{--bs-col-gap:calc(6rem + 0.5rem) !important}.col-gap-sm-7{--bs-col-gap:7rem !important}.col-gap-sm-7\.5{--bs-col-gap:calc(7rem + 0.5rem) !important}.col-gap-sm-8{--bs-col-gap:8rem !important}.col-gap-sm-8\.5{--bs-col-gap:calc(8rem + 0.5rem) !important}.col-gap-sm-9{--bs-col-gap:9rem !important}.col-gap-sm-9\.5{--bs-col-gap:calc(9rem + 0.5rem) !important}.col-gap-sm-10{--bs-col-gap:10rem !important}.col-gap-sm-10\.5{--bs-col-gap:calc(10rem + 0.5rem) !important}.col-gap-sm-11{--bs-col-gap:11rem !important}.col-gap-sm-11\.5{--bs-col-gap:calc(11rem + 0.5rem) !important}.col-gap-sm-12{--bs-col-gap:12rem !important}.col-gap-sm-12\.5{--bs-col-gap:calc(12rem + 0.5rem) !important}.gx-sm-0{--bs-gutter-x:0rem !important}.gx-sm-0\.5{--bs-gutter-x:calc(0rem + 0.5rem) !important}.gx-sm-1{--bs-gutter-x:1rem !important}.gx-sm-1\.5{--bs-gutter-x:calc(1rem + 0.5rem) !important}.gx-sm-2{--bs-gutter-x:2rem !important}.gx-sm-2\.5{--bs-gutter-x:calc(2rem + 0.5rem) !important}.gx-sm-3{--bs-gutter-x:3rem !important}.gx-sm-3\.5{--bs-gutter-x:calc(3rem + 0.5rem) !important}.gx-sm-4{--bs-gutter-x:4rem !important}.gx-sm-4\.5{--bs-gutter-x:calc(4rem + 0.5rem) !important}.gx-sm-5{--bs-gutter-x:5rem !important}.gx-sm-5\.5{--bs-gutter-x:calc(5rem + 0.5rem) !important}.gx-sm-6{--bs-gutter-x:6rem !important}.gx-sm-6\.5{--bs-gutter-x:calc(6rem + 0.5rem) !important}.gx-sm-7{--bs-gutter-x:7rem !important}.gx-sm-7\.5{--bs-gutter-x:calc(7rem + 0.5rem) !important}.gx-sm-8{--bs-gutter-x:8rem !important}.gx-sm-8\.5{--bs-gutter-x:calc(8rem + 0.5rem) !important}.gx-sm-9{--bs-gutter-x:9rem !important}.gx-sm-9\.5{--bs-gutter-x:calc(9rem + 0.5rem) !important}.gx-sm-10{--bs-gutter-x:10rem !important}.gx-sm-10\.5{--bs-gutter-x:calc(10rem + 0.5rem) !important}.gx-sm-11{--bs-gutter-x:11rem !important}.gx-sm-11\.5{--bs-gutter-x:calc(11rem + 0.5rem) !important}.gx-sm-12{--bs-gutter-x:12rem !important}.gx-sm-12\.5{--bs-gutter-x:calc(12rem + 0.5rem) !important}.row-gap-sm-0{--bs-row-gap:0rem !important}.row-gap-sm-0\.5{--bs-row-gap:calc(0rem + 0.5rem) !important}.row-gap-sm-1{--bs-row-gap:1rem !important}.row-gap-sm-1\.5{--bs-row-gap:calc(1rem + 0.5rem) !important}.row-gap-sm-2{--bs-row-gap:2rem !important}.row-gap-sm-2\.5{--bs-row-gap:calc(2rem + 0.5rem) !important}.row-gap-sm-3{--bs-row-gap:3rem !important}.row-gap-sm-3\.5{--bs-row-gap:calc(3rem + 0.5rem) !important}.row-gap-sm-4{--bs-row-gap:4rem !important}.row-gap-sm-4\.5{--bs-row-gap:calc(4rem + 0.5rem) !important}.row-gap-sm-5{--bs-row-gap:5rem !important}.row-gap-sm-5\.5{--bs-row-gap:calc(5rem + 0.5rem) !important}.row-gap-sm-6{--bs-row-gap:6rem !important}.row-gap-sm-6\.5{--bs-row-gap:calc(6rem + 0.5rem) !important}.row-gap-sm-7{--bs-row-gap:7rem !important}.row-gap-sm-7\.5{--bs-row-gap:calc(7rem + 0.5rem) !important}.row-gap-sm-8{--bs-row-gap:8rem !important}.row-gap-sm-8\.5{--bs-row-gap:calc(8rem + 0.5rem) !important}.row-gap-sm-9{--bs-row-gap:9rem !important}.row-gap-sm-9\.5{--bs-row-gap:calc(9rem + 0.5rem) !important}.row-gap-sm-10{--bs-row-gap:10rem !important}.row-gap-sm-10\.5{--bs-row-gap:calc(10rem + 0.5rem) !important}.row-gap-sm-11{--bs-row-gap:11rem !important}.row-gap-sm-11\.5{--bs-row-gap:calc(11rem + 0.5rem) !important}.row-gap-sm-12{--bs-row-gap:12rem !important}.row-gap-sm-12\.5{--bs-row-gap:calc(12rem + 0.5rem) !important}.gy-sm-0{--bs-gutter-y:0rem !important}.gy-sm-0\.5{--bs-gutter-y:calc(0rem + 0.5rem) !important}.gy-sm-1{--bs-gutter-y:1rem !important}.gy-sm-1\.5{--bs-gutter-y:calc(1rem + 0.5rem) !important}.gy-sm-2{--bs-gutter-y:2rem !important}.gy-sm-2\.5{--bs-gutter-y:calc(2rem + 0.5rem) !important}.gy-sm-3{--bs-gutter-y:3rem !important}.gy-sm-3\.5{--bs-gutter-y:calc(3rem + 0.5rem) !important}.gy-sm-4{--bs-gutter-y:4rem !important}.gy-sm-4\.5{--bs-gutter-y:calc(4rem + 0.5rem) !important}.gy-sm-5{--bs-gutter-y:5rem !important}.gy-sm-5\.5{--bs-gutter-y:calc(5rem + 0.5rem) !important}.gy-sm-6{--bs-gutter-y:6rem !important}.gy-sm-6\.5{--bs-gutter-y:calc(6rem + 0.5rem) !important}.gy-sm-7{--bs-gutter-y:7rem !important}.gy-sm-7\.5{--bs-gutter-y:calc(7rem + 0.5rem) !important}.gy-sm-8{--bs-gutter-y:8rem !important}.gy-sm-8\.5{--bs-gutter-y:calc(8rem + 0.5rem) !important}.gy-sm-9{--bs-gutter-y:9rem !important}.gy-sm-9\.5{--bs-gutter-y:calc(9rem + 0.5rem) !important}.gy-sm-10{--bs-gutter-y:10rem !important}.gy-sm-10\.5{--bs-gutter-y:calc(10rem + 0.5rem) !important}.gy-sm-11{--bs-gutter-y:11rem !important}.gy-sm-11\.5{--bs-gutter-y:calc(11rem + 0.5rem) !important}.gy-sm-12{--bs-gutter-y:12rem !important}.gy-sm-12\.5{--bs-gutter-y:calc(12rem + 0.5rem) !important}.bg-sm-none{background-size:none!important}.bg-sm-100{background-size:100% auto!important}.bg-sm-cover{background-size:cover!important}.bg-sm-contain{background-size:contain!important}.bg-sm-fit{background-size:fit!important}.bg-sm-fill{background-size:fill!important}.bg-sm-scale-down{background-size:scale-down!important}.bg-sm-left{background-position:left!important}.bg-sm-left-top{background-position:left top!important}.bg-sm-left-bottom{background-position:left bottom!important}.bg-sm-right{background-position:right!important}.bg-sm-right-top{background-position:right top!important}.bg-sm-right-bottom{background-position:right bottom!important}.bg-sm-center{background-position:center!important}.bg-sm-center-top{background-position:center top!important}.bg-sm-center-bottom{background-position:center bottom!important}.bg-sm-repeat{background-repeat:repeat!important}.bg-sm-repeat-x{background-repeat:repeat-x!important}.bg-sm-repeat-y{background-repeat:repeat-y!important}.bg-sm-no-repeat{background-repeat:no-repeat!important}.fs-sm-1{font-size:2.5rem!important}.fs-sm-2{font-size:2rem!important}.fs-sm-3{font-size:1.75rem!important}.fs-sm-4{font-size:1.5rem!important}.fs-sm-5{font-size:1.25rem!important}.fs-sm-6{font-size:1rem!important}.object-position-sm-left{-o-object-position:left!important;object-position:left!important}.object-position-sm-left-top{-o-object-position:left top!important;object-position:left top!important}.object-position-sm-left-bottom{-o-object-position:left bottom!important;object-position:left bottom!important}.object-position-sm-right{-o-object-position:right!important;object-position:right!important}.object-position-sm-right-top{-o-object-position:right top!important;object-position:right top!important}.object-position-sm-right-bottom{-o-object-position:right bottom!important;object-position:right bottom!important}.object-position-sm-center{-o-object-position:center!important;object-position:center!important}.object-position-sm-center-top{-o-object-position:center top!important;object-position:center top!important}.object-position-sm-center-bottom{-o-object-position:center bottom!important;object-position:center bottom!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:-webkit-sticky!important;position:sticky!important}.top-md-0{top:0!important}.top-md-50{top:50%!important}.top-md-100{top:100%!important}.top-md-0{top:0rem!important}.top-md-0\.5{top:calc(0rem + 0.5rem)!important}.top-md-1{top:1rem!important}.top-md-1\.5{top:calc(1rem + 0.5rem)!important}.top-md-2{top:2rem!important}.top-md-2\.5{top:calc(2rem + 0.5rem)!important}.top-md-3{top:3rem!important}.top-md-3\.5{top:calc(3rem + 0.5rem)!important}.top-md-4{top:4rem!important}.top-md-4\.5{top:calc(4rem + 0.5rem)!important}.top-md-5{top:5rem!important}.top-md-5\.5{top:calc(5rem + 0.5rem)!important}.top-md-6{top:6rem!important}.top-md-6\.5{top:calc(6rem + 0.5rem)!important}.top-md-7{top:7rem!important}.top-md-7\.5{top:calc(7rem + 0.5rem)!important}.top-md-8{top:8rem!important}.top-md-8\.5{top:calc(8rem + 0.5rem)!important}.top-md-9{top:9rem!important}.top-md-9\.5{top:calc(9rem + 0.5rem)!important}.top-md-10{top:10rem!important}.top-md-10\.5{top:calc(10rem + 0.5rem)!important}.top-md-11{top:11rem!important}.top-md-11\.5{top:calc(11rem + 0.5rem)!important}.top-md-12{top:12rem!important}.top-md-12\.5{top:calc(12rem + 0.5rem)!important}.bottom-md-0{bottom:0!important}.bottom-md-50{bottom:50%!important}.bottom-md-100{bottom:100%!important}.bottom-md-0{bottom:0rem!important}.bottom-md-0\.5{bottom:calc(0rem + 0.5rem)!important}.bottom-md-1{bottom:1rem!important}.bottom-md-1\.5{bottom:calc(1rem + 0.5rem)!important}.bottom-md-2{bottom:2rem!important}.bottom-md-2\.5{bottom:calc(2rem + 0.5rem)!important}.bottom-md-3{bottom:3rem!important}.bottom-md-3\.5{bottom:calc(3rem + 0.5rem)!important}.bottom-md-4{bottom:4rem!important}.bottom-md-4\.5{bottom:calc(4rem + 0.5rem)!important}.bottom-md-5{bottom:5rem!important}.bottom-md-5\.5{bottom:calc(5rem + 0.5rem)!important}.bottom-md-6{bottom:6rem!important}.bottom-md-6\.5{bottom:calc(6rem + 0.5rem)!important}.bottom-md-7{bottom:7rem!important}.bottom-md-7\.5{bottom:calc(7rem + 0.5rem)!important}.bottom-md-8{bottom:8rem!important}.bottom-md-8\.5{bottom:calc(8rem + 0.5rem)!important}.bottom-md-9{bottom:9rem!important}.bottom-md-9\.5{bottom:calc(9rem + 0.5rem)!important}.bottom-md-10{bottom:10rem!important}.bottom-md-10\.5{bottom:calc(10rem + 0.5rem)!important}.bottom-md-11{bottom:11rem!important}.bottom-md-11\.5{bottom:calc(11rem + 0.5rem)!important}.bottom-md-12{bottom:12rem!important}.bottom-md-12\.5{bottom:calc(12rem + 0.5rem)!important}.start-md-0{left:0!important}.start-md-50{left:50%!important}.start-md-100{left:100%!important}.start-md-0{left:0rem!important}.start-md-0\.5{left:calc(0rem + 0.5rem)!important}.start-md-1{left:1rem!important}.start-md-1\.5{left:calc(1rem + 0.5rem)!important}.start-md-2{left:2rem!important}.start-md-2\.5{left:calc(2rem + 0.5rem)!important}.start-md-3{left:3rem!important}.start-md-3\.5{left:calc(3rem + 0.5rem)!important}.start-md-4{left:4rem!important}.start-md-4\.5{left:calc(4rem + 0.5rem)!important}.start-md-5{left:5rem!important}.start-md-5\.5{left:calc(5rem + 0.5rem)!important}.start-md-6{left:6rem!important}.start-md-6\.5{left:calc(6rem + 0.5rem)!important}.start-md-7{left:7rem!important}.start-md-7\.5{left:calc(7rem + 0.5rem)!important}.start-md-8{left:8rem!important}.start-md-8\.5{left:calc(8rem + 0.5rem)!important}.start-md-9{left:9rem!important}.start-md-9\.5{left:calc(9rem + 0.5rem)!important}.start-md-10{left:10rem!important}.start-md-10\.5{left:calc(10rem + 0.5rem)!important}.start-md-11{left:11rem!important}.start-md-11\.5{left:calc(11rem + 0.5rem)!important}.start-md-12{left:12rem!important}.start-md-12\.5{left:calc(12rem + 0.5rem)!important}.end-md-0{right:0!important}.end-md-50{right:50%!important}.end-md-100{right:100%!important}.end-md-0{right:0rem!important}.end-md-0\.5{right:calc(0rem + 0.5rem)!important}.end-md-1{right:1rem!important}.end-md-1\.5{right:calc(1rem + 0.5rem)!important}.end-md-2{right:2rem!important}.end-md-2\.5{right:calc(2rem + 0.5rem)!important}.end-md-3{right:3rem!important}.end-md-3\.5{right:calc(3rem + 0.5rem)!important}.end-md-4{right:4rem!important}.end-md-4\.5{right:calc(4rem + 0.5rem)!important}.end-md-5{right:5rem!important}.end-md-5\.5{right:calc(5rem + 0.5rem)!important}.end-md-6{right:6rem!important}.end-md-6\.5{right:calc(6rem + 0.5rem)!important}.end-md-7{right:7rem!important}.end-md-7\.5{right:calc(7rem + 0.5rem)!important}.end-md-8{right:8rem!important}.end-md-8\.5{right:calc(8rem + 0.5rem)!important}.end-md-9{right:9rem!important}.end-md-9\.5{right:calc(9rem + 0.5rem)!important}.end-md-10{right:10rem!important}.end-md-10\.5{right:calc(10rem + 0.5rem)!important}.end-md-11{right:11rem!important}.end-md-11\.5{right:calc(11rem + 0.5rem)!important}.end-md-12{right:12rem!important}.end-md-12\.5{right:calc(12rem + 0.5rem)!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-none{width:none!important}.w-md-0{width:0!important}.w-md-33{width:33.33%!important}.w-md-66{width:66.66%!important}.w-md-100vw{width:100vw!important}.max-w-md-25{max-width:25%!important}.max-w-md-50{max-width:50%!important}.max-w-md-75{max-width:75%!important}.max-w-md-100{max-width:100%!important}.max-w-md-auto{max-width:auto!important}.max-w-md-none{max-width:none!important}.max-w-md-0{max-width:0!important}.max-w-md-33{max-width:33.33%!important}.max-w-md-66{max-width:66.66%!important}.max-w-md-100vw{max-width:100vw!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-0{height:0!important}.h-md-50vh{height:50vh!important}.h-md-100vh{height:100vh!important}.max-h-md-25{max-height:25%!important}.max-h-md-50{max-height:50%!important}.max-h-md-75{max-height:75%!important}.max-h-md-100{max-height:100%!important}.max-h-md-auto{max-height:auto!important}.max-h-md-0{max-height:0!important}.max-h-md-50vh{max-height:50vh!important}.max-h-md-100vh{max-height:100vh!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md--1{order:-1!important}.order-md-99{order:99!important}.order-md-999{order:999!important}.order-md-9999{order:9999!important}.m-md-0{margin:0rem!important}.m-md-0\.5{margin:calc(0rem + 0.5rem)!important}.m-md-1{margin:1rem!important}.m-md-1\.5{margin:calc(1rem + 0.5rem)!important}.m-md-2{margin:2rem!important}.m-md-2\.5{margin:calc(2rem + 0.5rem)!important}.m-md-3{margin:3rem!important}.m-md-3\.5{margin:calc(3rem + 0.5rem)!important}.m-md-4{margin:4rem!important}.m-md-4\.5{margin:calc(4rem + 0.5rem)!important}.m-md-5{margin:5rem!important}.m-md-5\.5{margin:calc(5rem + 0.5rem)!important}.m-md-6{margin:6rem!important}.m-md-6\.5{margin:calc(6rem + 0.5rem)!important}.m-md-7{margin:7rem!important}.m-md-7\.5{margin:calc(7rem + 0.5rem)!important}.m-md-8{margin:8rem!important}.m-md-8\.5{margin:calc(8rem + 0.5rem)!important}.m-md-9{margin:9rem!important}.m-md-9\.5{margin:calc(9rem + 0.5rem)!important}.m-md-10{margin:10rem!important}.m-md-10\.5{margin:calc(10rem + 0.5rem)!important}.m-md-11{margin:11rem!important}.m-md-11\.5{margin:calc(11rem + 0.5rem)!important}.m-md-12{margin:12rem!important}.m-md-12\.5{margin:calc(12rem + 0.5rem)!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:1rem!important;margin-left:1rem!important}.mx-md-2{margin-right:2rem!important;margin-left:2rem!important}.mx-md-3{margin-right:3rem!important;margin-left:3rem!important}.mx-md-4{margin-right:4rem!important;margin-left:4rem!important}.mx-md-5{margin-right:5rem!important;margin-left:5rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0rem!important;margin-bottom:0rem!important}.my-md-0\.5{margin-top:calc(0rem + 0.5rem)!important;margin-bottom:calc(0rem + 0.5rem)!important}.my-md-1{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-1\.5{margin-top:calc(1rem + 0.5rem)!important;margin-bottom:calc(1rem + 0.5rem)!important}.my-md-2{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-2\.5{margin-top:calc(2rem + 0.5rem)!important;margin-bottom:calc(2rem + 0.5rem)!important}.my-md-3{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-3\.5{margin-top:calc(3rem + 0.5rem)!important;margin-bottom:calc(3rem + 0.5rem)!important}.my-md-4{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-4\.5{margin-top:calc(4rem + 0.5rem)!important;margin-bottom:calc(4rem + 0.5rem)!important}.my-md-5{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-5\.5{margin-top:calc(5rem + 0.5rem)!important;margin-bottom:calc(5rem + 0.5rem)!important}.my-md-6{margin-top:6rem!important;margin-bottom:6rem!important}.my-md-6\.5{margin-top:calc(6rem + 0.5rem)!important;margin-bottom:calc(6rem + 0.5rem)!important}.my-md-7{margin-top:7rem!important;margin-bottom:7rem!important}.my-md-7\.5{margin-top:calc(7rem + 0.5rem)!important;margin-bottom:calc(7rem + 0.5rem)!important}.my-md-8{margin-top:8rem!important;margin-bottom:8rem!important}.my-md-8\.5{margin-top:calc(8rem + 0.5rem)!important;margin-bottom:calc(8rem + 0.5rem)!important}.my-md-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-md-9\.5{margin-top:calc(9rem + 0.5rem)!important;margin-bottom:calc(9rem + 0.5rem)!important}.my-md-10{margin-top:10rem!important;margin-bottom:10rem!important}.my-md-10\.5{margin-top:calc(10rem + 0.5rem)!important;margin-bottom:calc(10rem + 0.5rem)!important}.my-md-11{margin-top:11rem!important;margin-bottom:11rem!important}.my-md-11\.5{margin-top:calc(11rem + 0.5rem)!important;margin-bottom:calc(11rem + 0.5rem)!important}.my-md-12{margin-top:12rem!important;margin-bottom:12rem!important}.my-md-12\.5{margin-top:calc(12rem + 0.5rem)!important;margin-bottom:calc(12rem + 0.5rem)!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0rem!important}.mt-md-0\.5{margin-top:calc(0rem + 0.5rem)!important}.mt-md-1{margin-top:1rem!important}.mt-md-1\.5{margin-top:calc(1rem + 0.5rem)!important}.mt-md-2{margin-top:2rem!important}.mt-md-2\.5{margin-top:calc(2rem + 0.5rem)!important}.mt-md-3{margin-top:3rem!important}.mt-md-3\.5{margin-top:calc(3rem + 0.5rem)!important}.mt-md-4{margin-top:4rem!important}.mt-md-4\.5{margin-top:calc(4rem + 0.5rem)!important}.mt-md-5{margin-top:5rem!important}.mt-md-5\.5{margin-top:calc(5rem + 0.5rem)!important}.mt-md-6{margin-top:6rem!important}.mt-md-6\.5{margin-top:calc(6rem + 0.5rem)!important}.mt-md-7{margin-top:7rem!important}.mt-md-7\.5{margin-top:calc(7rem + 0.5rem)!important}.mt-md-8{margin-top:8rem!important}.mt-md-8\.5{margin-top:calc(8rem + 0.5rem)!important}.mt-md-9{margin-top:9rem!important}.mt-md-9\.5{margin-top:calc(9rem + 0.5rem)!important}.mt-md-10{margin-top:10rem!important}.mt-md-10\.5{margin-top:calc(10rem + 0.5rem)!important}.mt-md-11{margin-top:11rem!important}.mt-md-11\.5{margin-top:calc(11rem + 0.5rem)!important}.mt-md-12{margin-top:12rem!important}.mt-md-12\.5{margin-top:calc(12rem + 0.5rem)!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0rem!important}.me-md-0\.5{margin-right:calc(0rem + 0.5rem)!important}.me-md-1{margin-right:1rem!important}.me-md-1\.5{margin-right:calc(1rem + 0.5rem)!important}.me-md-2{margin-right:2rem!important}.me-md-2\.5{margin-right:calc(2rem + 0.5rem)!important}.me-md-3{margin-right:3rem!important}.me-md-3\.5{margin-right:calc(3rem + 0.5rem)!important}.me-md-4{margin-right:4rem!important}.me-md-4\.5{margin-right:calc(4rem + 0.5rem)!important}.me-md-5{margin-right:5rem!important}.me-md-5\.5{margin-right:calc(5rem + 0.5rem)!important}.me-md-6{margin-right:6rem!important}.me-md-6\.5{margin-right:calc(6rem + 0.5rem)!important}.me-md-7{margin-right:7rem!important}.me-md-7\.5{margin-right:calc(7rem + 0.5rem)!important}.me-md-8{margin-right:8rem!important}.me-md-8\.5{margin-right:calc(8rem + 0.5rem)!important}.me-md-9{margin-right:9rem!important}.me-md-9\.5{margin-right:calc(9rem + 0.5rem)!important}.me-md-10{margin-right:10rem!important}.me-md-10\.5{margin-right:calc(10rem + 0.5rem)!important}.me-md-11{margin-right:11rem!important}.me-md-11\.5{margin-right:calc(11rem + 0.5rem)!important}.me-md-12{margin-right:12rem!important}.me-md-12\.5{margin-right:calc(12rem + 0.5rem)!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0rem!important}.mb-md-0\.5{margin-bottom:calc(0rem + 0.5rem)!important}.mb-md-1{margin-bottom:1rem!important}.mb-md-1\.5{margin-bottom:calc(1rem + 0.5rem)!important}.mb-md-2{margin-bottom:2rem!important}.mb-md-2\.5{margin-bottom:calc(2rem + 0.5rem)!important}.mb-md-3{margin-bottom:3rem!important}.mb-md-3\.5{margin-bottom:calc(3rem + 0.5rem)!important}.mb-md-4{margin-bottom:4rem!important}.mb-md-4\.5{margin-bottom:calc(4rem + 0.5rem)!important}.mb-md-5{margin-bottom:5rem!important}.mb-md-5\.5{margin-bottom:calc(5rem + 0.5rem)!important}.mb-md-6{margin-bottom:6rem!important}.mb-md-6\.5{margin-bottom:calc(6rem + 0.5rem)!important}.mb-md-7{margin-bottom:7rem!important}.mb-md-7\.5{margin-bottom:calc(7rem + 0.5rem)!important}.mb-md-8{margin-bottom:8rem!important}.mb-md-8\.5{margin-bottom:calc(8rem + 0.5rem)!important}.mb-md-9{margin-bottom:9rem!important}.mb-md-9\.5{margin-bottom:calc(9rem + 0.5rem)!important}.mb-md-10{margin-bottom:10rem!important}.mb-md-10\.5{margin-bottom:calc(10rem + 0.5rem)!important}.mb-md-11{margin-bottom:11rem!important}.mb-md-11\.5{margin-bottom:calc(11rem + 0.5rem)!important}.mb-md-12{margin-bottom:12rem!important}.mb-md-12\.5{margin-bottom:calc(12rem + 0.5rem)!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0rem!important}.ms-md-0\.5{margin-left:calc(0rem + 0.5rem)!important}.ms-md-1{margin-left:1rem!important}.ms-md-1\.5{margin-left:calc(1rem + 0.5rem)!important}.ms-md-2{margin-left:2rem!important}.ms-md-2\.5{margin-left:calc(2rem + 0.5rem)!important}.ms-md-3{margin-left:3rem!important}.ms-md-3\.5{margin-left:calc(3rem + 0.5rem)!important}.ms-md-4{margin-left:4rem!important}.ms-md-4\.5{margin-left:calc(4rem + 0.5rem)!important}.ms-md-5{margin-left:5rem!important}.ms-md-5\.5{margin-left:calc(5rem + 0.5rem)!important}.ms-md-6{margin-left:6rem!important}.ms-md-6\.5{margin-left:calc(6rem + 0.5rem)!important}.ms-md-7{margin-left:7rem!important}.ms-md-7\.5{margin-left:calc(7rem + 0.5rem)!important}.ms-md-8{margin-left:8rem!important}.ms-md-8\.5{margin-left:calc(8rem + 0.5rem)!important}.ms-md-9{margin-left:9rem!important}.ms-md-9\.5{margin-left:calc(9rem + 0.5rem)!important}.ms-md-10{margin-left:10rem!important}.ms-md-10\.5{margin-left:calc(10rem + 0.5rem)!important}.ms-md-11{margin-left:11rem!important}.ms-md-11\.5{margin-left:calc(11rem + 0.5rem)!important}.ms-md-12{margin-left:12rem!important}.ms-md-12\.5{margin-left:calc(12rem + 0.5rem)!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0rem!important}.p-md-0\.5{padding:calc(0rem + 0.5rem)!important}.p-md-1{padding:1rem!important}.p-md-1\.5{padding:calc(1rem + 0.5rem)!important}.p-md-2{padding:2rem!important}.p-md-2\.5{padding:calc(2rem + 0.5rem)!important}.p-md-3{padding:3rem!important}.p-md-3\.5{padding:calc(3rem + 0.5rem)!important}.p-md-4{padding:4rem!important}.p-md-4\.5{padding:calc(4rem + 0.5rem)!important}.p-md-5{padding:5rem!important}.p-md-5\.5{padding:calc(5rem + 0.5rem)!important}.p-md-6{padding:6rem!important}.p-md-6\.5{padding:calc(6rem + 0.5rem)!important}.p-md-7{padding:7rem!important}.p-md-7\.5{padding:calc(7rem + 0.5rem)!important}.p-md-8{padding:8rem!important}.p-md-8\.5{padding:calc(8rem + 0.5rem)!important}.p-md-9{padding:9rem!important}.p-md-9\.5{padding:calc(9rem + 0.5rem)!important}.p-md-10{padding:10rem!important}.p-md-10\.5{padding:calc(10rem + 0.5rem)!important}.p-md-11{padding:11rem!important}.p-md-11\.5{padding:calc(11rem + 0.5rem)!important}.p-md-12{padding:12rem!important}.p-md-12\.5{padding:calc(12rem + 0.5rem)!important}.px-md-0{padding-right:0rem!important;padding-left:0rem!important}.px-md-0\.5{padding-right:calc(0rem + 0.5rem)!important;padding-left:calc(0rem + 0.5rem)!important}.px-md-1{padding-right:1rem!important;padding-left:1rem!important}.px-md-1\.5{padding-right:calc(1rem + 0.5rem)!important;padding-left:calc(1rem + 0.5rem)!important}.px-md-2{padding-right:2rem!important;padding-left:2rem!important}.px-md-2\.5{padding-right:calc(2rem + 0.5rem)!important;padding-left:calc(2rem + 0.5rem)!important}.px-md-3{padding-right:3rem!important;padding-left:3rem!important}.px-md-3\.5{padding-right:calc(3rem + 0.5rem)!important;padding-left:calc(3rem + 0.5rem)!important}.px-md-4{padding-right:4rem!important;padding-left:4rem!important}.px-md-4\.5{padding-right:calc(4rem + 0.5rem)!important;padding-left:calc(4rem + 0.5rem)!important}.px-md-5{padding-right:5rem!important;padding-left:5rem!important}.px-md-5\.5{padding-right:calc(5rem + 0.5rem)!important;padding-left:calc(5rem + 0.5rem)!important}.px-md-6{padding-right:6rem!important;padding-left:6rem!important}.px-md-6\.5{padding-right:calc(6rem + 0.5rem)!important;padding-left:calc(6rem + 0.5rem)!important}.px-md-7{padding-right:7rem!important;padding-left:7rem!important}.px-md-7\.5{padding-right:calc(7rem + 0.5rem)!important;padding-left:calc(7rem + 0.5rem)!important}.px-md-8{padding-right:8rem!important;padding-left:8rem!important}.px-md-8\.5{padding-right:calc(8rem + 0.5rem)!important;padding-left:calc(8rem + 0.5rem)!important}.px-md-9{padding-right:9rem!important;padding-left:9rem!important}.px-md-9\.5{padding-right:calc(9rem + 0.5rem)!important;padding-left:calc(9rem + 0.5rem)!important}.px-md-10{padding-right:10rem!important;padding-left:10rem!important}.px-md-10\.5{padding-right:calc(10rem + 0.5rem)!important;padding-left:calc(10rem + 0.5rem)!important}.px-md-11{padding-right:11rem!important;padding-left:11rem!important}.px-md-11\.5{padding-right:calc(11rem + 0.5rem)!important;padding-left:calc(11rem + 0.5rem)!important}.px-md-12{padding-right:12rem!important;padding-left:12rem!important}.px-md-12\.5{padding-right:calc(12rem + 0.5rem)!important;padding-left:calc(12rem + 0.5rem)!important}.py-md-0{padding-top:0rem!important;padding-bottom:0rem!important}.py-md-0\.5{padding-top:calc(0rem + 0.5rem)!important;padding-bottom:calc(0rem + 0.5rem)!important}.py-md-1{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-1\.5{padding-top:calc(1rem + 0.5rem)!important;padding-bottom:calc(1rem + 0.5rem)!important}.py-md-2{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-2\.5{padding-top:calc(2rem + 0.5rem)!important;padding-bottom:calc(2rem + 0.5rem)!important}.py-md-3{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-3\.5{padding-top:calc(3rem + 0.5rem)!important;padding-bottom:calc(3rem + 0.5rem)!important}.py-md-4{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-4\.5{padding-top:calc(4rem + 0.5rem)!important;padding-bottom:calc(4rem + 0.5rem)!important}.py-md-5{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-5\.5{padding-top:calc(5rem + 0.5rem)!important;padding-bottom:calc(5rem + 0.5rem)!important}.py-md-6{padding-top:6rem!important;padding-bottom:6rem!important}.py-md-6\.5{padding-top:calc(6rem + 0.5rem)!important;padding-bottom:calc(6rem + 0.5rem)!important}.py-md-7{padding-top:7rem!important;padding-bottom:7rem!important}.py-md-7\.5{padding-top:calc(7rem + 0.5rem)!important;padding-bottom:calc(7rem + 0.5rem)!important}.py-md-8{padding-top:8rem!important;padding-bottom:8rem!important}.py-md-8\.5{padding-top:calc(8rem + 0.5rem)!important;padding-bottom:calc(8rem + 0.5rem)!important}.py-md-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-md-9\.5{padding-top:calc(9rem + 0.5rem)!important;padding-bottom:calc(9rem + 0.5rem)!important}.py-md-10{padding-top:10rem!important;padding-bottom:10rem!important}.py-md-10\.5{padding-top:calc(10rem + 0.5rem)!important;padding-bottom:calc(10rem + 0.5rem)!important}.py-md-11{padding-top:11rem!important;padding-bottom:11rem!important}.py-md-11\.5{padding-top:calc(11rem + 0.5rem)!important;padding-bottom:calc(11rem + 0.5rem)!important}.py-md-12{padding-top:12rem!important;padding-bottom:12rem!important}.py-md-12\.5{padding-top:calc(12rem + 0.5rem)!important;padding-bottom:calc(12rem + 0.5rem)!important}.pt-md-0{padding-top:0rem!important}.pt-md-0\.5{padding-top:calc(0rem + 0.5rem)!important}.pt-md-1{padding-top:1rem!important}.pt-md-1\.5{padding-top:calc(1rem + 0.5rem)!important}.pt-md-2{padding-top:2rem!important}.pt-md-2\.5{padding-top:calc(2rem + 0.5rem)!important}.pt-md-3{padding-top:3rem!important}.pt-md-3\.5{padding-top:calc(3rem + 0.5rem)!important}.pt-md-4{padding-top:4rem!important}.pt-md-4\.5{padding-top:calc(4rem + 0.5rem)!important}.pt-md-5{padding-top:5rem!important}.pt-md-5\.5{padding-top:calc(5rem + 0.5rem)!important}.pt-md-6{padding-top:6rem!important}.pt-md-6\.5{padding-top:calc(6rem + 0.5rem)!important}.pt-md-7{padding-top:7rem!important}.pt-md-7\.5{padding-top:calc(7rem + 0.5rem)!important}.pt-md-8{padding-top:8rem!important}.pt-md-8\.5{padding-top:calc(8rem + 0.5rem)!important}.pt-md-9{padding-top:9rem!important}.pt-md-9\.5{padding-top:calc(9rem + 0.5rem)!important}.pt-md-10{padding-top:10rem!important}.pt-md-10\.5{padding-top:calc(10rem + 0.5rem)!important}.pt-md-11{padding-top:11rem!important}.pt-md-11\.5{padding-top:calc(11rem + 0.5rem)!important}.pt-md-12{padding-top:12rem!important}.pt-md-12\.5{padding-top:calc(12rem + 0.5rem)!important}.pe-md-0{padding-right:0rem!important}.pe-md-0\.5{padding-right:calc(0rem + 0.5rem)!important}.pe-md-1{padding-right:1rem!important}.pe-md-1\.5{padding-right:calc(1rem + 0.5rem)!important}.pe-md-2{padding-right:2rem!important}.pe-md-2\.5{padding-right:calc(2rem + 0.5rem)!important}.pe-md-3{padding-right:3rem!important}.pe-md-3\.5{padding-right:calc(3rem + 0.5rem)!important}.pe-md-4{padding-right:4rem!important}.pe-md-4\.5{padding-right:calc(4rem + 0.5rem)!important}.pe-md-5{padding-right:5rem!important}.pe-md-5\.5{padding-right:calc(5rem + 0.5rem)!important}.pe-md-6{padding-right:6rem!important}.pe-md-6\.5{padding-right:calc(6rem + 0.5rem)!important}.pe-md-7{padding-right:7rem!important}.pe-md-7\.5{padding-right:calc(7rem + 0.5rem)!important}.pe-md-8{padding-right:8rem!important}.pe-md-8\.5{padding-right:calc(8rem + 0.5rem)!important}.pe-md-9{padding-right:9rem!important}.pe-md-9\.5{padding-right:calc(9rem + 0.5rem)!important}.pe-md-10{padding-right:10rem!important}.pe-md-10\.5{padding-right:calc(10rem + 0.5rem)!important}.pe-md-11{padding-right:11rem!important}.pe-md-11\.5{padding-right:calc(11rem + 0.5rem)!important}.pe-md-12{padding-right:12rem!important}.pe-md-12\.5{padding-right:calc(12rem + 0.5rem)!important}.pb-md-0{padding-bottom:0rem!important}.pb-md-0\.5{padding-bottom:calc(0rem + 0.5rem)!important}.pb-md-1{padding-bottom:1rem!important}.pb-md-1\.5{padding-bottom:calc(1rem + 0.5rem)!important}.pb-md-2{padding-bottom:2rem!important}.pb-md-2\.5{padding-bottom:calc(2rem + 0.5rem)!important}.pb-md-3{padding-bottom:3rem!important}.pb-md-3\.5{padding-bottom:calc(3rem + 0.5rem)!important}.pb-md-4{padding-bottom:4rem!important}.pb-md-4\.5{padding-bottom:calc(4rem + 0.5rem)!important}.pb-md-5{padding-bottom:5rem!important}.pb-md-5\.5{padding-bottom:calc(5rem + 0.5rem)!important}.pb-md-6{padding-bottom:6rem!important}.pb-md-6\.5{padding-bottom:calc(6rem + 0.5rem)!important}.pb-md-7{padding-bottom:7rem!important}.pb-md-7\.5{padding-bottom:calc(7rem + 0.5rem)!important}.pb-md-8{padding-bottom:8rem!important}.pb-md-8\.5{padding-bottom:calc(8rem + 0.5rem)!important}.pb-md-9{padding-bottom:9rem!important}.pb-md-9\.5{padding-bottom:calc(9rem + 0.5rem)!important}.pb-md-10{padding-bottom:10rem!important}.pb-md-10\.5{padding-bottom:calc(10rem + 0.5rem)!important}.pb-md-11{padding-bottom:11rem!important}.pb-md-11\.5{padding-bottom:calc(11rem + 0.5rem)!important}.pb-md-12{padding-bottom:12rem!important}.pb-md-12\.5{padding-bottom:calc(12rem + 0.5rem)!important}.ps-md-0{padding-left:0rem!important}.ps-md-0\.5{padding-left:calc(0rem + 0.5rem)!important}.ps-md-1{padding-left:1rem!important}.ps-md-1\.5{padding-left:calc(1rem + 0.5rem)!important}.ps-md-2{padding-left:2rem!important}.ps-md-2\.5{padding-left:calc(2rem + 0.5rem)!important}.ps-md-3{padding-left:3rem!important}.ps-md-3\.5{padding-left:calc(3rem + 0.5rem)!important}.ps-md-4{padding-left:4rem!important}.ps-md-4\.5{padding-left:calc(4rem + 0.5rem)!important}.ps-md-5{padding-left:5rem!important}.ps-md-5\.5{padding-left:calc(5rem + 0.5rem)!important}.ps-md-6{padding-left:6rem!important}.ps-md-6\.5{padding-left:calc(6rem + 0.5rem)!important}.ps-md-7{padding-left:7rem!important}.ps-md-7\.5{padding-left:calc(7rem + 0.5rem)!important}.ps-md-8{padding-left:8rem!important}.ps-md-8\.5{padding-left:calc(8rem + 0.5rem)!important}.ps-md-9{padding-left:9rem!important}.ps-md-9\.5{padding-left:calc(9rem + 0.5rem)!important}.ps-md-10{padding-left:10rem!important}.ps-md-10\.5{padding-left:calc(10rem + 0.5rem)!important}.ps-md-11{padding-left:11rem!important}.ps-md-11\.5{padding-left:calc(11rem + 0.5rem)!important}.ps-md-12{padding-left:12rem!important}.ps-md-12\.5{padding-left:calc(12rem + 0.5rem)!important}.gap-md-0{gap:0rem!important}.gap-md-0\.5{gap:calc(0rem + 0.5rem)!important}.gap-md-1{gap:1rem!important}.gap-md-1\.5{gap:calc(1rem + 0.5rem)!important}.gap-md-2{gap:2rem!important}.gap-md-2\.5{gap:calc(2rem + 0.5rem)!important}.gap-md-3{gap:3rem!important}.gap-md-3\.5{gap:calc(3rem + 0.5rem)!important}.gap-md-4{gap:4rem!important}.gap-md-4\.5{gap:calc(4rem + 0.5rem)!important}.gap-md-5{gap:5rem!important}.gap-md-5\.5{gap:calc(5rem + 0.5rem)!important}.gap-md-6{gap:6rem!important}.gap-md-6\.5{gap:calc(6rem + 0.5rem)!important}.gap-md-7{gap:7rem!important}.gap-md-7\.5{gap:calc(7rem + 0.5rem)!important}.gap-md-8{gap:8rem!important}.gap-md-8\.5{gap:calc(8rem + 0.5rem)!important}.gap-md-9{gap:9rem!important}.gap-md-9\.5{gap:calc(9rem + 0.5rem)!important}.gap-md-10{gap:10rem!important}.gap-md-10\.5{gap:calc(10rem + 0.5rem)!important}.gap-md-11{gap:11rem!important}.gap-md-11\.5{gap:calc(11rem + 0.5rem)!important}.gap-md-12{gap:12rem!important}.gap-md-12\.5{gap:calc(12rem + 0.5rem)!important}.font-family-md-serif{font-family:serif!important}.font-family-md-sans-serif{font-family:sans-serif!important}.font-md-100{font-weight:100!important}.font-md-200{font-weight:200!important}.font-md-300{font-weight:300!important}.font-md-normal{font-weight:normal!important}.font-md-500{font-weight:500!important}.font-md-600{font-weight:600!important}.font-md-bold{font-weight:bold!important}.font-md-800{font-weight:800!important}.font-md-900{font-weight:900!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.text-md-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-md-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-md-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-md-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-md-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-md-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-md-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-md-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-md-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-md-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-md-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-md-muted{--bs-text-opacity:1;color:#6c757d!important}.text-md-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-md-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-md-reset{--bs-text-opacity:1;color:inherit!important}.text-md-tertiary{--bs-text-opacity:1;color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.bg-md-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-md-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-md-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-md-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-md-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-md-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-md-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-md-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-md-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-md-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-md-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-md-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.object-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-md-none{-o-object-fit:none!important;object-fit:none!important}.object-md-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.grid-template-rows-md-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.grid-template-rows-md-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-template-rows-md-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-template-rows-md-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-template-rows-md-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-template-rows-md-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-template-rows-md-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-template-rows-md-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.grid-template-rows-md-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.grid-template-rows-md-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.grid-template-rows-md-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.grid-template-rows-md-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.grid-template-rows-md-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.grid-template-columns-md-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.grid-template-columns-md-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-template-columns-md-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-template-columns-md-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-template-columns-md-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-template-columns-md-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-template-columns-md-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-template-columns-md-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-template-columns-md-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-template-columns-md-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-template-columns-md-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-template-columns-md-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-template-columns-md-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.min-w-md-25{min-width:25%!important}.min-w-md-50{min-width:50%!important}.min-w-md-75{min-width:75%!important}.min-w-md-100{min-width:100%!important}.min-w-md-auto{min-width:auto!important}.min-w-md-none{min-width:none!important}.min-w-md-0{min-width:0!important}.min-w-md-33{min-width:33.33%!important}.min-w-md-66{min-width:66.66%!important}.min-w-md-100vw{min-width:100vw!important}.min-h-md-25{min-height:25%!important}.min-h-md-50{min-height:50%!important}.min-h-md-75{min-height:75%!important}.min-h-md-100{min-height:100%!important}.min-h-md-auto{min-height:auto!important}.min-h-md-0{min-height:0!important}.min-h-md-50vh{min-height:50vh!important}.min-h-md-100vh{min-height:100vh!important}.col-gap-md-0{--bs-col-gap:0rem !important}.col-gap-md-0\.5{--bs-col-gap:calc(0rem + 0.5rem) !important}.col-gap-md-1{--bs-col-gap:1rem !important}.col-gap-md-1\.5{--bs-col-gap:calc(1rem + 0.5rem) !important}.col-gap-md-2{--bs-col-gap:2rem !important}.col-gap-md-2\.5{--bs-col-gap:calc(2rem + 0.5rem) !important}.col-gap-md-3{--bs-col-gap:3rem !important}.col-gap-md-3\.5{--bs-col-gap:calc(3rem + 0.5rem) !important}.col-gap-md-4{--bs-col-gap:4rem !important}.col-gap-md-4\.5{--bs-col-gap:calc(4rem + 0.5rem) !important}.col-gap-md-5{--bs-col-gap:5rem !important}.col-gap-md-5\.5{--bs-col-gap:calc(5rem + 0.5rem) !important}.col-gap-md-6{--bs-col-gap:6rem !important}.col-gap-md-6\.5{--bs-col-gap:calc(6rem + 0.5rem) !important}.col-gap-md-7{--bs-col-gap:7rem !important}.col-gap-md-7\.5{--bs-col-gap:calc(7rem + 0.5rem) !important}.col-gap-md-8{--bs-col-gap:8rem !important}.col-gap-md-8\.5{--bs-col-gap:calc(8rem + 0.5rem) !important}.col-gap-md-9{--bs-col-gap:9rem !important}.col-gap-md-9\.5{--bs-col-gap:calc(9rem + 0.5rem) !important}.col-gap-md-10{--bs-col-gap:10rem !important}.col-gap-md-10\.5{--bs-col-gap:calc(10rem + 0.5rem) !important}.col-gap-md-11{--bs-col-gap:11rem !important}.col-gap-md-11\.5{--bs-col-gap:calc(11rem + 0.5rem) !important}.col-gap-md-12{--bs-col-gap:12rem !important}.col-gap-md-12\.5{--bs-col-gap:calc(12rem + 0.5rem) !important}.gx-md-0{--bs-gutter-x:0rem !important}.gx-md-0\.5{--bs-gutter-x:calc(0rem + 0.5rem) !important}.gx-md-1{--bs-gutter-x:1rem !important}.gx-md-1\.5{--bs-gutter-x:calc(1rem + 0.5rem) !important}.gx-md-2{--bs-gutter-x:2rem !important}.gx-md-2\.5{--bs-gutter-x:calc(2rem + 0.5rem) !important}.gx-md-3{--bs-gutter-x:3rem !important}.gx-md-3\.5{--bs-gutter-x:calc(3rem + 0.5rem) !important}.gx-md-4{--bs-gutter-x:4rem !important}.gx-md-4\.5{--bs-gutter-x:calc(4rem + 0.5rem) !important}.gx-md-5{--bs-gutter-x:5rem !important}.gx-md-5\.5{--bs-gutter-x:calc(5rem + 0.5rem) !important}.gx-md-6{--bs-gutter-x:6rem !important}.gx-md-6\.5{--bs-gutter-x:calc(6rem + 0.5rem) !important}.gx-md-7{--bs-gutter-x:7rem !important}.gx-md-7\.5{--bs-gutter-x:calc(7rem + 0.5rem) !important}.gx-md-8{--bs-gutter-x:8rem !important}.gx-md-8\.5{--bs-gutter-x:calc(8rem + 0.5rem) !important}.gx-md-9{--bs-gutter-x:9rem !important}.gx-md-9\.5{--bs-gutter-x:calc(9rem + 0.5rem) !important}.gx-md-10{--bs-gutter-x:10rem !important}.gx-md-10\.5{--bs-gutter-x:calc(10rem + 0.5rem) !important}.gx-md-11{--bs-gutter-x:11rem !important}.gx-md-11\.5{--bs-gutter-x:calc(11rem + 0.5rem) !important}.gx-md-12{--bs-gutter-x:12rem !important}.gx-md-12\.5{--bs-gutter-x:calc(12rem + 0.5rem) !important}.row-gap-md-0{--bs-row-gap:0rem !important}.row-gap-md-0\.5{--bs-row-gap:calc(0rem + 0.5rem) !important}.row-gap-md-1{--bs-row-gap:1rem !important}.row-gap-md-1\.5{--bs-row-gap:calc(1rem + 0.5rem) !important}.row-gap-md-2{--bs-row-gap:2rem !important}.row-gap-md-2\.5{--bs-row-gap:calc(2rem + 0.5rem) !important}.row-gap-md-3{--bs-row-gap:3rem !important}.row-gap-md-3\.5{--bs-row-gap:calc(3rem + 0.5rem) !important}.row-gap-md-4{--bs-row-gap:4rem !important}.row-gap-md-4\.5{--bs-row-gap:calc(4rem + 0.5rem) !important}.row-gap-md-5{--bs-row-gap:5rem !important}.row-gap-md-5\.5{--bs-row-gap:calc(5rem + 0.5rem) !important}.row-gap-md-6{--bs-row-gap:6rem !important}.row-gap-md-6\.5{--bs-row-gap:calc(6rem + 0.5rem) !important}.row-gap-md-7{--bs-row-gap:7rem !important}.row-gap-md-7\.5{--bs-row-gap:calc(7rem + 0.5rem) !important}.row-gap-md-8{--bs-row-gap:8rem !important}.row-gap-md-8\.5{--bs-row-gap:calc(8rem + 0.5rem) !important}.row-gap-md-9{--bs-row-gap:9rem !important}.row-gap-md-9\.5{--bs-row-gap:calc(9rem + 0.5rem) !important}.row-gap-md-10{--bs-row-gap:10rem !important}.row-gap-md-10\.5{--bs-row-gap:calc(10rem + 0.5rem) !important}.row-gap-md-11{--bs-row-gap:11rem !important}.row-gap-md-11\.5{--bs-row-gap:calc(11rem + 0.5rem) !important}.row-gap-md-12{--bs-row-gap:12rem !important}.row-gap-md-12\.5{--bs-row-gap:calc(12rem + 0.5rem) !important}.gy-md-0{--bs-gutter-y:0rem !important}.gy-md-0\.5{--bs-gutter-y:calc(0rem + 0.5rem) !important}.gy-md-1{--bs-gutter-y:1rem !important}.gy-md-1\.5{--bs-gutter-y:calc(1rem + 0.5rem) !important}.gy-md-2{--bs-gutter-y:2rem !important}.gy-md-2\.5{--bs-gutter-y:calc(2rem + 0.5rem) !important}.gy-md-3{--bs-gutter-y:3rem !important}.gy-md-3\.5{--bs-gutter-y:calc(3rem + 0.5rem) !important}.gy-md-4{--bs-gutter-y:4rem !important}.gy-md-4\.5{--bs-gutter-y:calc(4rem + 0.5rem) !important}.gy-md-5{--bs-gutter-y:5rem !important}.gy-md-5\.5{--bs-gutter-y:calc(5rem + 0.5rem) !important}.gy-md-6{--bs-gutter-y:6rem !important}.gy-md-6\.5{--bs-gutter-y:calc(6rem + 0.5rem) !important}.gy-md-7{--bs-gutter-y:7rem !important}.gy-md-7\.5{--bs-gutter-y:calc(7rem + 0.5rem) !important}.gy-md-8{--bs-gutter-y:8rem !important}.gy-md-8\.5{--bs-gutter-y:calc(8rem + 0.5rem) !important}.gy-md-9{--bs-gutter-y:9rem !important}.gy-md-9\.5{--bs-gutter-y:calc(9rem + 0.5rem) !important}.gy-md-10{--bs-gutter-y:10rem !important}.gy-md-10\.5{--bs-gutter-y:calc(10rem + 0.5rem) !important}.gy-md-11{--bs-gutter-y:11rem !important}.gy-md-11\.5{--bs-gutter-y:calc(11rem + 0.5rem) !important}.gy-md-12{--bs-gutter-y:12rem !important}.gy-md-12\.5{--bs-gutter-y:calc(12rem + 0.5rem) !important}.bg-md-none{background-size:none!important}.bg-md-100{background-size:100% auto!important}.bg-md-cover{background-size:cover!important}.bg-md-contain{background-size:contain!important}.bg-md-fit{background-size:fit!important}.bg-md-fill{background-size:fill!important}.bg-md-scale-down{background-size:scale-down!important}.bg-md-left{background-position:left!important}.bg-md-left-top{background-position:left top!important}.bg-md-left-bottom{background-position:left bottom!important}.bg-md-right{background-position:right!important}.bg-md-right-top{background-position:right top!important}.bg-md-right-bottom{background-position:right bottom!important}.bg-md-center{background-position:center!important}.bg-md-center-top{background-position:center top!important}.bg-md-center-bottom{background-position:center bottom!important}.bg-md-repeat{background-repeat:repeat!important}.bg-md-repeat-x{background-repeat:repeat-x!important}.bg-md-repeat-y{background-repeat:repeat-y!important}.bg-md-no-repeat{background-repeat:no-repeat!important}.fs-md-1{font-size:2.5rem!important}.fs-md-2{font-size:2rem!important}.fs-md-3{font-size:1.75rem!important}.fs-md-4{font-size:1.5rem!important}.fs-md-5{font-size:1.25rem!important}.fs-md-6{font-size:1rem!important}.object-position-md-left{-o-object-position:left!important;object-position:left!important}.object-position-md-left-top{-o-object-position:left top!important;object-position:left top!important}.object-position-md-left-bottom{-o-object-position:left bottom!important;object-position:left bottom!important}.object-position-md-right{-o-object-position:right!important;object-position:right!important}.object-position-md-right-top{-o-object-position:right top!important;object-position:right top!important}.object-position-md-right-bottom{-o-object-position:right bottom!important;object-position:right bottom!important}.object-position-md-center{-o-object-position:center!important;object-position:center!important}.object-position-md-center-top{-o-object-position:center top!important;object-position:center top!important}.object-position-md-center-bottom{-o-object-position:center bottom!important;object-position:center bottom!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:-webkit-sticky!important;position:sticky!important}.top-lg-0{top:0!important}.top-lg-50{top:50%!important}.top-lg-100{top:100%!important}.top-lg-0{top:0rem!important}.top-lg-0\.5{top:calc(0rem + 0.5rem)!important}.top-lg-1{top:1rem!important}.top-lg-1\.5{top:calc(1rem + 0.5rem)!important}.top-lg-2{top:2rem!important}.top-lg-2\.5{top:calc(2rem + 0.5rem)!important}.top-lg-3{top:3rem!important}.top-lg-3\.5{top:calc(3rem + 0.5rem)!important}.top-lg-4{top:4rem!important}.top-lg-4\.5{top:calc(4rem + 0.5rem)!important}.top-lg-5{top:5rem!important}.top-lg-5\.5{top:calc(5rem + 0.5rem)!important}.top-lg-6{top:6rem!important}.top-lg-6\.5{top:calc(6rem + 0.5rem)!important}.top-lg-7{top:7rem!important}.top-lg-7\.5{top:calc(7rem + 0.5rem)!important}.top-lg-8{top:8rem!important}.top-lg-8\.5{top:calc(8rem + 0.5rem)!important}.top-lg-9{top:9rem!important}.top-lg-9\.5{top:calc(9rem + 0.5rem)!important}.top-lg-10{top:10rem!important}.top-lg-10\.5{top:calc(10rem + 0.5rem)!important}.top-lg-11{top:11rem!important}.top-lg-11\.5{top:calc(11rem + 0.5rem)!important}.top-lg-12{top:12rem!important}.top-lg-12\.5{top:calc(12rem + 0.5rem)!important}.bottom-lg-0{bottom:0!important}.bottom-lg-50{bottom:50%!important}.bottom-lg-100{bottom:100%!important}.bottom-lg-0{bottom:0rem!important}.bottom-lg-0\.5{bottom:calc(0rem + 0.5rem)!important}.bottom-lg-1{bottom:1rem!important}.bottom-lg-1\.5{bottom:calc(1rem + 0.5rem)!important}.bottom-lg-2{bottom:2rem!important}.bottom-lg-2\.5{bottom:calc(2rem + 0.5rem)!important}.bottom-lg-3{bottom:3rem!important}.bottom-lg-3\.5{bottom:calc(3rem + 0.5rem)!important}.bottom-lg-4{bottom:4rem!important}.bottom-lg-4\.5{bottom:calc(4rem + 0.5rem)!important}.bottom-lg-5{bottom:5rem!important}.bottom-lg-5\.5{bottom:calc(5rem + 0.5rem)!important}.bottom-lg-6{bottom:6rem!important}.bottom-lg-6\.5{bottom:calc(6rem + 0.5rem)!important}.bottom-lg-7{bottom:7rem!important}.bottom-lg-7\.5{bottom:calc(7rem + 0.5rem)!important}.bottom-lg-8{bottom:8rem!important}.bottom-lg-8\.5{bottom:calc(8rem + 0.5rem)!important}.bottom-lg-9{bottom:9rem!important}.bottom-lg-9\.5{bottom:calc(9rem + 0.5rem)!important}.bottom-lg-10{bottom:10rem!important}.bottom-lg-10\.5{bottom:calc(10rem + 0.5rem)!important}.bottom-lg-11{bottom:11rem!important}.bottom-lg-11\.5{bottom:calc(11rem + 0.5rem)!important}.bottom-lg-12{bottom:12rem!important}.bottom-lg-12\.5{bottom:calc(12rem + 0.5rem)!important}.start-lg-0{left:0!important}.start-lg-50{left:50%!important}.start-lg-100{left:100%!important}.start-lg-0{left:0rem!important}.start-lg-0\.5{left:calc(0rem + 0.5rem)!important}.start-lg-1{left:1rem!important}.start-lg-1\.5{left:calc(1rem + 0.5rem)!important}.start-lg-2{left:2rem!important}.start-lg-2\.5{left:calc(2rem + 0.5rem)!important}.start-lg-3{left:3rem!important}.start-lg-3\.5{left:calc(3rem + 0.5rem)!important}.start-lg-4{left:4rem!important}.start-lg-4\.5{left:calc(4rem + 0.5rem)!important}.start-lg-5{left:5rem!important}.start-lg-5\.5{left:calc(5rem + 0.5rem)!important}.start-lg-6{left:6rem!important}.start-lg-6\.5{left:calc(6rem + 0.5rem)!important}.start-lg-7{left:7rem!important}.start-lg-7\.5{left:calc(7rem + 0.5rem)!important}.start-lg-8{left:8rem!important}.start-lg-8\.5{left:calc(8rem + 0.5rem)!important}.start-lg-9{left:9rem!important}.start-lg-9\.5{left:calc(9rem + 0.5rem)!important}.start-lg-10{left:10rem!important}.start-lg-10\.5{left:calc(10rem + 0.5rem)!important}.start-lg-11{left:11rem!important}.start-lg-11\.5{left:calc(11rem + 0.5rem)!important}.start-lg-12{left:12rem!important}.start-lg-12\.5{left:calc(12rem + 0.5rem)!important}.end-lg-0{right:0!important}.end-lg-50{right:50%!important}.end-lg-100{right:100%!important}.end-lg-0{right:0rem!important}.end-lg-0\.5{right:calc(0rem + 0.5rem)!important}.end-lg-1{right:1rem!important}.end-lg-1\.5{right:calc(1rem + 0.5rem)!important}.end-lg-2{right:2rem!important}.end-lg-2\.5{right:calc(2rem + 0.5rem)!important}.end-lg-3{right:3rem!important}.end-lg-3\.5{right:calc(3rem + 0.5rem)!important}.end-lg-4{right:4rem!important}.end-lg-4\.5{right:calc(4rem + 0.5rem)!important}.end-lg-5{right:5rem!important}.end-lg-5\.5{right:calc(5rem + 0.5rem)!important}.end-lg-6{right:6rem!important}.end-lg-6\.5{right:calc(6rem + 0.5rem)!important}.end-lg-7{right:7rem!important}.end-lg-7\.5{right:calc(7rem + 0.5rem)!important}.end-lg-8{right:8rem!important}.end-lg-8\.5{right:calc(8rem + 0.5rem)!important}.end-lg-9{right:9rem!important}.end-lg-9\.5{right:calc(9rem + 0.5rem)!important}.end-lg-10{right:10rem!important}.end-lg-10\.5{right:calc(10rem + 0.5rem)!important}.end-lg-11{right:11rem!important}.end-lg-11\.5{right:calc(11rem + 0.5rem)!important}.end-lg-12{right:12rem!important}.end-lg-12\.5{right:calc(12rem + 0.5rem)!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-none{width:none!important}.w-lg-0{width:0!important}.w-lg-33{width:33.33%!important}.w-lg-66{width:66.66%!important}.w-lg-100vw{width:100vw!important}.max-w-lg-25{max-width:25%!important}.max-w-lg-50{max-width:50%!important}.max-w-lg-75{max-width:75%!important}.max-w-lg-100{max-width:100%!important}.max-w-lg-auto{max-width:auto!important}.max-w-lg-none{max-width:none!important}.max-w-lg-0{max-width:0!important}.max-w-lg-33{max-width:33.33%!important}.max-w-lg-66{max-width:66.66%!important}.max-w-lg-100vw{max-width:100vw!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-0{height:0!important}.h-lg-50vh{height:50vh!important}.h-lg-100vh{height:100vh!important}.max-h-lg-25{max-height:25%!important}.max-h-lg-50{max-height:50%!important}.max-h-lg-75{max-height:75%!important}.max-h-lg-100{max-height:100%!important}.max-h-lg-auto{max-height:auto!important}.max-h-lg-0{max-height:0!important}.max-h-lg-50vh{max-height:50vh!important}.max-h-lg-100vh{max-height:100vh!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg--1{order:-1!important}.order-lg-99{order:99!important}.order-lg-999{order:999!important}.order-lg-9999{order:9999!important}.m-lg-0{margin:0rem!important}.m-lg-0\.5{margin:calc(0rem + 0.5rem)!important}.m-lg-1{margin:1rem!important}.m-lg-1\.5{margin:calc(1rem + 0.5rem)!important}.m-lg-2{margin:2rem!important}.m-lg-2\.5{margin:calc(2rem + 0.5rem)!important}.m-lg-3{margin:3rem!important}.m-lg-3\.5{margin:calc(3rem + 0.5rem)!important}.m-lg-4{margin:4rem!important}.m-lg-4\.5{margin:calc(4rem + 0.5rem)!important}.m-lg-5{margin:5rem!important}.m-lg-5\.5{margin:calc(5rem + 0.5rem)!important}.m-lg-6{margin:6rem!important}.m-lg-6\.5{margin:calc(6rem + 0.5rem)!important}.m-lg-7{margin:7rem!important}.m-lg-7\.5{margin:calc(7rem + 0.5rem)!important}.m-lg-8{margin:8rem!important}.m-lg-8\.5{margin:calc(8rem + 0.5rem)!important}.m-lg-9{margin:9rem!important}.m-lg-9\.5{margin:calc(9rem + 0.5rem)!important}.m-lg-10{margin:10rem!important}.m-lg-10\.5{margin:calc(10rem + 0.5rem)!important}.m-lg-11{margin:11rem!important}.m-lg-11\.5{margin:calc(11rem + 0.5rem)!important}.m-lg-12{margin:12rem!important}.m-lg-12\.5{margin:calc(12rem + 0.5rem)!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-2{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-3{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-4{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-5{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0rem!important;margin-bottom:0rem!important}.my-lg-0\.5{margin-top:calc(0rem + 0.5rem)!important;margin-bottom:calc(0rem + 0.5rem)!important}.my-lg-1{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-1\.5{margin-top:calc(1rem + 0.5rem)!important;margin-bottom:calc(1rem + 0.5rem)!important}.my-lg-2{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-2\.5{margin-top:calc(2rem + 0.5rem)!important;margin-bottom:calc(2rem + 0.5rem)!important}.my-lg-3{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-3\.5{margin-top:calc(3rem + 0.5rem)!important;margin-bottom:calc(3rem + 0.5rem)!important}.my-lg-4{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-4\.5{margin-top:calc(4rem + 0.5rem)!important;margin-bottom:calc(4rem + 0.5rem)!important}.my-lg-5{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-5\.5{margin-top:calc(5rem + 0.5rem)!important;margin-bottom:calc(5rem + 0.5rem)!important}.my-lg-6{margin-top:6rem!important;margin-bottom:6rem!important}.my-lg-6\.5{margin-top:calc(6rem + 0.5rem)!important;margin-bottom:calc(6rem + 0.5rem)!important}.my-lg-7{margin-top:7rem!important;margin-bottom:7rem!important}.my-lg-7\.5{margin-top:calc(7rem + 0.5rem)!important;margin-bottom:calc(7rem + 0.5rem)!important}.my-lg-8{margin-top:8rem!important;margin-bottom:8rem!important}.my-lg-8\.5{margin-top:calc(8rem + 0.5rem)!important;margin-bottom:calc(8rem + 0.5rem)!important}.my-lg-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-lg-9\.5{margin-top:calc(9rem + 0.5rem)!important;margin-bottom:calc(9rem + 0.5rem)!important}.my-lg-10{margin-top:10rem!important;margin-bottom:10rem!important}.my-lg-10\.5{margin-top:calc(10rem + 0.5rem)!important;margin-bottom:calc(10rem + 0.5rem)!important}.my-lg-11{margin-top:11rem!important;margin-bottom:11rem!important}.my-lg-11\.5{margin-top:calc(11rem + 0.5rem)!important;margin-bottom:calc(11rem + 0.5rem)!important}.my-lg-12{margin-top:12rem!important;margin-bottom:12rem!important}.my-lg-12\.5{margin-top:calc(12rem + 0.5rem)!important;margin-bottom:calc(12rem + 0.5rem)!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0rem!important}.mt-lg-0\.5{margin-top:calc(0rem + 0.5rem)!important}.mt-lg-1{margin-top:1rem!important}.mt-lg-1\.5{margin-top:calc(1rem + 0.5rem)!important}.mt-lg-2{margin-top:2rem!important}.mt-lg-2\.5{margin-top:calc(2rem + 0.5rem)!important}.mt-lg-3{margin-top:3rem!important}.mt-lg-3\.5{margin-top:calc(3rem + 0.5rem)!important}.mt-lg-4{margin-top:4rem!important}.mt-lg-4\.5{margin-top:calc(4rem + 0.5rem)!important}.mt-lg-5{margin-top:5rem!important}.mt-lg-5\.5{margin-top:calc(5rem + 0.5rem)!important}.mt-lg-6{margin-top:6rem!important}.mt-lg-6\.5{margin-top:calc(6rem + 0.5rem)!important}.mt-lg-7{margin-top:7rem!important}.mt-lg-7\.5{margin-top:calc(7rem + 0.5rem)!important}.mt-lg-8{margin-top:8rem!important}.mt-lg-8\.5{margin-top:calc(8rem + 0.5rem)!important}.mt-lg-9{margin-top:9rem!important}.mt-lg-9\.5{margin-top:calc(9rem + 0.5rem)!important}.mt-lg-10{margin-top:10rem!important}.mt-lg-10\.5{margin-top:calc(10rem + 0.5rem)!important}.mt-lg-11{margin-top:11rem!important}.mt-lg-11\.5{margin-top:calc(11rem + 0.5rem)!important}.mt-lg-12{margin-top:12rem!important}.mt-lg-12\.5{margin-top:calc(12rem + 0.5rem)!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0rem!important}.me-lg-0\.5{margin-right:calc(0rem + 0.5rem)!important}.me-lg-1{margin-right:1rem!important}.me-lg-1\.5{margin-right:calc(1rem + 0.5rem)!important}.me-lg-2{margin-right:2rem!important}.me-lg-2\.5{margin-right:calc(2rem + 0.5rem)!important}.me-lg-3{margin-right:3rem!important}.me-lg-3\.5{margin-right:calc(3rem + 0.5rem)!important}.me-lg-4{margin-right:4rem!important}.me-lg-4\.5{margin-right:calc(4rem + 0.5rem)!important}.me-lg-5{margin-right:5rem!important}.me-lg-5\.5{margin-right:calc(5rem + 0.5rem)!important}.me-lg-6{margin-right:6rem!important}.me-lg-6\.5{margin-right:calc(6rem + 0.5rem)!important}.me-lg-7{margin-right:7rem!important}.me-lg-7\.5{margin-right:calc(7rem + 0.5rem)!important}.me-lg-8{margin-right:8rem!important}.me-lg-8\.5{margin-right:calc(8rem + 0.5rem)!important}.me-lg-9{margin-right:9rem!important}.me-lg-9\.5{margin-right:calc(9rem + 0.5rem)!important}.me-lg-10{margin-right:10rem!important}.me-lg-10\.5{margin-right:calc(10rem + 0.5rem)!important}.me-lg-11{margin-right:11rem!important}.me-lg-11\.5{margin-right:calc(11rem + 0.5rem)!important}.me-lg-12{margin-right:12rem!important}.me-lg-12\.5{margin-right:calc(12rem + 0.5rem)!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0rem!important}.mb-lg-0\.5{margin-bottom:calc(0rem + 0.5rem)!important}.mb-lg-1{margin-bottom:1rem!important}.mb-lg-1\.5{margin-bottom:calc(1rem + 0.5rem)!important}.mb-lg-2{margin-bottom:2rem!important}.mb-lg-2\.5{margin-bottom:calc(2rem + 0.5rem)!important}.mb-lg-3{margin-bottom:3rem!important}.mb-lg-3\.5{margin-bottom:calc(3rem + 0.5rem)!important}.mb-lg-4{margin-bottom:4rem!important}.mb-lg-4\.5{margin-bottom:calc(4rem + 0.5rem)!important}.mb-lg-5{margin-bottom:5rem!important}.mb-lg-5\.5{margin-bottom:calc(5rem + 0.5rem)!important}.mb-lg-6{margin-bottom:6rem!important}.mb-lg-6\.5{margin-bottom:calc(6rem + 0.5rem)!important}.mb-lg-7{margin-bottom:7rem!important}.mb-lg-7\.5{margin-bottom:calc(7rem + 0.5rem)!important}.mb-lg-8{margin-bottom:8rem!important}.mb-lg-8\.5{margin-bottom:calc(8rem + 0.5rem)!important}.mb-lg-9{margin-bottom:9rem!important}.mb-lg-9\.5{margin-bottom:calc(9rem + 0.5rem)!important}.mb-lg-10{margin-bottom:10rem!important}.mb-lg-10\.5{margin-bottom:calc(10rem + 0.5rem)!important}.mb-lg-11{margin-bottom:11rem!important}.mb-lg-11\.5{margin-bottom:calc(11rem + 0.5rem)!important}.mb-lg-12{margin-bottom:12rem!important}.mb-lg-12\.5{margin-bottom:calc(12rem + 0.5rem)!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0rem!important}.ms-lg-0\.5{margin-left:calc(0rem + 0.5rem)!important}.ms-lg-1{margin-left:1rem!important}.ms-lg-1\.5{margin-left:calc(1rem + 0.5rem)!important}.ms-lg-2{margin-left:2rem!important}.ms-lg-2\.5{margin-left:calc(2rem + 0.5rem)!important}.ms-lg-3{margin-left:3rem!important}.ms-lg-3\.5{margin-left:calc(3rem + 0.5rem)!important}.ms-lg-4{margin-left:4rem!important}.ms-lg-4\.5{margin-left:calc(4rem + 0.5rem)!important}.ms-lg-5{margin-left:5rem!important}.ms-lg-5\.5{margin-left:calc(5rem + 0.5rem)!important}.ms-lg-6{margin-left:6rem!important}.ms-lg-6\.5{margin-left:calc(6rem + 0.5rem)!important}.ms-lg-7{margin-left:7rem!important}.ms-lg-7\.5{margin-left:calc(7rem + 0.5rem)!important}.ms-lg-8{margin-left:8rem!important}.ms-lg-8\.5{margin-left:calc(8rem + 0.5rem)!important}.ms-lg-9{margin-left:9rem!important}.ms-lg-9\.5{margin-left:calc(9rem + 0.5rem)!important}.ms-lg-10{margin-left:10rem!important}.ms-lg-10\.5{margin-left:calc(10rem + 0.5rem)!important}.ms-lg-11{margin-left:11rem!important}.ms-lg-11\.5{margin-left:calc(11rem + 0.5rem)!important}.ms-lg-12{margin-left:12rem!important}.ms-lg-12\.5{margin-left:calc(12rem + 0.5rem)!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0rem!important}.p-lg-0\.5{padding:calc(0rem + 0.5rem)!important}.p-lg-1{padding:1rem!important}.p-lg-1\.5{padding:calc(1rem + 0.5rem)!important}.p-lg-2{padding:2rem!important}.p-lg-2\.5{padding:calc(2rem + 0.5rem)!important}.p-lg-3{padding:3rem!important}.p-lg-3\.5{padding:calc(3rem + 0.5rem)!important}.p-lg-4{padding:4rem!important}.p-lg-4\.5{padding:calc(4rem + 0.5rem)!important}.p-lg-5{padding:5rem!important}.p-lg-5\.5{padding:calc(5rem + 0.5rem)!important}.p-lg-6{padding:6rem!important}.p-lg-6\.5{padding:calc(6rem + 0.5rem)!important}.p-lg-7{padding:7rem!important}.p-lg-7\.5{padding:calc(7rem + 0.5rem)!important}.p-lg-8{padding:8rem!important}.p-lg-8\.5{padding:calc(8rem + 0.5rem)!important}.p-lg-9{padding:9rem!important}.p-lg-9\.5{padding:calc(9rem + 0.5rem)!important}.p-lg-10{padding:10rem!important}.p-lg-10\.5{padding:calc(10rem + 0.5rem)!important}.p-lg-11{padding:11rem!important}.p-lg-11\.5{padding:calc(11rem + 0.5rem)!important}.p-lg-12{padding:12rem!important}.p-lg-12\.5{padding:calc(12rem + 0.5rem)!important}.px-lg-0{padding-right:0rem!important;padding-left:0rem!important}.px-lg-0\.5{padding-right:calc(0rem + 0.5rem)!important;padding-left:calc(0rem + 0.5rem)!important}.px-lg-1{padding-right:1rem!important;padding-left:1rem!important}.px-lg-1\.5{padding-right:calc(1rem + 0.5rem)!important;padding-left:calc(1rem + 0.5rem)!important}.px-lg-2{padding-right:2rem!important;padding-left:2rem!important}.px-lg-2\.5{padding-right:calc(2rem + 0.5rem)!important;padding-left:calc(2rem + 0.5rem)!important}.px-lg-3{padding-right:3rem!important;padding-left:3rem!important}.px-lg-3\.5{padding-right:calc(3rem + 0.5rem)!important;padding-left:calc(3rem + 0.5rem)!important}.px-lg-4{padding-right:4rem!important;padding-left:4rem!important}.px-lg-4\.5{padding-right:calc(4rem + 0.5rem)!important;padding-left:calc(4rem + 0.5rem)!important}.px-lg-5{padding-right:5rem!important;padding-left:5rem!important}.px-lg-5\.5{padding-right:calc(5rem + 0.5rem)!important;padding-left:calc(5rem + 0.5rem)!important}.px-lg-6{padding-right:6rem!important;padding-left:6rem!important}.px-lg-6\.5{padding-right:calc(6rem + 0.5rem)!important;padding-left:calc(6rem + 0.5rem)!important}.px-lg-7{padding-right:7rem!important;padding-left:7rem!important}.px-lg-7\.5{padding-right:calc(7rem + 0.5rem)!important;padding-left:calc(7rem + 0.5rem)!important}.px-lg-8{padding-right:8rem!important;padding-left:8rem!important}.px-lg-8\.5{padding-right:calc(8rem + 0.5rem)!important;padding-left:calc(8rem + 0.5rem)!important}.px-lg-9{padding-right:9rem!important;padding-left:9rem!important}.px-lg-9\.5{padding-right:calc(9rem + 0.5rem)!important;padding-left:calc(9rem + 0.5rem)!important}.px-lg-10{padding-right:10rem!important;padding-left:10rem!important}.px-lg-10\.5{padding-right:calc(10rem + 0.5rem)!important;padding-left:calc(10rem + 0.5rem)!important}.px-lg-11{padding-right:11rem!important;padding-left:11rem!important}.px-lg-11\.5{padding-right:calc(11rem + 0.5rem)!important;padding-left:calc(11rem + 0.5rem)!important}.px-lg-12{padding-right:12rem!important;padding-left:12rem!important}.px-lg-12\.5{padding-right:calc(12rem + 0.5rem)!important;padding-left:calc(12rem + 0.5rem)!important}.py-lg-0{padding-top:0rem!important;padding-bottom:0rem!important}.py-lg-0\.5{padding-top:calc(0rem + 0.5rem)!important;padding-bottom:calc(0rem + 0.5rem)!important}.py-lg-1{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-1\.5{padding-top:calc(1rem + 0.5rem)!important;padding-bottom:calc(1rem + 0.5rem)!important}.py-lg-2{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-2\.5{padding-top:calc(2rem + 0.5rem)!important;padding-bottom:calc(2rem + 0.5rem)!important}.py-lg-3{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-3\.5{padding-top:calc(3rem + 0.5rem)!important;padding-bottom:calc(3rem + 0.5rem)!important}.py-lg-4{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-4\.5{padding-top:calc(4rem + 0.5rem)!important;padding-bottom:calc(4rem + 0.5rem)!important}.py-lg-5{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-5\.5{padding-top:calc(5rem + 0.5rem)!important;padding-bottom:calc(5rem + 0.5rem)!important}.py-lg-6{padding-top:6rem!important;padding-bottom:6rem!important}.py-lg-6\.5{padding-top:calc(6rem + 0.5rem)!important;padding-bottom:calc(6rem + 0.5rem)!important}.py-lg-7{padding-top:7rem!important;padding-bottom:7rem!important}.py-lg-7\.5{padding-top:calc(7rem + 0.5rem)!important;padding-bottom:calc(7rem + 0.5rem)!important}.py-lg-8{padding-top:8rem!important;padding-bottom:8rem!important}.py-lg-8\.5{padding-top:calc(8rem + 0.5rem)!important;padding-bottom:calc(8rem + 0.5rem)!important}.py-lg-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-lg-9\.5{padding-top:calc(9rem + 0.5rem)!important;padding-bottom:calc(9rem + 0.5rem)!important}.py-lg-10{padding-top:10rem!important;padding-bottom:10rem!important}.py-lg-10\.5{padding-top:calc(10rem + 0.5rem)!important;padding-bottom:calc(10rem + 0.5rem)!important}.py-lg-11{padding-top:11rem!important;padding-bottom:11rem!important}.py-lg-11\.5{padding-top:calc(11rem + 0.5rem)!important;padding-bottom:calc(11rem + 0.5rem)!important}.py-lg-12{padding-top:12rem!important;padding-bottom:12rem!important}.py-lg-12\.5{padding-top:calc(12rem + 0.5rem)!important;padding-bottom:calc(12rem + 0.5rem)!important}.pt-lg-0{padding-top:0rem!important}.pt-lg-0\.5{padding-top:calc(0rem + 0.5rem)!important}.pt-lg-1{padding-top:1rem!important}.pt-lg-1\.5{padding-top:calc(1rem + 0.5rem)!important}.pt-lg-2{padding-top:2rem!important}.pt-lg-2\.5{padding-top:calc(2rem + 0.5rem)!important}.pt-lg-3{padding-top:3rem!important}.pt-lg-3\.5{padding-top:calc(3rem + 0.5rem)!important}.pt-lg-4{padding-top:4rem!important}.pt-lg-4\.5{padding-top:calc(4rem + 0.5rem)!important}.pt-lg-5{padding-top:5rem!important}.pt-lg-5\.5{padding-top:calc(5rem + 0.5rem)!important}.pt-lg-6{padding-top:6rem!important}.pt-lg-6\.5{padding-top:calc(6rem + 0.5rem)!important}.pt-lg-7{padding-top:7rem!important}.pt-lg-7\.5{padding-top:calc(7rem + 0.5rem)!important}.pt-lg-8{padding-top:8rem!important}.pt-lg-8\.5{padding-top:calc(8rem + 0.5rem)!important}.pt-lg-9{padding-top:9rem!important}.pt-lg-9\.5{padding-top:calc(9rem + 0.5rem)!important}.pt-lg-10{padding-top:10rem!important}.pt-lg-10\.5{padding-top:calc(10rem + 0.5rem)!important}.pt-lg-11{padding-top:11rem!important}.pt-lg-11\.5{padding-top:calc(11rem + 0.5rem)!important}.pt-lg-12{padding-top:12rem!important}.pt-lg-12\.5{padding-top:calc(12rem + 0.5rem)!important}.pe-lg-0{padding-right:0rem!important}.pe-lg-0\.5{padding-right:calc(0rem + 0.5rem)!important}.pe-lg-1{padding-right:1rem!important}.pe-lg-1\.5{padding-right:calc(1rem + 0.5rem)!important}.pe-lg-2{padding-right:2rem!important}.pe-lg-2\.5{padding-right:calc(2rem + 0.5rem)!important}.pe-lg-3{padding-right:3rem!important}.pe-lg-3\.5{padding-right:calc(3rem + 0.5rem)!important}.pe-lg-4{padding-right:4rem!important}.pe-lg-4\.5{padding-right:calc(4rem + 0.5rem)!important}.pe-lg-5{padding-right:5rem!important}.pe-lg-5\.5{padding-right:calc(5rem + 0.5rem)!important}.pe-lg-6{padding-right:6rem!important}.pe-lg-6\.5{padding-right:calc(6rem + 0.5rem)!important}.pe-lg-7{padding-right:7rem!important}.pe-lg-7\.5{padding-right:calc(7rem + 0.5rem)!important}.pe-lg-8{padding-right:8rem!important}.pe-lg-8\.5{padding-right:calc(8rem + 0.5rem)!important}.pe-lg-9{padding-right:9rem!important}.pe-lg-9\.5{padding-right:calc(9rem + 0.5rem)!important}.pe-lg-10{padding-right:10rem!important}.pe-lg-10\.5{padding-right:calc(10rem + 0.5rem)!important}.pe-lg-11{padding-right:11rem!important}.pe-lg-11\.5{padding-right:calc(11rem + 0.5rem)!important}.pe-lg-12{padding-right:12rem!important}.pe-lg-12\.5{padding-right:calc(12rem + 0.5rem)!important}.pb-lg-0{padding-bottom:0rem!important}.pb-lg-0\.5{padding-bottom:calc(0rem + 0.5rem)!important}.pb-lg-1{padding-bottom:1rem!important}.pb-lg-1\.5{padding-bottom:calc(1rem + 0.5rem)!important}.pb-lg-2{padding-bottom:2rem!important}.pb-lg-2\.5{padding-bottom:calc(2rem + 0.5rem)!important}.pb-lg-3{padding-bottom:3rem!important}.pb-lg-3\.5{padding-bottom:calc(3rem + 0.5rem)!important}.pb-lg-4{padding-bottom:4rem!important}.pb-lg-4\.5{padding-bottom:calc(4rem + 0.5rem)!important}.pb-lg-5{padding-bottom:5rem!important}.pb-lg-5\.5{padding-bottom:calc(5rem + 0.5rem)!important}.pb-lg-6{padding-bottom:6rem!important}.pb-lg-6\.5{padding-bottom:calc(6rem + 0.5rem)!important}.pb-lg-7{padding-bottom:7rem!important}.pb-lg-7\.5{padding-bottom:calc(7rem + 0.5rem)!important}.pb-lg-8{padding-bottom:8rem!important}.pb-lg-8\.5{padding-bottom:calc(8rem + 0.5rem)!important}.pb-lg-9{padding-bottom:9rem!important}.pb-lg-9\.5{padding-bottom:calc(9rem + 0.5rem)!important}.pb-lg-10{padding-bottom:10rem!important}.pb-lg-10\.5{padding-bottom:calc(10rem + 0.5rem)!important}.pb-lg-11{padding-bottom:11rem!important}.pb-lg-11\.5{padding-bottom:calc(11rem + 0.5rem)!important}.pb-lg-12{padding-bottom:12rem!important}.pb-lg-12\.5{padding-bottom:calc(12rem + 0.5rem)!important}.ps-lg-0{padding-left:0rem!important}.ps-lg-0\.5{padding-left:calc(0rem + 0.5rem)!important}.ps-lg-1{padding-left:1rem!important}.ps-lg-1\.5{padding-left:calc(1rem + 0.5rem)!important}.ps-lg-2{padding-left:2rem!important}.ps-lg-2\.5{padding-left:calc(2rem + 0.5rem)!important}.ps-lg-3{padding-left:3rem!important}.ps-lg-3\.5{padding-left:calc(3rem + 0.5rem)!important}.ps-lg-4{padding-left:4rem!important}.ps-lg-4\.5{padding-left:calc(4rem + 0.5rem)!important}.ps-lg-5{padding-left:5rem!important}.ps-lg-5\.5{padding-left:calc(5rem + 0.5rem)!important}.ps-lg-6{padding-left:6rem!important}.ps-lg-6\.5{padding-left:calc(6rem + 0.5rem)!important}.ps-lg-7{padding-left:7rem!important}.ps-lg-7\.5{padding-left:calc(7rem + 0.5rem)!important}.ps-lg-8{padding-left:8rem!important}.ps-lg-8\.5{padding-left:calc(8rem + 0.5rem)!important}.ps-lg-9{padding-left:9rem!important}.ps-lg-9\.5{padding-left:calc(9rem + 0.5rem)!important}.ps-lg-10{padding-left:10rem!important}.ps-lg-10\.5{padding-left:calc(10rem + 0.5rem)!important}.ps-lg-11{padding-left:11rem!important}.ps-lg-11\.5{padding-left:calc(11rem + 0.5rem)!important}.ps-lg-12{padding-left:12rem!important}.ps-lg-12\.5{padding-left:calc(12rem + 0.5rem)!important}.gap-lg-0{gap:0rem!important}.gap-lg-0\.5{gap:calc(0rem + 0.5rem)!important}.gap-lg-1{gap:1rem!important}.gap-lg-1\.5{gap:calc(1rem + 0.5rem)!important}.gap-lg-2{gap:2rem!important}.gap-lg-2\.5{gap:calc(2rem + 0.5rem)!important}.gap-lg-3{gap:3rem!important}.gap-lg-3\.5{gap:calc(3rem + 0.5rem)!important}.gap-lg-4{gap:4rem!important}.gap-lg-4\.5{gap:calc(4rem + 0.5rem)!important}.gap-lg-5{gap:5rem!important}.gap-lg-5\.5{gap:calc(5rem + 0.5rem)!important}.gap-lg-6{gap:6rem!important}.gap-lg-6\.5{gap:calc(6rem + 0.5rem)!important}.gap-lg-7{gap:7rem!important}.gap-lg-7\.5{gap:calc(7rem + 0.5rem)!important}.gap-lg-8{gap:8rem!important}.gap-lg-8\.5{gap:calc(8rem + 0.5rem)!important}.gap-lg-9{gap:9rem!important}.gap-lg-9\.5{gap:calc(9rem + 0.5rem)!important}.gap-lg-10{gap:10rem!important}.gap-lg-10\.5{gap:calc(10rem + 0.5rem)!important}.gap-lg-11{gap:11rem!important}.gap-lg-11\.5{gap:calc(11rem + 0.5rem)!important}.gap-lg-12{gap:12rem!important}.gap-lg-12\.5{gap:calc(12rem + 0.5rem)!important}.font-family-lg-serif{font-family:serif!important}.font-family-lg-sans-serif{font-family:sans-serif!important}.font-lg-100{font-weight:100!important}.font-lg-200{font-weight:200!important}.font-lg-300{font-weight:300!important}.font-lg-normal{font-weight:normal!important}.font-lg-500{font-weight:500!important}.font-lg-600{font-weight:600!important}.font-lg-bold{font-weight:bold!important}.font-lg-800{font-weight:800!important}.font-lg-900{font-weight:900!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-lg-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-lg-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-lg-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-lg-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-lg-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-lg-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-lg-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-lg-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-lg-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-lg-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-lg-muted{--bs-text-opacity:1;color:#6c757d!important}.text-lg-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-lg-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-lg-reset{--bs-text-opacity:1;color:inherit!important}.text-lg-tertiary{--bs-text-opacity:1;color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.bg-lg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-lg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-lg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-lg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-lg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-lg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-lg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-lg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-lg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-lg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-lg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-lg-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.object-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-lg-none{-o-object-fit:none!important;object-fit:none!important}.object-lg-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.grid-template-rows-lg-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.grid-template-rows-lg-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-template-rows-lg-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-template-rows-lg-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-template-rows-lg-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-template-rows-lg-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-template-rows-lg-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-template-rows-lg-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.grid-template-rows-lg-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.grid-template-rows-lg-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.grid-template-rows-lg-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.grid-template-rows-lg-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.grid-template-rows-lg-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.grid-template-columns-lg-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.grid-template-columns-lg-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-template-columns-lg-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-template-columns-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-template-columns-lg-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-template-columns-lg-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-template-columns-lg-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-template-columns-lg-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-template-columns-lg-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-template-columns-lg-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-template-columns-lg-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-template-columns-lg-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-template-columns-lg-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.min-w-lg-25{min-width:25%!important}.min-w-lg-50{min-width:50%!important}.min-w-lg-75{min-width:75%!important}.min-w-lg-100{min-width:100%!important}.min-w-lg-auto{min-width:auto!important}.min-w-lg-none{min-width:none!important}.min-w-lg-0{min-width:0!important}.min-w-lg-33{min-width:33.33%!important}.min-w-lg-66{min-width:66.66%!important}.min-w-lg-100vw{min-width:100vw!important}.min-h-lg-25{min-height:25%!important}.min-h-lg-50{min-height:50%!important}.min-h-lg-75{min-height:75%!important}.min-h-lg-100{min-height:100%!important}.min-h-lg-auto{min-height:auto!important}.min-h-lg-0{min-height:0!important}.min-h-lg-50vh{min-height:50vh!important}.min-h-lg-100vh{min-height:100vh!important}.col-gap-lg-0{--bs-col-gap:0rem !important}.col-gap-lg-0\.5{--bs-col-gap:calc(0rem + 0.5rem) !important}.col-gap-lg-1{--bs-col-gap:1rem !important}.col-gap-lg-1\.5{--bs-col-gap:calc(1rem + 0.5rem) !important}.col-gap-lg-2{--bs-col-gap:2rem !important}.col-gap-lg-2\.5{--bs-col-gap:calc(2rem + 0.5rem) !important}.col-gap-lg-3{--bs-col-gap:3rem !important}.col-gap-lg-3\.5{--bs-col-gap:calc(3rem + 0.5rem) !important}.col-gap-lg-4{--bs-col-gap:4rem !important}.col-gap-lg-4\.5{--bs-col-gap:calc(4rem + 0.5rem) !important}.col-gap-lg-5{--bs-col-gap:5rem !important}.col-gap-lg-5\.5{--bs-col-gap:calc(5rem + 0.5rem) !important}.col-gap-lg-6{--bs-col-gap:6rem !important}.col-gap-lg-6\.5{--bs-col-gap:calc(6rem + 0.5rem) !important}.col-gap-lg-7{--bs-col-gap:7rem !important}.col-gap-lg-7\.5{--bs-col-gap:calc(7rem + 0.5rem) !important}.col-gap-lg-8{--bs-col-gap:8rem !important}.col-gap-lg-8\.5{--bs-col-gap:calc(8rem + 0.5rem) !important}.col-gap-lg-9{--bs-col-gap:9rem !important}.col-gap-lg-9\.5{--bs-col-gap:calc(9rem + 0.5rem) !important}.col-gap-lg-10{--bs-col-gap:10rem !important}.col-gap-lg-10\.5{--bs-col-gap:calc(10rem + 0.5rem) !important}.col-gap-lg-11{--bs-col-gap:11rem !important}.col-gap-lg-11\.5{--bs-col-gap:calc(11rem + 0.5rem) !important}.col-gap-lg-12{--bs-col-gap:12rem !important}.col-gap-lg-12\.5{--bs-col-gap:calc(12rem + 0.5rem) !important}.gx-lg-0{--bs-gutter-x:0rem !important}.gx-lg-0\.5{--bs-gutter-x:calc(0rem + 0.5rem) !important}.gx-lg-1{--bs-gutter-x:1rem !important}.gx-lg-1\.5{--bs-gutter-x:calc(1rem + 0.5rem) !important}.gx-lg-2{--bs-gutter-x:2rem !important}.gx-lg-2\.5{--bs-gutter-x:calc(2rem + 0.5rem) !important}.gx-lg-3{--bs-gutter-x:3rem !important}.gx-lg-3\.5{--bs-gutter-x:calc(3rem + 0.5rem) !important}.gx-lg-4{--bs-gutter-x:4rem !important}.gx-lg-4\.5{--bs-gutter-x:calc(4rem + 0.5rem) !important}.gx-lg-5{--bs-gutter-x:5rem !important}.gx-lg-5\.5{--bs-gutter-x:calc(5rem + 0.5rem) !important}.gx-lg-6{--bs-gutter-x:6rem !important}.gx-lg-6\.5{--bs-gutter-x:calc(6rem + 0.5rem) !important}.gx-lg-7{--bs-gutter-x:7rem !important}.gx-lg-7\.5{--bs-gutter-x:calc(7rem + 0.5rem) !important}.gx-lg-8{--bs-gutter-x:8rem !important}.gx-lg-8\.5{--bs-gutter-x:calc(8rem + 0.5rem) !important}.gx-lg-9{--bs-gutter-x:9rem !important}.gx-lg-9\.5{--bs-gutter-x:calc(9rem + 0.5rem) !important}.gx-lg-10{--bs-gutter-x:10rem !important}.gx-lg-10\.5{--bs-gutter-x:calc(10rem + 0.5rem) !important}.gx-lg-11{--bs-gutter-x:11rem !important}.gx-lg-11\.5{--bs-gutter-x:calc(11rem + 0.5rem) !important}.gx-lg-12{--bs-gutter-x:12rem !important}.gx-lg-12\.5{--bs-gutter-x:calc(12rem + 0.5rem) !important}.row-gap-lg-0{--bs-row-gap:0rem !important}.row-gap-lg-0\.5{--bs-row-gap:calc(0rem + 0.5rem) !important}.row-gap-lg-1{--bs-row-gap:1rem !important}.row-gap-lg-1\.5{--bs-row-gap:calc(1rem + 0.5rem) !important}.row-gap-lg-2{--bs-row-gap:2rem !important}.row-gap-lg-2\.5{--bs-row-gap:calc(2rem + 0.5rem) !important}.row-gap-lg-3{--bs-row-gap:3rem !important}.row-gap-lg-3\.5{--bs-row-gap:calc(3rem + 0.5rem) !important}.row-gap-lg-4{--bs-row-gap:4rem !important}.row-gap-lg-4\.5{--bs-row-gap:calc(4rem + 0.5rem) !important}.row-gap-lg-5{--bs-row-gap:5rem !important}.row-gap-lg-5\.5{--bs-row-gap:calc(5rem + 0.5rem) !important}.row-gap-lg-6{--bs-row-gap:6rem !important}.row-gap-lg-6\.5{--bs-row-gap:calc(6rem + 0.5rem) !important}.row-gap-lg-7{--bs-row-gap:7rem !important}.row-gap-lg-7\.5{--bs-row-gap:calc(7rem + 0.5rem) !important}.row-gap-lg-8{--bs-row-gap:8rem !important}.row-gap-lg-8\.5{--bs-row-gap:calc(8rem + 0.5rem) !important}.row-gap-lg-9{--bs-row-gap:9rem !important}.row-gap-lg-9\.5{--bs-row-gap:calc(9rem + 0.5rem) !important}.row-gap-lg-10{--bs-row-gap:10rem !important}.row-gap-lg-10\.5{--bs-row-gap:calc(10rem + 0.5rem) !important}.row-gap-lg-11{--bs-row-gap:11rem !important}.row-gap-lg-11\.5{--bs-row-gap:calc(11rem + 0.5rem) !important}.row-gap-lg-12{--bs-row-gap:12rem !important}.row-gap-lg-12\.5{--bs-row-gap:calc(12rem + 0.5rem) !important}.gy-lg-0{--bs-gutter-y:0rem !important}.gy-lg-0\.5{--bs-gutter-y:calc(0rem + 0.5rem) !important}.gy-lg-1{--bs-gutter-y:1rem !important}.gy-lg-1\.5{--bs-gutter-y:calc(1rem + 0.5rem) !important}.gy-lg-2{--bs-gutter-y:2rem !important}.gy-lg-2\.5{--bs-gutter-y:calc(2rem + 0.5rem) !important}.gy-lg-3{--bs-gutter-y:3rem !important}.gy-lg-3\.5{--bs-gutter-y:calc(3rem + 0.5rem) !important}.gy-lg-4{--bs-gutter-y:4rem !important}.gy-lg-4\.5{--bs-gutter-y:calc(4rem + 0.5rem) !important}.gy-lg-5{--bs-gutter-y:5rem !important}.gy-lg-5\.5{--bs-gutter-y:calc(5rem + 0.5rem) !important}.gy-lg-6{--bs-gutter-y:6rem !important}.gy-lg-6\.5{--bs-gutter-y:calc(6rem + 0.5rem) !important}.gy-lg-7{--bs-gutter-y:7rem !important}.gy-lg-7\.5{--bs-gutter-y:calc(7rem + 0.5rem) !important}.gy-lg-8{--bs-gutter-y:8rem !important}.gy-lg-8\.5{--bs-gutter-y:calc(8rem + 0.5rem) !important}.gy-lg-9{--bs-gutter-y:9rem !important}.gy-lg-9\.5{--bs-gutter-y:calc(9rem + 0.5rem) !important}.gy-lg-10{--bs-gutter-y:10rem !important}.gy-lg-10\.5{--bs-gutter-y:calc(10rem + 0.5rem) !important}.gy-lg-11{--bs-gutter-y:11rem !important}.gy-lg-11\.5{--bs-gutter-y:calc(11rem + 0.5rem) !important}.gy-lg-12{--bs-gutter-y:12rem !important}.gy-lg-12\.5{--bs-gutter-y:calc(12rem + 0.5rem) !important}.bg-lg-none{background-size:none!important}.bg-lg-100{background-size:100% auto!important}.bg-lg-cover{background-size:cover!important}.bg-lg-contain{background-size:contain!important}.bg-lg-fit{background-size:fit!important}.bg-lg-fill{background-size:fill!important}.bg-lg-scale-down{background-size:scale-down!important}.bg-lg-left{background-position:left!important}.bg-lg-left-top{background-position:left top!important}.bg-lg-left-bottom{background-position:left bottom!important}.bg-lg-right{background-position:right!important}.bg-lg-right-top{background-position:right top!important}.bg-lg-right-bottom{background-position:right bottom!important}.bg-lg-center{background-position:center!important}.bg-lg-center-top{background-position:center top!important}.bg-lg-center-bottom{background-position:center bottom!important}.bg-lg-repeat{background-repeat:repeat!important}.bg-lg-repeat-x{background-repeat:repeat-x!important}.bg-lg-repeat-y{background-repeat:repeat-y!important}.bg-lg-no-repeat{background-repeat:no-repeat!important}.fs-lg-1{font-size:2.5rem!important}.fs-lg-2{font-size:2rem!important}.fs-lg-3{font-size:1.75rem!important}.fs-lg-4{font-size:1.5rem!important}.fs-lg-5{font-size:1.25rem!important}.fs-lg-6{font-size:1rem!important}.object-position-lg-left{-o-object-position:left!important;object-position:left!important}.object-position-lg-left-top{-o-object-position:left top!important;object-position:left top!important}.object-position-lg-left-bottom{-o-object-position:left bottom!important;object-position:left bottom!important}.object-position-lg-right{-o-object-position:right!important;object-position:right!important}.object-position-lg-right-top{-o-object-position:right top!important;object-position:right top!important}.object-position-lg-right-bottom{-o-object-position:right bottom!important;object-position:right bottom!important}.object-position-lg-center{-o-object-position:center!important;object-position:center!important}.object-position-lg-center-top{-o-object-position:center top!important;object-position:center top!important}.object-position-lg-center-bottom{-o-object-position:center bottom!important;object-position:center bottom!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:-webkit-sticky!important;position:sticky!important}.top-xl-0{top:0!important}.top-xl-50{top:50%!important}.top-xl-100{top:100%!important}.top-xl-0{top:0rem!important}.top-xl-0\.5{top:calc(0rem + 0.5rem)!important}.top-xl-1{top:1rem!important}.top-xl-1\.5{top:calc(1rem + 0.5rem)!important}.top-xl-2{top:2rem!important}.top-xl-2\.5{top:calc(2rem + 0.5rem)!important}.top-xl-3{top:3rem!important}.top-xl-3\.5{top:calc(3rem + 0.5rem)!important}.top-xl-4{top:4rem!important}.top-xl-4\.5{top:calc(4rem + 0.5rem)!important}.top-xl-5{top:5rem!important}.top-xl-5\.5{top:calc(5rem + 0.5rem)!important}.top-xl-6{top:6rem!important}.top-xl-6\.5{top:calc(6rem + 0.5rem)!important}.top-xl-7{top:7rem!important}.top-xl-7\.5{top:calc(7rem + 0.5rem)!important}.top-xl-8{top:8rem!important}.top-xl-8\.5{top:calc(8rem + 0.5rem)!important}.top-xl-9{top:9rem!important}.top-xl-9\.5{top:calc(9rem + 0.5rem)!important}.top-xl-10{top:10rem!important}.top-xl-10\.5{top:calc(10rem + 0.5rem)!important}.top-xl-11{top:11rem!important}.top-xl-11\.5{top:calc(11rem + 0.5rem)!important}.top-xl-12{top:12rem!important}.top-xl-12\.5{top:calc(12rem + 0.5rem)!important}.bottom-xl-0{bottom:0!important}.bottom-xl-50{bottom:50%!important}.bottom-xl-100{bottom:100%!important}.bottom-xl-0{bottom:0rem!important}.bottom-xl-0\.5{bottom:calc(0rem + 0.5rem)!important}.bottom-xl-1{bottom:1rem!important}.bottom-xl-1\.5{bottom:calc(1rem + 0.5rem)!important}.bottom-xl-2{bottom:2rem!important}.bottom-xl-2\.5{bottom:calc(2rem + 0.5rem)!important}.bottom-xl-3{bottom:3rem!important}.bottom-xl-3\.5{bottom:calc(3rem + 0.5rem)!important}.bottom-xl-4{bottom:4rem!important}.bottom-xl-4\.5{bottom:calc(4rem + 0.5rem)!important}.bottom-xl-5{bottom:5rem!important}.bottom-xl-5\.5{bottom:calc(5rem + 0.5rem)!important}.bottom-xl-6{bottom:6rem!important}.bottom-xl-6\.5{bottom:calc(6rem + 0.5rem)!important}.bottom-xl-7{bottom:7rem!important}.bottom-xl-7\.5{bottom:calc(7rem + 0.5rem)!important}.bottom-xl-8{bottom:8rem!important}.bottom-xl-8\.5{bottom:calc(8rem + 0.5rem)!important}.bottom-xl-9{bottom:9rem!important}.bottom-xl-9\.5{bottom:calc(9rem + 0.5rem)!important}.bottom-xl-10{bottom:10rem!important}.bottom-xl-10\.5{bottom:calc(10rem + 0.5rem)!important}.bottom-xl-11{bottom:11rem!important}.bottom-xl-11\.5{bottom:calc(11rem + 0.5rem)!important}.bottom-xl-12{bottom:12rem!important}.bottom-xl-12\.5{bottom:calc(12rem + 0.5rem)!important}.start-xl-0{left:0!important}.start-xl-50{left:50%!important}.start-xl-100{left:100%!important}.start-xl-0{left:0rem!important}.start-xl-0\.5{left:calc(0rem + 0.5rem)!important}.start-xl-1{left:1rem!important}.start-xl-1\.5{left:calc(1rem + 0.5rem)!important}.start-xl-2{left:2rem!important}.start-xl-2\.5{left:calc(2rem + 0.5rem)!important}.start-xl-3{left:3rem!important}.start-xl-3\.5{left:calc(3rem + 0.5rem)!important}.start-xl-4{left:4rem!important}.start-xl-4\.5{left:calc(4rem + 0.5rem)!important}.start-xl-5{left:5rem!important}.start-xl-5\.5{left:calc(5rem + 0.5rem)!important}.start-xl-6{left:6rem!important}.start-xl-6\.5{left:calc(6rem + 0.5rem)!important}.start-xl-7{left:7rem!important}.start-xl-7\.5{left:calc(7rem + 0.5rem)!important}.start-xl-8{left:8rem!important}.start-xl-8\.5{left:calc(8rem + 0.5rem)!important}.start-xl-9{left:9rem!important}.start-xl-9\.5{left:calc(9rem + 0.5rem)!important}.start-xl-10{left:10rem!important}.start-xl-10\.5{left:calc(10rem + 0.5rem)!important}.start-xl-11{left:11rem!important}.start-xl-11\.5{left:calc(11rem + 0.5rem)!important}.start-xl-12{left:12rem!important}.start-xl-12\.5{left:calc(12rem + 0.5rem)!important}.end-xl-0{right:0!important}.end-xl-50{right:50%!important}.end-xl-100{right:100%!important}.end-xl-0{right:0rem!important}.end-xl-0\.5{right:calc(0rem + 0.5rem)!important}.end-xl-1{right:1rem!important}.end-xl-1\.5{right:calc(1rem + 0.5rem)!important}.end-xl-2{right:2rem!important}.end-xl-2\.5{right:calc(2rem + 0.5rem)!important}.end-xl-3{right:3rem!important}.end-xl-3\.5{right:calc(3rem + 0.5rem)!important}.end-xl-4{right:4rem!important}.end-xl-4\.5{right:calc(4rem + 0.5rem)!important}.end-xl-5{right:5rem!important}.end-xl-5\.5{right:calc(5rem + 0.5rem)!important}.end-xl-6{right:6rem!important}.end-xl-6\.5{right:calc(6rem + 0.5rem)!important}.end-xl-7{right:7rem!important}.end-xl-7\.5{right:calc(7rem + 0.5rem)!important}.end-xl-8{right:8rem!important}.end-xl-8\.5{right:calc(8rem + 0.5rem)!important}.end-xl-9{right:9rem!important}.end-xl-9\.5{right:calc(9rem + 0.5rem)!important}.end-xl-10{right:10rem!important}.end-xl-10\.5{right:calc(10rem + 0.5rem)!important}.end-xl-11{right:11rem!important}.end-xl-11\.5{right:calc(11rem + 0.5rem)!important}.end-xl-12{right:12rem!important}.end-xl-12\.5{right:calc(12rem + 0.5rem)!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-none{width:none!important}.w-xl-0{width:0!important}.w-xl-33{width:33.33%!important}.w-xl-66{width:66.66%!important}.w-xl-100vw{width:100vw!important}.max-w-xl-25{max-width:25%!important}.max-w-xl-50{max-width:50%!important}.max-w-xl-75{max-width:75%!important}.max-w-xl-100{max-width:100%!important}.max-w-xl-auto{max-width:auto!important}.max-w-xl-none{max-width:none!important}.max-w-xl-0{max-width:0!important}.max-w-xl-33{max-width:33.33%!important}.max-w-xl-66{max-width:66.66%!important}.max-w-xl-100vw{max-width:100vw!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-0{height:0!important}.h-xl-50vh{height:50vh!important}.h-xl-100vh{height:100vh!important}.max-h-xl-25{max-height:25%!important}.max-h-xl-50{max-height:50%!important}.max-h-xl-75{max-height:75%!important}.max-h-xl-100{max-height:100%!important}.max-h-xl-auto{max-height:auto!important}.max-h-xl-0{max-height:0!important}.max-h-xl-50vh{max-height:50vh!important}.max-h-xl-100vh{max-height:100vh!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl--1{order:-1!important}.order-xl-99{order:99!important}.order-xl-999{order:999!important}.order-xl-9999{order:9999!important}.m-xl-0{margin:0rem!important}.m-xl-0\.5{margin:calc(0rem + 0.5rem)!important}.m-xl-1{margin:1rem!important}.m-xl-1\.5{margin:calc(1rem + 0.5rem)!important}.m-xl-2{margin:2rem!important}.m-xl-2\.5{margin:calc(2rem + 0.5rem)!important}.m-xl-3{margin:3rem!important}.m-xl-3\.5{margin:calc(3rem + 0.5rem)!important}.m-xl-4{margin:4rem!important}.m-xl-4\.5{margin:calc(4rem + 0.5rem)!important}.m-xl-5{margin:5rem!important}.m-xl-5\.5{margin:calc(5rem + 0.5rem)!important}.m-xl-6{margin:6rem!important}.m-xl-6\.5{margin:calc(6rem + 0.5rem)!important}.m-xl-7{margin:7rem!important}.m-xl-7\.5{margin:calc(7rem + 0.5rem)!important}.m-xl-8{margin:8rem!important}.m-xl-8\.5{margin:calc(8rem + 0.5rem)!important}.m-xl-9{margin:9rem!important}.m-xl-9\.5{margin:calc(9rem + 0.5rem)!important}.m-xl-10{margin:10rem!important}.m-xl-10\.5{margin:calc(10rem + 0.5rem)!important}.m-xl-11{margin:11rem!important}.m-xl-11\.5{margin:calc(11rem + 0.5rem)!important}.m-xl-12{margin:12rem!important}.m-xl-12\.5{margin:calc(12rem + 0.5rem)!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-2{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-3{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-4{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-5{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0rem!important;margin-bottom:0rem!important}.my-xl-0\.5{margin-top:calc(0rem + 0.5rem)!important;margin-bottom:calc(0rem + 0.5rem)!important}.my-xl-1{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-1\.5{margin-top:calc(1rem + 0.5rem)!important;margin-bottom:calc(1rem + 0.5rem)!important}.my-xl-2{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-2\.5{margin-top:calc(2rem + 0.5rem)!important;margin-bottom:calc(2rem + 0.5rem)!important}.my-xl-3{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-3\.5{margin-top:calc(3rem + 0.5rem)!important;margin-bottom:calc(3rem + 0.5rem)!important}.my-xl-4{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-4\.5{margin-top:calc(4rem + 0.5rem)!important;margin-bottom:calc(4rem + 0.5rem)!important}.my-xl-5{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-5\.5{margin-top:calc(5rem + 0.5rem)!important;margin-bottom:calc(5rem + 0.5rem)!important}.my-xl-6{margin-top:6rem!important;margin-bottom:6rem!important}.my-xl-6\.5{margin-top:calc(6rem + 0.5rem)!important;margin-bottom:calc(6rem + 0.5rem)!important}.my-xl-7{margin-top:7rem!important;margin-bottom:7rem!important}.my-xl-7\.5{margin-top:calc(7rem + 0.5rem)!important;margin-bottom:calc(7rem + 0.5rem)!important}.my-xl-8{margin-top:8rem!important;margin-bottom:8rem!important}.my-xl-8\.5{margin-top:calc(8rem + 0.5rem)!important;margin-bottom:calc(8rem + 0.5rem)!important}.my-xl-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-xl-9\.5{margin-top:calc(9rem + 0.5rem)!important;margin-bottom:calc(9rem + 0.5rem)!important}.my-xl-10{margin-top:10rem!important;margin-bottom:10rem!important}.my-xl-10\.5{margin-top:calc(10rem + 0.5rem)!important;margin-bottom:calc(10rem + 0.5rem)!important}.my-xl-11{margin-top:11rem!important;margin-bottom:11rem!important}.my-xl-11\.5{margin-top:calc(11rem + 0.5rem)!important;margin-bottom:calc(11rem + 0.5rem)!important}.my-xl-12{margin-top:12rem!important;margin-bottom:12rem!important}.my-xl-12\.5{margin-top:calc(12rem + 0.5rem)!important;margin-bottom:calc(12rem + 0.5rem)!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0rem!important}.mt-xl-0\.5{margin-top:calc(0rem + 0.5rem)!important}.mt-xl-1{margin-top:1rem!important}.mt-xl-1\.5{margin-top:calc(1rem + 0.5rem)!important}.mt-xl-2{margin-top:2rem!important}.mt-xl-2\.5{margin-top:calc(2rem + 0.5rem)!important}.mt-xl-3{margin-top:3rem!important}.mt-xl-3\.5{margin-top:calc(3rem + 0.5rem)!important}.mt-xl-4{margin-top:4rem!important}.mt-xl-4\.5{margin-top:calc(4rem + 0.5rem)!important}.mt-xl-5{margin-top:5rem!important}.mt-xl-5\.5{margin-top:calc(5rem + 0.5rem)!important}.mt-xl-6{margin-top:6rem!important}.mt-xl-6\.5{margin-top:calc(6rem + 0.5rem)!important}.mt-xl-7{margin-top:7rem!important}.mt-xl-7\.5{margin-top:calc(7rem + 0.5rem)!important}.mt-xl-8{margin-top:8rem!important}.mt-xl-8\.5{margin-top:calc(8rem + 0.5rem)!important}.mt-xl-9{margin-top:9rem!important}.mt-xl-9\.5{margin-top:calc(9rem + 0.5rem)!important}.mt-xl-10{margin-top:10rem!important}.mt-xl-10\.5{margin-top:calc(10rem + 0.5rem)!important}.mt-xl-11{margin-top:11rem!important}.mt-xl-11\.5{margin-top:calc(11rem + 0.5rem)!important}.mt-xl-12{margin-top:12rem!important}.mt-xl-12\.5{margin-top:calc(12rem + 0.5rem)!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0rem!important}.me-xl-0\.5{margin-right:calc(0rem + 0.5rem)!important}.me-xl-1{margin-right:1rem!important}.me-xl-1\.5{margin-right:calc(1rem + 0.5rem)!important}.me-xl-2{margin-right:2rem!important}.me-xl-2\.5{margin-right:calc(2rem + 0.5rem)!important}.me-xl-3{margin-right:3rem!important}.me-xl-3\.5{margin-right:calc(3rem + 0.5rem)!important}.me-xl-4{margin-right:4rem!important}.me-xl-4\.5{margin-right:calc(4rem + 0.5rem)!important}.me-xl-5{margin-right:5rem!important}.me-xl-5\.5{margin-right:calc(5rem + 0.5rem)!important}.me-xl-6{margin-right:6rem!important}.me-xl-6\.5{margin-right:calc(6rem + 0.5rem)!important}.me-xl-7{margin-right:7rem!important}.me-xl-7\.5{margin-right:calc(7rem + 0.5rem)!important}.me-xl-8{margin-right:8rem!important}.me-xl-8\.5{margin-right:calc(8rem + 0.5rem)!important}.me-xl-9{margin-right:9rem!important}.me-xl-9\.5{margin-right:calc(9rem + 0.5rem)!important}.me-xl-10{margin-right:10rem!important}.me-xl-10\.5{margin-right:calc(10rem + 0.5rem)!important}.me-xl-11{margin-right:11rem!important}.me-xl-11\.5{margin-right:calc(11rem + 0.5rem)!important}.me-xl-12{margin-right:12rem!important}.me-xl-12\.5{margin-right:calc(12rem + 0.5rem)!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0rem!important}.mb-xl-0\.5{margin-bottom:calc(0rem + 0.5rem)!important}.mb-xl-1{margin-bottom:1rem!important}.mb-xl-1\.5{margin-bottom:calc(1rem + 0.5rem)!important}.mb-xl-2{margin-bottom:2rem!important}.mb-xl-2\.5{margin-bottom:calc(2rem + 0.5rem)!important}.mb-xl-3{margin-bottom:3rem!important}.mb-xl-3\.5{margin-bottom:calc(3rem + 0.5rem)!important}.mb-xl-4{margin-bottom:4rem!important}.mb-xl-4\.5{margin-bottom:calc(4rem + 0.5rem)!important}.mb-xl-5{margin-bottom:5rem!important}.mb-xl-5\.5{margin-bottom:calc(5rem + 0.5rem)!important}.mb-xl-6{margin-bottom:6rem!important}.mb-xl-6\.5{margin-bottom:calc(6rem + 0.5rem)!important}.mb-xl-7{margin-bottom:7rem!important}.mb-xl-7\.5{margin-bottom:calc(7rem + 0.5rem)!important}.mb-xl-8{margin-bottom:8rem!important}.mb-xl-8\.5{margin-bottom:calc(8rem + 0.5rem)!important}.mb-xl-9{margin-bottom:9rem!important}.mb-xl-9\.5{margin-bottom:calc(9rem + 0.5rem)!important}.mb-xl-10{margin-bottom:10rem!important}.mb-xl-10\.5{margin-bottom:calc(10rem + 0.5rem)!important}.mb-xl-11{margin-bottom:11rem!important}.mb-xl-11\.5{margin-bottom:calc(11rem + 0.5rem)!important}.mb-xl-12{margin-bottom:12rem!important}.mb-xl-12\.5{margin-bottom:calc(12rem + 0.5rem)!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0rem!important}.ms-xl-0\.5{margin-left:calc(0rem + 0.5rem)!important}.ms-xl-1{margin-left:1rem!important}.ms-xl-1\.5{margin-left:calc(1rem + 0.5rem)!important}.ms-xl-2{margin-left:2rem!important}.ms-xl-2\.5{margin-left:calc(2rem + 0.5rem)!important}.ms-xl-3{margin-left:3rem!important}.ms-xl-3\.5{margin-left:calc(3rem + 0.5rem)!important}.ms-xl-4{margin-left:4rem!important}.ms-xl-4\.5{margin-left:calc(4rem + 0.5rem)!important}.ms-xl-5{margin-left:5rem!important}.ms-xl-5\.5{margin-left:calc(5rem + 0.5rem)!important}.ms-xl-6{margin-left:6rem!important}.ms-xl-6\.5{margin-left:calc(6rem + 0.5rem)!important}.ms-xl-7{margin-left:7rem!important}.ms-xl-7\.5{margin-left:calc(7rem + 0.5rem)!important}.ms-xl-8{margin-left:8rem!important}.ms-xl-8\.5{margin-left:calc(8rem + 0.5rem)!important}.ms-xl-9{margin-left:9rem!important}.ms-xl-9\.5{margin-left:calc(9rem + 0.5rem)!important}.ms-xl-10{margin-left:10rem!important}.ms-xl-10\.5{margin-left:calc(10rem + 0.5rem)!important}.ms-xl-11{margin-left:11rem!important}.ms-xl-11\.5{margin-left:calc(11rem + 0.5rem)!important}.ms-xl-12{margin-left:12rem!important}.ms-xl-12\.5{margin-left:calc(12rem + 0.5rem)!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0rem!important}.p-xl-0\.5{padding:calc(0rem + 0.5rem)!important}.p-xl-1{padding:1rem!important}.p-xl-1\.5{padding:calc(1rem + 0.5rem)!important}.p-xl-2{padding:2rem!important}.p-xl-2\.5{padding:calc(2rem + 0.5rem)!important}.p-xl-3{padding:3rem!important}.p-xl-3\.5{padding:calc(3rem + 0.5rem)!important}.p-xl-4{padding:4rem!important}.p-xl-4\.5{padding:calc(4rem + 0.5rem)!important}.p-xl-5{padding:5rem!important}.p-xl-5\.5{padding:calc(5rem + 0.5rem)!important}.p-xl-6{padding:6rem!important}.p-xl-6\.5{padding:calc(6rem + 0.5rem)!important}.p-xl-7{padding:7rem!important}.p-xl-7\.5{padding:calc(7rem + 0.5rem)!important}.p-xl-8{padding:8rem!important}.p-xl-8\.5{padding:calc(8rem + 0.5rem)!important}.p-xl-9{padding:9rem!important}.p-xl-9\.5{padding:calc(9rem + 0.5rem)!important}.p-xl-10{padding:10rem!important}.p-xl-10\.5{padding:calc(10rem + 0.5rem)!important}.p-xl-11{padding:11rem!important}.p-xl-11\.5{padding:calc(11rem + 0.5rem)!important}.p-xl-12{padding:12rem!important}.p-xl-12\.5{padding:calc(12rem + 0.5rem)!important}.px-xl-0{padding-right:0rem!important;padding-left:0rem!important}.px-xl-0\.5{padding-right:calc(0rem + 0.5rem)!important;padding-left:calc(0rem + 0.5rem)!important}.px-xl-1{padding-right:1rem!important;padding-left:1rem!important}.px-xl-1\.5{padding-right:calc(1rem + 0.5rem)!important;padding-left:calc(1rem + 0.5rem)!important}.px-xl-2{padding-right:2rem!important;padding-left:2rem!important}.px-xl-2\.5{padding-right:calc(2rem + 0.5rem)!important;padding-left:calc(2rem + 0.5rem)!important}.px-xl-3{padding-right:3rem!important;padding-left:3rem!important}.px-xl-3\.5{padding-right:calc(3rem + 0.5rem)!important;padding-left:calc(3rem + 0.5rem)!important}.px-xl-4{padding-right:4rem!important;padding-left:4rem!important}.px-xl-4\.5{padding-right:calc(4rem + 0.5rem)!important;padding-left:calc(4rem + 0.5rem)!important}.px-xl-5{padding-right:5rem!important;padding-left:5rem!important}.px-xl-5\.5{padding-right:calc(5rem + 0.5rem)!important;padding-left:calc(5rem + 0.5rem)!important}.px-xl-6{padding-right:6rem!important;padding-left:6rem!important}.px-xl-6\.5{padding-right:calc(6rem + 0.5rem)!important;padding-left:calc(6rem + 0.5rem)!important}.px-xl-7{padding-right:7rem!important;padding-left:7rem!important}.px-xl-7\.5{padding-right:calc(7rem + 0.5rem)!important;padding-left:calc(7rem + 0.5rem)!important}.px-xl-8{padding-right:8rem!important;padding-left:8rem!important}.px-xl-8\.5{padding-right:calc(8rem + 0.5rem)!important;padding-left:calc(8rem + 0.5rem)!important}.px-xl-9{padding-right:9rem!important;padding-left:9rem!important}.px-xl-9\.5{padding-right:calc(9rem + 0.5rem)!important;padding-left:calc(9rem + 0.5rem)!important}.px-xl-10{padding-right:10rem!important;padding-left:10rem!important}.px-xl-10\.5{padding-right:calc(10rem + 0.5rem)!important;padding-left:calc(10rem + 0.5rem)!important}.px-xl-11{padding-right:11rem!important;padding-left:11rem!important}.px-xl-11\.5{padding-right:calc(11rem + 0.5rem)!important;padding-left:calc(11rem + 0.5rem)!important}.px-xl-12{padding-right:12rem!important;padding-left:12rem!important}.px-xl-12\.5{padding-right:calc(12rem + 0.5rem)!important;padding-left:calc(12rem + 0.5rem)!important}.py-xl-0{padding-top:0rem!important;padding-bottom:0rem!important}.py-xl-0\.5{padding-top:calc(0rem + 0.5rem)!important;padding-bottom:calc(0rem + 0.5rem)!important}.py-xl-1{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-1\.5{padding-top:calc(1rem + 0.5rem)!important;padding-bottom:calc(1rem + 0.5rem)!important}.py-xl-2{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-2\.5{padding-top:calc(2rem + 0.5rem)!important;padding-bottom:calc(2rem + 0.5rem)!important}.py-xl-3{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-3\.5{padding-top:calc(3rem + 0.5rem)!important;padding-bottom:calc(3rem + 0.5rem)!important}.py-xl-4{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-4\.5{padding-top:calc(4rem + 0.5rem)!important;padding-bottom:calc(4rem + 0.5rem)!important}.py-xl-5{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-5\.5{padding-top:calc(5rem + 0.5rem)!important;padding-bottom:calc(5rem + 0.5rem)!important}.py-xl-6{padding-top:6rem!important;padding-bottom:6rem!important}.py-xl-6\.5{padding-top:calc(6rem + 0.5rem)!important;padding-bottom:calc(6rem + 0.5rem)!important}.py-xl-7{padding-top:7rem!important;padding-bottom:7rem!important}.py-xl-7\.5{padding-top:calc(7rem + 0.5rem)!important;padding-bottom:calc(7rem + 0.5rem)!important}.py-xl-8{padding-top:8rem!important;padding-bottom:8rem!important}.py-xl-8\.5{padding-top:calc(8rem + 0.5rem)!important;padding-bottom:calc(8rem + 0.5rem)!important}.py-xl-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-xl-9\.5{padding-top:calc(9rem + 0.5rem)!important;padding-bottom:calc(9rem + 0.5rem)!important}.py-xl-10{padding-top:10rem!important;padding-bottom:10rem!important}.py-xl-10\.5{padding-top:calc(10rem + 0.5rem)!important;padding-bottom:calc(10rem + 0.5rem)!important}.py-xl-11{padding-top:11rem!important;padding-bottom:11rem!important}.py-xl-11\.5{padding-top:calc(11rem + 0.5rem)!important;padding-bottom:calc(11rem + 0.5rem)!important}.py-xl-12{padding-top:12rem!important;padding-bottom:12rem!important}.py-xl-12\.5{padding-top:calc(12rem + 0.5rem)!important;padding-bottom:calc(12rem + 0.5rem)!important}.pt-xl-0{padding-top:0rem!important}.pt-xl-0\.5{padding-top:calc(0rem + 0.5rem)!important}.pt-xl-1{padding-top:1rem!important}.pt-xl-1\.5{padding-top:calc(1rem + 0.5rem)!important}.pt-xl-2{padding-top:2rem!important}.pt-xl-2\.5{padding-top:calc(2rem + 0.5rem)!important}.pt-xl-3{padding-top:3rem!important}.pt-xl-3\.5{padding-top:calc(3rem + 0.5rem)!important}.pt-xl-4{padding-top:4rem!important}.pt-xl-4\.5{padding-top:calc(4rem + 0.5rem)!important}.pt-xl-5{padding-top:5rem!important}.pt-xl-5\.5{padding-top:calc(5rem + 0.5rem)!important}.pt-xl-6{padding-top:6rem!important}.pt-xl-6\.5{padding-top:calc(6rem + 0.5rem)!important}.pt-xl-7{padding-top:7rem!important}.pt-xl-7\.5{padding-top:calc(7rem + 0.5rem)!important}.pt-xl-8{padding-top:8rem!important}.pt-xl-8\.5{padding-top:calc(8rem + 0.5rem)!important}.pt-xl-9{padding-top:9rem!important}.pt-xl-9\.5{padding-top:calc(9rem + 0.5rem)!important}.pt-xl-10{padding-top:10rem!important}.pt-xl-10\.5{padding-top:calc(10rem + 0.5rem)!important}.pt-xl-11{padding-top:11rem!important}.pt-xl-11\.5{padding-top:calc(11rem + 0.5rem)!important}.pt-xl-12{padding-top:12rem!important}.pt-xl-12\.5{padding-top:calc(12rem + 0.5rem)!important}.pe-xl-0{padding-right:0rem!important}.pe-xl-0\.5{padding-right:calc(0rem + 0.5rem)!important}.pe-xl-1{padding-right:1rem!important}.pe-xl-1\.5{padding-right:calc(1rem + 0.5rem)!important}.pe-xl-2{padding-right:2rem!important}.pe-xl-2\.5{padding-right:calc(2rem + 0.5rem)!important}.pe-xl-3{padding-right:3rem!important}.pe-xl-3\.5{padding-right:calc(3rem + 0.5rem)!important}.pe-xl-4{padding-right:4rem!important}.pe-xl-4\.5{padding-right:calc(4rem + 0.5rem)!important}.pe-xl-5{padding-right:5rem!important}.pe-xl-5\.5{padding-right:calc(5rem + 0.5rem)!important}.pe-xl-6{padding-right:6rem!important}.pe-xl-6\.5{padding-right:calc(6rem + 0.5rem)!important}.pe-xl-7{padding-right:7rem!important}.pe-xl-7\.5{padding-right:calc(7rem + 0.5rem)!important}.pe-xl-8{padding-right:8rem!important}.pe-xl-8\.5{padding-right:calc(8rem + 0.5rem)!important}.pe-xl-9{padding-right:9rem!important}.pe-xl-9\.5{padding-right:calc(9rem + 0.5rem)!important}.pe-xl-10{padding-right:10rem!important}.pe-xl-10\.5{padding-right:calc(10rem + 0.5rem)!important}.pe-xl-11{padding-right:11rem!important}.pe-xl-11\.5{padding-right:calc(11rem + 0.5rem)!important}.pe-xl-12{padding-right:12rem!important}.pe-xl-12\.5{padding-right:calc(12rem + 0.5rem)!important}.pb-xl-0{padding-bottom:0rem!important}.pb-xl-0\.5{padding-bottom:calc(0rem + 0.5rem)!important}.pb-xl-1{padding-bottom:1rem!important}.pb-xl-1\.5{padding-bottom:calc(1rem + 0.5rem)!important}.pb-xl-2{padding-bottom:2rem!important}.pb-xl-2\.5{padding-bottom:calc(2rem + 0.5rem)!important}.pb-xl-3{padding-bottom:3rem!important}.pb-xl-3\.5{padding-bottom:calc(3rem + 0.5rem)!important}.pb-xl-4{padding-bottom:4rem!important}.pb-xl-4\.5{padding-bottom:calc(4rem + 0.5rem)!important}.pb-xl-5{padding-bottom:5rem!important}.pb-xl-5\.5{padding-bottom:calc(5rem + 0.5rem)!important}.pb-xl-6{padding-bottom:6rem!important}.pb-xl-6\.5{padding-bottom:calc(6rem + 0.5rem)!important}.pb-xl-7{padding-bottom:7rem!important}.pb-xl-7\.5{padding-bottom:calc(7rem + 0.5rem)!important}.pb-xl-8{padding-bottom:8rem!important}.pb-xl-8\.5{padding-bottom:calc(8rem + 0.5rem)!important}.pb-xl-9{padding-bottom:9rem!important}.pb-xl-9\.5{padding-bottom:calc(9rem + 0.5rem)!important}.pb-xl-10{padding-bottom:10rem!important}.pb-xl-10\.5{padding-bottom:calc(10rem + 0.5rem)!important}.pb-xl-11{padding-bottom:11rem!important}.pb-xl-11\.5{padding-bottom:calc(11rem + 0.5rem)!important}.pb-xl-12{padding-bottom:12rem!important}.pb-xl-12\.5{padding-bottom:calc(12rem + 0.5rem)!important}.ps-xl-0{padding-left:0rem!important}.ps-xl-0\.5{padding-left:calc(0rem + 0.5rem)!important}.ps-xl-1{padding-left:1rem!important}.ps-xl-1\.5{padding-left:calc(1rem + 0.5rem)!important}.ps-xl-2{padding-left:2rem!important}.ps-xl-2\.5{padding-left:calc(2rem + 0.5rem)!important}.ps-xl-3{padding-left:3rem!important}.ps-xl-3\.5{padding-left:calc(3rem + 0.5rem)!important}.ps-xl-4{padding-left:4rem!important}.ps-xl-4\.5{padding-left:calc(4rem + 0.5rem)!important}.ps-xl-5{padding-left:5rem!important}.ps-xl-5\.5{padding-left:calc(5rem + 0.5rem)!important}.ps-xl-6{padding-left:6rem!important}.ps-xl-6\.5{padding-left:calc(6rem + 0.5rem)!important}.ps-xl-7{padding-left:7rem!important}.ps-xl-7\.5{padding-left:calc(7rem + 0.5rem)!important}.ps-xl-8{padding-left:8rem!important}.ps-xl-8\.5{padding-left:calc(8rem + 0.5rem)!important}.ps-xl-9{padding-left:9rem!important}.ps-xl-9\.5{padding-left:calc(9rem + 0.5rem)!important}.ps-xl-10{padding-left:10rem!important}.ps-xl-10\.5{padding-left:calc(10rem + 0.5rem)!important}.ps-xl-11{padding-left:11rem!important}.ps-xl-11\.5{padding-left:calc(11rem + 0.5rem)!important}.ps-xl-12{padding-left:12rem!important}.ps-xl-12\.5{padding-left:calc(12rem + 0.5rem)!important}.gap-xl-0{gap:0rem!important}.gap-xl-0\.5{gap:calc(0rem + 0.5rem)!important}.gap-xl-1{gap:1rem!important}.gap-xl-1\.5{gap:calc(1rem + 0.5rem)!important}.gap-xl-2{gap:2rem!important}.gap-xl-2\.5{gap:calc(2rem + 0.5rem)!important}.gap-xl-3{gap:3rem!important}.gap-xl-3\.5{gap:calc(3rem + 0.5rem)!important}.gap-xl-4{gap:4rem!important}.gap-xl-4\.5{gap:calc(4rem + 0.5rem)!important}.gap-xl-5{gap:5rem!important}.gap-xl-5\.5{gap:calc(5rem + 0.5rem)!important}.gap-xl-6{gap:6rem!important}.gap-xl-6\.5{gap:calc(6rem + 0.5rem)!important}.gap-xl-7{gap:7rem!important}.gap-xl-7\.5{gap:calc(7rem + 0.5rem)!important}.gap-xl-8{gap:8rem!important}.gap-xl-8\.5{gap:calc(8rem + 0.5rem)!important}.gap-xl-9{gap:9rem!important}.gap-xl-9\.5{gap:calc(9rem + 0.5rem)!important}.gap-xl-10{gap:10rem!important}.gap-xl-10\.5{gap:calc(10rem + 0.5rem)!important}.gap-xl-11{gap:11rem!important}.gap-xl-11\.5{gap:calc(11rem + 0.5rem)!important}.gap-xl-12{gap:12rem!important}.gap-xl-12\.5{gap:calc(12rem + 0.5rem)!important}.font-family-xl-serif{font-family:serif!important}.font-family-xl-sans-serif{font-family:sans-serif!important}.font-xl-100{font-weight:100!important}.font-xl-200{font-weight:200!important}.font-xl-300{font-weight:300!important}.font-xl-normal{font-weight:normal!important}.font-xl-500{font-weight:500!important}.font-xl-600{font-weight:600!important}.font-xl-bold{font-weight:bold!important}.font-xl-800{font-weight:800!important}.font-xl-900{font-weight:900!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-xl-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-xl-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-xl-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-xl-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-xl-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-xl-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-xl-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-xl-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-xl-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-xl-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-xl-muted{--bs-text-opacity:1;color:#6c757d!important}.text-xl-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-xl-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-xl-reset{--bs-text-opacity:1;color:inherit!important}.text-xl-tertiary{--bs-text-opacity:1;color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.bg-xl-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-xl-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-xl-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-xl-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-xl-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-xl-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-xl-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-xl-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-xl-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-xl-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-xl-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-xl-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.object-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-xl-none{-o-object-fit:none!important;object-fit:none!important}.object-xl-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.grid-template-rows-xl-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.grid-template-rows-xl-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-template-rows-xl-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-template-rows-xl-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-template-rows-xl-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-template-rows-xl-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-template-rows-xl-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-template-rows-xl-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.grid-template-rows-xl-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.grid-template-rows-xl-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.grid-template-rows-xl-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.grid-template-rows-xl-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.grid-template-rows-xl-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.grid-template-columns-xl-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.grid-template-columns-xl-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-template-columns-xl-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-template-columns-xl-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-template-columns-xl-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-template-columns-xl-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-template-columns-xl-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-template-columns-xl-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-template-columns-xl-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-template-columns-xl-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-template-columns-xl-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-template-columns-xl-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-template-columns-xl-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.min-w-xl-25{min-width:25%!important}.min-w-xl-50{min-width:50%!important}.min-w-xl-75{min-width:75%!important}.min-w-xl-100{min-width:100%!important}.min-w-xl-auto{min-width:auto!important}.min-w-xl-none{min-width:none!important}.min-w-xl-0{min-width:0!important}.min-w-xl-33{min-width:33.33%!important}.min-w-xl-66{min-width:66.66%!important}.min-w-xl-100vw{min-width:100vw!important}.min-h-xl-25{min-height:25%!important}.min-h-xl-50{min-height:50%!important}.min-h-xl-75{min-height:75%!important}.min-h-xl-100{min-height:100%!important}.min-h-xl-auto{min-height:auto!important}.min-h-xl-0{min-height:0!important}.min-h-xl-50vh{min-height:50vh!important}.min-h-xl-100vh{min-height:100vh!important}.col-gap-xl-0{--bs-col-gap:0rem !important}.col-gap-xl-0\.5{--bs-col-gap:calc(0rem + 0.5rem) !important}.col-gap-xl-1{--bs-col-gap:1rem !important}.col-gap-xl-1\.5{--bs-col-gap:calc(1rem + 0.5rem) !important}.col-gap-xl-2{--bs-col-gap:2rem !important}.col-gap-xl-2\.5{--bs-col-gap:calc(2rem + 0.5rem) !important}.col-gap-xl-3{--bs-col-gap:3rem !important}.col-gap-xl-3\.5{--bs-col-gap:calc(3rem + 0.5rem) !important}.col-gap-xl-4{--bs-col-gap:4rem !important}.col-gap-xl-4\.5{--bs-col-gap:calc(4rem + 0.5rem) !important}.col-gap-xl-5{--bs-col-gap:5rem !important}.col-gap-xl-5\.5{--bs-col-gap:calc(5rem + 0.5rem) !important}.col-gap-xl-6{--bs-col-gap:6rem !important}.col-gap-xl-6\.5{--bs-col-gap:calc(6rem + 0.5rem) !important}.col-gap-xl-7{--bs-col-gap:7rem !important}.col-gap-xl-7\.5{--bs-col-gap:calc(7rem + 0.5rem) !important}.col-gap-xl-8{--bs-col-gap:8rem !important}.col-gap-xl-8\.5{--bs-col-gap:calc(8rem + 0.5rem) !important}.col-gap-xl-9{--bs-col-gap:9rem !important}.col-gap-xl-9\.5{--bs-col-gap:calc(9rem + 0.5rem) !important}.col-gap-xl-10{--bs-col-gap:10rem !important}.col-gap-xl-10\.5{--bs-col-gap:calc(10rem + 0.5rem) !important}.col-gap-xl-11{--bs-col-gap:11rem !important}.col-gap-xl-11\.5{--bs-col-gap:calc(11rem + 0.5rem) !important}.col-gap-xl-12{--bs-col-gap:12rem !important}.col-gap-xl-12\.5{--bs-col-gap:calc(12rem + 0.5rem) !important}.gx-xl-0{--bs-gutter-x:0rem !important}.gx-xl-0\.5{--bs-gutter-x:calc(0rem + 0.5rem) !important}.gx-xl-1{--bs-gutter-x:1rem !important}.gx-xl-1\.5{--bs-gutter-x:calc(1rem + 0.5rem) !important}.gx-xl-2{--bs-gutter-x:2rem !important}.gx-xl-2\.5{--bs-gutter-x:calc(2rem + 0.5rem) !important}.gx-xl-3{--bs-gutter-x:3rem !important}.gx-xl-3\.5{--bs-gutter-x:calc(3rem + 0.5rem) !important}.gx-xl-4{--bs-gutter-x:4rem !important}.gx-xl-4\.5{--bs-gutter-x:calc(4rem + 0.5rem) !important}.gx-xl-5{--bs-gutter-x:5rem !important}.gx-xl-5\.5{--bs-gutter-x:calc(5rem + 0.5rem) !important}.gx-xl-6{--bs-gutter-x:6rem !important}.gx-xl-6\.5{--bs-gutter-x:calc(6rem + 0.5rem) !important}.gx-xl-7{--bs-gutter-x:7rem !important}.gx-xl-7\.5{--bs-gutter-x:calc(7rem + 0.5rem) !important}.gx-xl-8{--bs-gutter-x:8rem !important}.gx-xl-8\.5{--bs-gutter-x:calc(8rem + 0.5rem) !important}.gx-xl-9{--bs-gutter-x:9rem !important}.gx-xl-9\.5{--bs-gutter-x:calc(9rem + 0.5rem) !important}.gx-xl-10{--bs-gutter-x:10rem !important}.gx-xl-10\.5{--bs-gutter-x:calc(10rem + 0.5rem) !important}.gx-xl-11{--bs-gutter-x:11rem !important}.gx-xl-11\.5{--bs-gutter-x:calc(11rem + 0.5rem) !important}.gx-xl-12{--bs-gutter-x:12rem !important}.gx-xl-12\.5{--bs-gutter-x:calc(12rem + 0.5rem) !important}.row-gap-xl-0{--bs-row-gap:0rem !important}.row-gap-xl-0\.5{--bs-row-gap:calc(0rem + 0.5rem) !important}.row-gap-xl-1{--bs-row-gap:1rem !important}.row-gap-xl-1\.5{--bs-row-gap:calc(1rem + 0.5rem) !important}.row-gap-xl-2{--bs-row-gap:2rem !important}.row-gap-xl-2\.5{--bs-row-gap:calc(2rem + 0.5rem) !important}.row-gap-xl-3{--bs-row-gap:3rem !important}.row-gap-xl-3\.5{--bs-row-gap:calc(3rem + 0.5rem) !important}.row-gap-xl-4{--bs-row-gap:4rem !important}.row-gap-xl-4\.5{--bs-row-gap:calc(4rem + 0.5rem) !important}.row-gap-xl-5{--bs-row-gap:5rem !important}.row-gap-xl-5\.5{--bs-row-gap:calc(5rem + 0.5rem) !important}.row-gap-xl-6{--bs-row-gap:6rem !important}.row-gap-xl-6\.5{--bs-row-gap:calc(6rem + 0.5rem) !important}.row-gap-xl-7{--bs-row-gap:7rem !important}.row-gap-xl-7\.5{--bs-row-gap:calc(7rem + 0.5rem) !important}.row-gap-xl-8{--bs-row-gap:8rem !important}.row-gap-xl-8\.5{--bs-row-gap:calc(8rem + 0.5rem) !important}.row-gap-xl-9{--bs-row-gap:9rem !important}.row-gap-xl-9\.5{--bs-row-gap:calc(9rem + 0.5rem) !important}.row-gap-xl-10{--bs-row-gap:10rem !important}.row-gap-xl-10\.5{--bs-row-gap:calc(10rem + 0.5rem) !important}.row-gap-xl-11{--bs-row-gap:11rem !important}.row-gap-xl-11\.5{--bs-row-gap:calc(11rem + 0.5rem) !important}.row-gap-xl-12{--bs-row-gap:12rem !important}.row-gap-xl-12\.5{--bs-row-gap:calc(12rem + 0.5rem) !important}.gy-xl-0{--bs-gutter-y:0rem !important}.gy-xl-0\.5{--bs-gutter-y:calc(0rem + 0.5rem) !important}.gy-xl-1{--bs-gutter-y:1rem !important}.gy-xl-1\.5{--bs-gutter-y:calc(1rem + 0.5rem) !important}.gy-xl-2{--bs-gutter-y:2rem !important}.gy-xl-2\.5{--bs-gutter-y:calc(2rem + 0.5rem) !important}.gy-xl-3{--bs-gutter-y:3rem !important}.gy-xl-3\.5{--bs-gutter-y:calc(3rem + 0.5rem) !important}.gy-xl-4{--bs-gutter-y:4rem !important}.gy-xl-4\.5{--bs-gutter-y:calc(4rem + 0.5rem) !important}.gy-xl-5{--bs-gutter-y:5rem !important}.gy-xl-5\.5{--bs-gutter-y:calc(5rem + 0.5rem) !important}.gy-xl-6{--bs-gutter-y:6rem !important}.gy-xl-6\.5{--bs-gutter-y:calc(6rem + 0.5rem) !important}.gy-xl-7{--bs-gutter-y:7rem !important}.gy-xl-7\.5{--bs-gutter-y:calc(7rem + 0.5rem) !important}.gy-xl-8{--bs-gutter-y:8rem !important}.gy-xl-8\.5{--bs-gutter-y:calc(8rem + 0.5rem) !important}.gy-xl-9{--bs-gutter-y:9rem !important}.gy-xl-9\.5{--bs-gutter-y:calc(9rem + 0.5rem) !important}.gy-xl-10{--bs-gutter-y:10rem !important}.gy-xl-10\.5{--bs-gutter-y:calc(10rem + 0.5rem) !important}.gy-xl-11{--bs-gutter-y:11rem !important}.gy-xl-11\.5{--bs-gutter-y:calc(11rem + 0.5rem) !important}.gy-xl-12{--bs-gutter-y:12rem !important}.gy-xl-12\.5{--bs-gutter-y:calc(12rem + 0.5rem) !important}.bg-xl-none{background-size:none!important}.bg-xl-100{background-size:100% auto!important}.bg-xl-cover{background-size:cover!important}.bg-xl-contain{background-size:contain!important}.bg-xl-fit{background-size:fit!important}.bg-xl-fill{background-size:fill!important}.bg-xl-scale-down{background-size:scale-down!important}.bg-xl-left{background-position:left!important}.bg-xl-left-top{background-position:left top!important}.bg-xl-left-bottom{background-position:left bottom!important}.bg-xl-right{background-position:right!important}.bg-xl-right-top{background-position:right top!important}.bg-xl-right-bottom{background-position:right bottom!important}.bg-xl-center{background-position:center!important}.bg-xl-center-top{background-position:center top!important}.bg-xl-center-bottom{background-position:center bottom!important}.bg-xl-repeat{background-repeat:repeat!important}.bg-xl-repeat-x{background-repeat:repeat-x!important}.bg-xl-repeat-y{background-repeat:repeat-y!important}.bg-xl-no-repeat{background-repeat:no-repeat!important}.fs-xl-1{font-size:2.5rem!important}.fs-xl-2{font-size:2rem!important}.fs-xl-3{font-size:1.75rem!important}.fs-xl-4{font-size:1.5rem!important}.fs-xl-5{font-size:1.25rem!important}.fs-xl-6{font-size:1rem!important}.object-position-xl-left{-o-object-position:left!important;object-position:left!important}.object-position-xl-left-top{-o-object-position:left top!important;object-position:left top!important}.object-position-xl-left-bottom{-o-object-position:left bottom!important;object-position:left bottom!important}.object-position-xl-right{-o-object-position:right!important;object-position:right!important}.object-position-xl-right-top{-o-object-position:right top!important;object-position:right top!important}.object-position-xl-right-bottom{-o-object-position:right bottom!important;object-position:right bottom!important}.object-position-xl-center{-o-object-position:center!important;object-position:center!important}.object-position-xl-center-top{-o-object-position:center top!important;object-position:center top!important}.object-position-xl-center-bottom{-o-object-position:center bottom!important;object-position:center bottom!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:-webkit-sticky!important;position:sticky!important}.top-xxl-0{top:0!important}.top-xxl-50{top:50%!important}.top-xxl-100{top:100%!important}.top-xxl-0{top:0rem!important}.top-xxl-0\.5{top:calc(0rem + 0.5rem)!important}.top-xxl-1{top:1rem!important}.top-xxl-1\.5{top:calc(1rem + 0.5rem)!important}.top-xxl-2{top:2rem!important}.top-xxl-2\.5{top:calc(2rem + 0.5rem)!important}.top-xxl-3{top:3rem!important}.top-xxl-3\.5{top:calc(3rem + 0.5rem)!important}.top-xxl-4{top:4rem!important}.top-xxl-4\.5{top:calc(4rem + 0.5rem)!important}.top-xxl-5{top:5rem!important}.top-xxl-5\.5{top:calc(5rem + 0.5rem)!important}.top-xxl-6{top:6rem!important}.top-xxl-6\.5{top:calc(6rem + 0.5rem)!important}.top-xxl-7{top:7rem!important}.top-xxl-7\.5{top:calc(7rem + 0.5rem)!important}.top-xxl-8{top:8rem!important}.top-xxl-8\.5{top:calc(8rem + 0.5rem)!important}.top-xxl-9{top:9rem!important}.top-xxl-9\.5{top:calc(9rem + 0.5rem)!important}.top-xxl-10{top:10rem!important}.top-xxl-10\.5{top:calc(10rem + 0.5rem)!important}.top-xxl-11{top:11rem!important}.top-xxl-11\.5{top:calc(11rem + 0.5rem)!important}.top-xxl-12{top:12rem!important}.top-xxl-12\.5{top:calc(12rem + 0.5rem)!important}.bottom-xxl-0{bottom:0!important}.bottom-xxl-50{bottom:50%!important}.bottom-xxl-100{bottom:100%!important}.bottom-xxl-0{bottom:0rem!important}.bottom-xxl-0\.5{bottom:calc(0rem + 0.5rem)!important}.bottom-xxl-1{bottom:1rem!important}.bottom-xxl-1\.5{bottom:calc(1rem + 0.5rem)!important}.bottom-xxl-2{bottom:2rem!important}.bottom-xxl-2\.5{bottom:calc(2rem + 0.5rem)!important}.bottom-xxl-3{bottom:3rem!important}.bottom-xxl-3\.5{bottom:calc(3rem + 0.5rem)!important}.bottom-xxl-4{bottom:4rem!important}.bottom-xxl-4\.5{bottom:calc(4rem + 0.5rem)!important}.bottom-xxl-5{bottom:5rem!important}.bottom-xxl-5\.5{bottom:calc(5rem + 0.5rem)!important}.bottom-xxl-6{bottom:6rem!important}.bottom-xxl-6\.5{bottom:calc(6rem + 0.5rem)!important}.bottom-xxl-7{bottom:7rem!important}.bottom-xxl-7\.5{bottom:calc(7rem + 0.5rem)!important}.bottom-xxl-8{bottom:8rem!important}.bottom-xxl-8\.5{bottom:calc(8rem + 0.5rem)!important}.bottom-xxl-9{bottom:9rem!important}.bottom-xxl-9\.5{bottom:calc(9rem + 0.5rem)!important}.bottom-xxl-10{bottom:10rem!important}.bottom-xxl-10\.5{bottom:calc(10rem + 0.5rem)!important}.bottom-xxl-11{bottom:11rem!important}.bottom-xxl-11\.5{bottom:calc(11rem + 0.5rem)!important}.bottom-xxl-12{bottom:12rem!important}.bottom-xxl-12\.5{bottom:calc(12rem + 0.5rem)!important}.start-xxl-0{left:0!important}.start-xxl-50{left:50%!important}.start-xxl-100{left:100%!important}.start-xxl-0{left:0rem!important}.start-xxl-0\.5{left:calc(0rem + 0.5rem)!important}.start-xxl-1{left:1rem!important}.start-xxl-1\.5{left:calc(1rem + 0.5rem)!important}.start-xxl-2{left:2rem!important}.start-xxl-2\.5{left:calc(2rem + 0.5rem)!important}.start-xxl-3{left:3rem!important}.start-xxl-3\.5{left:calc(3rem + 0.5rem)!important}.start-xxl-4{left:4rem!important}.start-xxl-4\.5{left:calc(4rem + 0.5rem)!important}.start-xxl-5{left:5rem!important}.start-xxl-5\.5{left:calc(5rem + 0.5rem)!important}.start-xxl-6{left:6rem!important}.start-xxl-6\.5{left:calc(6rem + 0.5rem)!important}.start-xxl-7{left:7rem!important}.start-xxl-7\.5{left:calc(7rem + 0.5rem)!important}.start-xxl-8{left:8rem!important}.start-xxl-8\.5{left:calc(8rem + 0.5rem)!important}.start-xxl-9{left:9rem!important}.start-xxl-9\.5{left:calc(9rem + 0.5rem)!important}.start-xxl-10{left:10rem!important}.start-xxl-10\.5{left:calc(10rem + 0.5rem)!important}.start-xxl-11{left:11rem!important}.start-xxl-11\.5{left:calc(11rem + 0.5rem)!important}.start-xxl-12{left:12rem!important}.start-xxl-12\.5{left:calc(12rem + 0.5rem)!important}.end-xxl-0{right:0!important}.end-xxl-50{right:50%!important}.end-xxl-100{right:100%!important}.end-xxl-0{right:0rem!important}.end-xxl-0\.5{right:calc(0rem + 0.5rem)!important}.end-xxl-1{right:1rem!important}.end-xxl-1\.5{right:calc(1rem + 0.5rem)!important}.end-xxl-2{right:2rem!important}.end-xxl-2\.5{right:calc(2rem + 0.5rem)!important}.end-xxl-3{right:3rem!important}.end-xxl-3\.5{right:calc(3rem + 0.5rem)!important}.end-xxl-4{right:4rem!important}.end-xxl-4\.5{right:calc(4rem + 0.5rem)!important}.end-xxl-5{right:5rem!important}.end-xxl-5\.5{right:calc(5rem + 0.5rem)!important}.end-xxl-6{right:6rem!important}.end-xxl-6\.5{right:calc(6rem + 0.5rem)!important}.end-xxl-7{right:7rem!important}.end-xxl-7\.5{right:calc(7rem + 0.5rem)!important}.end-xxl-8{right:8rem!important}.end-xxl-8\.5{right:calc(8rem + 0.5rem)!important}.end-xxl-9{right:9rem!important}.end-xxl-9\.5{right:calc(9rem + 0.5rem)!important}.end-xxl-10{right:10rem!important}.end-xxl-10\.5{right:calc(10rem + 0.5rem)!important}.end-xxl-11{right:11rem!important}.end-xxl-11\.5{right:calc(11rem + 0.5rem)!important}.end-xxl-12{right:12rem!important}.end-xxl-12\.5{right:calc(12rem + 0.5rem)!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-none{width:none!important}.w-xxl-0{width:0!important}.w-xxl-33{width:33.33%!important}.w-xxl-66{width:66.66%!important}.w-xxl-100vw{width:100vw!important}.max-w-xxl-25{max-width:25%!important}.max-w-xxl-50{max-width:50%!important}.max-w-xxl-75{max-width:75%!important}.max-w-xxl-100{max-width:100%!important}.max-w-xxl-auto{max-width:auto!important}.max-w-xxl-none{max-width:none!important}.max-w-xxl-0{max-width:0!important}.max-w-xxl-33{max-width:33.33%!important}.max-w-xxl-66{max-width:66.66%!important}.max-w-xxl-100vw{max-width:100vw!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-0{height:0!important}.h-xxl-50vh{height:50vh!important}.h-xxl-100vh{height:100vh!important}.max-h-xxl-25{max-height:25%!important}.max-h-xxl-50{max-height:50%!important}.max-h-xxl-75{max-height:75%!important}.max-h-xxl-100{max-height:100%!important}.max-h-xxl-auto{max-height:auto!important}.max-h-xxl-0{max-height:0!important}.max-h-xxl-50vh{max-height:50vh!important}.max-h-xxl-100vh{max-height:100vh!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl--1{order:-1!important}.order-xxl-99{order:99!important}.order-xxl-999{order:999!important}.order-xxl-9999{order:9999!important}.m-xxl-0{margin:0rem!important}.m-xxl-0\.5{margin:calc(0rem + 0.5rem)!important}.m-xxl-1{margin:1rem!important}.m-xxl-1\.5{margin:calc(1rem + 0.5rem)!important}.m-xxl-2{margin:2rem!important}.m-xxl-2\.5{margin:calc(2rem + 0.5rem)!important}.m-xxl-3{margin:3rem!important}.m-xxl-3\.5{margin:calc(3rem + 0.5rem)!important}.m-xxl-4{margin:4rem!important}.m-xxl-4\.5{margin:calc(4rem + 0.5rem)!important}.m-xxl-5{margin:5rem!important}.m-xxl-5\.5{margin:calc(5rem + 0.5rem)!important}.m-xxl-6{margin:6rem!important}.m-xxl-6\.5{margin:calc(6rem + 0.5rem)!important}.m-xxl-7{margin:7rem!important}.m-xxl-7\.5{margin:calc(7rem + 0.5rem)!important}.m-xxl-8{margin:8rem!important}.m-xxl-8\.5{margin:calc(8rem + 0.5rem)!important}.m-xxl-9{margin:9rem!important}.m-xxl-9\.5{margin:calc(9rem + 0.5rem)!important}.m-xxl-10{margin:10rem!important}.m-xxl-10\.5{margin:calc(10rem + 0.5rem)!important}.m-xxl-11{margin:11rem!important}.m-xxl-11\.5{margin:calc(11rem + 0.5rem)!important}.m-xxl-12{margin:12rem!important}.m-xxl-12\.5{margin:calc(12rem + 0.5rem)!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-2{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-3{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-4{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-5{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0rem!important;margin-bottom:0rem!important}.my-xxl-0\.5{margin-top:calc(0rem + 0.5rem)!important;margin-bottom:calc(0rem + 0.5rem)!important}.my-xxl-1{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-1\.5{margin-top:calc(1rem + 0.5rem)!important;margin-bottom:calc(1rem + 0.5rem)!important}.my-xxl-2{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-2\.5{margin-top:calc(2rem + 0.5rem)!important;margin-bottom:calc(2rem + 0.5rem)!important}.my-xxl-3{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-3\.5{margin-top:calc(3rem + 0.5rem)!important;margin-bottom:calc(3rem + 0.5rem)!important}.my-xxl-4{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-4\.5{margin-top:calc(4rem + 0.5rem)!important;margin-bottom:calc(4rem + 0.5rem)!important}.my-xxl-5{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-5\.5{margin-top:calc(5rem + 0.5rem)!important;margin-bottom:calc(5rem + 0.5rem)!important}.my-xxl-6{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxl-6\.5{margin-top:calc(6rem + 0.5rem)!important;margin-bottom:calc(6rem + 0.5rem)!important}.my-xxl-7{margin-top:7rem!important;margin-bottom:7rem!important}.my-xxl-7\.5{margin-top:calc(7rem + 0.5rem)!important;margin-bottom:calc(7rem + 0.5rem)!important}.my-xxl-8{margin-top:8rem!important;margin-bottom:8rem!important}.my-xxl-8\.5{margin-top:calc(8rem + 0.5rem)!important;margin-bottom:calc(8rem + 0.5rem)!important}.my-xxl-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-xxl-9\.5{margin-top:calc(9rem + 0.5rem)!important;margin-bottom:calc(9rem + 0.5rem)!important}.my-xxl-10{margin-top:10rem!important;margin-bottom:10rem!important}.my-xxl-10\.5{margin-top:calc(10rem + 0.5rem)!important;margin-bottom:calc(10rem + 0.5rem)!important}.my-xxl-11{margin-top:11rem!important;margin-bottom:11rem!important}.my-xxl-11\.5{margin-top:calc(11rem + 0.5rem)!important;margin-bottom:calc(11rem + 0.5rem)!important}.my-xxl-12{margin-top:12rem!important;margin-bottom:12rem!important}.my-xxl-12\.5{margin-top:calc(12rem + 0.5rem)!important;margin-bottom:calc(12rem + 0.5rem)!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0rem!important}.mt-xxl-0\.5{margin-top:calc(0rem + 0.5rem)!important}.mt-xxl-1{margin-top:1rem!important}.mt-xxl-1\.5{margin-top:calc(1rem + 0.5rem)!important}.mt-xxl-2{margin-top:2rem!important}.mt-xxl-2\.5{margin-top:calc(2rem + 0.5rem)!important}.mt-xxl-3{margin-top:3rem!important}.mt-xxl-3\.5{margin-top:calc(3rem + 0.5rem)!important}.mt-xxl-4{margin-top:4rem!important}.mt-xxl-4\.5{margin-top:calc(4rem + 0.5rem)!important}.mt-xxl-5{margin-top:5rem!important}.mt-xxl-5\.5{margin-top:calc(5rem + 0.5rem)!important}.mt-xxl-6{margin-top:6rem!important}.mt-xxl-6\.5{margin-top:calc(6rem + 0.5rem)!important}.mt-xxl-7{margin-top:7rem!important}.mt-xxl-7\.5{margin-top:calc(7rem + 0.5rem)!important}.mt-xxl-8{margin-top:8rem!important}.mt-xxl-8\.5{margin-top:calc(8rem + 0.5rem)!important}.mt-xxl-9{margin-top:9rem!important}.mt-xxl-9\.5{margin-top:calc(9rem + 0.5rem)!important}.mt-xxl-10{margin-top:10rem!important}.mt-xxl-10\.5{margin-top:calc(10rem + 0.5rem)!important}.mt-xxl-11{margin-top:11rem!important}.mt-xxl-11\.5{margin-top:calc(11rem + 0.5rem)!important}.mt-xxl-12{margin-top:12rem!important}.mt-xxl-12\.5{margin-top:calc(12rem + 0.5rem)!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0rem!important}.me-xxl-0\.5{margin-right:calc(0rem + 0.5rem)!important}.me-xxl-1{margin-right:1rem!important}.me-xxl-1\.5{margin-right:calc(1rem + 0.5rem)!important}.me-xxl-2{margin-right:2rem!important}.me-xxl-2\.5{margin-right:calc(2rem + 0.5rem)!important}.me-xxl-3{margin-right:3rem!important}.me-xxl-3\.5{margin-right:calc(3rem + 0.5rem)!important}.me-xxl-4{margin-right:4rem!important}.me-xxl-4\.5{margin-right:calc(4rem + 0.5rem)!important}.me-xxl-5{margin-right:5rem!important}.me-xxl-5\.5{margin-right:calc(5rem + 0.5rem)!important}.me-xxl-6{margin-right:6rem!important}.me-xxl-6\.5{margin-right:calc(6rem + 0.5rem)!important}.me-xxl-7{margin-right:7rem!important}.me-xxl-7\.5{margin-right:calc(7rem + 0.5rem)!important}.me-xxl-8{margin-right:8rem!important}.me-xxl-8\.5{margin-right:calc(8rem + 0.5rem)!important}.me-xxl-9{margin-right:9rem!important}.me-xxl-9\.5{margin-right:calc(9rem + 0.5rem)!important}.me-xxl-10{margin-right:10rem!important}.me-xxl-10\.5{margin-right:calc(10rem + 0.5rem)!important}.me-xxl-11{margin-right:11rem!important}.me-xxl-11\.5{margin-right:calc(11rem + 0.5rem)!important}.me-xxl-12{margin-right:12rem!important}.me-xxl-12\.5{margin-right:calc(12rem + 0.5rem)!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0rem!important}.mb-xxl-0\.5{margin-bottom:calc(0rem + 0.5rem)!important}.mb-xxl-1{margin-bottom:1rem!important}.mb-xxl-1\.5{margin-bottom:calc(1rem + 0.5rem)!important}.mb-xxl-2{margin-bottom:2rem!important}.mb-xxl-2\.5{margin-bottom:calc(2rem + 0.5rem)!important}.mb-xxl-3{margin-bottom:3rem!important}.mb-xxl-3\.5{margin-bottom:calc(3rem + 0.5rem)!important}.mb-xxl-4{margin-bottom:4rem!important}.mb-xxl-4\.5{margin-bottom:calc(4rem + 0.5rem)!important}.mb-xxl-5{margin-bottom:5rem!important}.mb-xxl-5\.5{margin-bottom:calc(5rem + 0.5rem)!important}.mb-xxl-6{margin-bottom:6rem!important}.mb-xxl-6\.5{margin-bottom:calc(6rem + 0.5rem)!important}.mb-xxl-7{margin-bottom:7rem!important}.mb-xxl-7\.5{margin-bottom:calc(7rem + 0.5rem)!important}.mb-xxl-8{margin-bottom:8rem!important}.mb-xxl-8\.5{margin-bottom:calc(8rem + 0.5rem)!important}.mb-xxl-9{margin-bottom:9rem!important}.mb-xxl-9\.5{margin-bottom:calc(9rem + 0.5rem)!important}.mb-xxl-10{margin-bottom:10rem!important}.mb-xxl-10\.5{margin-bottom:calc(10rem + 0.5rem)!important}.mb-xxl-11{margin-bottom:11rem!important}.mb-xxl-11\.5{margin-bottom:calc(11rem + 0.5rem)!important}.mb-xxl-12{margin-bottom:12rem!important}.mb-xxl-12\.5{margin-bottom:calc(12rem + 0.5rem)!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0rem!important}.ms-xxl-0\.5{margin-left:calc(0rem + 0.5rem)!important}.ms-xxl-1{margin-left:1rem!important}.ms-xxl-1\.5{margin-left:calc(1rem + 0.5rem)!important}.ms-xxl-2{margin-left:2rem!important}.ms-xxl-2\.5{margin-left:calc(2rem + 0.5rem)!important}.ms-xxl-3{margin-left:3rem!important}.ms-xxl-3\.5{margin-left:calc(3rem + 0.5rem)!important}.ms-xxl-4{margin-left:4rem!important}.ms-xxl-4\.5{margin-left:calc(4rem + 0.5rem)!important}.ms-xxl-5{margin-left:5rem!important}.ms-xxl-5\.5{margin-left:calc(5rem + 0.5rem)!important}.ms-xxl-6{margin-left:6rem!important}.ms-xxl-6\.5{margin-left:calc(6rem + 0.5rem)!important}.ms-xxl-7{margin-left:7rem!important}.ms-xxl-7\.5{margin-left:calc(7rem + 0.5rem)!important}.ms-xxl-8{margin-left:8rem!important}.ms-xxl-8\.5{margin-left:calc(8rem + 0.5rem)!important}.ms-xxl-9{margin-left:9rem!important}.ms-xxl-9\.5{margin-left:calc(9rem + 0.5rem)!important}.ms-xxl-10{margin-left:10rem!important}.ms-xxl-10\.5{margin-left:calc(10rem + 0.5rem)!important}.ms-xxl-11{margin-left:11rem!important}.ms-xxl-11\.5{margin-left:calc(11rem + 0.5rem)!important}.ms-xxl-12{margin-left:12rem!important}.ms-xxl-12\.5{margin-left:calc(12rem + 0.5rem)!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0rem!important}.p-xxl-0\.5{padding:calc(0rem + 0.5rem)!important}.p-xxl-1{padding:1rem!important}.p-xxl-1\.5{padding:calc(1rem + 0.5rem)!important}.p-xxl-2{padding:2rem!important}.p-xxl-2\.5{padding:calc(2rem + 0.5rem)!important}.p-xxl-3{padding:3rem!important}.p-xxl-3\.5{padding:calc(3rem + 0.5rem)!important}.p-xxl-4{padding:4rem!important}.p-xxl-4\.5{padding:calc(4rem + 0.5rem)!important}.p-xxl-5{padding:5rem!important}.p-xxl-5\.5{padding:calc(5rem + 0.5rem)!important}.p-xxl-6{padding:6rem!important}.p-xxl-6\.5{padding:calc(6rem + 0.5rem)!important}.p-xxl-7{padding:7rem!important}.p-xxl-7\.5{padding:calc(7rem + 0.5rem)!important}.p-xxl-8{padding:8rem!important}.p-xxl-8\.5{padding:calc(8rem + 0.5rem)!important}.p-xxl-9{padding:9rem!important}.p-xxl-9\.5{padding:calc(9rem + 0.5rem)!important}.p-xxl-10{padding:10rem!important}.p-xxl-10\.5{padding:calc(10rem + 0.5rem)!important}.p-xxl-11{padding:11rem!important}.p-xxl-11\.5{padding:calc(11rem + 0.5rem)!important}.p-xxl-12{padding:12rem!important}.p-xxl-12\.5{padding:calc(12rem + 0.5rem)!important}.px-xxl-0{padding-right:0rem!important;padding-left:0rem!important}.px-xxl-0\.5{padding-right:calc(0rem + 0.5rem)!important;padding-left:calc(0rem + 0.5rem)!important}.px-xxl-1{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-1\.5{padding-right:calc(1rem + 0.5rem)!important;padding-left:calc(1rem + 0.5rem)!important}.px-xxl-2{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-2\.5{padding-right:calc(2rem + 0.5rem)!important;padding-left:calc(2rem + 0.5rem)!important}.px-xxl-3{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-3\.5{padding-right:calc(3rem + 0.5rem)!important;padding-left:calc(3rem + 0.5rem)!important}.px-xxl-4{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-4\.5{padding-right:calc(4rem + 0.5rem)!important;padding-left:calc(4rem + 0.5rem)!important}.px-xxl-5{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-5\.5{padding-right:calc(5rem + 0.5rem)!important;padding-left:calc(5rem + 0.5rem)!important}.px-xxl-6{padding-right:6rem!important;padding-left:6rem!important}.px-xxl-6\.5{padding-right:calc(6rem + 0.5rem)!important;padding-left:calc(6rem + 0.5rem)!important}.px-xxl-7{padding-right:7rem!important;padding-left:7rem!important}.px-xxl-7\.5{padding-right:calc(7rem + 0.5rem)!important;padding-left:calc(7rem + 0.5rem)!important}.px-xxl-8{padding-right:8rem!important;padding-left:8rem!important}.px-xxl-8\.5{padding-right:calc(8rem + 0.5rem)!important;padding-left:calc(8rem + 0.5rem)!important}.px-xxl-9{padding-right:9rem!important;padding-left:9rem!important}.px-xxl-9\.5{padding-right:calc(9rem + 0.5rem)!important;padding-left:calc(9rem + 0.5rem)!important}.px-xxl-10{padding-right:10rem!important;padding-left:10rem!important}.px-xxl-10\.5{padding-right:calc(10rem + 0.5rem)!important;padding-left:calc(10rem + 0.5rem)!important}.px-xxl-11{padding-right:11rem!important;padding-left:11rem!important}.px-xxl-11\.5{padding-right:calc(11rem + 0.5rem)!important;padding-left:calc(11rem + 0.5rem)!important}.px-xxl-12{padding-right:12rem!important;padding-left:12rem!important}.px-xxl-12\.5{padding-right:calc(12rem + 0.5rem)!important;padding-left:calc(12rem + 0.5rem)!important}.py-xxl-0{padding-top:0rem!important;padding-bottom:0rem!important}.py-xxl-0\.5{padding-top:calc(0rem + 0.5rem)!important;padding-bottom:calc(0rem + 0.5rem)!important}.py-xxl-1{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-1\.5{padding-top:calc(1rem + 0.5rem)!important;padding-bottom:calc(1rem + 0.5rem)!important}.py-xxl-2{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-2\.5{padding-top:calc(2rem + 0.5rem)!important;padding-bottom:calc(2rem + 0.5rem)!important}.py-xxl-3{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-3\.5{padding-top:calc(3rem + 0.5rem)!important;padding-bottom:calc(3rem + 0.5rem)!important}.py-xxl-4{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-4\.5{padding-top:calc(4rem + 0.5rem)!important;padding-bottom:calc(4rem + 0.5rem)!important}.py-xxl-5{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-5\.5{padding-top:calc(5rem + 0.5rem)!important;padding-bottom:calc(5rem + 0.5rem)!important}.py-xxl-6{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxl-6\.5{padding-top:calc(6rem + 0.5rem)!important;padding-bottom:calc(6rem + 0.5rem)!important}.py-xxl-7{padding-top:7rem!important;padding-bottom:7rem!important}.py-xxl-7\.5{padding-top:calc(7rem + 0.5rem)!important;padding-bottom:calc(7rem + 0.5rem)!important}.py-xxl-8{padding-top:8rem!important;padding-bottom:8rem!important}.py-xxl-8\.5{padding-top:calc(8rem + 0.5rem)!important;padding-bottom:calc(8rem + 0.5rem)!important}.py-xxl-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-xxl-9\.5{padding-top:calc(9rem + 0.5rem)!important;padding-bottom:calc(9rem + 0.5rem)!important}.py-xxl-10{padding-top:10rem!important;padding-bottom:10rem!important}.py-xxl-10\.5{padding-top:calc(10rem + 0.5rem)!important;padding-bottom:calc(10rem + 0.5rem)!important}.py-xxl-11{padding-top:11rem!important;padding-bottom:11rem!important}.py-xxl-11\.5{padding-top:calc(11rem + 0.5rem)!important;padding-bottom:calc(11rem + 0.5rem)!important}.py-xxl-12{padding-top:12rem!important;padding-bottom:12rem!important}.py-xxl-12\.5{padding-top:calc(12rem + 0.5rem)!important;padding-bottom:calc(12rem + 0.5rem)!important}.pt-xxl-0{padding-top:0rem!important}.pt-xxl-0\.5{padding-top:calc(0rem + 0.5rem)!important}.pt-xxl-1{padding-top:1rem!important}.pt-xxl-1\.5{padding-top:calc(1rem + 0.5rem)!important}.pt-xxl-2{padding-top:2rem!important}.pt-xxl-2\.5{padding-top:calc(2rem + 0.5rem)!important}.pt-xxl-3{padding-top:3rem!important}.pt-xxl-3\.5{padding-top:calc(3rem + 0.5rem)!important}.pt-xxl-4{padding-top:4rem!important}.pt-xxl-4\.5{padding-top:calc(4rem + 0.5rem)!important}.pt-xxl-5{padding-top:5rem!important}.pt-xxl-5\.5{padding-top:calc(5rem + 0.5rem)!important}.pt-xxl-6{padding-top:6rem!important}.pt-xxl-6\.5{padding-top:calc(6rem + 0.5rem)!important}.pt-xxl-7{padding-top:7rem!important}.pt-xxl-7\.5{padding-top:calc(7rem + 0.5rem)!important}.pt-xxl-8{padding-top:8rem!important}.pt-xxl-8\.5{padding-top:calc(8rem + 0.5rem)!important}.pt-xxl-9{padding-top:9rem!important}.pt-xxl-9\.5{padding-top:calc(9rem + 0.5rem)!important}.pt-xxl-10{padding-top:10rem!important}.pt-xxl-10\.5{padding-top:calc(10rem + 0.5rem)!important}.pt-xxl-11{padding-top:11rem!important}.pt-xxl-11\.5{padding-top:calc(11rem + 0.5rem)!important}.pt-xxl-12{padding-top:12rem!important}.pt-xxl-12\.5{padding-top:calc(12rem + 0.5rem)!important}.pe-xxl-0{padding-right:0rem!important}.pe-xxl-0\.5{padding-right:calc(0rem + 0.5rem)!important}.pe-xxl-1{padding-right:1rem!important}.pe-xxl-1\.5{padding-right:calc(1rem + 0.5rem)!important}.pe-xxl-2{padding-right:2rem!important}.pe-xxl-2\.5{padding-right:calc(2rem + 0.5rem)!important}.pe-xxl-3{padding-right:3rem!important}.pe-xxl-3\.5{padding-right:calc(3rem + 0.5rem)!important}.pe-xxl-4{padding-right:4rem!important}.pe-xxl-4\.5{padding-right:calc(4rem + 0.5rem)!important}.pe-xxl-5{padding-right:5rem!important}.pe-xxl-5\.5{padding-right:calc(5rem + 0.5rem)!important}.pe-xxl-6{padding-right:6rem!important}.pe-xxl-6\.5{padding-right:calc(6rem + 0.5rem)!important}.pe-xxl-7{padding-right:7rem!important}.pe-xxl-7\.5{padding-right:calc(7rem + 0.5rem)!important}.pe-xxl-8{padding-right:8rem!important}.pe-xxl-8\.5{padding-right:calc(8rem + 0.5rem)!important}.pe-xxl-9{padding-right:9rem!important}.pe-xxl-9\.5{padding-right:calc(9rem + 0.5rem)!important}.pe-xxl-10{padding-right:10rem!important}.pe-xxl-10\.5{padding-right:calc(10rem + 0.5rem)!important}.pe-xxl-11{padding-right:11rem!important}.pe-xxl-11\.5{padding-right:calc(11rem + 0.5rem)!important}.pe-xxl-12{padding-right:12rem!important}.pe-xxl-12\.5{padding-right:calc(12rem + 0.5rem)!important}.pb-xxl-0{padding-bottom:0rem!important}.pb-xxl-0\.5{padding-bottom:calc(0rem + 0.5rem)!important}.pb-xxl-1{padding-bottom:1rem!important}.pb-xxl-1\.5{padding-bottom:calc(1rem + 0.5rem)!important}.pb-xxl-2{padding-bottom:2rem!important}.pb-xxl-2\.5{padding-bottom:calc(2rem + 0.5rem)!important}.pb-xxl-3{padding-bottom:3rem!important}.pb-xxl-3\.5{padding-bottom:calc(3rem + 0.5rem)!important}.pb-xxl-4{padding-bottom:4rem!important}.pb-xxl-4\.5{padding-bottom:calc(4rem + 0.5rem)!important}.pb-xxl-5{padding-bottom:5rem!important}.pb-xxl-5\.5{padding-bottom:calc(5rem + 0.5rem)!important}.pb-xxl-6{padding-bottom:6rem!important}.pb-xxl-6\.5{padding-bottom:calc(6rem + 0.5rem)!important}.pb-xxl-7{padding-bottom:7rem!important}.pb-xxl-7\.5{padding-bottom:calc(7rem + 0.5rem)!important}.pb-xxl-8{padding-bottom:8rem!important}.pb-xxl-8\.5{padding-bottom:calc(8rem + 0.5rem)!important}.pb-xxl-9{padding-bottom:9rem!important}.pb-xxl-9\.5{padding-bottom:calc(9rem + 0.5rem)!important}.pb-xxl-10{padding-bottom:10rem!important}.pb-xxl-10\.5{padding-bottom:calc(10rem + 0.5rem)!important}.pb-xxl-11{padding-bottom:11rem!important}.pb-xxl-11\.5{padding-bottom:calc(11rem + 0.5rem)!important}.pb-xxl-12{padding-bottom:12rem!important}.pb-xxl-12\.5{padding-bottom:calc(12rem + 0.5rem)!important}.ps-xxl-0{padding-left:0rem!important}.ps-xxl-0\.5{padding-left:calc(0rem + 0.5rem)!important}.ps-xxl-1{padding-left:1rem!important}.ps-xxl-1\.5{padding-left:calc(1rem + 0.5rem)!important}.ps-xxl-2{padding-left:2rem!important}.ps-xxl-2\.5{padding-left:calc(2rem + 0.5rem)!important}.ps-xxl-3{padding-left:3rem!important}.ps-xxl-3\.5{padding-left:calc(3rem + 0.5rem)!important}.ps-xxl-4{padding-left:4rem!important}.ps-xxl-4\.5{padding-left:calc(4rem + 0.5rem)!important}.ps-xxl-5{padding-left:5rem!important}.ps-xxl-5\.5{padding-left:calc(5rem + 0.5rem)!important}.ps-xxl-6{padding-left:6rem!important}.ps-xxl-6\.5{padding-left:calc(6rem + 0.5rem)!important}.ps-xxl-7{padding-left:7rem!important}.ps-xxl-7\.5{padding-left:calc(7rem + 0.5rem)!important}.ps-xxl-8{padding-left:8rem!important}.ps-xxl-8\.5{padding-left:calc(8rem + 0.5rem)!important}.ps-xxl-9{padding-left:9rem!important}.ps-xxl-9\.5{padding-left:calc(9rem + 0.5rem)!important}.ps-xxl-10{padding-left:10rem!important}.ps-xxl-10\.5{padding-left:calc(10rem + 0.5rem)!important}.ps-xxl-11{padding-left:11rem!important}.ps-xxl-11\.5{padding-left:calc(11rem + 0.5rem)!important}.ps-xxl-12{padding-left:12rem!important}.ps-xxl-12\.5{padding-left:calc(12rem + 0.5rem)!important}.gap-xxl-0{gap:0rem!important}.gap-xxl-0\.5{gap:calc(0rem + 0.5rem)!important}.gap-xxl-1{gap:1rem!important}.gap-xxl-1\.5{gap:calc(1rem + 0.5rem)!important}.gap-xxl-2{gap:2rem!important}.gap-xxl-2\.5{gap:calc(2rem + 0.5rem)!important}.gap-xxl-3{gap:3rem!important}.gap-xxl-3\.5{gap:calc(3rem + 0.5rem)!important}.gap-xxl-4{gap:4rem!important}.gap-xxl-4\.5{gap:calc(4rem + 0.5rem)!important}.gap-xxl-5{gap:5rem!important}.gap-xxl-5\.5{gap:calc(5rem + 0.5rem)!important}.gap-xxl-6{gap:6rem!important}.gap-xxl-6\.5{gap:calc(6rem + 0.5rem)!important}.gap-xxl-7{gap:7rem!important}.gap-xxl-7\.5{gap:calc(7rem + 0.5rem)!important}.gap-xxl-8{gap:8rem!important}.gap-xxl-8\.5{gap:calc(8rem + 0.5rem)!important}.gap-xxl-9{gap:9rem!important}.gap-xxl-9\.5{gap:calc(9rem + 0.5rem)!important}.gap-xxl-10{gap:10rem!important}.gap-xxl-10\.5{gap:calc(10rem + 0.5rem)!important}.gap-xxl-11{gap:11rem!important}.gap-xxl-11\.5{gap:calc(11rem + 0.5rem)!important}.gap-xxl-12{gap:12rem!important}.gap-xxl-12\.5{gap:calc(12rem + 0.5rem)!important}.font-family-xxl-serif{font-family:serif!important}.font-family-xxl-sans-serif{font-family:sans-serif!important}.font-xxl-100{font-weight:100!important}.font-xxl-200{font-weight:200!important}.font-xxl-300{font-weight:300!important}.font-xxl-normal{font-weight:normal!important}.font-xxl-500{font-weight:500!important}.font-xxl-600{font-weight:600!important}.font-xxl-bold{font-weight:bold!important}.font-xxl-800{font-weight:800!important}.font-xxl-900{font-weight:900!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-xxl-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-xxl-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-xxl-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-xxl-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-xxl-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-xxl-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-xxl-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-xxl-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-xxl-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-xxl-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-xxl-muted{--bs-text-opacity:1;color:#6c757d!important}.text-xxl-black-50{--bs-text-opacity:1;color:rgb(0 0 0 / .5)!important}.text-xxl-white-50{--bs-text-opacity:1;color:rgb(255 255 255 / .5)!important}.text-xxl-reset{--bs-text-opacity:1;color:inherit!important}.text-xxl-tertiary{--bs-text-opacity:1;color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.bg-xxl-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-xxl-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-xxl-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-xxl-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-xxl-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-xxl-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-xxl-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-xxl-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-xxl-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-xxl-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-xxl-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-xxl-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-rgb),var(--bs-text-opacity))!important}.object-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-xxl-none{-o-object-fit:none!important;object-fit:none!important}.object-xxl-scale-down{-o-object-fit:scale-down!important;object-fit:scale-down!important}.grid-template-rows-xxl-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.grid-template-rows-xxl-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.grid-template-rows-xxl-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.grid-template-rows-xxl-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.grid-template-rows-xxl-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.grid-template-rows-xxl-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.grid-template-rows-xxl-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.grid-template-rows-xxl-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.grid-template-rows-xxl-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.grid-template-rows-xxl-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.grid-template-rows-xxl-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.grid-template-rows-xxl-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.grid-template-rows-xxl-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.grid-template-columns-xxl-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.grid-template-columns-xxl-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-template-columns-xxl-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-template-columns-xxl-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-template-columns-xxl-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-template-columns-xxl-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-template-columns-xxl-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-template-columns-xxl-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-template-columns-xxl-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-template-columns-xxl-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.grid-template-columns-xxl-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-template-columns-xxl-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-template-columns-xxl-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.min-w-xxl-25{min-width:25%!important}.min-w-xxl-50{min-width:50%!important}.min-w-xxl-75{min-width:75%!important}.min-w-xxl-100{min-width:100%!important}.min-w-xxl-auto{min-width:auto!important}.min-w-xxl-none{min-width:none!important}.min-w-xxl-0{min-width:0!important}.min-w-xxl-33{min-width:33.33%!important}.min-w-xxl-66{min-width:66.66%!important}.min-w-xxl-100vw{min-width:100vw!important}.min-h-xxl-25{min-height:25%!important}.min-h-xxl-50{min-height:50%!important}.min-h-xxl-75{min-height:75%!important}.min-h-xxl-100{min-height:100%!important}.min-h-xxl-auto{min-height:auto!important}.min-h-xxl-0{min-height:0!important}.min-h-xxl-50vh{min-height:50vh!important}.min-h-xxl-100vh{min-height:100vh!important}.col-gap-xxl-0{--bs-col-gap:0rem !important}.col-gap-xxl-0\.5{--bs-col-gap:calc(0rem + 0.5rem) !important}.col-gap-xxl-1{--bs-col-gap:1rem !important}.col-gap-xxl-1\.5{--bs-col-gap:calc(1rem + 0.5rem) !important}.col-gap-xxl-2{--bs-col-gap:2rem !important}.col-gap-xxl-2\.5{--bs-col-gap:calc(2rem + 0.5rem) !important}.col-gap-xxl-3{--bs-col-gap:3rem !important}.col-gap-xxl-3\.5{--bs-col-gap:calc(3rem + 0.5rem) !important}.col-gap-xxl-4{--bs-col-gap:4rem !important}.col-gap-xxl-4\.5{--bs-col-gap:calc(4rem + 0.5rem) !important}.col-gap-xxl-5{--bs-col-gap:5rem !important}.col-gap-xxl-5\.5{--bs-col-gap:calc(5rem + 0.5rem) !important}.col-gap-xxl-6{--bs-col-gap:6rem !important}.col-gap-xxl-6\.5{--bs-col-gap:calc(6rem + 0.5rem) !important}.col-gap-xxl-7{--bs-col-gap:7rem !important}.col-gap-xxl-7\.5{--bs-col-gap:calc(7rem + 0.5rem) !important}.col-gap-xxl-8{--bs-col-gap:8rem !important}.col-gap-xxl-8\.5{--bs-col-gap:calc(8rem + 0.5rem) !important}.col-gap-xxl-9{--bs-col-gap:9rem !important}.col-gap-xxl-9\.5{--bs-col-gap:calc(9rem + 0.5rem) !important}.col-gap-xxl-10{--bs-col-gap:10rem !important}.col-gap-xxl-10\.5{--bs-col-gap:calc(10rem + 0.5rem) !important}.col-gap-xxl-11{--bs-col-gap:11rem !important}.col-gap-xxl-11\.5{--bs-col-gap:calc(11rem + 0.5rem) !important}.col-gap-xxl-12{--bs-col-gap:12rem !important}.col-gap-xxl-12\.5{--bs-col-gap:calc(12rem + 0.5rem) !important}.gx-xxl-0{--bs-gutter-x:0rem !important}.gx-xxl-0\.5{--bs-gutter-x:calc(0rem + 0.5rem) !important}.gx-xxl-1{--bs-gutter-x:1rem !important}.gx-xxl-1\.5{--bs-gutter-x:calc(1rem + 0.5rem) !important}.gx-xxl-2{--bs-gutter-x:2rem !important}.gx-xxl-2\.5{--bs-gutter-x:calc(2rem + 0.5rem) !important}.gx-xxl-3{--bs-gutter-x:3rem !important}.gx-xxl-3\.5{--bs-gutter-x:calc(3rem + 0.5rem) !important}.gx-xxl-4{--bs-gutter-x:4rem !important}.gx-xxl-4\.5{--bs-gutter-x:calc(4rem + 0.5rem) !important}.gx-xxl-5{--bs-gutter-x:5rem !important}.gx-xxl-5\.5{--bs-gutter-x:calc(5rem + 0.5rem) !important}.gx-xxl-6{--bs-gutter-x:6rem !important}.gx-xxl-6\.5{--bs-gutter-x:calc(6rem + 0.5rem) !important}.gx-xxl-7{--bs-gutter-x:7rem !important}.gx-xxl-7\.5{--bs-gutter-x:calc(7rem + 0.5rem) !important}.gx-xxl-8{--bs-gutter-x:8rem !important}.gx-xxl-8\.5{--bs-gutter-x:calc(8rem + 0.5rem) !important}.gx-xxl-9{--bs-gutter-x:9rem !important}.gx-xxl-9\.5{--bs-gutter-x:calc(9rem + 0.5rem) !important}.gx-xxl-10{--bs-gutter-x:10rem !important}.gx-xxl-10\.5{--bs-gutter-x:calc(10rem + 0.5rem) !important}.gx-xxl-11{--bs-gutter-x:11rem !important}.gx-xxl-11\.5{--bs-gutter-x:calc(11rem + 0.5rem) !important}.gx-xxl-12{--bs-gutter-x:12rem !important}.gx-xxl-12\.5{--bs-gutter-x:calc(12rem + 0.5rem) !important}.row-gap-xxl-0{--bs-row-gap:0rem !important}.row-gap-xxl-0\.5{--bs-row-gap:calc(0rem + 0.5rem) !important}.row-gap-xxl-1{--bs-row-gap:1rem !important}.row-gap-xxl-1\.5{--bs-row-gap:calc(1rem + 0.5rem) !important}.row-gap-xxl-2{--bs-row-gap:2rem !important}.row-gap-xxl-2\.5{--bs-row-gap:calc(2rem + 0.5rem) !important}.row-gap-xxl-3{--bs-row-gap:3rem !important}.row-gap-xxl-3\.5{--bs-row-gap:calc(3rem + 0.5rem) !important}.row-gap-xxl-4{--bs-row-gap:4rem !important}.row-gap-xxl-4\.5{--bs-row-gap:calc(4rem + 0.5rem) !important}.row-gap-xxl-5{--bs-row-gap:5rem !important}.row-gap-xxl-5\.5{--bs-row-gap:calc(5rem + 0.5rem) !important}.row-gap-xxl-6{--bs-row-gap:6rem !important}.row-gap-xxl-6\.5{--bs-row-gap:calc(6rem + 0.5rem) !important}.row-gap-xxl-7{--bs-row-gap:7rem !important}.row-gap-xxl-7\.5{--bs-row-gap:calc(7rem + 0.5rem) !important}.row-gap-xxl-8{--bs-row-gap:8rem !important}.row-gap-xxl-8\.5{--bs-row-gap:calc(8rem + 0.5rem) !important}.row-gap-xxl-9{--bs-row-gap:9rem !important}.row-gap-xxl-9\.5{--bs-row-gap:calc(9rem + 0.5rem) !important}.row-gap-xxl-10{--bs-row-gap:10rem !important}.row-gap-xxl-10\.5{--bs-row-gap:calc(10rem + 0.5rem) !important}.row-gap-xxl-11{--bs-row-gap:11rem !important}.row-gap-xxl-11\.5{--bs-row-gap:calc(11rem + 0.5rem) !important}.row-gap-xxl-12{--bs-row-gap:12rem !important}.row-gap-xxl-12\.5{--bs-row-gap:calc(12rem + 0.5rem) !important}.gy-xxl-0{--bs-gutter-y:0rem !important}.gy-xxl-0\.5{--bs-gutter-y:calc(0rem + 0.5rem) !important}.gy-xxl-1{--bs-gutter-y:1rem !important}.gy-xxl-1\.5{--bs-gutter-y:calc(1rem + 0.5rem) !important}.gy-xxl-2{--bs-gutter-y:2rem !important}.gy-xxl-2\.5{--bs-gutter-y:calc(2rem + 0.5rem) !important}.gy-xxl-3{--bs-gutter-y:3rem !important}.gy-xxl-3\.5{--bs-gutter-y:calc(3rem + 0.5rem) !important}.gy-xxl-4{--bs-gutter-y:4rem !important}.gy-xxl-4\.5{--bs-gutter-y:calc(4rem + 0.5rem) !important}.gy-xxl-5{--bs-gutter-y:5rem !important}.gy-xxl-5\.5{--bs-gutter-y:calc(5rem + 0.5rem) !important}.gy-xxl-6{--bs-gutter-y:6rem !important}.gy-xxl-6\.5{--bs-gutter-y:calc(6rem + 0.5rem) !important}.gy-xxl-7{--bs-gutter-y:7rem !important}.gy-xxl-7\.5{--bs-gutter-y:calc(7rem + 0.5rem) !important}.gy-xxl-8{--bs-gutter-y:8rem !important}.gy-xxl-8\.5{--bs-gutter-y:calc(8rem + 0.5rem) !important}.gy-xxl-9{--bs-gutter-y:9rem !important}.gy-xxl-9\.5{--bs-gutter-y:calc(9rem + 0.5rem) !important}.gy-xxl-10{--bs-gutter-y:10rem !important}.gy-xxl-10\.5{--bs-gutter-y:calc(10rem + 0.5rem) !important}.gy-xxl-11{--bs-gutter-y:11rem !important}.gy-xxl-11\.5{--bs-gutter-y:calc(11rem + 0.5rem) !important}.gy-xxl-12{--bs-gutter-y:12rem !important}.gy-xxl-12\.5{--bs-gutter-y:calc(12rem + 0.5rem) !important}.bg-xxl-none{background-size:none!important}.bg-xxl-100{background-size:100% auto!important}.bg-xxl-cover{background-size:cover!important}.bg-xxl-contain{background-size:contain!important}.bg-xxl-fit{background-size:fit!important}.bg-xxl-fill{background-size:fill!important}.bg-xxl-scale-down{background-size:scale-down!important}.bg-xxl-left{background-position:left!important}.bg-xxl-left-top{background-position:left top!important}.bg-xxl-left-bottom{background-position:left bottom!important}.bg-xxl-right{background-position:right!important}.bg-xxl-right-top{background-position:right top!important}.bg-xxl-right-bottom{background-position:right bottom!important}.bg-xxl-center{background-position:center!important}.bg-xxl-center-top{background-position:center top!important}.bg-xxl-center-bottom{background-position:center bottom!important}.bg-xxl-repeat{background-repeat:repeat!important}.bg-xxl-repeat-x{background-repeat:repeat-x!important}.bg-xxl-repeat-y{background-repeat:repeat-y!important}.bg-xxl-no-repeat{background-repeat:no-repeat!important}.fs-xxl-1{font-size:2.5rem!important}.fs-xxl-2{font-size:2rem!important}.fs-xxl-3{font-size:1.75rem!important}.fs-xxl-4{font-size:1.5rem!important}.fs-xxl-5{font-size:1.25rem!important}.fs-xxl-6{font-size:1rem!important}.object-position-xxl-left{-o-object-position:left!important;object-position:left!important}.object-position-xxl-left-top{-o-object-position:left top!important;object-position:left top!important}.object-position-xxl-left-bottom{-o-object-position:left bottom!important;object-position:left bottom!important}.object-position-xxl-right{-o-object-position:right!important;object-position:right!important}.object-position-xxl-right-top{-o-object-position:right top!important;object-position:right top!important}.object-position-xxl-right-bottom{-o-object-position:right bottom!important;object-position:right bottom!important}.object-position-xxl-center{-o-object-position:center!important;object-position:center!important}.object-position-xxl-center-top{-o-object-position:center top!important;object-position:center top!important}.object-position-xxl-center-bottom{-o-object-position:center bottom!important;object-position:center bottom!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:where(.buildystrap-module,.buildystrap-section,.buildystrap-row,.buildystrap-column,.buildystrap-bg-element){--bg-image-url:"unset";background-image:var(--bg-image-url)}@media (min-width:576px){:where(.buildystrap-module,.buildystrap-section,.buildystrap-row,.buildystrap-column,.buildystrap-bg-element){--bg-image-url-sm:var(--bg-image-url);background-image:var(--bg-image-url-sm)}}@media (min-width:768px){:where(.buildystrap-module,.buildystrap-section,.buildystrap-row,.buildystrap-column,.buildystrap-bg-element){--bg-image-url-md:var(--bg-image-url-sm);background-image:var(--bg-image-url-md)}}@media (min-width:992px){:where(.buildystrap-module,.buildystrap-section,.buildystrap-row,.buildystrap-column,.buildystrap-bg-element){--bg-image-url-lg:var(--bg-image-url-md);background-image:var(--bg-image-url-lg)}}@media (min-width:1200px){:where(.buildystrap-module,.buildystrap-section,.buildystrap-row,.buildystrap-column,.buildystrap-bg-element){--bg-image-url-xl:var(--bg-image-url-lg);background-image:var(--bg-image-url-xl)}}@media (min-width:1400px){:where(.buildystrap-module,.buildystrap-section,.buildystrap-row,.buildystrap-column,.buildystrap-bg-element){--bg-image-url-xxl:var(--bg-image-url-xl);background-image:var(--bg-image-url-xxl)}}:where(.buildystrap-container)>.buildystrap-section>.buildystrap-row{--bs-gap:0}:where(.buildystrap-section){position:relative;gap:var(--bs-row-gap);padding:2rem 0}@media (min-width:992px){:where(.buildystrap-section){padding:var(--bs-section-padding) 0}}:where(.buildystrap-section)>.container{gap:var(--bs-row-gap)}:where(.buildystrap-row){--bs-gutter-x:var(--bs-col-gap);--bs-gutter-y:var(--bs-row-gap);padding:calc(var(--bs-row-padding) / 2) 1.5rem}@media (min-width:768px){:where(.buildystrap-row){padding:var(--bs-row-padding) 0}}:where(.buildystrap-row.grid){--bs-columns:1;--bs-gap:0}@media (min-width:992px){:where(.buildystrap-row.grid){--bs-gap:var(--bs-col-gap);--bs-columns:12}}:where(.buildystrap-column){display:flex;flex-direction:column;gap:var(--bs-module-gap);max-width:100%}:where(.buildystrap-bg-element){position:absolute;height:150%;width:100%;top:-30%;bottom:-10%;left:0;z-index:-1}@media (min-width:992px){:where(.buildystrap-bg-element){height:120%;top:-10%}}:where(.grid).col-gap{-moz-column-gap:var(--bs-col-gap);column-gap:var(--bs-col-gap)}:where(.grid).row-gap{row-gap:var(--bs-row-gap)}:where(.buildystrap-module) *:last-child{margin-bottom:0}.gx-taggable{--gx:"unset";-moz-column-gap:var(--gx);column-gap:var(--gx)}@media (min-width:576px){.gx-taggable{--gx-sm:var(--gx);-moz-column-gap:var(--gx-sm);column-gap:var(--gx-sm)}}@media (min-width:768px){.gx-taggable{--gx-md:var(--gx-sm);-moz-column-gap:var(--gx-md);column-gap:var(--gx-md)}}@media (min-width:992px){.gx-taggable{--gx-lg:var(--gx-md);-moz-column-gap:var(--gx-lg);column-gap:var(--gx-lg)}}@media (min-width:1200px){.gx-taggable{--gx-xl:var(--gx-lg);-moz-column-gap:var(--gx-xl);column-gap:var(--gx-xl)}}@media (min-width:1400px){.gx-taggable{--gx-xxl:var(--gx-xl);-moz-column-gap:var(--gx-xxl);column-gap:var(--gx-xxl)}}.gy-taggable{--gy:"unset";row-gap:var(--gy)}@media (min-width:576px){.gy-taggable{--gy-sm:var(--gy);row-gap:var(--gy-sm)}}@media (min-width:768px){.gy-taggable{--gy-md:var(--gy-sm);row-gap:var(--gy-md)}}@media (min-width:992px){.gy-taggable{--gy-lg:var(--gy-md);row-gap:var(--gy-lg)}}@media (min-width:1200px){.gy-taggable{--gy-xl:var(--gy-lg);row-gap:var(--gy-xl)}}@media (min-width:1400px){.gy-taggable{--gy-xxl:var(--gy-xl);row-gap:var(--gy-xxl)}}.mt-taggable{--mt:"unset";margin-top:var(--mt)}@media (min-width:576px){.mt-taggable{--mt-sm:var(--mt);margin-top:var(--mt-sm)}}@media (min-width:768px){.mt-taggable{--mt-md:var(--mt-sm);margin-top:var(--mt-md)}}@media (min-width:992px){.mt-taggable{--mt-lg:var(--mt-md);margin-top:var(--mt-lg)}}@media (min-width:1200px){.mt-taggable{--mt-xl:var(--mt-lg);margin-top:var(--mt-xl)}}@media (min-width:1400px){.mt-taggable{--mt-xxl:var(--mt-xl);margin-top:var(--mt-xxl)}}.mb-taggable{--mb:"unset";margin-bottom:var(--mb)}@media (min-width:576px){.mb-taggable{--mb-sm:var(--mb);margin-bottom:var(--mb-sm)}}@media (min-width:768px){.mb-taggable{--mb-md:var(--mb-sm);margin-bottom:var(--mb-md)}}@media (min-width:992px){.mb-taggable{--mb-lg:var(--mb-md);margin-bottom:var(--mb-lg)}}@media (min-width:1200px){.mb-taggable{--mb-xl:var(--mb-lg);margin-bottom:var(--mb-xl)}}@media (min-width:1400px){.mb-taggable{--mb-xxl:var(--mb-xl);margin-bottom:var(--mb-xxl)}}.me-taggable{--me:"unset";margin-right:var(--me)}@media (min-width:576px){.me-taggable{--me-sm:var(--me);margin-right:var(--me-sm)}}@media (min-width:768px){.me-taggable{--me-md:var(--me-sm);margin-right:var(--me-md)}}@media (min-width:992px){.me-taggable{--me-lg:var(--me-md);margin-right:var(--me-lg)}}@media (min-width:1200px){.me-taggable{--me-xl:var(--me-lg);margin-right:var(--me-xl)}}@media (min-width:1400px){.me-taggable{--me-xxl:var(--me-xl);margin-right:var(--me-xxl)}}.ms-taggable{--ms:"unset";margin-left:var(--ms)}@media (min-width:576px){.ms-taggable{--ms-sm:var(--ms);margin-left:var(--ms-sm)}}@media (min-width:768px){.ms-taggable{--ms-md:var(--ms-sm);margin-left:var(--ms-md)}}@media (min-width:992px){.ms-taggable{--ms-lg:var(--ms-md);margin-left:var(--ms-lg)}}@media (min-width:1200px){.ms-taggable{--ms-xl:var(--ms-lg);margin-left:var(--ms-xl)}}@media (min-width:1400px){.ms-taggable{--ms-xxl:var(--ms-xl);margin-left:var(--ms-xxl)}}.pt-taggable{--pt:"unset";padding-top:var(--pt)}@media (min-width:576px){.pt-taggable{--pt-sm:var(--pt);padding-top:var(--pt-sm)}}@media (min-width:768px){.pt-taggable{--pt-md:var(--pt-sm);padding-top:var(--pt-md)}}@media (min-width:992px){.pt-taggable{--pt-lg:var(--pt-md);padding-top:var(--pt-lg)}}@media (min-width:1200px){.pt-taggable{--pt-xl:var(--pt-lg);padding-top:var(--pt-xl)}}@media (min-width:1400px){.pt-taggable{--pt-xxl:var(--pt-xl);padding-top:var(--pt-xxl)}}.pb-taggable{--pb:"unset";padding-bottom:var(--pb)}@media (min-width:576px){.pb-taggable{--pb-sm:var(--pb);padding-bottom:var(--pb-sm)}}@media (min-width:768px){.pb-taggable{--pb-md:var(--pb-sm);padding-bottom:var(--pb-md)}}@media (min-width:992px){.pb-taggable{--pb-lg:var(--pb-md);padding-bottom:var(--pb-lg)}}@media (min-width:1200px){.pb-taggable{--pb-xl:var(--pb-lg);padding-bottom:var(--pb-xl)}}@media (min-width:1400px){.pb-taggable{--pb-xxl:var(--pb-xl);padding-bottom:var(--pb-xxl)}}.pe-taggable{--pe:"unset";padding-right:var(--pe)}@media (min-width:576px){.pe-taggable{--pe-sm:var(--pe);padding-right:var(--pe-sm)}}@media (min-width:768px){.pe-taggable{--pe-md:var(--pe-sm);padding-right:var(--pe-md)}}@media (min-width:992px){.pe-taggable{--pe-lg:var(--pe-md);padding-right:var(--pe-lg)}}@media (min-width:1200px){.pe-taggable{--pe-xl:var(--pe-lg);padding-right:var(--pe-xl)}}@media (min-width:1400px){.pe-taggable{--pe-xxl:var(--pe-xl);padding-right:var(--pe-xxl)}}.ps-taggable{--ps:"unset";padding-left:var(--ps)}@media (min-width:576px){.ps-taggable{--ps-sm:var(--ps);padding-left:var(--ps-sm)}}@media (min-width:768px){.ps-taggable{--ps-md:var(--ps-sm);padding-left:var(--ps-md)}}@media (min-width:992px){.ps-taggable{--ps-lg:var(--ps-md);padding-left:var(--ps-lg)}}@media (min-width:1200px){.ps-taggable{--ps-xl:var(--ps-lg);padding-left:var(--ps-xl)}}@media (min-width:1400px){.ps-taggable{--ps-xxl:var(--ps-xl);padding-left:var(--ps-xxl)}}.min-width-taggable{--min-width:"unset";min-width:var(--min-width)}@media (min-width:576px){.min-width-taggable{--min-width-sm:var(--min-width) !important;min-width:var(--min-width-sm)!important}}@media (min-width:768px){.min-width-taggable{--min-width-md:var(--min-width-sm) !important;min-width:var(--min-width-md)!important}}@media (min-width:992px){.min-width-taggable{--min-width-lg:var(--min-width-md) !important;min-width:var(--min-width-lg)!important}}@media (min-width:1200px){.min-width-taggable{--min-width-xl:var(--min-width-lg) !important;min-width:var(--min-width-xl)!important}}@media (min-width:1400px){.min-width-taggable{--min-width-xxl:var(--min-width-xl) !important;min-width:var(--min-width-xxl)!important}}.width-taggable{--width:"unset";width:var(--width)}@media (min-width:576px){.width-taggable{--width-sm:var(--width) !important;width:var(--width-sm)!important}}@media (min-width:768px){.width-taggable{--width-md:var(--width-sm) !important;width:var(--width-md)!important}}@media (min-width:992px){.width-taggable{--width-lg:var(--width-md) !important;width:var(--width-lg)!important}}@media (min-width:1200px){.width-taggable{--width-xl:var(--width-lg) !important;width:var(--width-xl)!important}}@media (min-width:1400px){.width-taggable{--width-xxl:var(--width-xl) !important;width:var(--width-xxl)!important}}.max-width-taggable{--max-width:"unset";max-width:var(--max-width)}@media (min-width:576px){.max-width-taggable{--max-width-sm:var(--max-width) !important;max-width:var(--max-width-sm)!important}}@media (min-width:768px){.max-width-taggable{--max-width-md:var(--max-width-sm) !important;max-width:var(--max-width-md)!important}}@media (min-width:992px){.max-width-taggable{--max-width-lg:var(--max-width-md) !important;max-width:var(--max-width-lg)!important}}@media (min-width:1200px){.max-width-taggable{--max-width-xl:var(--max-width-lg) !important;max-width:var(--max-width-xl)!important}}@media (min-width:1400px){.max-width-taggable{--max-width-xxl:var(--max-width-xl) !important;max-width:var(--max-width-xxl)!important}}.min-height-taggable{--min-height:"unset";min-height:var(--min-height)}@media (min-width:576px){.min-height-taggable{--min-height-sm:var(--min-height) !important;min-height:var(--min-height-sm)!important}}@media (min-width:768px){.min-height-taggable{--min-height-md:var(--min-height-sm) !important;min-height:var(--min-height-md)!important}}@media (min-width:992px){.min-height-taggable{--min-height-lg:var(--min-height-md) !important;min-height:var(--min-height-lg)!important}}@media (min-width:1200px){.min-height-taggable{--min-height-xl:var(--min-height-lg) !important;min-height:var(--min-height-xl)!important}}@media (min-width:1400px){.min-height-taggable{--min-height-xxl:var(--min-height-xl) !important;min-height:var(--min-height-xxl)!important}}.height-taggable{--height:"unset";height:var(--height)}@media (min-width:576px){.height-taggable{--height-sm:var(--height) !important;height:var(--height-sm)!important}}@media (min-width:768px){.height-taggable{--height-md:var(--height-sm) !important;height:var(--height-md)!important}}@media (min-width:992px){.height-taggable{--height-lg:var(--height-md) !important;height:var(--height-lg)!important}}@media (min-width:1200px){.height-taggable{--height-xl:var(--height-lg) !important;height:var(--height-xl)!important}}@media (min-width:1400px){.height-taggable{--height-xxl:var(--height-xl) !important;height:var(--height-xxl)!important}}.max-height-taggable{--max-height:"unset";max-height:var(--max-height)}@media (min-width:576px){.max-height-taggable{--max-height-sm:var(--max-height) !important;max-height:var(--max-height-sm)!important}}@media (min-width:768px){.max-height-taggable{--max-height-md:var(--max-height-sm) !important;max-height:var(--max-height-md)!important}}@media (min-width:992px){.max-height-taggable{--max-height-lg:var(--max-height-md) !important;max-height:var(--max-height-lg)!important}}@media (min-width:1200px){.max-height-taggable{--max-height-xl:var(--max-height-lg) !important;max-height:var(--max-height-xl)!important}}@media (min-width:1400px){.max-height-taggable{--max-height-xxl:var(--max-height-xl) !important;max-height:var(--max-height-xxl)!important}}.font-family-taggable{--font-family:"unset";font-family:var(--font-family)}@media (min-width:576px){.font-family-taggable{--font-family-sm:var(--font-family);font-family:var(--font-family-sm)}}@media (min-width:768px){.font-family-taggable{--font-family-md:var(--font-family-sm);font-family:var(--font-family-md)}}@media (min-width:992px){.font-family-taggable{--font-family-lg:var(--font-family-md);font-family:var(--font-family-lg)}}@media (min-width:1200px){.font-family-taggable{--font-family-xl:var(--font-family-lg);font-family:var(--font-family-xl)}}@media (min-width:1400px){.font-family-taggable{--font-family-xxl:var(--font-family-xl);font-family:var(--font-family-xxl)}}.fs-taggable{--font-size:"unset";font-size:var(--font-size)}@media (min-width:576px){.fs-taggable{--font-size-sm:var(--font-size);font-size:var(--font-size-sm)}}@media (min-width:768px){.fs-taggable{--font-size-md:var(--font-size-sm);font-size:var(--font-size-md)}}@media (min-width:992px){.fs-taggable{--font-size-lg:var(--font-size-md);font-size:var(--font-size-lg)}}@media (min-width:1200px){.fs-taggable{--font-size-xl:var(--font-size-lg);font-size:var(--font-size-xl)}}@media (min-width:1400px){.fs-taggable{--font-size-xxl:var(--font-size-xl);font-size:var(--font-size-xxl)}}.buildystrap-video-module{position:relative}.buildystrap-video-module .video-container{width:100%;vertical-align:bottom}.buildystrap-video-module .video-container .video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;z-index:10;opacity:1;transition:all 2s ease-in-out;overflow:hidden}.buildystrap-video-module .video-container .video-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;z-index:2;opacity:1;visibility:visible;transition:all 0.5s ease-in-out}.buildystrap-video-module .video-container .video-overlay iframe,.buildystrap-video-module .video-container .video-overlay object,.buildystrap-video-module .video-container .video-overlay embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:auto}.buildystrap-video-module .video-container .video-overlay__contents{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;padding:6rem 3rem;opacity:1;visibility:visible;transition:all 0.5s ease-in-out}@media (min-width:1200px){.buildystrap-video-module .video-container .video-overlay__contents{padding:6rem}}.buildystrap-video-module .video-container .video-overlay__contents a.video-play{position:relative;display:flex;justify-content:center;align-items:center;width:6rem;height:6rem;background-color:var(--bs-white);border-radius:50%;z-index:2}@media (min-width:992px){.buildystrap-video-module .video-container .video-overlay__contents a.video-play{width:10rem;height:10rem}}.buildystrap-video-module .video-container .video-overlay__contents a.video-play svg{width:3rem;height:4rem;margin-right:-.75rem}.buildystrap-video-module .video-container .video-overlay__contents a.video-play svg *{fill:var(--bs-primary)}.buildystrap-video-module.is-playing:after{visibility:hidden;opacity:0}.buildystrap-video-module.is-playing .video-container .video-overlay:before{opacity:0;visibility:hidden;pointer-events:none}.buildystrap-video-module.is-playing .video-container .video-overlay__contents{opacity:0;visibility:hidden;pointer-events:none}.sitewide-message p:last-of-type{margin:0}:root{--bs-default-grid-system:flex;--bs-col-gap:2rem;--bs-gap:2rem;--bs-row-gap:3rem;--bs-module-gap:2rem;--bs-section-padding:2rem;--bs-row-padding:2rem;--bs-primary:#0a3c64;--bs-primary-rgb:10,60,100;--bs-secondary:#36afff;--bs-secondary-rgb:54,175,255;--bs-tertiary:#0f2e50;--bs-tertiary-rgb:15,46,80;--bs-success:#198754;--bs-success-rgb:25,135,84;--bs-danger:#dc3545;--bs-danger-rgb:220,53,69;--bs-warning:#ffc107;--bs-warning-rgb:255,193,7;--bs-info:#0dcaf0;--bs-info-rgb:13,202,240;--bs-light:#ffffff;--bs-light-rgb:255,255,255;--bs-dark:#494949;--bs-dark-rgb:73,73,73;--bs-textsecondary:#6d6d6d;--bs-textsecondary-rgb:109,109,109;--bs-blueshade:#0075bf;--bs-blueshade-rgb:0,117,191;--bs-link-color:var(--bs-primary);--color-text-body:var(--bs-dark);--color-text-headings:var(--bs-primary);--font-main:Open Sans;--font-headings:"Source Serif Pro";--font-additionalfont:"HelveticaNeue LT 53 Ex"}.border-primary{border-color:var(--bs-primary)!important}.bg-primary,.bg-primary:hover{background-color:var(--bs-primary)!important}.text-primary,.text-primary:visited,.text-primary:hover{color:var(--bs-primary)!important}#app .btn.btn-primary,.btn.btn-primary{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-primary);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-primary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-primary,.btn.btn-outline-primary{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-primary);--bs-btn-border-color:var(--bs-primary);--bs-btn-hover-border-color:var(--bs-primary);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-primary);--bs-btn-active-border-color:var(--bs-primary);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-primary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-secondary{border-color:var(--bs-secondary)!important}.bg-secondary,.bg-secondary:hover{background-color:var(--bs-secondary)!important}.text-secondary,.text-secondary:visited,.text-secondary:hover{color:var(--bs-secondary)!important}#app .btn.btn-secondary,.btn.btn-secondary{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-secondary);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-secondary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-secondary,.btn.btn-outline-secondary{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-secondary);--bs-btn-border-color:var(--bs-secondary);--bs-btn-hover-border-color:var(--bs-secondary);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-secondary);--bs-btn-active-border-color:var(--bs-secondary);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-secondary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-tertiary{border-color:var(--bs-tertiary)!important}.bg-tertiary,.bg-tertiary:hover{background-color:var(--bs-tertiary)!important}.text-tertiary,.text-tertiary:visited,.text-tertiary:hover{color:var(--bs-tertiary)!important}#app .btn.btn-tertiary,.btn.btn-tertiary{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-tertiary);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-tertiary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-tertiary,.btn.btn-outline-tertiary{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-tertiary);--bs-btn-border-color:var(--bs-tertiary);--bs-btn-hover-border-color:var(--bs-tertiary);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-tertiary);--bs-btn-active-border-color:var(--bs-tertiary);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-tertiary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-success{border-color:var(--bs-success)!important}.bg-success,.bg-success:hover{background-color:var(--bs-success)!important}.text-success,.text-success:visited,.text-success:hover{color:var(--bs-success)!important}#app .btn.btn-success,.btn.btn-success{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-success);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-success-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-success,.btn.btn-outline-success{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-success);--bs-btn-border-color:var(--bs-success);--bs-btn-hover-border-color:var(--bs-success);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-success);--bs-btn-active-border-color:var(--bs-success);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-success-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-danger{border-color:var(--bs-danger)!important}.bg-danger,.bg-danger:hover{background-color:var(--bs-danger)!important}.text-danger,.text-danger:visited,.text-danger:hover{color:var(--bs-danger)!important}#app .btn.btn-danger,.btn.btn-danger{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-danger);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-danger-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-danger,.btn.btn-outline-danger{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-danger);--bs-btn-border-color:var(--bs-danger);--bs-btn-hover-border-color:var(--bs-danger);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-danger);--bs-btn-active-border-color:var(--bs-danger);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-danger-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-warning{border-color:var(--bs-warning)!important}.bg-warning,.bg-warning:hover{background-color:var(--bs-warning)!important}.text-warning,.text-warning:visited,.text-warning:hover{color:var(--bs-warning)!important}#app .btn.btn-warning,.btn.btn-warning{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-warning);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-warning-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-warning,.btn.btn-outline-warning{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-warning);--bs-btn-border-color:var(--bs-warning);--bs-btn-hover-border-color:var(--bs-warning);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-warning);--bs-btn-active-border-color:var(--bs-warning);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-warning-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-info{border-color:var(--bs-info)!important}.bg-info,.bg-info:hover{background-color:var(--bs-info)!important}.text-info,.text-info:visited,.text-info:hover{color:var(--bs-info)!important}#app .btn.btn-info,.btn.btn-info{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-info);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-info-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-info,.btn.btn-outline-info{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-info);--bs-btn-border-color:var(--bs-info);--bs-btn-hover-border-color:var(--bs-info);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-info);--bs-btn-active-border-color:var(--bs-info);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-info-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-light{border-color:var(--bs-light)!important}.bg-light,.bg-light:hover{background-color:var(--bs-light)!important}.text-light,.text-light:visited,.text-light:hover{color:var(--bs-light)!important}#app .btn.btn-light,.btn.btn-light{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-light);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-light-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-light,.btn.btn-outline-light{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-light);--bs-btn-border-color:var(--bs-light);--bs-btn-hover-border-color:var(--bs-light);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-light);--bs-btn-active-border-color:var(--bs-light);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-light-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-dark{border-color:var(--bs-dark)!important}.bg-dark,.bg-dark:hover{background-color:var(--bs-dark)!important}.text-dark,.text-dark:visited,.text-dark:hover{color:var(--bs-dark)!important}#app .btn.btn-dark,.btn.btn-dark{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-dark);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-dark-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-dark,.btn.btn-outline-dark{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-dark);--bs-btn-border-color:var(--bs-dark);--bs-btn-hover-border-color:var(--bs-dark);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-dark);--bs-btn-active-border-color:var(--bs-dark);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-dark-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-textsecondary{border-color:var(--bs-textsecondary)!important}.bg-textsecondary,.bg-textsecondary:hover{background-color:var(--bs-textsecondary)!important}.text-textsecondary,.text-textsecondary:visited,.text-textsecondary:hover{color:var(--bs-textsecondary)!important}#app .btn.btn-textsecondary,.btn.btn-textsecondary{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-textsecondary);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-textsecondary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-textsecondary,.btn.btn-outline-textsecondary{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-textsecondary);--bs-btn-border-color:var(--bs-textsecondary);--bs-btn-hover-border-color:var(--bs-textsecondary);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-textsecondary);--bs-btn-active-border-color:var(--bs-textsecondary);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-textsecondary-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}.border-blueshade{border-color:var(--bs-blueshade)!important}.bg-blueshade,.bg-blueshade:hover{background-color:var(--bs-blueshade)!important}.text-blueshade,.text-blueshade:visited,.text-blueshade:hover{color:var(--bs-blueshade)!important}#app .btn.btn-blueshade,.btn.btn-blueshade{--bs-btn-color:var(--bs-white);--bs-btn-bg:var(--bs-blueshade);--bs-btn-hover-bg:var(--bs-btn-bg);--bs-btn-border-color:var(--bs-btn-bg);--bs-btn-hover-border-color:var(--bs-btn-bg);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-btn-bg);--bs-btn-active-border-color:var(--bs-btn-bg);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-blueshade-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}#app .btn.btn-outline-blueshade,.btn.btn-outline-blueshade{--bs-btn-color:var(--bs-white);--bs-btn-bg:transparent;--bs-btn-hover-bg:var(--bs-blueshade);--bs-btn-border-color:var(--bs-blueshade);--bs-btn-hover-border-color:var(--bs-blueshade);--bs-btn-active-color:var(--bs-white);--bs-btn-active-bg:var(--bs-blueshade);--bs-btn-active-border-color:var(--bs-blueshade);--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-focus-shadow-rgb:var(--bs-blueshade-rgb);--bs-btn-disabled-bg:#d5d5d5;--bs-btn-disabled-border-color:#d5d5d5}@font-face{font-display:swap;font-family:'HelveticaNeue LT 53 Ex';src:url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-ExtendedObl.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-ExtendedObl.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-ExtendedObl.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-ExtendedObl.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-ExtendedObl.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-ExtendedObl.svg#HelveticaNeueLT-ExtendedObl') format('svg');font-weight:400;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Open Sans bold';src:url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans-Bold.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans-Bold.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans-Bold.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans-Bold.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Open Sans';src:url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/OpenSans.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/OpenSans.svg#OpenSans') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'HelveticaNeue LT 53 Ex';src:url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-Extended.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-Extended.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-Extended.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-Extended.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-Extended.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-Extended.svg#HelveticaNeueLT-Extended') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'HelveticaNeue LT 53 Ex';src:url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-BoldExt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-BoldExt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-BoldExt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-BoldExt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-BoldExt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-BoldExt.svg#HelveticaNeueLT-BoldExt') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'HelveticaNeue LT 63 MdEx';src:url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-MediumExt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-MediumExt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-MediumExt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-MediumExt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-MediumExt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/HelveticaNeueLT-MediumExt.svg#HelveticaNeueLT-MediumExt') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Bold.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Bold.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Bold.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Bold.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Bold.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Bold.svg#SourceSerifPro-Bold') format('svg');font-weight:700;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLightIt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLightIt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLightIt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLightIt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLightIt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLightIt.svg#SourceSerifPro-ExtraLightIt') format('svg');font-weight:200;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BoldIt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BoldIt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BoldIt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BoldIt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BoldIt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BoldIt.svg#SourceSerifPro-BoldIt') format('svg');font-weight:700;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Black.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Black.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Black.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Black.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Black.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Black.svg#SourceSerifPro-Black') format('svg');font-weight:900;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLight.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLight.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLight.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLight.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLight.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-ExtraLight.svg#SourceSerifPro-ExtraLight') format('svg');font-weight:200;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BlackIt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BlackIt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BlackIt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BlackIt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BlackIt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-BlackIt.svg#SourceSerifPro-BlackIt') format('svg');font-weight:900;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBoldIt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBoldIt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBoldIt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBoldIt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBoldIt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBoldIt.svg#SourceSerifPro-SemiBoldIt') format('svg');font-weight:600;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Light.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Light.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Light.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Light.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Light.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Light.svg#SourceSerifPro-Light') format('svg');font-weight:300;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Regular.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Regular.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Regular.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Regular.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Regular.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-Regular.svg#SourceSerifPro-Regular') format('svg');font-weight:400;font-style:normal;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-LightIt.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-LightIt.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-LightIt.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-LightIt.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-LightIt.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-LightIt.svg#SourceSerifPro-LightIt') format('svg');font-weight:300;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-It.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-It.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-It.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-It.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-It.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-It.svg#SourceSerifPro-It') format('svg');font-weight:400;font-style:italic;font-display:swap}@font-face{font-display:swap;font-family:'Source Serif Pro';src:url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBold.eot);src:url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBold.eot?#iefix') format('embedded-opentype'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBold.woff2) format('woff2'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBold.woff) format('woff'),url(/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBold.ttf) format('truetype'),url('/wp-content/themes/buildystrap-child/static/fonts/SourceSerifPro-SemiBold.svg#SourceSerifPro-SemiBold') format('svg');font-weight:600;font-style:normal;font-display:swap}*{outline:none;letter-spacing:0.02em!important}:root{--site-logo-width:17.5rem;--bs-body-font-size:16px !important;--bs-body-line-height:1.75 !important
		--bs-navbar-toggler-icon-bg: 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, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important}.offcanvas.show .nav-link{--bs-nav-link-color:var(--bs-body-color) !important}strong{font-family:Open Sans bold!important}.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, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;}.inner-hero-area{position:relative;padding:12rem 0 12rem!important;background-size:cover!important}.inner-hero-area .buildystrap-row.row{padding:0!important;position:relative}.buildystrap-section.inner-hero-area:after{content:'';display:block;background-image:url(/wp-content/themes/buildystrap-child/static/images/Header.svg);height:100px;width:100%;bottom:0;background-size:100% 100%;background-repeat:no-repeat;z-index:1;position:absolute;left:0;z-index:99}.buildystrap-section.inner-hero-area.inner-hero-area-invert:after{filter:brightness(0) invert(1)!important}.subheading-top{max-width:850px!important;margin-left:auto!important;margin-right:auto!important}.buildystrap-section.inner-hero-area:before{content:'';display:block;background:rgb(0 0 0 / .3)!important;position:absolute;left:0;top:0;width:100%;height:100%}.inner-hero-area h1,body.single .inner-hero-area h2,.paperdochead.inner-hero-area h2{font-size:53px!important;line-height:1.3!important;font-weight:600!important}ul.footer-sicon,ul.gform_fields{padding:0!important;margin:0!important}ul.footer-sicon>li,ul.gform_fields>li.gfield{list-style-type:none!important}.gform_wrapper label.gfield_label{font-weight:600;font-size:13px;line-height:1.25;letter-spacing:.04em;color:var(--bs-light);text-transform:uppercase;padding-bottom:15px!important}.gf_left_half{float:left;margin-right:32px!important;width:calc(50% - 16px)!important}.gf_right_half{float:left;width:calc(50% - 16px)!important}.ginput_container{margin-bottom:45px!important}.gform_wrapper input[type="text"],.gform_wrapper input[type="email"]{border:0;border-bottom:1px solid var(--bs-light);font-size:16px!important;letter-spacing:.02em;line-height:1.25;color:rgb(255 255 255 / .35)!important;font-weight:400;width:100%;box-sizing:border-box;background:none!important;padding:0 0 15px 0!important}.gform_wrapper textarea{border:0;border-bottom:1px solid var(--bs-light);font-size:16px!important;letter-spacing:.02em;line-height:1.25;color:rgb(255 255 255 / .35)!important;font-weight:400;width:100%;box-sizing:border-box;background:none!important;padding:0 0 10px 0!important;height:100px;resize:none}.gform_wrapper input[type="text"]::placeholder,.gform_wrapper input[type="email"]::placeholder,.gform_wrapper textarea::placeholder,.gfield_validation_message{font-size:17px!important;letter-spacing:.02em;line-height:1.25;color:rgb(255 255 255 / .35)!important;font-weight:400}.gfield_validation_message{padding-bottom:10px!important;color:var(--bs-light)!important}.gform_footer{text-align:left}.gform_footer .gform_button{background-color:var(--bs-secondary)!important;color:var(--bs-light)!important;font-family:var(--font-main)!important;font-size:13px;line-height:1;border:0!important;padding:16px 30px;border-radius:5px;transition:0.5s ease;letter-spacing:.04em;font-weight:400!important}.gform_footer .gform_button:hover{background:var(--bs-tertiary)!important}h2.gform_submission_error,.gform_confirmation_message{font-size:16px!important;color:var(--bs-light)!important;padding-bottom:20px}.countdownstat,.countdownstat .countdownstat{font-size:40px!important;line-height:1.5!important;letter-spacing:0.02em!important;font-weight:500!important;font-family:var(--font-headings)!important;color:var(--bs-light)!important}.countdownstat{text-align:center!important}html,body{overflow-x:hidden!important}h2{font-size:40px!important;line-height:1.5!important;letter-spacing:0.02em!important;font-weight:600!important}h2.intro-heading{font-size:35px!important}h4{font-size:25px!important;line-height:1.5!important;letter-spacing:0.02em!important;font-weight:600!important}a.btn{font-size:13px!important;text-transform:uppercase!important;letter-spacing:0.04em!important;border-radius:5px!important;display:inline-block;line-height:1;padding:13px 23px!important;transition:0.5s ease;box-shadow:none!important}a.btn:hover{opacity:0.75!important}.buildystrap-card-module.card.no-border-card{border:0!important;border-radius:0!important}.buildystrap-card-module.card.no-border-card .card-body{padding:0!important}.buildystrap-module.buildystrap-image-module img{display:block;width:100%;border-radius:5px}h2.accordion-header .accordion-button{padding:0 0 20px 0!important;border-radius:0!important;border:0!important;box-shadow:none!important;background:var(--bs-light)!important;font-family:var(--font-headings)!important;font-style:normal;font-weight:600;font-size:17px;line-height:160%;letter-spacing:.02em;color:#181818}h2.accordion-header .accordion-button i{font-size:20px!important;line-height:1!important}.accordion-body{padding:5px 0 25px 0!important}.accordion-item{margin-bottom:20px!important;border:0!important;border-bottom:1px solid var(--bs-secondary)!important;border-radius:0!important}.accordion-button::after{background-image:url(/wp-content/themes/buildystrap-child/static/images/accoorg.png)}.no-Xborder{border:0!important}@keyframes myAnim{0%,100%{transform:translateX(0)}10%,30%,50%,70%{transform:translateX(-10px)}20%,40%,60%{transform:translateX(10px)}80%{transform:translateX(8px)}90%{transform:translateX(-8px)}}body header#wrapper-navbar{background-color:transparent!important;position:fixed!important;left:0;top:0;width:100%!important;padding:20px 0!important}body header#wrapper-navbar:hover{background-color:transparent!important}body.error404 header#wrapper-navbar{background:var(--bs-tertiary)!important}body header#wrapper-navbar.fixedsitetop{background:var(--bs-tertiary)!important;padding:10px 0!important}ul#main-menu>li>a.nav-link{font-size:16px;line-height:1;letter-spacing:.02em;color:var(--bs-light);position:relative}ul#main-menu>li a{font-family:var(--font-main)!important;font-weight:700!important}ul#main-menu>li{padding-right:13px!important}ul#main-menu>li:last-child{padding-right:0!important}ul#main-menu li.menu-item-has-children>a:first-child{padding-right:26px!important}ul#main-menu li.menu-item-has-children>a:first-child:after{font-family:'Font Awesome 5 Free'!important;color:var(--bs-secondary)!important;content:"\f107"!important;font-weight:700!important;border:0!important;position:absolute;margin-left:5px;font-size:17px;top:50%;transform:translateY(-50%)}ul#main-menu>li>a.nav-link:hover,ul#main-menu>li.current-menu-item>a.nav-link,div.site-footer ul.menu>li.current-menu-item>a{color:var(--bs-secondary)!important}.buildystrap-section.home-hero-video .video-container{height:650px!important}.buildystrap-section.home-hero-video,.buildystrap-section.home-hero-video *{padding:0!important}.buildystrap-section.home-hero-video .buildystrap-video-module{background-size:cover;background-position:center}.buildystrap-section.home-hero-video iframe{display:block;width:100%;border-radius:0!important;object-fit:cover!important;height:900px!important;background:#000!important}.buildystrap-section.home-hero-video .video-play{display:none!important}.buildystrap-section.home-hero-video .buildystrap-column{gap:0!important;position:relative}.buildystrap-video-module .video-container .video-overlay:before{background:rgb(0 0 0 / .3)!important}.buildystrap-section.home-hero-video .buildystrap-header-module{position:absolute;top:50%;transform:translateY(-50%);z-index:99;max-width:1000px;margin:0 auto!important;left:0;right:0;text-align:center;width:85%!important}.buildystrap-section.home-hero-video .buildystrap-header-module h1{margin:0!important;font-size:48px;line-height:1.3;letter-spacing:.02em;font-weight:700!important}.buildystrap-section.home-hero-video:after{content:'';display:block;background-image:url(/wp-content/themes/buildystrap-child/static/images/Header.svg);height:100px;width:100%;bottom:0;background-size:100% 100%;background-repeat:no-repeat;z-index:1;position:absolute;left:0;z-index:99}.buildystrap-section.home-hero-video{position:relative}.buildystrap-card-module.narrow-width-card{max-width:800px!important;margin-left:auto!important;margin-right:auto!important;border-radius:0!important;border:0!important}.buildystrap-card-module.narrow-width-card .card-body{padding:0!important}.buildystrap-card-module.card-style1.h-100>.card-image,.buildystrap-card-module.card-style1.h-100>.card-image img{height:100%!important}.buildystrap-card-module.card-style1{border-radius:5px!important;border:0!important;cursor:pointer;position:relative}.buildystrap-card-module.card-style1:before{content:'';display:block;background:rgb(0 0 0 / .35)!important;position:absolute;border-radius:5px!important;left:0;top:0;width:100%;height:100%;transition:0.5s ease;z-index:2}.buildystrap-card-module.card-style1:hover:before{background:rgb(0 0 0 / .45)!important}.buildystrap-card-module.card-style1 .card-body{padding:0!important;position:absolute;top:50%;transform:translateY(-50%);z-index:9;width:calc(100% - 50px);margin:0 auto!important;left:0;right:0;text-align:center}.buildystrap-card-module.card-style1 .card-body *{margin-bottom:0!important}.buildystrap-card-module.card-style1 a.btn{display:none!important}.buildystrap-card-module.card-style1 .card-image{overflow:hidden;border-radius:5px}.buildystrap-card-module.card-style1 .card-image img{display:block;width:100%!important;border-radius:5px!important;transition:0.5s ease}.buildystrap-card-module.card-style1:hover .card-image img{transform:scale(1.25)}.site-stat-record .buildystrap-column{gap:0.5rem!important}.site-stat-record .buildystrap-module.buildystrap-text-module,.site-stat-record .buildystrap-module.buildystrap-text-module *{font-size:20px!important;font-family:var(--font-additionalfont)!important}.site-stat-record{position:relative}.site-stat-record:before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:100%;background:rgb(0 0 0 / .35)}.site-stat-record .buildystrap-module{position:relative}.buildystrap-card-module.card.card-style2{border:0!important;border-radius:0!important;background:none!important}.buildystrap-card-module.card.card-style2 .card-body{padding:0!important;background:none!important;position:relative}.buildystrap-card-module.card.card-style2 .card-title{margin:0!important;padding:0 200px 0 0!important}.buildystrap-card-module.card.card-style2 .card-body a.btn{top:50%;transform:translateY(-50%);z-index:99;right:0;position:absolute}.buildystrap-section.gibss-testimonial .site-testimonial{display:none!important}.swiper-testimonial{overflow:hidden!important}.site-testimonial{position:relative;padding:70px 0 0 0!important}.testimonial-carousel{position:relative;padding:0 150px}.site-testimonial:before{background-image:url(/wp-content/themes/buildystrap-child/static/images/quotes.svg);background-size:35px;content:'';display:block;width:35px;height:35px;background-repeat:no-repeat;background-position:center;position:absolute;top:0;left:0;right:0;margin:0 auto}.testimonial-carousel p{font-weight:400;line-height:1.7;color:var(--bs-light);font-size:20px;text-align:center;letter-spacing:.02em}p.testimonial-author{line-height:1!important;padding-top:10px!important}.testimonial-carousel p.testimonial-author strong{font-size:17px!important;font-weight:400;color:var(--bs-secondary)!important}.site-testimonial .swiper-navigation__wrapper{padding:0!important}.site-testimonial .swiper-navigation2{width:35px;height:35px;display:inline-block;margin-right:0;position:absolute;top:50%;transform:translateY(-50%);right:0}.site-testimonial .swiper-navigation2:after{content:"\f105"!important;font-family:'Font Awesome 5 Free'!important;font-weight:900;color:var(--bs-light)!important;font-size:35px;line-height:1;display:inline-block;text-align:center}.swiper-counter-testi{display:inline-block;font-weight:400;font-size:17px;line-height:1;letter-spacing:.02em;vertical-align:top;line-height:45px;margin-left:5px}.site-testimonial .swiper-navigation2.swiper-button-prev2{right:auto;left:0!important}.site-testimonial .swiper-navigation2.swiper-button-prev2:after{content:"\f104"!important}.site-testimonial .swiper-navigation2.swiper-button-disabled:after{color:#dcdcdc!important}.gibss-testimonial .buildystrap-column{position:relative;padding-bottom:120px!important;position:relative}.gibss-testimonial .buildystrap-column:after{background-image:url(/wp-content/themes/buildystrap-child/static/images/testibg.svg);content:'';display:block;position:absolute;bottom:0;width:100%;background-size:contain;height:100px;background-repeat:repeat-x}.site-testimonial .swiper-navigation2.swiper-button-next2{text-align:right!important}div.site-footer{background:var(--bs-tertiary)!important;padding:0 0!important}.footer-top img{max-width:300px!important}div.site-footer .buildystrap-row{display:flex;align-items:center}.footer-bottom *{font-size:14px!important;line-height:1.25!important;color:var(--bs-light)!important;letter-spacing:.02em;text-decoration:none!important}div.site-footer ul.menu{padding:0!important;margin:0!important}div.site-footer ul.menu li{list-style-type:none;margin-right:20px;display:inline-block;position:relative}div.site-footer ul.menu li:last-child{margin-right:0!important}div.site-footer ul.menu li:after{content:'';display:block;width:1px;height:100%;background:rgb(255 255 255 / .3);position:absolute;top:1px;right:-13px}div.site-footer ul.menu li:last-child:after{display:none}div.site-footer ul.menu li:hover a{color:var(--bs-secondary)!important}ul.footer-sicon{padding:0!important;margin:0!important}ul.footer-sicon>li{list-style-type:none;margin-right:20px;display:inline-block;position:relative}ul.footer-sicon>li:last-child{margin-right:0!important}ul.footer-sicon>li a{color:var(--bs-light)!important;font-size:20px;border:1px solid var(--bs-light);border-radius:50%;width:50px;height:50px;display:inline-block;text-align:center;line-height:50px}ul.footer-sicon>li a:hover{animation:myAnim 2s ease 0s 1 normal forwards}.footer-top{border-bottom:1px solid rgb(214 214 214 / .25)}.website-contact-info-wrapper *{color:var(--bs-light)!important}.website-contact-info-wrapper p{margin-bottom:30px!important}.website-contact-info-wrapper p:last-child{margin-bottom:0!important}.website-contact-info-wrapper iframe{display:block;width:100%;margin-bottom:30px!important}.career-opportunity .buildystrap-module.buildystrap-card-module.card{border:0!important;border-radius:0!important;background:none!important}.career-opportunity .buildystrap-module.buildystrap-card-module.card .card-body{padding:0 30px!important}.career-opportunity .buildystrap-module.buildystrap-card-module.card .card-title{margin-bottom:25px!important}.buildystrap-section.anchor-links-section{padding:1.5rem 0!important;background:#F3F3F3!important}.buildystrap-section.anchor-links-section.fixedbelowheader{position:fixed!important;width:100%;left:0;z-index:9}.buildystrap-section.anchor-links-section .buildystrap-row.row{padding:0!important}.buildystrap-section.anchor-links-section *{text-align:center!important}.buildystrap-section.anchor-links-section a.btn{padding:5px 0!important;color:#181818!important;background:no-repeat!important;border:0;border-bottom:1px solid var(--bs-blueshade);border-radius:0!important;line-height:1.25;transition:0.5s ease}.buildystrap-section.anchor-links-section a.btn:hover,.buildystrap-section.anchor-links-section a.btn.active{color:var(--bs-secondary)!important}.two-col-accimg .buildystrap-row{align-items:center!important}.two-col-accimg .buildystrap-module.buildystrap-card-module.card{border:0!important;border-radius:0!important;background:none!important}.two-col-accimg .buildystrap-module.buildystrap-card-module.card .card-body{padding:0!important}.two-col-accimg .buildystrap-module.buildystrap-card-module.card .card-body a.btn{margin-top:15px!important}.two-col-accimg .buildystrap-module.buildystrap-card-module.card .card-title{margin-bottom:15px!important}.paper-index-list{margin:0;padding:0}.paper-index-list:after{content:'';display:block;clear:both}.paper-index-list>li>div{background:#F7F7F7;border:1px solid #E8E8E8;border-radius:5px;padding:40px}.paper-index-list>li>div h3 a{color:var(--bs-primary)!important;text-decoration:none;transition:0.5s ease;font-weight:600}.paper-index-list>li>div h3{margin:20px 0 15px!important;font-size:20px!important}.paper-index-list>li>div h3:hover a{color:var(--bs-blueshade)!important}.paper-index-list>li>div .paper-shortdesc{margin:0 0 20px 0!important}.paper-index-list>li>div .paper-shortdesc p:last-child{margin:0!important}.view-paper{padding:0 0 10px 0;border-bottom:1px solid var(--bs-blueshade)}.view-paper a{text-decoration:none;font-weight:600;font-size:13px;line-height:1;letter-spacing:0.04em!important;color:#181818;transition:0.5s ease}.view-paper a i{margin-left:7px!important;transition:0.5s ease}.view-paper a:hover i{margin-left:10px!important}.paper-header{display:flex;text-transform:uppercase;font-weight:700;font-size:15px;line-height:1;letter-spacing:0.04em!important;color:var(--bs-blueshade);align-items:center}.paper-header img{width:45px!important;margin-right:15px}.paper-shortdesc a.btn{display:none!important}.paper-full-info-wrapper{align-items:center}.paper-full-info-wrapper h5{font-size:17px!important;font-weight:600!important}.paper-full-info-wrapper h1{font-size:40px!important;font-weight:600!important}.paper-full-info-wrapper .buildystrap-image-module img{display:block;width:100%}.paper-full-info-wrapper .back-toindex{margin-bottom:10px!important}a.btn.btn-link{position:relative;display:inline-block;padding:0 0 10px 0!important;text-decoration:none;font-weight:600;font-size:13px;line-height:1;letter-spacing:0.04em!important;color:#181818;transition:0.5s ease;border:0!important;border-bottom:1px solid var(--bs-blueshade)!important;border-radius:0!important}a.btn.btn-link:before{font-family:"Font Awesome 6 Free"!important;font-weight:900;content:"\f053";margin-right:5px}.onbelow767{display:none}.pdfbgimg-right img{border:1px solid #E8E8E8}.our-team-list{padding:0!important;margin:0!important}.our-team-list:after{content:'';display:block;clear:both}.our-team-list>li>div img{display:block!important;width:100%!important;object-fit:cover;max-width:310px!important;margin:0 auto!important}.our-team-list>li>div h4{margin:25px 0 5px 0!important;font-size:28px!important;line-height:1.2!important}.pos-desg{font-style:italic!important;font-weight:600!important;margin:0 0 15px 0!important}.our-team-list>li>div .more-info{display:none;padding-top:25px}.rm-full-bio{display:block!important;position:relative!important;margin:0!important;padding:0 30px 10px 0!important;text-decoration:none;font-weight:600;font-size:13px;line-height:1;letter-spacing:0.04em!important;color:#181818;transition:0.5s ease;border:0!important;border-bottom:1px solid var(--bs-blueshade)!important;border-radius:0!important;text-transform:uppercase!important}.rm-full-bio:after{font-family:"Font Awesome 6 Free"!important;font-weight:900;content:"\f078";color:var(--bs-blueshade)!important;position:absolute;top:0;right:0}.rm-full-bio.mi-open:after{content:"\f077"!important}.teaminfoeqheight{position:relative;padding-bottom:50px}.rm-full-bio-wrapper{position:absolute;bottom:0;left:0;width:100%}.our-team-mainwrapper{background-size:contain!important;background-repeat:repeat!important}.buildystrap-section.dlba-library img{border-radius:0;width:100%;display:block;object-fit:cover}.buildystrap-section.dlba-library .buildystrap-column{padding:0!important;margin:0!important}.buildystrap-section.dlba-library .buildystrap-row{margin:0!important;background:#F7F7F7;border:1px solid #E8E8E8}.buildystrap-section.dlba-library .buildystrap-card-module{background:none!important;padding:15px 60px!important}@media only screen and (min-width:1199px){.buildystrap-section.home-hero-video .buildystrap-header-module{margin-top:30px!important}}@media only screen and (min-width:641px){.subheading-top,.subheading-top *{font-size:20px!important}.site-footer>.buildystrap-section{padding-bottom:12px!important}}@media only screen and (min-width:992px){.col-lg-1{flex:0 0 auto;width:calc(100% / var(--bs-columns, 12))}.paper-index-list>li{list-style-type:none;float:left;width:calc(33.333% - 20px);margin:0 30px 30px 0}.paper-index-list>li:nth-child(3n+3){margin-right:0!important}.paper-index-list>li:nth-child(3n+1){clear:both}.two-col-accimg .buildystrap-module.buildystrap-card-module.card .card-title,.getintouch-heading h2{font-size:35px!important}.our-team-list>li{float:left!important;width:calc(33.333% - 20px)!important;margin:0 30px 60px 0!important;list-style-type:none!important}.our-team-list>li:nth-child(3n+1){clear:both!important}.our-team-list>li:nth-child(3n+3){margin-right:0!important}}@media screen and (max-width:991px) and (min-width:641px){.paper-index-list>li{list-style-type:none;float:left;width:calc(50% - 15px);margin:0 30px 50px 0}.paper-index-list>li:nth-child(even){margin-right:0!important}.paper-index-list>li:nth-child(odd){clear:both}.our-team-list>li{float:left!important;width:calc(50% - 20px)!important;margin:0 40px 50px 0!important;list-style-type:none!important}.our-team-list>li:nth-child(odd){clear:both!important}.our-team-list>li:nth-child(even){margin-right:0!important}}@media only screen and (max-width:1100px){.buildystrap-section.home-hero-video .buildystrap-header-module h1{font-size:40px!important}h2{font-size:30px!important}.testimonial-carousel{padding:0 100px!important}h2.intro-heading{font-size:30px!important}.buildystrap-section.dlba-library .buildystrap-card-module{padding:15px 40px!important}}@media only screen and (max-width:991px){.buildystrap-section.home-hero-video .buildystrap-header-module h1{font-size:45px!important}.buildystrap-section.home-hero-video .buildystrap-header-module{max-width:510px!important}.inner-hero-area h1,body.single .inner-hero-area h2,.paperdochead.inner-hero-area h2{font-size:53px!important}.testimonial-carousel{padding:0 60px!important}.buildystrap-section.home-hero-video .video-container{aspect-ratio:16/12!important}.buildystrap-section.home-hero-video iframe{aspect-ratio:16/12!important}.offcanvas.offcanvas-end{background:var(--bs-tertiary)!important}.offcanvas-header .btn-close{color:var(--bs-light)!important;background:#fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat!important;opacity:1!important}.gf_left_half,.gf_right_half{width:100%!important;float:none!important;margin-right:0!important}.buildystrap-section.home-hero-video:after,.buildystrap-section.inner-hero-area:after{height:75px!important}.buildystrap-section.anchor-links-section .buildystrap-module.buildystrap-button-module{margin-bottom:10px!important}.paper-full-info-wrapper h1{font-size:30px!important}ul#main-menu>li>a.nav-link{font-size:25px!important}ul#main-menu>li{padding:5px 10px!important}.two-col-accimg .buildystrap-row:nth-child(odd){flex-direction:column-reverse!important}.two-col-accimg .buildystrap-row:nth-child(odd)>.buildystrap-column:nth-child(1){margin-top:30px!important}.two-col-accimg .buildystrap-row:nth-child(even)>.buildystrap-column:nth-child(2){margin-top:30px!important}.buildystrap-section.dlba-library img{height:auto!important}.buildystrap-section.dlba-library .buildystrap-card-module{padding:30px!important}}@media only screen and (min-width:768px){.buildystrap-section.home-hero-video .buildystrap-video-module{background:none!important}}@media only screen and (max-width:767px){.site-footer .buildystrap-column{text-align:center!important}.site-footer .buildystrap-column>div{margin-bottom:30px!important}.site-footer .buildystrap-section{padding-bottom:5px!important}.footer-top img{margin-left:auto!important;margin-right:auto!important}.footer-bottom{padding-top:10%!important}.paper-full-info-wrapper{flex-direction:column-reverse}.paper-full-info-wrapper .buildystrap-column:nth-child(1){margin-top:50px!important}.buildystrap-section.home-hero-video .buildystrap-header-module h1{font-size:43px!important}.onbelow767{display:block}.onabove768{display:none}.buildystrap-section.dlba-library .buildystrap-row{padding:0!important}.buildystrap-section.home-hero-video iframe{visibility:hidden!important}}@media only screen and (max-width:640px){.paper-index-list>li{list-style-type:none;float:none;width:100%;margin:0 0 30px 0}.paper-index-list>li>div{height:auto!important;padding:30px!important}.paper-full-info-wrapper h1{font-size:25px!important}h2.intro-heading{font-size:27px!important}.our-team-list>li{float:none!important;width:100%!important;margin:0 0 50px 0!important;list-style-type:none!important}.teaminfoeqheight{height:auto!important}.buildystrap-section.home-hero-video .buildystrap-header-module h1{font-size:35px!important}.testimonial-carousel p{font-size:16px!important}h2{font-size:25px!important;line-height:1.35!important}.inner-hero-area h1,body.single .inner-hero-area h2,.paperdochead.inner-hero-area h2{font-size:43px!important;line-height:1.35!important}.our-team-list>li>div img{height:auto!important}}@media only screen and (max-width:480px){.buildystrap-section.home-hero-video .video-container{aspect-ratio:16/25!important}.buildystrap-section.home-hero-video iframe{aspect-ratio:16/25!important}.site-logo{max-width:200px!important}header>.py-0.buildystrap-row{padding-left:15px!important;padding-right:15px!important}.gibss-testimonial .buildystrap-column{padding-bottom:50px!important}.gibss-testimonial .buildystrap-column:after{height:30px!important}.testimonial-carousel{padding:0 40px!important}.site-testimonial .swiper-navigation2:after{font-size:25px!important}.buildystrap-card-module.card.card-style2 .card-title{padding:0 0 65px 0!important;text-align:center}.buildystrap-card-module.card.card-style2 .card-body a.btn{position:absolute;top:auto;display:inline-block;bottom:0;left:0;right:0;margin:0 auto;transform:none;width:180px}.buildystrap-section.home-hero-video:after,.buildystrap-section.inner-hero-area:after{height:50px!important}.career-opportunity .buildystrap-module.buildystrap-card-module.card .card-body{padding:0!important}.our-team-list>li>div h4{font-size:24px!important}.buildystrap-section.dlba-library .buildystrap-card-module{padding:25px 15px!important}}@media only screen and (max-width:380px){.our-team-list>li>div img{max-width:100%!important}}@media screen and (min-width:992px){ul#main-menu>li.dropdown:hover .dropdown-menu{display:block}#main-menu li.menu-item.dropdown .dropdown-menu li.menu-item.trigger a{display:none}}@media screen and (max-width:1399px) and (min-width:1100px){.tagembed-socialwall .postItem{width:33.333%!important}}