/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable tfoot th,table.dataTable thead th{font-weight:700}table.dataTable thead td,table.dataTable thead th{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead td:active,table.dataTable thead th:active{outline:none}table.dataTable tfoot td,table.dataTable tfoot th{padding:10px 18px 6px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:100%}table.dataTable thead .sorting{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC)}table.dataTable thead .sorting_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)!important}table.dataTable thead .sorting_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)!important}table.dataTable thead .sorting_asc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=)}table.dataTable thead .sorting_desc_disabled{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==)}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody td,table.dataTable tbody th{padding:8px 10px}table.dataTable.display tbody td,table.dataTable.display tbody th,table.dataTable.row-border tbody td,table.dataTable.row-border tbody th{border-top:1px solid #ddd}table.dataTable.display tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.row-border tbody tr:first-child th{border-top:none}table.dataTable.cell-border tbody td,table.dataTable.cell-border tbody th{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr td:first-child,table.dataTable.cell-border tbody tr th:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child td,table.dataTable.cell-border tbody tr:first-child th{border-top:none}table.dataTable.display tbody tr.odd,table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}table.dataTable.display tbody tr.odd.selected,table.dataTable.stripe tbody tr.odd.selected{background-color:#acbad4}table.dataTable.display tbody tr:hover,table.dataTable.hover tbody tr:hover{background-color:#f6f6f6}table.dataTable.display tbody tr:hover.selected,table.dataTable.hover tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3,table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3,table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}table.dataTable.compact thead td,table.dataTable.compact thead th{padding:4px 17px}table.dataTable.compact tbody td,table.dataTable.compact tbody th,table.dataTable.compact tfoot td,table.dataTable.compact tfoot th{padding:4px}table.dataTable td.dt-left,table.dataTable th.dt-left{text-align:left}table.dataTable td.dataTables_empty,table.dataTable td.dt-center,table.dataTable th.dt-center{text-align:center}table.dataTable td.dt-right,table.dataTable th.dt-right{text-align:right}table.dataTable td.dt-justify,table.dataTable th.dt-justify{text-align:justify}table.dataTable td.dt-nowrap,table.dataTable th.dt-nowrap{white-space:nowrap}table.dataTable tfoot td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable thead th.dt-head-left{text-align:left}table.dataTable tfoot td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable thead th.dt-head-center{text-align:center}table.dataTable tfoot td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable thead th.dt-head-right{text-align:right}table.dataTable tfoot td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable thead th.dt-head-justify{text-align:justify}table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap{white-space:nowrap}table.dataTable tbody td.dt-body-left,table.dataTable tbody th.dt-body-left{text-align:left}table.dataTable tbody td.dt-body-center,table.dataTable tbody th.dt-body-center{text-align:center}table.dataTable tbody td.dt-body-right,table.dataTable tbody th.dt-body-right{text-align:right}table.dataTable tbody td.dt-body-justify,table.dataTable tbody th.dt-body-justify{text-align:justify}table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable td,table.dataTable th{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none!important;cursor:pointer;*cursor:hand;color:#333!important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333!important;border:1px solid #979797;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#dcdcdc));background:-webkit-linear-gradient(top,#fff,#dcdcdc);background:-moz-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-ms-linear-gradient(top,#fff 0,#dcdcdc 100%);background:-o-linear-gradient(top,#fff 0,#dcdcdc 100%);background:linear-gradient(180deg,#fff 0,#dcdcdc)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{cursor:default;color:#666!important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:#fff!important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#585858),color-stop(100%,#111));background:-webkit-linear-gradient(top,#585858,#111);background:-moz-linear-gradient(top,#585858 0,#111 100%);background:-ms-linear-gradient(top,#585858 0,#111 100%);background:-o-linear-gradient(top,#585858 0,#111 100%);background:linear-gradient(180deg,#585858 0,#111)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#2b2b2b),color-stop(100%,#0c0c0c));background:-webkit-linear-gradient(top,#2b2b2b,#0c0c0c);background:-moz-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-ms-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:-o-linear-gradient(top,#2b2b2b 0,#0c0c0c 100%);background:linear-gradient(180deg,#2b2b2b 0,#0c0c0c);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:#fff;background:-webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(25%,hsla(0,0%,100%,.9)),color-stop(75%,hsla(0,0%,100%,.9)),color-stop(100%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0));background:-moz-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-ms-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:-o-linear-gradient(left,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollBody>table,.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width:767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width:640px){.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_length{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}:root{--blue:#3289d8;--indigo:#6610f2;--purple:#8a4abc;--pink:#e83e8c;--red:#d15050;--orange:#fd7e14;--yellow:#ffc107;--green:#98b250;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#e4223a;--secondary:#6c757d;--success:#98b250;--info:#17a2b8;--warning:#ffc107;--danger:#d15050;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}#help .inner p,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#e4223a;text-decoration:none;background-color:transparent}a:hover{color:#a51426;text-decoration:underline}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}#help .inner p,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}#help .inner p,.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.comment-list,.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014\A0"}.img-fluid,.img-thumbnail,.wp-caption img{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure,.wp-caption{display:inline-block}.figure-img,.wp-caption img{margin-bottom:.5rem;line-height:1}.figure-caption,.wp-caption-text{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#f7c1c8}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#f18c99}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#f4aab4}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#e2e9ce}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#c9d7a4}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d8e1bc}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f2cece}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#e7a4a4}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#edbaba}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control{-webkit-transition:none;transition:none}}.comment-form input[type=email]::-ms-expand,.comment-form input[type=text]::-ms-expand,.comment-form input[type=url]::-ms-expand,.comment-form textarea::-ms-expand,.form-control::-ms-expand{background-color:transparent;border:0}.comment-form input:-moz-focusring[type=email],.comment-form input:-moz-focusring[type=text],.comment-form input:-moz-focusring[type=url],.comment-form textarea:-moz-focusring,.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.comment-form input:focus[type=email],.comment-form input:focus[type=text],.comment-form input:focus[type=url],.comment-form textarea:focus,.form-control:focus{color:#495057;background-color:#fff;border-color:#f2949f;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 .2rem rgba(228,34,58,.25)}.comment-form input[type=email]::-webkit-input-placeholder,.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=url]::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.comment-form input[type=email]::-moz-placeholder,.comment-form input[type=text]::-moz-placeholder,.comment-form input[type=url]::-moz-placeholder,.comment-form textarea::-moz-placeholder,.form-control::-moz-placeholder{color:#6c757d;opacity:1}.comment-form input[type=email]::-ms-input-placeholder,.comment-form input[type=text]::-ms-input-placeholder,.comment-form input[type=url]::-ms-input-placeholder,.comment-form textarea::-ms-input-placeholder,.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.comment-form input[type=email]::placeholder,.comment-form input[type=text]::placeholder,.comment-form input[type=url]::placeholder,.comment-form textarea::placeholder,.form-control::placeholder{color:#6c757d;opacity:1}.comment-form input:disabled[type=email],.comment-form input:disabled[type=text],.comment-form input:disabled[type=url],.comment-form input[readonly][type=email],.comment-form input[readonly][type=text],.comment-form input[readonly][type=url],.comment-form textarea:disabled,.comment-form textarea[readonly],.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.comment-form input[type=date][type=email],.comment-form input[type=date][type=text],.comment-form input[type=date][type=url],.comment-form input[type=datetime-local][type=email],.comment-form input[type=datetime-local][type=text],.comment-form input[type=datetime-local][type=url],.comment-form input[type=month][type=email],.comment-form input[type=month][type=text],.comment-form input[type=month][type=url],.comment-form input[type=time][type=email],.comment-form input[type=time][type=text],.comment-form input[type=time][type=url],input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.comment-form textarea,select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.comment-form p,.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#98b250}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#212529;background-color:rgba(152,178,80,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.comment-form .was-validated input:valid[type=email],.comment-form .was-validated input:valid[type=text],.comment-form .was-validated input:valid[type=url],.comment-form .was-validated textarea:valid,.comment-form input.is-valid[type=email],.comment-form input.is-valid[type=text],.comment-form input.is-valid[type=url],.comment-form textarea.is-valid,.form-control.is-valid,.was-validated .comment-form input:valid[type=email],.was-validated .comment-form input:valid[type=text],.was-validated .comment-form input:valid[type=url],.was-validated .comment-form textarea:valid,.was-validated .form-control:valid{border-color:#98b250;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2398b250' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.comment-form .was-validated input:valid:focus[type=email],.comment-form .was-validated input:valid:focus[type=text],.comment-form .was-validated input:valid:focus[type=url],.comment-form .was-validated textarea:valid:focus,.comment-form input.is-valid:focus[type=email],.comment-form input.is-valid:focus[type=text],.comment-form input.is-valid:focus[type=url],.comment-form textarea.is-valid:focus,.form-control.is-valid:focus,.was-validated .comment-form input:valid:focus[type=email],.was-validated .comment-form input:valid:focus[type=text],.was-validated .comment-form input:valid:focus[type=url],.was-validated .comment-form textarea:valid:focus,.was-validated .form-control:valid:focus{border-color:#98b250;-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.25);box-shadow:0 0 0 .2rem rgba(152,178,80,.25)}.comment-form .was-validated textarea:valid,.comment-form textarea.is-valid,.was-validated .comment-form textarea:valid,.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#98b250;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2398b250' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#98b250;-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.25);box-shadow:0 0 0 .2rem rgba(152,178,80,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#98b250}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#98b250}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#98b250}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#adc273;background-color:#adc273}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.25);box-shadow:0 0 0 .2rem rgba(152,178,80,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#98b250}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#98b250;-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.25);box-shadow:0 0 0 .2rem rgba(152,178,80,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d15050}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(209,80,80,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.comment-form .was-validated input:invalid[type=email],.comment-form .was-validated input:invalid[type=text],.comment-form .was-validated input:invalid[type=url],.comment-form .was-validated textarea:invalid,.comment-form input.is-invalid[type=email],.comment-form input.is-invalid[type=text],.comment-form input.is-invalid[type=url],.comment-form textarea.is-invalid,.form-control.is-invalid,.was-validated .comment-form input:invalid[type=email],.was-validated .comment-form input:invalid[type=text],.was-validated .comment-form input:invalid[type=url],.was-validated .comment-form textarea:invalid,.was-validated .form-control:invalid{border-color:#d15050;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d15050'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d15050' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.comment-form .was-validated input:invalid:focus[type=email],.comment-form .was-validated input:invalid:focus[type=text],.comment-form .was-validated input:invalid:focus[type=url],.comment-form .was-validated textarea:invalid:focus,.comment-form input.is-invalid:focus[type=email],.comment-form input.is-invalid:focus[type=text],.comment-form input.is-invalid:focus[type=url],.comment-form textarea.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .comment-form input:invalid:focus[type=email],.was-validated .comment-form input:invalid:focus[type=text],.was-validated .comment-form input:invalid:focus[type=url],.was-validated .comment-form textarea:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#d15050;-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.25);box-shadow:0 0 0 .2rem rgba(209,80,80,.25)}.comment-form .was-validated textarea:invalid,.comment-form textarea.is-invalid,.was-validated .comment-form textarea:invalid,.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#d15050;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d15050'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d15050' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#d15050;-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.25);box-shadow:0 0 0 .2rem rgba(209,80,80,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#d15050}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#d15050}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#d15050}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#dc7878;background-color:#dc7878}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.25);box-shadow:0 0 0 .2rem rgba(209,80,80,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#d15050}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#d15050;-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.25);box-shadow:0 0 0 .2rem rgba(209,80,80,.25)}.form-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{-ms-flex-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.comment-form .form-inline p,.form-inline .comment-form p,.form-inline .form-group,.form-inline label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:0}.comment-form .form-inline p,.form-inline .comment-form p,.form-inline .form-group{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}.comment-form .form-inline input[type=email],.comment-form .form-inline input[type=text],.comment-form .form-inline input[type=url],.comment-form .form-inline textarea,.form-inline .comment-form input[type=email],.form-inline .comment-form input[type=text],.form-inline .comment-form input[type=url],.form-inline .comment-form textarea,.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,.comment-form input[type=submit],.simpay-payment-btn,.wp-editor .wp-block-button .wp-block-button__link,body.page-template-template-email-sent button[type=submit],body.page-template-template-families button[type=submit],body.page-template-template-family-register button[type=submit],body.page-template-template-password-reset button[type=submit],body.page-template-template-password-saved button[type=submit],body.page-template-template-school-login button[type=submit],body.page-template-template-user-login button[type=submit],form input[type=submit]{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn,.comment-form input[type=submit],.simpay-payment-btn,.wp-editor .wp-block-button .wp-block-button__link,body.page-template-template-email-sent button[type=submit],body.page-template-template-families button[type=submit],body.page-template-template-family-register button[type=submit],body.page-template-template-password-reset button[type=submit],body.page-template-template-password-saved button[type=submit],body.page-template-template-school-login button[type=submit],body.page-template-template-user-login button[type=submit],form input[type=submit]{-webkit-transition:none;transition:none}}.btn:hover,.comment-form input:hover[type=submit],.simpay-payment-btn:hover,.wp-editor .wp-block-button .wp-block-button__link:hover,body.page-template-template-email-sent button:hover[type=submit],body.page-template-template-families button:hover[type=submit],body.page-template-template-family-register button:hover[type=submit],body.page-template-template-password-reset button:hover[type=submit],body.page-template-template-password-saved button:hover[type=submit],body.page-template-template-school-login button:hover[type=submit],body.page-template-template-user-login button:hover[type=submit],form input:hover[type=submit]{color:#212529;text-decoration:none}.btn.focus,.btn:focus,.comment-form input.focus[type=submit],.comment-form input:focus[type=submit],.focus.simpay-payment-btn,.simpay-payment-btn:focus,.wp-editor .wp-block-button .focus.wp-block-button__link,.wp-editor .wp-block-button .wp-block-button__link:focus,body.page-template-template-email-sent button.focus[type=submit],body.page-template-template-email-sent button:focus[type=submit],body.page-template-template-families button.focus[type=submit],body.page-template-template-families button:focus[type=submit],body.page-template-template-family-register button.focus[type=submit],body.page-template-template-family-register button:focus[type=submit],body.page-template-template-password-reset button.focus[type=submit],body.page-template-template-password-reset button:focus[type=submit],body.page-template-template-password-saved button.focus[type=submit],body.page-template-template-password-saved button:focus[type=submit],body.page-template-template-school-login button.focus[type=submit],body.page-template-template-school-login button:focus[type=submit],body.page-template-template-user-login button.focus[type=submit],body.page-template-template-user-login button:focus[type=submit],form input.focus[type=submit],form input:focus[type=submit]{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 .2rem rgba(228,34,58,.25)}.btn.disabled,.btn:disabled,.comment-form input.disabled[type=submit],.comment-form input:disabled[type=submit],.disabled.simpay-payment-btn,.simpay-payment-btn:disabled,.wp-editor .wp-block-button .disabled.wp-block-button__link,.wp-editor .wp-block-button .wp-block-button__link:disabled,body.page-template-template-email-sent button.disabled[type=submit],body.page-template-template-email-sent button:disabled[type=submit],body.page-template-template-families button.disabled[type=submit],body.page-template-template-families button:disabled[type=submit],body.page-template-template-family-register button.disabled[type=submit],body.page-template-template-family-register button:disabled[type=submit],body.page-template-template-password-reset button.disabled[type=submit],body.page-template-template-password-reset button:disabled[type=submit],body.page-template-template-password-saved button.disabled[type=submit],body.page-template-template-password-saved button:disabled[type=submit],body.page-template-template-school-login button.disabled[type=submit],body.page-template-template-school-login button:disabled[type=submit],body.page-template-template-user-login button.disabled[type=submit],body.page-template-template-user-login button:disabled[type=submit],form input.disabled[type=submit],form input:disabled[type=submit]{opacity:.65}.btn:not(:disabled):not(.disabled),.comment-form input:not(:disabled):not(.disabled)[type=submit],.simpay-payment-btn:not(:disabled):not(.disabled),.wp-editor .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled),body.page-template-template-email-sent button:not(:disabled):not(.disabled)[type=submit],body.page-template-template-families button:not(:disabled):not(.disabled)[type=submit],body.page-template-template-family-register button:not(:disabled):not(.disabled)[type=submit],body.page-template-template-password-reset button:not(:disabled):not(.disabled)[type=submit],body.page-template-template-password-saved button:not(:disabled):not(.disabled)[type=submit],body.page-template-template-school-login button:not(:disabled):not(.disabled)[type=submit],body.page-template-template-user-login button:not(:disabled):not(.disabled)[type=submit],form input:not(:disabled):not(.disabled)[type=submit]{cursor:pointer}.wp-editor .wp-block-button a.disabled.wp-block-button__link,.wp-editor .wp-block-button fieldset:disabled a.wp-block-button__link,a.btn.disabled,a.disabled.simpay-payment-btn,fieldset:disabled .wp-editor .wp-block-button a.wp-block-button__link,fieldset:disabled a.btn,fieldset:disabled a.simpay-payment-btn{pointer-events:none}.btn-primary,.simpay-payment-btn,.wp-editor .wp-block-button .wp-block-button__link,body.page-template-template-email-sent button[type=submit],body.page-template-template-families button[type=submit],body.page-template-template-family-register button[type=submit],body.page-template-template-password-reset button[type=submit],body.page-template-template-password-saved button[type=submit],body.page-template-template-school-login button[type=submit],body.page-template-template-user-login button[type=submit],form input[type=submit]{color:#fff;background-color:#e4223a;border-color:#e4223a}.btn-primary:hover,.simpay-payment-btn:hover,.wp-editor .wp-block-button .wp-block-button__link:hover,body.page-template-template-email-sent button:hover[type=submit],body.page-template-template-families button:hover[type=submit],body.page-template-template-family-register button:hover[type=submit],body.page-template-template-password-reset button:hover[type=submit],body.page-template-template-password-saved button:hover[type=submit],body.page-template-template-school-login button:hover[type=submit],body.page-template-template-user-login button:hover[type=submit],form input:hover[type=submit]{color:#fff;background-color:#c7182e;border-color:#bc172b}.btn-primary.focus,.btn-primary:focus,.focus.simpay-payment-btn,.simpay-payment-btn:focus,.wp-editor .wp-block-button .focus.wp-block-button__link,.wp-editor .wp-block-button .wp-block-button__link:focus,body.page-template-template-email-sent button.focus[type=submit],body.page-template-template-email-sent button:focus[type=submit],body.page-template-template-families button.focus[type=submit],body.page-template-template-families button:focus[type=submit],body.page-template-template-family-register button.focus[type=submit],body.page-template-template-family-register button:focus[type=submit],body.page-template-template-password-reset button.focus[type=submit],body.page-template-template-password-reset button:focus[type=submit],body.page-template-template-password-saved button.focus[type=submit],body.page-template-template-password-saved button:focus[type=submit],body.page-template-template-school-login button.focus[type=submit],body.page-template-template-school-login button:focus[type=submit],body.page-template-template-user-login button.focus[type=submit],body.page-template-template-user-login button:focus[type=submit],form input.focus[type=submit],form input:focus[type=submit]{color:#fff;background-color:#c7182e;border-color:#bc172b;-webkit-box-shadow:0 0 0 .2rem rgba(232,67,88,.5);box-shadow:0 0 0 .2rem rgba(232,67,88,.5)}.btn-primary.disabled,.btn-primary:disabled,.disabled.simpay-payment-btn,.simpay-payment-btn:disabled,.wp-editor .wp-block-button .disabled.wp-block-button__link,.wp-editor .wp-block-button .wp-block-button__link:disabled,body.page-template-template-email-sent button.disabled[type=submit],body.page-template-template-email-sent button:disabled[type=submit],body.page-template-template-families button.disabled[type=submit],body.page-template-template-families button:disabled[type=submit],body.page-template-template-family-register button.disabled[type=submit],body.page-template-template-family-register button:disabled[type=submit],body.page-template-template-password-reset button.disabled[type=submit],body.page-template-template-password-reset button:disabled[type=submit],body.page-template-template-password-saved button.disabled[type=submit],body.page-template-template-password-saved button:disabled[type=submit],body.page-template-template-school-login button.disabled[type=submit],body.page-template-template-school-login button:disabled[type=submit],body.page-template-template-user-login button.disabled[type=submit],body.page-template-template-user-login button:disabled[type=submit],form input.disabled[type=submit],form input:disabled[type=submit]{color:#fff;background-color:#e4223a;border-color:#e4223a}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.simpay-payment-btn,.simpay-payment-btn:not(:disabled):not(.disabled).active,.simpay-payment-btn:not(:disabled):not(.disabled):active,.wp-editor .wp-block-button .show>.dropdown-toggle.wp-block-button__link,.wp-editor .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled).active,.wp-editor .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled):active,body.page-template-template-email-sent .show>button.dropdown-toggle[type=submit],body.page-template-template-email-sent button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-email-sent button:not(:disabled):not(.disabled):active[type=submit],body.page-template-template-families .show>button.dropdown-toggle[type=submit],body.page-template-template-families button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-families button:not(:disabled):not(.disabled):active[type=submit],body.page-template-template-family-register .show>button.dropdown-toggle[type=submit],body.page-template-template-family-register button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-family-register button:not(:disabled):not(.disabled):active[type=submit],body.page-template-template-password-reset .show>button.dropdown-toggle[type=submit],body.page-template-template-password-reset button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-password-reset button:not(:disabled):not(.disabled):active[type=submit],body.page-template-template-password-saved .show>button.dropdown-toggle[type=submit],body.page-template-template-password-saved button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-password-saved button:not(:disabled):not(.disabled):active[type=submit],body.page-template-template-school-login .show>button.dropdown-toggle[type=submit],body.page-template-template-school-login button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-school-login button:not(:disabled):not(.disabled):active[type=submit],body.page-template-template-user-login .show>button.dropdown-toggle[type=submit],body.page-template-template-user-login button:not(:disabled):not(.disabled).active[type=submit],body.page-template-template-user-login button:not(:disabled):not(.disabled):active[type=submit],form .show>input.dropdown-toggle[type=submit],form input:not(:disabled):not(.disabled).active[type=submit],form input:not(:disabled):not(.disabled):active[type=submit]{color:#fff;background-color:#bc172b;border-color:#b11629}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus,.show>.dropdown-toggle.simpay-payment-btn:focus,.simpay-payment-btn:not(:disabled):not(.disabled).active:focus,.simpay-payment-btn:not(:disabled):not(.disabled):active:focus,.wp-editor .wp-block-button .show>.dropdown-toggle.wp-block-button__link:focus,.wp-editor .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled).active:focus,.wp-editor .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled):active:focus,body.page-template-template-email-sent .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-email-sent button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-email-sent button:not(:disabled):not(.disabled):active:focus[type=submit],body.page-template-template-families .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-families button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-families button:not(:disabled):not(.disabled):active:focus[type=submit],body.page-template-template-family-register .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-family-register button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-family-register button:not(:disabled):not(.disabled):active:focus[type=submit],body.page-template-template-password-reset .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-password-reset button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-password-reset button:not(:disabled):not(.disabled):active:focus[type=submit],body.page-template-template-password-saved .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-password-saved button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-password-saved button:not(:disabled):not(.disabled):active:focus[type=submit],body.page-template-template-school-login .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-school-login button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-school-login button:not(:disabled):not(.disabled):active:focus[type=submit],body.page-template-template-user-login .show>button.dropdown-toggle:focus[type=submit],body.page-template-template-user-login button:not(:disabled):not(.disabled).active:focus[type=submit],body.page-template-template-user-login button:not(:disabled):not(.disabled):active:focus[type=submit],form .show>input.dropdown-toggle:focus[type=submit],form input:not(:disabled):not(.disabled).active:focus[type=submit],form input:not(:disabled):not(.disabled):active:focus[type=submit]{-webkit-box-shadow:0 0 0 .2rem rgba(232,67,88,.5);box-shadow:0 0 0 .2rem rgba(232,67,88,.5)}.btn-secondary,.comment-form input[type=submit]{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover,.comment-form input:hover[type=submit]{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus,.comment-form input.focus[type=submit],.comment-form input:focus[type=submit]{color:#fff;background-color:#5a6268;border-color:#545b62;-webkit-box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled,.comment-form input.disabled[type=submit],.comment-form input:disabled[type=submit]{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.comment-form .show>input.dropdown-toggle[type=submit],.comment-form input:not(:disabled):not(.disabled).active[type=submit],.comment-form input:not(:disabled):not(.disabled):active[type=submit],.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.comment-form .show>input.dropdown-toggle:focus[type=submit],.comment-form input:not(:disabled):not(.disabled).active:focus[type=submit],.comment-form input:not(:disabled):not(.disabled):active:focus[type=submit],.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5);box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{color:#212529;background-color:#98b250;border-color:#98b250}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#829943;border-color:#7a903f}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(134,157,74,.5);box-shadow:0 0 0 .2rem rgba(134,157,74,.5)}.btn-success.disabled,.btn-success:disabled{color:#212529;background-color:#98b250;border-color:#98b250}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#7a903f;border-color:#73873b}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(134,157,74,.5);box-shadow:0 0 0 .2rem rgba(134,157,74,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#d15050;border-color:#d15050}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#c73434;border-color:#bc3232}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,59%,63%,.5);box-shadow:0 0 0 .2rem hsla(0,59%,63%,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#d15050;border-color:#d15050}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bc3232;border-color:#b22f2f}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,59%,63%,.5);box-shadow:0 0 0 .2rem hsla(0,59%,63%,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5);box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5);box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(82,88,93,.5);box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(82,88,93,.5);box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#e4223a;border-color:#e4223a}.btn-outline-primary:hover{color:#fff;background-color:#e4223a;border-color:#e4223a}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.5);box-shadow:0 0 0 .2rem rgba(228,34,58,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#e4223a;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#e4223a;border-color:#e4223a}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.5);box-shadow:0 0 0 .2rem rgba(228,34,58,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{color:#98b250;border-color:#98b250}.btn-outline-success:hover{color:#212529;background-color:#98b250;border-color:#98b250}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.5);box-shadow:0 0 0 .2rem rgba(152,178,80,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#98b250;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#212529;background-color:#98b250;border-color:#98b250}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.5);box-shadow:0 0 0 .2rem rgba(152,178,80,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#d15050;border-color:#d15050}.btn-outline-danger:hover{color:#fff;background-color:#d15050;border-color:#d15050}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.5);box-shadow:0 0 0 .2rem rgba(209,80,80,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d15050;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d15050;border-color:#d15050}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.5);box-shadow:0 0 0 .2rem rgba(209,80,80,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#e4223a;text-decoration:none}.btn-link:hover{color:#a51426}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-group-lg>.simpay-payment-btn,.btn-lg,.comment-form .btn-group-lg>input[type=submit],.wp-editor .wp-block-button .btn-group-lg>.wp-block-button__link,body.page-template-template-email-sent .btn-group-lg>button[type=submit],body.page-template-template-families .btn-group-lg>button[type=submit],body.page-template-template-family-register .btn-group-lg>button[type=submit],body.page-template-template-password-reset .btn-group-lg>button[type=submit],body.page-template-template-password-saved .btn-group-lg>button[type=submit],body.page-template-template-school-login .btn-group-lg>button[type=submit],body.page-template-template-user-login .btn-group-lg>button[type=submit],form .btn-group-lg>input[type=submit]{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-group-sm>.simpay-payment-btn,.btn-sm,.comment-form .btn-group-sm>input[type=submit],.wp-editor .wp-block-button .btn-group-sm>.wp-block-button__link,body.page-template-template-email-sent .btn-group-sm>button[type=submit],body.page-template-template-families .btn-group-sm>button[type=submit],body.page-template-template-family-register .btn-group-sm>button[type=submit],body.page-template-template-password-reset .btn-group-sm>button[type=submit],body.page-template-template-password-saved .btn-group-sm>button[type=submit],body.page-template-template-school-login .btn-group-sm>button[type=submit],body.page-template-template-user-login .btn-group-sm>button[type=submit],form .btn-group-sm>input[type=submit]{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#e4223a}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group-vertical>.simpay-payment-btn,.btn-group>.btn,.btn-group>.simpay-payment-btn,.comment-form .btn-group-vertical>input[type=submit],.comment-form .btn-group>input[type=submit],.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link,.wp-editor .wp-block-button .btn-group>.wp-block-button__link,body.page-template-template-email-sent .btn-group-vertical>button[type=submit],body.page-template-template-email-sent .btn-group>button[type=submit],body.page-template-template-families .btn-group-vertical>button[type=submit],body.page-template-template-families .btn-group>button[type=submit],body.page-template-template-family-register .btn-group-vertical>button[type=submit],body.page-template-template-family-register .btn-group>button[type=submit],body.page-template-template-password-reset .btn-group-vertical>button[type=submit],body.page-template-template-password-reset .btn-group>button[type=submit],body.page-template-template-password-saved .btn-group-vertical>button[type=submit],body.page-template-template-password-saved .btn-group>button[type=submit],body.page-template-template-school-login .btn-group-vertical>button[type=submit],body.page-template-template-school-login .btn-group>button[type=submit],body.page-template-template-user-login .btn-group-vertical>button[type=submit],body.page-template-template-user-login .btn-group>button[type=submit],form .btn-group-vertical>input[type=submit],form .btn-group>input[type=submit]{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.active.simpay-payment-btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group-vertical>.simpay-payment-btn:active,.btn-group-vertical>.simpay-payment-btn:focus,.btn-group-vertical>.simpay-payment-btn:hover,.btn-group>.active.simpay-payment-btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>.simpay-payment-btn:active,.btn-group>.simpay-payment-btn:focus,.btn-group>.simpay-payment-btn:hover,.comment-form .btn-group-vertical>input.active[type=submit],.comment-form .btn-group-vertical>input:active[type=submit],.comment-form .btn-group-vertical>input:focus[type=submit],.comment-form .btn-group-vertical>input:hover[type=submit],.comment-form .btn-group>input.active[type=submit],.comment-form .btn-group>input:active[type=submit],.comment-form .btn-group>input:focus[type=submit],.comment-form .btn-group>input:hover[type=submit],.wp-editor .wp-block-button .btn-group-vertical>.active.wp-block-button__link,.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link:active,.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link:focus,.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link:hover,.wp-editor .wp-block-button .btn-group>.active.wp-block-button__link,.wp-editor .wp-block-button .btn-group>.wp-block-button__link:active,.wp-editor .wp-block-button .btn-group>.wp-block-button__link:focus,.wp-editor .wp-block-button .btn-group>.wp-block-button__link:hover,body.page-template-template-email-sent .btn-group-vertical>button.active[type=submit],body.page-template-template-email-sent .btn-group-vertical>button:active[type=submit],body.page-template-template-email-sent .btn-group-vertical>button:focus[type=submit],body.page-template-template-email-sent .btn-group-vertical>button:hover[type=submit],body.page-template-template-email-sent .btn-group>button.active[type=submit],body.page-template-template-email-sent .btn-group>button:active[type=submit],body.page-template-template-email-sent .btn-group>button:focus[type=submit],body.page-template-template-email-sent .btn-group>button:hover[type=submit],body.page-template-template-families .btn-group-vertical>button.active[type=submit],body.page-template-template-families .btn-group-vertical>button:active[type=submit],body.page-template-template-families .btn-group-vertical>button:focus[type=submit],body.page-template-template-families .btn-group-vertical>button:hover[type=submit],body.page-template-template-families .btn-group>button.active[type=submit],body.page-template-template-families .btn-group>button:active[type=submit],body.page-template-template-families .btn-group>button:focus[type=submit],body.page-template-template-families .btn-group>button:hover[type=submit],body.page-template-template-family-register .btn-group-vertical>button.active[type=submit],body.page-template-template-family-register .btn-group-vertical>button:active[type=submit],body.page-template-template-family-register .btn-group-vertical>button:focus[type=submit],body.page-template-template-family-register .btn-group-vertical>button:hover[type=submit],body.page-template-template-family-register .btn-group>button.active[type=submit],body.page-template-template-family-register .btn-group>button:active[type=submit],body.page-template-template-family-register .btn-group>button:focus[type=submit],body.page-template-template-family-register .btn-group>button:hover[type=submit],body.page-template-template-password-reset .btn-group-vertical>button.active[type=submit],body.page-template-template-password-reset .btn-group-vertical>button:active[type=submit],body.page-template-template-password-reset .btn-group-vertical>button:focus[type=submit],body.page-template-template-password-reset .btn-group-vertical>button:hover[type=submit],body.page-template-template-password-reset .btn-group>button.active[type=submit],body.page-template-template-password-reset .btn-group>button:active[type=submit],body.page-template-template-password-reset .btn-group>button:focus[type=submit],body.page-template-template-password-reset .btn-group>button:hover[type=submit],body.page-template-template-password-saved .btn-group-vertical>button.active[type=submit],body.page-template-template-password-saved .btn-group-vertical>button:active[type=submit],body.page-template-template-password-saved .btn-group-vertical>button:focus[type=submit],body.page-template-template-password-saved .btn-group-vertical>button:hover[type=submit],body.page-template-template-password-saved .btn-group>button.active[type=submit],body.page-template-template-password-saved .btn-group>button:active[type=submit],body.page-template-template-password-saved .btn-group>button:focus[type=submit],body.page-template-template-password-saved .btn-group>button:hover[type=submit],body.page-template-template-school-login .btn-group-vertical>button.active[type=submit],body.page-template-template-school-login .btn-group-vertical>button:active[type=submit],body.page-template-template-school-login .btn-group-vertical>button:focus[type=submit],body.page-template-template-school-login .btn-group-vertical>button:hover[type=submit],body.page-template-template-school-login .btn-group>button.active[type=submit],body.page-template-template-school-login .btn-group>button:active[type=submit],body.page-template-template-school-login .btn-group>button:focus[type=submit],body.page-template-template-school-login .btn-group>button:hover[type=submit],body.page-template-template-user-login .btn-group-vertical>button.active[type=submit],body.page-template-template-user-login .btn-group-vertical>button:active[type=submit],body.page-template-template-user-login .btn-group-vertical>button:focus[type=submit],body.page-template-template-user-login .btn-group-vertical>button:hover[type=submit],body.page-template-template-user-login .btn-group>button.active[type=submit],body.page-template-template-user-login .btn-group>button:active[type=submit],body.page-template-template-user-login .btn-group>button:focus[type=submit],body.page-template-template-user-login .btn-group>button:hover[type=submit],form .btn-group-vertical>input.active[type=submit],form .btn-group-vertical>input:active[type=submit],form .btn-group-vertical>input:focus[type=submit],form .btn-group-vertical>input:hover[type=submit],form .btn-group>input.active[type=submit],form .btn-group>input:active[type=submit],form .btn-group>input:focus[type=submit],form .btn-group>input:hover[type=submit]{z-index:1}.btn-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child),.btn-group>.simpay-payment-btn:not(:first-child),.comment-form .btn-group>input:not(:first-child)[type=submit],.wp-editor .wp-block-button .btn-group>.wp-block-button__link:not(:first-child),body.page-template-template-email-sent .btn-group>button:not(:first-child)[type=submit],body.page-template-template-families .btn-group>button:not(:first-child)[type=submit],body.page-template-template-family-register .btn-group>button:not(:first-child)[type=submit],body.page-template-template-password-reset .btn-group>button:not(:first-child)[type=submit],body.page-template-template-password-saved .btn-group>button:not(:first-child)[type=submit],body.page-template-template-school-login .btn-group>button:not(:first-child)[type=submit],body.page-template-template-user-login .btn-group>button:not(:first-child)[type=submit],form .btn-group>input:not(:first-child)[type=submit]{margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn-group:not(:last-child)>.simpay-payment-btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.simpay-payment-btn:not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>.btn-group:not(:last-child)>input[type=submit],.comment-form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit],.wp-editor .wp-block-button .btn-group>.btn-group:not(:last-child)>.wp-block-button__link,.wp-editor .wp-block-button .btn-group>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),body.page-template-template-email-sent .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-email-sent .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-families .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-families .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-family-register .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-family-register .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-password-reset .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-password-reset .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-password-saved .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-password-saved .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-school-login .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-school-login .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-user-login .btn-group>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-user-login .btn-group>button:not(:last-child):not(.dropdown-toggle)[type=submit],form .btn-group>.btn-group:not(:last-child)>input[type=submit],form .btn-group>input:not(:last-child):not(.dropdown-toggle)[type=submit]{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn-group:not(:first-child)>.simpay-payment-btn,.btn-group>.btn:not(:first-child),.btn-group>.simpay-payment-btn:not(:first-child),.comment-form .btn-group>.btn-group:not(:first-child)>input[type=submit],.comment-form .btn-group>input:not(:first-child)[type=submit],.wp-editor .wp-block-button .btn-group>.btn-group:not(:first-child)>.wp-block-button__link,.wp-editor .wp-block-button .btn-group>.wp-block-button__link:not(:first-child),body.page-template-template-email-sent .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-email-sent .btn-group>button:not(:first-child)[type=submit],body.page-template-template-families .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-families .btn-group>button:not(:first-child)[type=submit],body.page-template-template-family-register .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-family-register .btn-group>button:not(:first-child)[type=submit],body.page-template-template-password-reset .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-password-reset .btn-group>button:not(:first-child)[type=submit],body.page-template-template-password-saved .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-password-saved .btn-group>button:not(:first-child)[type=submit],body.page-template-template-school-login .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-school-login .btn-group>button:not(:first-child)[type=submit],body.page-template-template-user-login .btn-group>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-user-login .btn-group>button:not(:first-child)[type=submit],form .btn-group>.btn-group:not(:first-child)>input[type=submit],form .btn-group>input:not(:first-child)[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>.simpay-payment-btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.wp-editor .wp-block-button .btn-group-sm>.wp-block-button__link+.dropdown-toggle-split,body.page-template-template-email-sent .btn-group-sm>button[type=submit]+.dropdown-toggle-split,body.page-template-template-families .btn-group-sm>button[type=submit]+.dropdown-toggle-split,body.page-template-template-family-register .btn-group-sm>button[type=submit]+.dropdown-toggle-split,body.page-template-template-password-reset .btn-group-sm>button[type=submit]+.dropdown-toggle-split,body.page-template-template-password-saved .btn-group-sm>button[type=submit]+.dropdown-toggle-split,body.page-template-template-school-login .btn-group-sm>button[type=submit]+.dropdown-toggle-split,body.page-template-template-user-login .btn-group-sm>button[type=submit]+.dropdown-toggle-split,form .btn-group-sm>input[type=submit]+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>.simpay-payment-btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.wp-editor .wp-block-button .btn-group-lg>.wp-block-button__link+.dropdown-toggle-split,body.page-template-template-email-sent .btn-group-lg>button[type=submit]+.dropdown-toggle-split,body.page-template-template-families .btn-group-lg>button[type=submit]+.dropdown-toggle-split,body.page-template-template-family-register .btn-group-lg>button[type=submit]+.dropdown-toggle-split,body.page-template-template-password-reset .btn-group-lg>button[type=submit]+.dropdown-toggle-split,body.page-template-template-password-saved .btn-group-lg>button[type=submit]+.dropdown-toggle-split,body.page-template-template-school-login .btn-group-lg>button[type=submit]+.dropdown-toggle-split,body.page-template-template-user-login .btn-group-lg>button[type=submit]+.dropdown-toggle-split,form .btn-group-lg>input[type=submit]+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.simpay-payment-btn,.comment-form .btn-group-vertical>input[type=submit],.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link,body.page-template-template-email-sent .btn-group-vertical>button[type=submit],body.page-template-template-families .btn-group-vertical>button[type=submit],body.page-template-template-family-register .btn-group-vertical>button[type=submit],body.page-template-template-password-reset .btn-group-vertical>button[type=submit],body.page-template-template-password-saved .btn-group-vertical>button[type=submit],body.page-template-template-school-login .btn-group-vertical>button[type=submit],body.page-template-template-user-login .btn-group-vertical>button[type=submit],form .btn-group-vertical>input[type=submit]{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.simpay-payment-btn:not(:first-child),.comment-form .btn-group-vertical>input:not(:first-child)[type=submit],.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link:not(:first-child),body.page-template-template-email-sent .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-families .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-family-register .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-password-reset .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-password-saved .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-school-login .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-user-login .btn-group-vertical>button:not(:first-child)[type=submit],form .btn-group-vertical>input:not(:first-child)[type=submit]{margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:last-child)>.simpay-payment-btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.simpay-payment-btn:not(:last-child):not(.dropdown-toggle),.comment-form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],.comment-form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit],.wp-editor .wp-block-button .btn-group-vertical>.btn-group:not(:last-child)>.wp-block-button__link,.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),body.page-template-template-email-sent .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-email-sent .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-families .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-families .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-family-register .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-family-register .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-password-reset .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-password-reset .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-password-saved .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-password-saved .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-school-login .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-school-login .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-user-login .btn-group-vertical>.btn-group:not(:last-child)>button[type=submit],body.page-template-template-user-login .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle)[type=submit],form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],form .btn-group-vertical>input:not(:last-child):not(.dropdown-toggle)[type=submit]{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child)>.simpay-payment-btn,.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.simpay-payment-btn:not(:first-child),.comment-form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],.comment-form .btn-group-vertical>input:not(:first-child)[type=submit],.wp-editor .wp-block-button .btn-group-vertical>.btn-group:not(:first-child)>.wp-block-button__link,.wp-editor .wp-block-button .btn-group-vertical>.wp-block-button__link:not(:first-child),body.page-template-template-email-sent .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-email-sent .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-families .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-families .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-family-register .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-family-register .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-password-reset .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-password-reset .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-password-saved .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-password-saved .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-school-login .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-school-login .btn-group-vertical>button:not(:first-child)[type=submit],body.page-template-template-user-login .btn-group-vertical>.btn-group:not(:first-child)>button[type=submit],body.page-template-template-user-login .btn-group-vertical>button:not(:first-child)[type=submit],form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],form .btn-group-vertical>input:not(:first-child)[type=submit]{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.btn-group-toggle>.btn-group>.simpay-payment-btn,.btn-group-toggle>.simpay-payment-btn,.comment-form .btn-group-toggle>.btn-group>input[type=submit],.comment-form .btn-group-toggle>input[type=submit],.wp-editor .wp-block-button .btn-group-toggle>.btn-group>.wp-block-button__link,.wp-editor .wp-block-button .btn-group-toggle>.wp-block-button__link,body.page-template-template-email-sent .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-email-sent .btn-group-toggle>button[type=submit],body.page-template-template-families .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-families .btn-group-toggle>button[type=submit],body.page-template-template-family-register .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-family-register .btn-group-toggle>button[type=submit],body.page-template-template-password-reset .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-password-reset .btn-group-toggle>button[type=submit],body.page-template-template-password-saved .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-password-saved .btn-group-toggle>button[type=submit],body.page-template-template-school-login .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-school-login .btn-group-toggle>button[type=submit],body.page-template-template-user-login .btn-group-toggle>.btn-group>button[type=submit],body.page-template-template-user-login .btn-group-toggle>button[type=submit],form .btn-group-toggle>.btn-group>input[type=submit],form .btn-group-toggle>input[type=submit]{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.simpay-payment-btn input[type=checkbox],.btn-group-toggle>.btn-group>.simpay-payment-btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.simpay-payment-btn input[type=checkbox],.btn-group-toggle>.simpay-payment-btn input[type=radio],.comment-form .btn-group-toggle>.btn-group>input[type=submit] input[type=checkbox],.comment-form .btn-group-toggle>.btn-group>input[type=submit] input[type=radio],.comment-form .btn-group-toggle>input[type=submit] input[type=checkbox],.comment-form .btn-group-toggle>input[type=submit] input[type=radio],.wp-editor .wp-block-button .btn-group-toggle>.btn-group>.wp-block-button__link input[type=checkbox],.wp-editor .wp-block-button .btn-group-toggle>.btn-group>.wp-block-button__link input[type=radio],.wp-editor .wp-block-button .btn-group-toggle>.wp-block-button__link input[type=checkbox],.wp-editor .wp-block-button .btn-group-toggle>.wp-block-button__link input[type=radio],body.page-template-template-email-sent .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-email-sent .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-email-sent .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-email-sent .btn-group-toggle>button[type=submit] input[type=radio],body.page-template-template-families .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-families .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-families .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-families .btn-group-toggle>button[type=submit] input[type=radio],body.page-template-template-family-register .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-family-register .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-family-register .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-family-register .btn-group-toggle>button[type=submit] input[type=radio],body.page-template-template-password-reset .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-password-reset .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-password-reset .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-password-reset .btn-group-toggle>button[type=submit] input[type=radio],body.page-template-template-password-saved .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-password-saved .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-password-saved .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-password-saved .btn-group-toggle>button[type=submit] input[type=radio],body.page-template-template-school-login .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-school-login .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-school-login .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-school-login .btn-group-toggle>button[type=submit] input[type=radio],body.page-template-template-user-login .btn-group-toggle>.btn-group>button[type=submit] input[type=checkbox],body.page-template-template-user-login .btn-group-toggle>.btn-group>button[type=submit] input[type=radio],body.page-template-template-user-login .btn-group-toggle>button[type=submit] input[type=checkbox],body.page-template-template-user-login .btn-group-toggle>button[type=submit] input[type=radio],form .btn-group-toggle>.btn-group>input[type=submit] input[type=checkbox],form .btn-group-toggle>.btn-group>input[type=submit] input[type=radio],form .btn-group-toggle>input[type=submit] input[type=checkbox],form .btn-group-toggle>input[type=submit] input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.comment-form .input-group>input[type=email],.comment-form .input-group>input[type=text],.comment-form .input-group>input[type=url],.comment-form .input-group>textarea,.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.comment-form .input-group>.custom-file+input[type=email],.comment-form .input-group>.custom-file+input[type=text],.comment-form .input-group>.custom-file+input[type=url],.comment-form .input-group>.custom-file+textarea,.comment-form .input-group>.custom-select+input[type=email],.comment-form .input-group>.custom-select+input[type=text],.comment-form .input-group>.custom-select+input[type=url],.comment-form .input-group>.custom-select+textarea,.comment-form .input-group>.form-control+input[type=email],.comment-form .input-group>.form-control+input[type=text],.comment-form .input-group>.form-control+input[type=url],.comment-form .input-group>.form-control+textarea,.comment-form .input-group>.form-control-plaintext+input[type=email],.comment-form .input-group>.form-control-plaintext+input[type=text],.comment-form .input-group>.form-control-plaintext+input[type=url],.comment-form .input-group>.form-control-plaintext+textarea,.comment-form .input-group>input[type=email]+.custom-file,.comment-form .input-group>input[type=email]+.custom-select,.comment-form .input-group>input[type=email]+.form-control,.comment-form .input-group>input[type=email]+input[type=email],.comment-form .input-group>input[type=email]+input[type=text],.comment-form .input-group>input[type=email]+input[type=url],.comment-form .input-group>input[type=email]+textarea,.comment-form .input-group>input[type=text]+.custom-file,.comment-form .input-group>input[type=text]+.custom-select,.comment-form .input-group>input[type=text]+.form-control,.comment-form .input-group>input[type=text]+input[type=email],.comment-form .input-group>input[type=text]+input[type=text],.comment-form .input-group>input[type=text]+input[type=url],.comment-form .input-group>input[type=text]+textarea,.comment-form .input-group>input[type=url]+.custom-file,.comment-form .input-group>input[type=url]+.custom-select,.comment-form .input-group>input[type=url]+.form-control,.comment-form .input-group>input[type=url]+input[type=email],.comment-form .input-group>input[type=url]+input[type=text],.comment-form .input-group>input[type=url]+input[type=url],.comment-form .input-group>input[type=url]+textarea,.comment-form .input-group>textarea+.custom-file,.comment-form .input-group>textarea+.custom-select,.comment-form .input-group>textarea+.form-control,.comment-form .input-group>textarea+input[type=email],.comment-form .input-group>textarea+input[type=text],.comment-form .input-group>textarea+input[type=url],.comment-form .input-group>textarea+textarea,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.comment-form .input-group>input:focus[type=email],.comment-form .input-group>input:focus[type=text],.comment-form .input-group>input:focus[type=url],.comment-form .input-group>textarea:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.comment-form .input-group>input:not(:last-child)[type=email],.comment-form .input-group>input:not(:last-child)[type=text],.comment-form .input-group>input:not(:last-child)[type=url],.comment-form .input-group>textarea:not(:last-child),.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.comment-form .input-group>input:not(:first-child)[type=email],.comment-form .input-group>input:not(:first-child)[type=text],.comment-form .input-group>input:not(:first-child)[type=url],.comment-form .input-group>textarea:not(:first-child),.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.comment-form .input-group-append input[type=submit],.comment-form .input-group-prepend input[type=submit],.input-group-append .btn,.input-group-append .comment-form input[type=submit],.input-group-append .simpay-payment-btn,.input-group-append .wp-editor .wp-block-button .wp-block-button__link,.input-group-append body.page-template-template-email-sent button[type=submit],.input-group-append body.page-template-template-families button[type=submit],.input-group-append body.page-template-template-family-register button[type=submit],.input-group-append body.page-template-template-password-reset button[type=submit],.input-group-append body.page-template-template-password-saved button[type=submit],.input-group-append body.page-template-template-school-login button[type=submit],.input-group-append body.page-template-template-user-login button[type=submit],.input-group-append form input[type=submit],.input-group-prepend .btn,.input-group-prepend .comment-form input[type=submit],.input-group-prepend .simpay-payment-btn,.input-group-prepend .wp-editor .wp-block-button .wp-block-button__link,.input-group-prepend body.page-template-template-email-sent button[type=submit],.input-group-prepend body.page-template-template-families button[type=submit],.input-group-prepend body.page-template-template-family-register button[type=submit],.input-group-prepend body.page-template-template-password-reset button[type=submit],.input-group-prepend body.page-template-template-password-saved button[type=submit],.input-group-prepend body.page-template-template-school-login button[type=submit],.input-group-prepend body.page-template-template-user-login button[type=submit],.input-group-prepend form input[type=submit],.wp-editor .wp-block-button .input-group-append .wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend .wp-block-button__link,body.page-template-template-email-sent .input-group-append button[type=submit],body.page-template-template-email-sent .input-group-prepend button[type=submit],body.page-template-template-families .input-group-append button[type=submit],body.page-template-template-families .input-group-prepend button[type=submit],body.page-template-template-family-register .input-group-append button[type=submit],body.page-template-template-family-register .input-group-prepend button[type=submit],body.page-template-template-password-reset .input-group-append button[type=submit],body.page-template-template-password-reset .input-group-prepend button[type=submit],body.page-template-template-password-saved .input-group-append button[type=submit],body.page-template-template-password-saved .input-group-prepend button[type=submit],body.page-template-template-school-login .input-group-append button[type=submit],body.page-template-template-school-login .input-group-prepend button[type=submit],body.page-template-template-user-login .input-group-append button[type=submit],body.page-template-template-user-login .input-group-prepend button[type=submit],form .input-group-append input[type=submit],form .input-group-prepend input[type=submit]{position:relative;z-index:2}.comment-form .input-group-append input:focus[type=submit],.comment-form .input-group-prepend input:focus[type=submit],.input-group-append .btn:focus,.input-group-append .comment-form input:focus[type=submit],.input-group-append .simpay-payment-btn:focus,.input-group-append .wp-editor .wp-block-button .wp-block-button__link:focus,.input-group-append body.page-template-template-email-sent button:focus[type=submit],.input-group-append body.page-template-template-families button:focus[type=submit],.input-group-append body.page-template-template-family-register button:focus[type=submit],.input-group-append body.page-template-template-password-reset button:focus[type=submit],.input-group-append body.page-template-template-password-saved button:focus[type=submit],.input-group-append body.page-template-template-school-login button:focus[type=submit],.input-group-append body.page-template-template-user-login button:focus[type=submit],.input-group-append form input:focus[type=submit],.input-group-prepend .btn:focus,.input-group-prepend .comment-form input:focus[type=submit],.input-group-prepend .simpay-payment-btn:focus,.input-group-prepend .wp-editor .wp-block-button .wp-block-button__link:focus,.input-group-prepend body.page-template-template-email-sent button:focus[type=submit],.input-group-prepend body.page-template-template-families button:focus[type=submit],.input-group-prepend body.page-template-template-family-register button:focus[type=submit],.input-group-prepend body.page-template-template-password-reset button:focus[type=submit],.input-group-prepend body.page-template-template-password-saved button:focus[type=submit],.input-group-prepend body.page-template-template-school-login button:focus[type=submit],.input-group-prepend body.page-template-template-user-login button:focus[type=submit],.input-group-prepend form input:focus[type=submit],.wp-editor .wp-block-button .input-group-append .wp-block-button__link:focus,.wp-editor .wp-block-button .input-group-prepend .wp-block-button__link:focus,body.page-template-template-email-sent .input-group-append button:focus[type=submit],body.page-template-template-email-sent .input-group-prepend button:focus[type=submit],body.page-template-template-families .input-group-append button:focus[type=submit],body.page-template-template-families .input-group-prepend button:focus[type=submit],body.page-template-template-family-register .input-group-append button:focus[type=submit],body.page-template-template-family-register .input-group-prepend button:focus[type=submit],body.page-template-template-password-reset .input-group-append button:focus[type=submit],body.page-template-template-password-reset .input-group-prepend button:focus[type=submit],body.page-template-template-password-saved .input-group-append button:focus[type=submit],body.page-template-template-password-saved .input-group-prepend button:focus[type=submit],body.page-template-template-school-login .input-group-append button:focus[type=submit],body.page-template-template-school-login .input-group-prepend button:focus[type=submit],body.page-template-template-user-login .input-group-append button:focus[type=submit],body.page-template-template-user-login .input-group-prepend button:focus[type=submit],form .input-group-append input:focus[type=submit],form .input-group-prepend input:focus[type=submit]{z-index:3}.comment-form .input-group-append .btn+input[type=submit],.comment-form .input-group-append .input-group-text+input[type=submit],.comment-form .input-group-append .simpay-payment-btn+input[type=submit],.comment-form .input-group-append .wp-editor .wp-block-button .wp-block-button__link+input[type=submit],.comment-form .input-group-append .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,.comment-form .input-group-append body.page-template-template-email-sent button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-email-sent input[type=submit]+button[type=submit],.comment-form .input-group-append body.page-template-template-families button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-families input[type=submit]+button[type=submit],.comment-form .input-group-append body.page-template-template-family-register button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-family-register input[type=submit]+button[type=submit],.comment-form .input-group-append body.page-template-template-password-reset button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-password-reset input[type=submit]+button[type=submit],.comment-form .input-group-append body.page-template-template-password-saved button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-password-saved input[type=submit]+button[type=submit],.comment-form .input-group-append body.page-template-template-school-login button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-school-login input[type=submit]+button[type=submit],.comment-form .input-group-append body.page-template-template-user-login button[type=submit]+input[type=submit],.comment-form .input-group-append body.page-template-template-user-login input[type=submit]+button[type=submit],.comment-form .input-group-append form input[type=submit]+input[type=submit],.comment-form .input-group-append input[type=submit]+.btn,.comment-form .input-group-append input[type=submit]+.input-group-text,.comment-form .input-group-append input[type=submit]+.simpay-payment-btn,.comment-form .input-group-append input[type=submit]+input[type=submit],.comment-form .input-group-prepend .btn+input[type=submit],.comment-form .input-group-prepend .input-group-text+input[type=submit],.comment-form .input-group-prepend .simpay-payment-btn+input[type=submit],.comment-form .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+input[type=submit],.comment-form .input-group-prepend .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,.comment-form .input-group-prepend body.page-template-template-email-sent button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-email-sent input[type=submit]+button[type=submit],.comment-form .input-group-prepend body.page-template-template-families button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-families input[type=submit]+button[type=submit],.comment-form .input-group-prepend body.page-template-template-family-register button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-family-register input[type=submit]+button[type=submit],.comment-form .input-group-prepend body.page-template-template-password-reset button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-password-reset input[type=submit]+button[type=submit],.comment-form .input-group-prepend body.page-template-template-password-saved button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-password-saved input[type=submit]+button[type=submit],.comment-form .input-group-prepend body.page-template-template-school-login button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-school-login input[type=submit]+button[type=submit],.comment-form .input-group-prepend body.page-template-template-user-login button[type=submit]+input[type=submit],.comment-form .input-group-prepend body.page-template-template-user-login input[type=submit]+button[type=submit],.comment-form .input-group-prepend form input[type=submit]+input[type=submit],.comment-form .input-group-prepend input[type=submit]+.btn,.comment-form .input-group-prepend input[type=submit]+.input-group-text,.comment-form .input-group-prepend input[type=submit]+.simpay-payment-btn,.comment-form .input-group-prepend input[type=submit]+input[type=submit],.comment-form .wp-editor .wp-block-button .input-group-append .wp-block-button__link+input[type=submit],.comment-form .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+input[type=submit],.comment-form body.page-template-template-email-sent .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-email-sent .input-group-prepend button[type=submit]+input[type=submit],.comment-form body.page-template-template-families .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-families .input-group-prepend button[type=submit]+input[type=submit],.comment-form body.page-template-template-family-register .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-family-register .input-group-prepend button[type=submit]+input[type=submit],.comment-form body.page-template-template-password-reset .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-password-reset .input-group-prepend button[type=submit]+input[type=submit],.comment-form body.page-template-template-password-saved .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-password-saved .input-group-prepend button[type=submit]+input[type=submit],.comment-form body.page-template-template-school-login .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-school-login .input-group-prepend button[type=submit]+input[type=submit],.comment-form body.page-template-template-user-login .input-group-append button[type=submit]+input[type=submit],.comment-form body.page-template-template-user-login .input-group-prepend button[type=submit]+input[type=submit],.comment-form form .input-group-append input[type=submit]+input[type=submit],.comment-form form .input-group-prepend input[type=submit]+input[type=submit],.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .btn+.simpay-payment-btn,.input-group-append .comment-form .btn+input[type=submit],.input-group-append .comment-form .input-group-text+input[type=submit],.input-group-append .comment-form .simpay-payment-btn+input[type=submit],.input-group-append .comment-form .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,.input-group-append .comment-form body.page-template-template-email-sent input[type=submit]+button[type=submit],.input-group-append .comment-form body.page-template-template-families input[type=submit]+button[type=submit],.input-group-append .comment-form body.page-template-template-family-register input[type=submit]+button[type=submit],.input-group-append .comment-form body.page-template-template-password-reset input[type=submit]+button[type=submit],.input-group-append .comment-form body.page-template-template-password-saved input[type=submit]+button[type=submit],.input-group-append .comment-form body.page-template-template-school-login input[type=submit]+button[type=submit],.input-group-append .comment-form body.page-template-template-user-login input[type=submit]+button[type=submit],.input-group-append .comment-form form input[type=submit]+input[type=submit],.input-group-append .comment-form input[type=submit]+.btn,.input-group-append .comment-form input[type=submit]+.input-group-text,.input-group-append .comment-form input[type=submit]+.simpay-payment-btn,.input-group-append .comment-form input[type=submit]+input[type=submit],.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.simpay-payment-btn,.input-group-append .simpay-payment-btn+.btn,.input-group-append .simpay-payment-btn+.input-group-text,.input-group-append .simpay-payment-btn+.simpay-payment-btn,.input-group-append .wp-editor .wp-block-button .btn+.wp-block-button__link,.input-group-append .wp-editor .wp-block-button .comment-form .wp-block-button__link+input[type=submit],.input-group-append .wp-editor .wp-block-button .input-group-text+.wp-block-button__link,.input-group-append .wp-editor .wp-block-button .simpay-payment-btn+.wp-block-button__link,.input-group-append .wp-editor .wp-block-button .wp-block-button__link+.btn,.input-group-append .wp-editor .wp-block-button .wp-block-button__link+.input-group-text,.input-group-append .wp-editor .wp-block-button .wp-block-button__link+.simpay-payment-btn,.input-group-append .wp-editor .wp-block-button .wp-block-button__link+.wp-block-button__link,.input-group-append .wp-editor .wp-block-button body.page-template-template-email-sent .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button body.page-template-template-families .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button body.page-template-template-family-register .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button body.page-template-template-password-reset .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button body.page-template-template-password-saved .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button body.page-template-template-school-login .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button body.page-template-template-user-login .wp-block-button__link+button[type=submit],.input-group-append .wp-editor .wp-block-button form .wp-block-button__link+input[type=submit],.input-group-append body.page-template-template-email-sent .btn+button[type=submit],.input-group-append body.page-template-template-email-sent .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-email-sent .input-group-text+button[type=submit],.input-group-append body.page-template-template-email-sent .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-email-sent .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-email-sent body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent button[type=submit]+.btn,.input-group-append body.page-template-template-email-sent button[type=submit]+.input-group-text,.input-group-append body.page-template-template-email-sent button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-email-sent form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-families .btn+button[type=submit],.input-group-append body.page-template-template-families .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-families .input-group-text+button[type=submit],.input-group-append body.page-template-template-families .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-families .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-families body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families button[type=submit]+.btn,.input-group-append body.page-template-template-families button[type=submit]+.input-group-text,.input-group-append body.page-template-template-families button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-families form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-family-register .btn+button[type=submit],.input-group-append body.page-template-template-family-register .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-family-register .input-group-text+button[type=submit],.input-group-append body.page-template-template-family-register .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-family-register .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-family-register body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register button[type=submit]+.btn,.input-group-append body.page-template-template-family-register button[type=submit]+.input-group-text,.input-group-append body.page-template-template-family-register button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-family-register form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-password-reset .btn+button[type=submit],.input-group-append body.page-template-template-password-reset .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-password-reset .input-group-text+button[type=submit],.input-group-append body.page-template-template-password-reset .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-password-reset .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-password-reset body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset button[type=submit]+.btn,.input-group-append body.page-template-template-password-reset button[type=submit]+.input-group-text,.input-group-append body.page-template-template-password-reset button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-reset form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-password-saved .btn+button[type=submit],.input-group-append body.page-template-template-password-saved .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-password-saved .input-group-text+button[type=submit],.input-group-append body.page-template-template-password-saved .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-password-saved .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-password-saved body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved button[type=submit]+.btn,.input-group-append body.page-template-template-password-saved button[type=submit]+.input-group-text,.input-group-append body.page-template-template-password-saved button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-password-saved form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-school-login .btn+button[type=submit],.input-group-append body.page-template-template-school-login .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-school-login .input-group-text+button[type=submit],.input-group-append body.page-template-template-school-login .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-school-login .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-school-login body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login button[type=submit]+.btn,.input-group-append body.page-template-template-school-login button[type=submit]+.input-group-text,.input-group-append body.page-template-template-school-login button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-school-login form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-user-login .btn+button[type=submit],.input-group-append body.page-template-template-user-login .comment-form button[type=submit]+input[type=submit],.input-group-append body.page-template-template-user-login .input-group-text+button[type=submit],.input-group-append body.page-template-template-user-login .simpay-payment-btn+button[type=submit],.input-group-append body.page-template-template-user-login .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-append body.page-template-template-user-login body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login body.page-template-template-families button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login button[type=submit]+.btn,.input-group-append body.page-template-template-user-login button[type=submit]+.input-group-text,.input-group-append body.page-template-template-user-login button[type=submit]+.simpay-payment-btn,.input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-append body.page-template-template-user-login form button[type=submit]+input[type=submit],.input-group-append form .btn+input[type=submit],.input-group-append form .comment-form input[type=submit]+input[type=submit],.input-group-append form .input-group-text+input[type=submit],.input-group-append form .simpay-payment-btn+input[type=submit],.input-group-append form .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,.input-group-append form body.page-template-template-email-sent input[type=submit]+button[type=submit],.input-group-append form body.page-template-template-families input[type=submit]+button[type=submit],.input-group-append form body.page-template-template-family-register input[type=submit]+button[type=submit],.input-group-append form body.page-template-template-password-reset input[type=submit]+button[type=submit],.input-group-append form body.page-template-template-password-saved input[type=submit]+button[type=submit],.input-group-append form body.page-template-template-school-login input[type=submit]+button[type=submit],.input-group-append form body.page-template-template-user-login input[type=submit]+button[type=submit],.input-group-append form input[type=submit]+.btn,.input-group-append form input[type=submit]+.input-group-text,.input-group-append form input[type=submit]+.simpay-payment-btn,.input-group-append form input[type=submit]+input[type=submit],.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .btn+.simpay-payment-btn,.input-group-prepend .comment-form .btn+input[type=submit],.input-group-prepend .comment-form .input-group-text+input[type=submit],.input-group-prepend .comment-form .simpay-payment-btn+input[type=submit],.input-group-prepend .comment-form .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,.input-group-prepend .comment-form body.page-template-template-email-sent input[type=submit]+button[type=submit],.input-group-prepend .comment-form body.page-template-template-families input[type=submit]+button[type=submit],.input-group-prepend .comment-form body.page-template-template-family-register input[type=submit]+button[type=submit],.input-group-prepend .comment-form body.page-template-template-password-reset input[type=submit]+button[type=submit],.input-group-prepend .comment-form body.page-template-template-password-saved input[type=submit]+button[type=submit],.input-group-prepend .comment-form body.page-template-template-school-login input[type=submit]+button[type=submit],.input-group-prepend .comment-form body.page-template-template-user-login input[type=submit]+button[type=submit],.input-group-prepend .comment-form form input[type=submit]+input[type=submit],.input-group-prepend .comment-form input[type=submit]+.btn,.input-group-prepend .comment-form input[type=submit]+.input-group-text,.input-group-prepend .comment-form input[type=submit]+.simpay-payment-btn,.input-group-prepend .comment-form input[type=submit]+input[type=submit],.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.simpay-payment-btn,.input-group-prepend .simpay-payment-btn+.btn,.input-group-prepend .simpay-payment-btn+.input-group-text,.input-group-prepend .simpay-payment-btn+.simpay-payment-btn,.input-group-prepend .wp-editor .wp-block-button .btn+.wp-block-button__link,.input-group-prepend .wp-editor .wp-block-button .comment-form .wp-block-button__link+input[type=submit],.input-group-prepend .wp-editor .wp-block-button .input-group-text+.wp-block-button__link,.input-group-prepend .wp-editor .wp-block-button .simpay-payment-btn+.wp-block-button__link,.input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+.btn,.input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+.input-group-text,.input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+.simpay-payment-btn,.input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+.wp-block-button__link,.input-group-prepend .wp-editor .wp-block-button body.page-template-template-email-sent .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button body.page-template-template-families .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button body.page-template-template-family-register .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button body.page-template-template-password-reset .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button body.page-template-template-password-saved .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button body.page-template-template-school-login .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button body.page-template-template-user-login .wp-block-button__link+button[type=submit],.input-group-prepend .wp-editor .wp-block-button form .wp-block-button__link+input[type=submit],.input-group-prepend body.page-template-template-email-sent .btn+button[type=submit],.input-group-prepend body.page-template-template-email-sent .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-email-sent .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-email-sent .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-email-sent .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-email-sent body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent button[type=submit]+.btn,.input-group-prepend body.page-template-template-email-sent button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-email-sent button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-email-sent form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-families .btn+button[type=submit],.input-group-prepend body.page-template-template-families .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-families .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-families .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-families .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-families body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families button[type=submit]+.btn,.input-group-prepend body.page-template-template-families button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-families button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-families form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-family-register .btn+button[type=submit],.input-group-prepend body.page-template-template-family-register .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-family-register .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-family-register .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-family-register .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-family-register body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register button[type=submit]+.btn,.input-group-prepend body.page-template-template-family-register button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-family-register button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-family-register form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-password-reset .btn+button[type=submit],.input-group-prepend body.page-template-template-password-reset .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-password-reset .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-password-reset .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-password-reset .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-password-reset body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset button[type=submit]+.btn,.input-group-prepend body.page-template-template-password-reset button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-password-reset button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-reset form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-password-saved .btn+button[type=submit],.input-group-prepend body.page-template-template-password-saved .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-password-saved .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-password-saved .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-password-saved .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-password-saved body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved button[type=submit]+.btn,.input-group-prepend body.page-template-template-password-saved button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-password-saved button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-password-saved form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-school-login .btn+button[type=submit],.input-group-prepend body.page-template-template-school-login .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-school-login .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-school-login .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-school-login .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-school-login body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login button[type=submit]+.btn,.input-group-prepend body.page-template-template-school-login button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-school-login button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-school-login form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-user-login .btn+button[type=submit],.input-group-prepend body.page-template-template-user-login .comment-form button[type=submit]+input[type=submit],.input-group-prepend body.page-template-template-user-login .input-group-text+button[type=submit],.input-group-prepend body.page-template-template-user-login .simpay-payment-btn+button[type=submit],.input-group-prepend body.page-template-template-user-login .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,.input-group-prepend body.page-template-template-user-login body.page-template-template-email-sent button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login body.page-template-template-families button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login body.page-template-template-family-register button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login body.page-template-template-password-reset button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login body.page-template-template-password-saved button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login body.page-template-template-school-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login button[type=submit]+.btn,.input-group-prepend body.page-template-template-user-login button[type=submit]+.input-group-text,.input-group-prepend body.page-template-template-user-login button[type=submit]+.simpay-payment-btn,.input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],.input-group-prepend body.page-template-template-user-login form button[type=submit]+input[type=submit],.input-group-prepend form .btn+input[type=submit],.input-group-prepend form .comment-form input[type=submit]+input[type=submit],.input-group-prepend form .input-group-text+input[type=submit],.input-group-prepend form .simpay-payment-btn+input[type=submit],.input-group-prepend form .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,.input-group-prepend form body.page-template-template-email-sent input[type=submit]+button[type=submit],.input-group-prepend form body.page-template-template-families input[type=submit]+button[type=submit],.input-group-prepend form body.page-template-template-family-register input[type=submit]+button[type=submit],.input-group-prepend form body.page-template-template-password-reset input[type=submit]+button[type=submit],.input-group-prepend form body.page-template-template-password-saved input[type=submit]+button[type=submit],.input-group-prepend form body.page-template-template-school-login input[type=submit]+button[type=submit],.input-group-prepend form body.page-template-template-user-login input[type=submit]+button[type=submit],.input-group-prepend form input[type=submit]+.btn,.input-group-prepend form input[type=submit]+.input-group-text,.input-group-prepend form input[type=submit]+.simpay-payment-btn,.input-group-prepend form input[type=submit]+input[type=submit],.wp-editor .wp-block-button .comment-form .input-group-append input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .comment-form .input-group-prepend input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append .btn+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append .comment-form .wp-block-button__link+input[type=submit],.wp-editor .wp-block-button .input-group-append .comment-form input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append .input-group-text+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append .simpay-payment-btn+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append .wp-block-button__link+.btn,.wp-editor .wp-block-button .input-group-append .wp-block-button__link+.input-group-text,.wp-editor .wp-block-button .input-group-append .wp-block-button__link+.simpay-payment-btn,.wp-editor .wp-block-button .input-group-append .wp-block-button__link+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-email-sent .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-email-sent button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-families .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-families button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-family-register .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-family-register button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-password-reset .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-password-reset button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-password-saved .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-password-saved button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-school-login .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-school-login button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append body.page-template-template-user-login .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-append body.page-template-template-user-login button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-append form .wp-block-button__link+input[type=submit],.wp-editor .wp-block-button .input-group-append form input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend .btn+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend .comment-form .wp-block-button__link+input[type=submit],.wp-editor .wp-block-button .input-group-prepend .comment-form input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend .input-group-text+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend .simpay-payment-btn+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+.btn,.wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+.input-group-text,.wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+.simpay-payment-btn,.wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-email-sent .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-email-sent button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-families .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-families button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-family-register .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-family-register button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-password-reset .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-password-reset button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-password-saved .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-password-saved button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-school-login .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-school-login button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend body.page-template-template-user-login .wp-block-button__link+button[type=submit],.wp-editor .wp-block-button .input-group-prepend body.page-template-template-user-login button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button .input-group-prepend form .wp-block-button__link+input[type=submit],.wp-editor .wp-block-button .input-group-prepend form input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-email-sent .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-email-sent .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-families .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-families .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-family-register .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-family-register .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-password-reset .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-password-reset .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-password-saved .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-password-saved .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-school-login .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-school-login .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-user-login .input-group-append button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button body.page-template-template-user-login .input-group-prepend button[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button form .input-group-append input[type=submit]+.wp-block-button__link,.wp-editor .wp-block-button form .input-group-prepend input[type=submit]+.wp-block-button__link,body.page-template-template-email-sent .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-email-sent .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append .btn+button[type=submit],body.page-template-template-email-sent .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-email-sent .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append .input-group-text+button[type=submit],body.page-template-template-email-sent .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-email-sent .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-email-sent .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-email-sent .input-group-append body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append button[type=submit]+.btn,body.page-template-template-email-sent .input-group-append button[type=submit]+.input-group-text,body.page-template-template-email-sent .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-email-sent .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend .btn+button[type=submit],body.page-template-template-email-sent .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-email-sent .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-email-sent .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-email-sent .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-email-sent .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-email-sent .input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend button[type=submit]+.btn,body.page-template-template-email-sent .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-email-sent .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-email-sent .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-email-sent .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-email-sent .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-email-sent body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-email-sent body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-email-sent form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-email-sent form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-families .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-families .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-families .input-group-append .btn+button[type=submit],body.page-template-template-families .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-families .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-families .input-group-append .input-group-text+button[type=submit],body.page-template-template-families .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-families .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-families .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-families .input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append button[type=submit]+.btn,body.page-template-template-families .input-group-append button[type=submit]+.input-group-text,body.page-template-template-families .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-families .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend .btn+button[type=submit],body.page-template-template-families .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-families .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-families .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-families .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-families .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-families .input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend button[type=submit]+.btn,body.page-template-template-families .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-families .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-families .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-families .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-families .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-families body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-families body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-families form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-families form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-family-register .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-family-register .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append .btn+button[type=submit],body.page-template-template-family-register .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-family-register .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append .input-group-text+button[type=submit],body.page-template-template-family-register .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-family-register .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-family-register .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-family-register .input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append button[type=submit]+.btn,body.page-template-template-family-register .input-group-append button[type=submit]+.input-group-text,body.page-template-template-family-register .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-family-register .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend .btn+button[type=submit],body.page-template-template-family-register .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-family-register .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-family-register .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-family-register .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-family-register .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-family-register .input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend button[type=submit]+.btn,body.page-template-template-family-register .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-family-register .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-family-register .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-family-register .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-family-register .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-family-register body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-family-register body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-family-register form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-family-register form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-password-reset .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-password-reset .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append .btn+button[type=submit],body.page-template-template-password-reset .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-password-reset .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append .input-group-text+button[type=submit],body.page-template-template-password-reset .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-password-reset .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-password-reset .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-password-reset .input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append button[type=submit]+.btn,body.page-template-template-password-reset .input-group-append button[type=submit]+.input-group-text,body.page-template-template-password-reset .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-password-reset .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend .btn+button[type=submit],body.page-template-template-password-reset .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-password-reset .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-password-reset .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-password-reset .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-password-reset .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-password-reset .input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend button[type=submit]+.btn,body.page-template-template-password-reset .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-password-reset .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-password-reset .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-password-reset .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-password-reset .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-password-reset body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-reset body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-reset form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-password-reset form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-password-saved .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-password-saved .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append .btn+button[type=submit],body.page-template-template-password-saved .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-password-saved .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append .input-group-text+button[type=submit],body.page-template-template-password-saved .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-password-saved .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-password-saved .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-password-saved .input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append button[type=submit]+.btn,body.page-template-template-password-saved .input-group-append button[type=submit]+.input-group-text,body.page-template-template-password-saved .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-password-saved .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend .btn+button[type=submit],body.page-template-template-password-saved .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-password-saved .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-password-saved .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-password-saved .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-password-saved .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-password-saved .input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend button[type=submit]+.btn,body.page-template-template-password-saved .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-password-saved .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-password-saved .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-password-saved .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-password-saved .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-password-saved body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-password-saved body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-password-saved form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-password-saved form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-school-login .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-school-login .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append .btn+button[type=submit],body.page-template-template-school-login .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-school-login .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append .input-group-text+button[type=submit],body.page-template-template-school-login .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-school-login .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-school-login .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-school-login .input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append button[type=submit]+.btn,body.page-template-template-school-login .input-group-append button[type=submit]+.input-group-text,body.page-template-template-school-login .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-school-login .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend .btn+button[type=submit],body.page-template-template-school-login .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-school-login .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-school-login .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-school-login .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-school-login .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-school-login .input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend body.page-template-template-user-login button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend button[type=submit]+.btn,body.page-template-template-school-login .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-school-login .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-school-login .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-school-login .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-school-login .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-school-login body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-school-login body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-school-login form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-school-login form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-user-login .comment-form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-user-login .comment-form .input-group-prepend input[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append .btn+button[type=submit],body.page-template-template-user-login .input-group-append .comment-form button[type=submit]+input[type=submit],body.page-template-template-user-login .input-group-append .comment-form input[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append .input-group-text+button[type=submit],body.page-template-template-user-login .input-group-append .simpay-payment-btn+button[type=submit],body.page-template-template-user-login .input-group-append .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-user-login .input-group-append .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-user-login .input-group-append body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append button[type=submit]+.btn,body.page-template-template-user-login .input-group-append button[type=submit]+.input-group-text,body.page-template-template-user-login .input-group-append button[type=submit]+.simpay-payment-btn,body.page-template-template-user-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-append form button[type=submit]+input[type=submit],body.page-template-template-user-login .input-group-append form input[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend .btn+button[type=submit],body.page-template-template-user-login .input-group-prepend .comment-form button[type=submit]+input[type=submit],body.page-template-template-user-login .input-group-prepend .comment-form input[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend .input-group-text+button[type=submit],body.page-template-template-user-login .input-group-prepend .simpay-payment-btn+button[type=submit],body.page-template-template-user-login .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+button[type=submit],body.page-template-template-user-login .input-group-prepend .wp-editor .wp-block-button button[type=submit]+.wp-block-button__link,body.page-template-template-user-login .input-group-prepend body.page-template-template-email-sent button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend body.page-template-template-families button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend body.page-template-template-family-register button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend body.page-template-template-password-reset button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend body.page-template-template-password-saved button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend body.page-template-template-school-login button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend button[type=submit]+.btn,body.page-template-template-user-login .input-group-prepend button[type=submit]+.input-group-text,body.page-template-template-user-login .input-group-prepend button[type=submit]+.simpay-payment-btn,body.page-template-template-user-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login .input-group-prepend form button[type=submit]+input[type=submit],body.page-template-template-user-login .input-group-prepend form input[type=submit]+button[type=submit],body.page-template-template-user-login .wp-editor .wp-block-button .input-group-append .wp-block-button__link+button[type=submit],body.page-template-template-user-login .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+button[type=submit],body.page-template-template-user-login body.page-template-template-email-sent .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-email-sent .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-families .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-families .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-family-register .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-family-register .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-password-reset .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-password-reset .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-password-saved .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-password-saved .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-school-login .input-group-append button[type=submit]+button[type=submit],body.page-template-template-user-login body.page-template-template-school-login .input-group-prepend button[type=submit]+button[type=submit],body.page-template-template-user-login form .input-group-append input[type=submit]+button[type=submit],body.page-template-template-user-login form .input-group-prepend input[type=submit]+button[type=submit],form .comment-form .input-group-append input[type=submit]+input[type=submit],form .comment-form .input-group-prepend input[type=submit]+input[type=submit],form .input-group-append .btn+input[type=submit],form .input-group-append .comment-form input[type=submit]+input[type=submit],form .input-group-append .input-group-text+input[type=submit],form .input-group-append .simpay-payment-btn+input[type=submit],form .input-group-append .wp-editor .wp-block-button .wp-block-button__link+input[type=submit],form .input-group-append .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,form .input-group-append body.page-template-template-email-sent button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-email-sent input[type=submit]+button[type=submit],form .input-group-append body.page-template-template-families button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-families input[type=submit]+button[type=submit],form .input-group-append body.page-template-template-family-register button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-family-register input[type=submit]+button[type=submit],form .input-group-append body.page-template-template-password-reset button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-password-reset input[type=submit]+button[type=submit],form .input-group-append body.page-template-template-password-saved button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-password-saved input[type=submit]+button[type=submit],form .input-group-append body.page-template-template-school-login button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-school-login input[type=submit]+button[type=submit],form .input-group-append body.page-template-template-user-login button[type=submit]+input[type=submit],form .input-group-append body.page-template-template-user-login input[type=submit]+button[type=submit],form .input-group-append input[type=submit]+.btn,form .input-group-append input[type=submit]+.input-group-text,form .input-group-append input[type=submit]+.simpay-payment-btn,form .input-group-append input[type=submit]+input[type=submit],form .input-group-prepend .btn+input[type=submit],form .input-group-prepend .comment-form input[type=submit]+input[type=submit],form .input-group-prepend .input-group-text+input[type=submit],form .input-group-prepend .simpay-payment-btn+input[type=submit],form .input-group-prepend .wp-editor .wp-block-button .wp-block-button__link+input[type=submit],form .input-group-prepend .wp-editor .wp-block-button input[type=submit]+.wp-block-button__link,form .input-group-prepend body.page-template-template-email-sent button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-email-sent input[type=submit]+button[type=submit],form .input-group-prepend body.page-template-template-families button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-families input[type=submit]+button[type=submit],form .input-group-prepend body.page-template-template-family-register button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-family-register input[type=submit]+button[type=submit],form .input-group-prepend body.page-template-template-password-reset button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-password-reset input[type=submit]+button[type=submit],form .input-group-prepend body.page-template-template-password-saved button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-password-saved input[type=submit]+button[type=submit],form .input-group-prepend body.page-template-template-school-login button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-school-login input[type=submit]+button[type=submit],form .input-group-prepend body.page-template-template-user-login button[type=submit]+input[type=submit],form .input-group-prepend body.page-template-template-user-login input[type=submit]+button[type=submit],form .input-group-prepend input[type=submit]+.btn,form .input-group-prepend input[type=submit]+.input-group-text,form .input-group-prepend input[type=submit]+.simpay-payment-btn,form .input-group-prepend input[type=submit]+input[type=submit],form .wp-editor .wp-block-button .input-group-append .wp-block-button__link+input[type=submit],form .wp-editor .wp-block-button .input-group-prepend .wp-block-button__link+input[type=submit],form body.page-template-template-email-sent .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-email-sent .input-group-prepend button[type=submit]+input[type=submit],form body.page-template-template-families .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-families .input-group-prepend button[type=submit]+input[type=submit],form body.page-template-template-family-register .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-family-register .input-group-prepend button[type=submit]+input[type=submit],form body.page-template-template-password-reset .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-password-reset .input-group-prepend button[type=submit]+input[type=submit],form body.page-template-template-password-saved .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-password-saved .input-group-prepend button[type=submit]+input[type=submit],form body.page-template-template-school-login .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-school-login .input-group-prepend button[type=submit]+input[type=submit],form body.page-template-template-user-login .input-group-append button[type=submit]+input[type=submit],form body.page-template-template-user-login .input-group-prepend button[type=submit]+input[type=submit]{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.comment-form .input-group-lg>input:not(textarea)[type=email],.comment-form .input-group-lg>input:not(textarea)[type=text],.comment-form .input-group-lg>input:not(textarea)[type=url],.comment-form .input-group-lg>textarea:not(textarea),.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.comment-form .input-group-lg>.input-group-append>input[type=submit],.comment-form .input-group-lg>.input-group-prepend>input[type=submit],.comment-form .input-group-lg>input[type=email],.comment-form .input-group-lg>input[type=text],.comment-form .input-group-lg>input[type=url],.comment-form .input-group-lg>textarea,.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-append>.simpay-payment-btn,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-prepend>.simpay-payment-btn,.wp-editor .wp-block-button .input-group-lg>.input-group-append>.wp-block-button__link,.wp-editor .wp-block-button .input-group-lg>.input-group-prepend>.wp-block-button__link,body.page-template-template-email-sent .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-email-sent .input-group-lg>.input-group-prepend>button[type=submit],body.page-template-template-families .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-families .input-group-lg>.input-group-prepend>button[type=submit],body.page-template-template-family-register .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-family-register .input-group-lg>.input-group-prepend>button[type=submit],body.page-template-template-password-reset .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-password-reset .input-group-lg>.input-group-prepend>button[type=submit],body.page-template-template-password-saved .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-password-saved .input-group-lg>.input-group-prepend>button[type=submit],body.page-template-template-school-login .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-school-login .input-group-lg>.input-group-prepend>button[type=submit],body.page-template-template-user-login .input-group-lg>.input-group-append>button[type=submit],body.page-template-template-user-login .input-group-lg>.input-group-prepend>button[type=submit],form .input-group-lg>.input-group-append>input[type=submit],form .input-group-lg>.input-group-prepend>input[type=submit]{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.comment-form .input-group-sm>input:not(textarea)[type=email],.comment-form .input-group-sm>input:not(textarea)[type=text],.comment-form .input-group-sm>input:not(textarea)[type=url],.comment-form .input-group-sm>textarea:not(textarea),.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.comment-form .input-group-sm>.input-group-append>input[type=submit],.comment-form .input-group-sm>.input-group-prepend>input[type=submit],.comment-form .input-group-sm>input[type=email],.comment-form .input-group-sm>input[type=text],.comment-form .input-group-sm>input[type=url],.comment-form .input-group-sm>textarea,.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-append>.simpay-payment-btn,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-prepend>.simpay-payment-btn,.wp-editor .wp-block-button .input-group-sm>.input-group-append>.wp-block-button__link,.wp-editor .wp-block-button .input-group-sm>.input-group-prepend>.wp-block-button__link,body.page-template-template-email-sent .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-email-sent .input-group-sm>.input-group-prepend>button[type=submit],body.page-template-template-families .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-families .input-group-sm>.input-group-prepend>button[type=submit],body.page-template-template-family-register .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-family-register .input-group-sm>.input-group-prepend>button[type=submit],body.page-template-template-password-reset .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-password-reset .input-group-sm>.input-group-prepend>button[type=submit],body.page-template-template-password-saved .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-password-saved .input-group-sm>.input-group-prepend>button[type=submit],body.page-template-template-school-login .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-school-login .input-group-sm>.input-group-prepend>button[type=submit],body.page-template-template-user-login .input-group-sm>.input-group-append>button[type=submit],body.page-template-template-user-login .input-group-sm>.input-group-prepend>button[type=submit],form .input-group-sm>.input-group-append>input[type=submit],form .input-group-sm>.input-group-prepend>input[type=submit]{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.comment-form .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=submit],.comment-form .input-group>.input-group-append:not(:last-child)>input[type=submit],.comment-form .input-group>.input-group-prepend>input[type=submit],.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:last-child>.simpay-payment-btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:not(:last-child)>.simpay-payment-btn,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-prepend>.simpay-payment-btn,.wp-editor .wp-block-button .input-group>.input-group-append:last-child>.wp-block-button__link:not(:last-child):not(.dropdown-toggle),.wp-editor .wp-block-button .input-group>.input-group-append:not(:last-child)>.wp-block-button__link,.wp-editor .wp-block-button .input-group>.input-group-prepend>.wp-block-button__link,body.page-template-template-email-sent .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-email-sent .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-email-sent .input-group>.input-group-prepend>button[type=submit],body.page-template-template-families .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-families .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-families .input-group>.input-group-prepend>button[type=submit],body.page-template-template-family-register .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-family-register .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-family-register .input-group>.input-group-prepend>button[type=submit],body.page-template-template-password-reset .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-password-reset .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-password-reset .input-group>.input-group-prepend>button[type=submit],body.page-template-template-password-saved .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-password-saved .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-password-saved .input-group>.input-group-prepend>button[type=submit],body.page-template-template-school-login .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-school-login .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-school-login .input-group>.input-group-prepend>button[type=submit],body.page-template-template-user-login .input-group>.input-group-append:last-child>button:not(:last-child):not(.dropdown-toggle)[type=submit],body.page-template-template-user-login .input-group>.input-group-append:not(:last-child)>button[type=submit],body.page-template-template-user-login .input-group>.input-group-prepend>button[type=submit],form .input-group>.input-group-append:last-child>input:not(:last-child):not(.dropdown-toggle)[type=submit],form .input-group>.input-group-append:not(:last-child)>input[type=submit],form .input-group>.input-group-prepend>input[type=submit]{border-top-right-radius:0;border-bottom-right-radius:0}.comment-form .input-group>.input-group-append>input[type=submit],.comment-form .input-group>.input-group-prepend:first-child>input:not(:first-child)[type=submit],.comment-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-append>.simpay-payment-btn,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:first-child>.simpay-payment-btn:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.simpay-payment-btn,.wp-editor .wp-block-button .input-group>.input-group-append>.wp-block-button__link,.wp-editor .wp-block-button .input-group>.input-group-prepend:first-child>.wp-block-button__link:not(:first-child),.wp-editor .wp-block-button .input-group>.input-group-prepend:not(:first-child)>.wp-block-button__link,body.page-template-template-email-sent .input-group>.input-group-append>button[type=submit],body.page-template-template-email-sent .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-email-sent .input-group>.input-group-prepend:not(:first-child)>button[type=submit],body.page-template-template-families .input-group>.input-group-append>button[type=submit],body.page-template-template-families .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-families .input-group>.input-group-prepend:not(:first-child)>button[type=submit],body.page-template-template-family-register .input-group>.input-group-append>button[type=submit],body.page-template-template-family-register .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-family-register .input-group>.input-group-prepend:not(:first-child)>button[type=submit],body.page-template-template-password-reset .input-group>.input-group-append>button[type=submit],body.page-template-template-password-reset .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-password-reset .input-group>.input-group-prepend:not(:first-child)>button[type=submit],body.page-template-template-password-saved .input-group>.input-group-append>button[type=submit],body.page-template-template-password-saved .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-password-saved .input-group>.input-group-prepend:not(:first-child)>button[type=submit],body.page-template-template-school-login .input-group>.input-group-append>button[type=submit],body.page-template-template-school-login .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-school-login .input-group>.input-group-prepend:not(:first-child)>button[type=submit],body.page-template-template-user-login .input-group>.input-group-append>button[type=submit],body.page-template-template-user-login .input-group>.input-group-prepend:first-child>button:not(:first-child)[type=submit],body.page-template-template-user-login .input-group>.input-group-prepend:not(:first-child)>button[type=submit],form .input-group>.input-group-append>input[type=submit],form .input-group>.input-group-prepend:first-child>input:not(:first-child)[type=submit],form .input-group>.input-group-prepend:not(:first-child)>input[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#e4223a;background-color:#e4223a}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 .2rem rgba(228,34,58,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#f2949f}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#f7c1c8;border-color:#f7c1c8}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#e4223a;background-color:#e4223a}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(228,34,58,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(228,34,58,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(228,34,58,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(228,34,58,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#f2949f;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 .2rem rgba(228,34,58,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#f2949f;-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 .2rem rgba(228,34,58,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(228,34,58,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(228,34,58,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(228,34,58,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#e4223a;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#f7c1c8}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#e4223a;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#f7c1c8}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#e4223a;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-webkit-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#f7c1c8}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;list-style:none}.banner .nav a,.nav-link{display:block;padding:.5rem 1rem}.banner .nav a:focus,.banner .nav a:hover,.nav-link:focus,.nav-link:hover{text-decoration:none}.banner .nav a.disabled,.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.banner .nav .nav-tabs li,.nav-tabs .banner .nav li,.nav-tabs .nav-item{margin-bottom:-1px}.banner .nav .nav-tabs a,.nav-tabs .banner .nav a,.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.banner .nav .nav-tabs a:focus,.banner .nav .nav-tabs a:hover,.nav-tabs .banner .nav a:focus,.nav-tabs .banner .nav a:hover,.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.banner .nav .nav-tabs a.disabled,.nav-tabs .banner .nav a.disabled,.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.banner .nav .nav-tabs .nav-item.show a,.banner .nav .nav-tabs a.active,.banner .nav .nav-tabs li.show .nav-link,.banner .nav .nav-tabs li.show a,.nav-tabs .banner .nav a.active,.nav-tabs .banner .nav li.show .nav-link,.nav-tabs .banner .nav li.show a,.nav-tabs .nav-item.show .banner .nav a,.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.banner .nav .nav-pills a,.nav-pills .banner .nav a,.nav-pills .nav-link{border-radius:.25rem}.banner .nav .nav-pills .show>a,.banner .nav .nav-pills a.active,.nav-pills .banner .nav .show>a,.nav-pills .banner .nav a.active,.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#e4223a}.banner .nav .nav-fill li,.nav-fill .banner .nav li,.nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.banner .nav .nav-justified li,.nav-justified .banner .nav li,.nav-justified .nav-item{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.banner .nav .navbar-nav a,.navbar-nav .banner .nav a,.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm,.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-sm .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-sm .navbar-nav a,.navbar-expand-sm .navbar-nav .banner .nav a,.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md,.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-md .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-md .navbar-nav a,.navbar-expand-md .navbar-nav .banner .nav a,.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg,.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-lg .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-lg .navbar-nav a,.navbar-expand-lg .navbar-nav .banner .nav a,.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl,.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal}.navbar-expand-xl .navbar-nav{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand-xl .navbar-nav a,.navbar-expand-xl .navbar-nav .banner .nav a,.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.banner .nav .navbar-expand .navbar-nav a,.navbar-expand .navbar-nav .banner .nav a,.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.banner .nav .navbar-light .navbar-nav a,.navbar-light .navbar-nav .banner .nav a,.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.banner .nav .navbar-light .navbar-nav a:focus,.banner .nav .navbar-light .navbar-nav a:hover,.navbar-light .navbar-nav .banner .nav a:focus,.navbar-light .navbar-nav .banner .nav a:hover,.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.banner .nav .navbar-light .navbar-nav a.disabled,.navbar-light .navbar-nav .banner .nav a.disabled,.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.banner .nav .navbar-light .navbar-nav .active>a,.banner .nav .navbar-light .navbar-nav .show>a,.banner .nav .navbar-light .navbar-nav a.active,.banner .nav .navbar-light .navbar-nav a.show,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .banner .nav .active>a,.navbar-light .navbar-nav .banner .nav .show>a,.navbar-light .navbar-nav .banner .nav a.active,.navbar-light .navbar-nav .banner .nav a.show,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:none}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.banner .nav .navbar-dark .navbar-nav a,.navbar-dark .navbar-nav .banner .nav a,.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.banner .nav .navbar-dark .navbar-nav a:focus,.banner .nav .navbar-dark .navbar-nav a:hover,.navbar-dark .navbar-nav .banner .nav a:focus,.navbar-dark .navbar-nav .banner .nav a:hover,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.banner .nav .navbar-dark .navbar-nav a.disabled,.navbar-dark .navbar-nav .banner .nav a.disabled,.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.banner .nav .navbar-dark .navbar-nav .active>a,.banner .nav .navbar-dark .navbar-nav .show>a,.banner .nav .navbar-dark .navbar-nav a.active,.banner .nav .navbar-dark .navbar-nav a.show,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .banner .nav .active>a,.navbar-dark .navbar-nav .banner .nav .show>a,.navbar-dark .navbar-nav .banner .nav a.active,.navbar-dark .navbar-nav .banner .nav a.show,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:none}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb,.breadcrumb-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#e4223a;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#a51426;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.25);box-shadow:0 0 0 .2rem rgba(228,34,58,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#e4223a;border-color:#e4223a}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{-webkit-transition:none;transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge,.comment-form input[type=submit] .badge,.simpay-payment-btn .badge,.wp-editor .wp-block-button .wp-block-button__link .badge,body.page-template-template-email-sent button[type=submit] .badge,body.page-template-template-families button[type=submit] .badge,body.page-template-template-family-register button[type=submit] .badge,body.page-template-template-password-reset button[type=submit] .badge,body.page-template-template-password-saved button[type=submit] .badge,body.page-template-template-school-login button[type=submit] .badge,body.page-template-template-user-login button[type=submit] .badge,form input[type=submit] .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#e4223a}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#bc172b}a.badge-primary.focus,a.badge-primary:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(228,34,58,.5);box-shadow:0 0 0 .2rem rgba(228,34,58,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.badge-success{color:#212529;background-color:#98b250}a.badge-success:focus,a.badge-success:hover{color:#212529;background-color:#7a903f}a.badge-success.focus,a.badge-success:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(152,178,80,.5);box-shadow:0 0 0 .2rem rgba(152,178,80,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#d15050}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bc3232}a.badge-danger.focus,a.badge-danger:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(209,80,80,.5);box-shadow:0 0 0 .2rem rgba(209,80,80,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#77121e;background-color:#fad3d8;border-color:#f7c1c8}.alert-primary hr{border-top-color:#f4aab4}.alert-primary .alert-link{color:#4b0b13}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#4f5d2a;background-color:#eaf0dc;border-color:#e2e9ce}.alert-success hr{border-top-color:#d8e1bc}.alert-success .alert-link{color:#313a1a}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#6d2a2a;background-color:#f6dcdc;border-color:#f2cece}.alert-danger hr{border-top-color:#edbaba}.alert-danger .alert-link{color:#481c1c}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#e4223a;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#e4223a;border-color:#e4223a}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#77121e;background-color:#f7c1c8}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#77121e;background-color:#f4aab4}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#77121e;border-color:#77121e}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#4f5d2a;background-color:#e2e9ce}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#4f5d2a;background-color:#d8e1bc}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#4f5d2a;border-color:#4f5d2a}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#6d2a2a;background-color:#f2cece}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#6d2a2a;background-color:#edbaba}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#6d2a2a;border-color:#6d2a2a}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{-webkit-transition:none;transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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}.bg-primary{background-color:#e4223a!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#bc172b!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#98b250!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#7a903f!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#d15050!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bc3232!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#e4223a!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#98b250!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#d15050!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-webkit-flex-grow:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-webkit-flex-grow:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-webkit-flex-shrink:0!important;-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-webkit-flex-shrink:1!important;-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-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}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#e4223a!important}a.text-primary:focus,a.text-primary:hover{color:#a51426!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#98b250!important}a.text-success:focus,a.text-success:hover{color:#6b7e37!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#d15050!important}a.text-danger:focus,a.text-danger:hover{color:#a82c2c!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn):not(.simpay-payment-btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.wp-editor .entry-content>:not(.wp-block-wrap){width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:676px){.wp-editor .entry-content>:not(.wp-block-wrap){max-width:768px;padding-left:0;padding-right:0}}@media (min-width:992px){.wp-editor .entry-content>:not(.wp-block-wrap){max-width:900px;padding-left:0;padding-right:0}}.wp-editor .wp-block-wrap{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%;max-width:none}.wp-editor .wp-block-wrap>.alignfull{width:100vw;margin-left:0;margin-right:0}.wp-editor .wp-block-wrap>.alignwide{margin-left:auto;margin-right:auto}@media (min-width:600px){.wp-editor .wp-block-wrap>.alignwide{width:80%;max-width:1400px}}.wp-editor .has-primary-color{color:#525ddc}.wp-editor .has-primary-background-color:before{background-color:#525ddc}.wp-editor .has-primary-background-color.has-background-dim:before{background-color:rgba(82,93,220,.5)!important}.wp-editor .has-primary-background-color.has-background-dim-10:before{background-color:rgba(82,93,220,.1)!important}.wp-editor .has-primary-background-color.has-background-dim-20:before{background-color:rgba(82,93,220,.2)!important}.wp-editor .has-primary-background-color.has-background-dim-30:before{background-color:rgba(82,93,220,.3)!important}.wp-editor .has-primary-background-color.has-background-dim-40:before{background-color:rgba(82,93,220,.4)!important}.wp-editor .has-primary-background-color.has-background-dim-50:before{background-color:rgba(82,93,220,.5)!important}.wp-editor .has-primary-background-color.has-background-dim-60:before{background-color:rgba(82,93,220,.6)!important}.wp-editor .has-primary-background-color.has-background-dim-70:before{background-color:rgba(82,93,220,.7)!important}.wp-editor .has-primary-background-color.has-background-dim-80:before{background-color:rgba(82,93,220,.8)!important}.wp-editor .has-primary-background-color.has-background-dim-90:before{background-color:rgba(82,93,220,.9)!important}.wp-editor .has-primary-background-color.has-background-dim-100:before{background-color:#525ddc!important}.wp-editor .has-secondary-color{color:#6c757d}.wp-editor .has-secondary-background-color:before{background-color:#6c757d}.wp-editor .has-secondary-background-color.has-background-dim:before{background-color:hsla(208,7%,46%,.5)!important}.wp-editor .has-secondary-background-color.has-background-dim-10:before{background-color:hsla(208,7%,46%,.1)!important}.wp-editor .has-secondary-background-color.has-background-dim-20:before{background-color:hsla(208,7%,46%,.2)!important}.wp-editor .has-secondary-background-color.has-background-dim-30:before{background-color:hsla(208,7%,46%,.3)!important}.wp-editor .has-secondary-background-color.has-background-dim-40:before{background-color:hsla(208,7%,46%,.4)!important}.wp-editor .has-secondary-background-color.has-background-dim-50:before{background-color:hsla(208,7%,46%,.5)!important}.wp-editor .has-secondary-background-color.has-background-dim-60:before{background-color:hsla(208,7%,46%,.6)!important}.wp-editor .has-secondary-background-color.has-background-dim-70:before{background-color:hsla(208,7%,46%,.7)!important}.wp-editor .has-secondary-background-color.has-background-dim-80:before{background-color:hsla(208,7%,46%,.8)!important}.wp-editor .has-secondary-background-color.has-background-dim-90:before{background-color:hsla(208,7%,46%,.9)!important}.wp-editor .has-secondary-background-color.has-background-dim-100:before{background-color:#6c757d!important}.wp-editor .has-light-color{color:#f8f9fa}.wp-editor .has-light-background-color:before{background-color:#f8f9fa}.wp-editor .has-light-background-color.has-background-dim:before{background-color:rgba(248,249,250,.5)!important}.wp-editor .has-light-background-color.has-background-dim-10:before{background-color:rgba(248,249,250,.1)!important}.wp-editor .has-light-background-color.has-background-dim-20:before{background-color:rgba(248,249,250,.2)!important}.wp-editor .has-light-background-color.has-background-dim-30:before{background-color:rgba(248,249,250,.3)!important}.wp-editor .has-light-background-color.has-background-dim-40:before{background-color:rgba(248,249,250,.4)!important}.wp-editor .has-light-background-color.has-background-dim-50:before{background-color:rgba(248,249,250,.5)!important}.wp-editor .has-light-background-color.has-background-dim-60:before{background-color:rgba(248,249,250,.6)!important}.wp-editor .has-light-background-color.has-background-dim-70:before{background-color:rgba(248,249,250,.7)!important}.wp-editor .has-light-background-color.has-background-dim-80:before{background-color:rgba(248,249,250,.8)!important}.wp-editor .has-light-background-color.has-background-dim-90:before{background-color:rgba(248,249,250,.9)!important}.wp-editor .has-light-background-color.has-background-dim-100:before{background-color:#f8f9fa!important}.wp-editor .has-dark-color{color:#343a40}.wp-editor .has-dark-background-color:before{background-color:#343a40}.wp-editor .has-dark-background-color.has-background-dim:before{background-color:rgba(52,58,64,.5)!important}.wp-editor .has-dark-background-color.has-background-dim-10:before{background-color:rgba(52,58,64,.1)!important}.wp-editor .has-dark-background-color.has-background-dim-20:before{background-color:rgba(52,58,64,.2)!important}.wp-editor .has-dark-background-color.has-background-dim-30:before{background-color:rgba(52,58,64,.3)!important}.wp-editor .has-dark-background-color.has-background-dim-40:before{background-color:rgba(52,58,64,.4)!important}.wp-editor .has-dark-background-color.has-background-dim-50:before{background-color:rgba(52,58,64,.5)!important}.wp-editor .has-dark-background-color.has-background-dim-60:before{background-color:rgba(52,58,64,.6)!important}.wp-editor .has-dark-background-color.has-background-dim-70:before{background-color:rgba(52,58,64,.7)!important}.wp-editor .has-dark-background-color.has-background-dim-80:before{background-color:rgba(52,58,64,.8)!important}.wp-editor .has-dark-background-color.has-background-dim-90:before{background-color:rgba(52,58,64,.9)!important}.wp-editor .has-dark-background-color.has-background-dim-100:before{background-color:#343a40!important}.wp-editor .has-white-color{color:#fff}.wp-editor .has-white-background-color:before{background-color:#fff}.wp-editor .has-white-background-color.has-background-dim:before{background-color:hsla(0,0%,100%,.5)!important}.wp-editor .has-white-background-color.has-background-dim-10:before{background-color:hsla(0,0%,100%,.1)!important}.wp-editor .has-white-background-color.has-background-dim-20:before{background-color:hsla(0,0%,100%,.2)!important}.wp-editor .has-white-background-color.has-background-dim-30:before{background-color:hsla(0,0%,100%,.3)!important}.wp-editor .has-white-background-color.has-background-dim-40:before{background-color:hsla(0,0%,100%,.4)!important}.wp-editor .has-white-background-color.has-background-dim-50:before{background-color:hsla(0,0%,100%,.5)!important}.wp-editor .has-white-background-color.has-background-dim-60:before{background-color:hsla(0,0%,100%,.6)!important}.wp-editor .has-white-background-color.has-background-dim-70:before{background-color:hsla(0,0%,100%,.7)!important}.wp-editor .has-white-background-color.has-background-dim-80:before{background-color:hsla(0,0%,100%,.8)!important}.wp-editor .has-white-background-color.has-background-dim-90:before{background-color:hsla(0,0%,100%,.9)!important}.wp-editor .has-white-background-color.has-background-dim-100:before{background-color:#fff!important}.wp-editor .has-black-color{color:#000}.wp-editor .has-black-background-color:before{background-color:#000}.wp-editor .has-black-background-color.has-background-dim:before{background-color:rgba(0,0,0,.5)!important}.wp-editor .has-black-background-color.has-background-dim-10:before{background-color:rgba(0,0,0,.1)!important}.wp-editor .has-black-background-color.has-background-dim-20:before{background-color:rgba(0,0,0,.2)!important}.wp-editor .has-black-background-color.has-background-dim-30:before{background-color:rgba(0,0,0,.3)!important}.wp-editor .has-black-background-color.has-background-dim-40:before{background-color:rgba(0,0,0,.4)!important}.wp-editor .has-black-background-color.has-background-dim-50:before{background-color:rgba(0,0,0,.5)!important}.wp-editor .has-black-background-color.has-background-dim-60:before{background-color:rgba(0,0,0,.6)!important}.wp-editor .has-black-background-color.has-background-dim-70:before{background-color:rgba(0,0,0,.7)!important}.wp-editor .has-black-background-color.has-background-dim-80:before{background-color:rgba(0,0,0,.8)!important}.wp-editor .has-black-background-color.has-background-dim-90:before{background-color:rgba(0,0,0,.9)!important}.wp-editor .has-black-background-color.has-background-dim-100:before{background-color:#000!important}.wp-editor .has-small-font-size{font-size:12px}.wp-editor .has-normal-font-size{font-size:16px}.wp-editor .has-large-font-size{font-size:20px}.wp-editor .has-larger-font-size{font-size:36px}.wp-editor ol:not([class^=wp-block-]),.wp-editor ol:not([class^=wp-block-]) *{list-style-position:inside;list-style-type:lower-roman}.wp-editor ul:not([class^=wp-block-]),.wp-editor ul:not([class^=wp-block-]) *{list-style-position:inside;list-style-type:square}.wp-editor ol:not([class^=wp-block-]) li,.wp-editor ol:not([class^=wp-block-]) li *,.wp-editor ul:not([class^=wp-block-]) li,.wp-editor ul:not([class^=wp-block-]) li *{padding-left:15px}.wp-editor .wp-block-audio audio{display:block;margin-left:auto;margin-right:auto;border-radius:15px}.wp-editor .wp-block-audio figcaption{text-align:center;font-style:italic}.wp-editor .wp-block-button.alignleft{text-align:left}.wp-editor .wp-block-button.alignright{text-align:right}.wp-editor .wp-block-button.aligncenter{text-align:center}.wp-editor .wp-block-button.alignleft .wp-block-button__link{float:left;margin:30px 30px 30px 0}.wp-editor .wp-block-button.alignright .wp-block-button__link{float:right;margin:30px 0 30px 30px}.wp-editor .wp-block-button.aligncenter .wp-block-button__link{margin-bottom:15px}.wp-editor .is-grid.has-1-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-1-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-1-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-1-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(1,1fr)}}.wp-editor .is-grid.has-2-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-2-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-2-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-2-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-3-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-3-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-3-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-3-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(3,1fr)}}.wp-editor .is-grid.has-4-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-4-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-4-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-4-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-5-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-5-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-5-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-5-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-6-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-6-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-6-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-6-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-7-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-7-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-7-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-7-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-8-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-8-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-8-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-8-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-9-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-9-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-9-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-9-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-10-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-10-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-10-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-10-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid.has-11-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-11-columns,.wp-editor .wp-block-columns>li{display:grid;grid-column-gap:30px}@media (min-width:600px){.wp-editor .is-grid.has-11-columns,.wp-editor .is-grid>li,.wp-editor .wp-block-columns.has-11-columns,.wp-editor .wp-block-columns>li{grid-template-columns:repeat(2,1fr)}}.wp-editor .is-grid .wp-block-column,.wp-editor .wp-block-columns .wp-block-column{grid-column:auto,1fr}.wp-editor .wp-block-cover{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;margin-top:30px;margin-bottom:30px;padding-top:90px;padding-bottom:90px;background-size:cover;background-color:rgba(0,0,0,.6)}.wp-editor .wp-block-cover .wp-block-cover-text,.wp-editor .wp-block-cover h2{position:relative;display:inline-block;margin-bottom:0;padding-top:90px;padding-bottom:90px;font-size:36px;text-align:center;color:#fff;z-index:20}.wp-editor .wp-block-cover .wp-block-cover-text a,.wp-editor .wp-block-cover h2 a{color:#fff}.wp-editor .wp-block-cover .wp-block-cover__inner-container{width:wp-editor-contain();z-index:20;color:#fff}.wp-editor .wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-editor .wp-block-cover.has-parallax{background-attachment:scroll}}.wp-editor .wp-block-cover.has-background-dim:before{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;z-index:10;content:"";background-color:inherit}@media (min-width:768px){.wp-editor .wp-block-cover.alignleft{float:left;clear:left;width:40%;margin-top:0;margin-right:30px}.wp-editor .wp-block-cover>p{text-align:center}}@media (min-width:768px){.wp-editor .wp-block-cover.alignright{float:right;clear:right;width:40%;margin-top:0;margin-left:30px}.wp-editor .wp-block-cover>p{text-align:center}}.wp-editor .wp-block-cover.aligncenter{width:100%;clear:both}@media (max-width:600px){.wp-editor.alignwide{width:100vw;max-width:100vw}}.wp-editor .wp-block-embed.alignleft,.wp-editor .wp-block-embed.alignright{width:100%;max-width:1400px}.wp-editor .wp-has-aspect-ratio>.wp-block-embed__wrapper{position:relative}.wp-editor .wp-has-aspect-ratio>.wp-block-embed__wrapper:before{display:block;content:""}.wp-editor .wp-has-aspect-ratio iframe{position:absolute;width:100%;height:100%;margin-left:auto;margin-right:auto;top:0;right:0;bottom:0;left:0}.wp-editor .wp-has-aspect-ratio figcaption{display:inline-block;width:100%;margin-left:auto;margin-right:auto;text-align:center}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85714%}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66667%}.wp-editor .wp-has-aspect-ratio.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-editor .wp-block-gallery{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;list-style-type:none}.wp-editor .wp-block-gallery .blocks-gallery-image,.wp-editor .wp-block-gallery .blocks-gallery-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:justify;-webkit-align-items:justify;-ms-flex-align:justify;align-items:justify;overflow:hidden;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:calc(50% - 1rem);margin:2.5px}.wp-editor .wp-block-gallery .blocks-gallery-image figure,.wp-editor .wp-block-gallery .blocks-gallery-item figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:end;-ms-flex-align:end;align-items:end;height:100%;margin:0;padding-left:0;padding-right:0;overflow:hidden}.wp-editor .wp-block-gallery .blocks-gallery-image img,.wp-editor .wp-block-gallery .blocks-gallery-item img{display:block;padding:0;height:auto}.wp-editor .wp-block-gallery .blocks-gallery-image figcaption,.wp-editor .wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:0;padding:90px 15px 10px;color:#fff;text-align:center;opacity:1%;background:-webkit-gradient(linear,left bottom,left top,from(#343a40),color-stop(19%,rgba(52,58,64,.738)),color-stop(34%,rgba(52,58,64,.541)),color-stop(47%,rgba(52,58,64,.382)),color-stop(56.5%,rgba(52,58,64,.278)),color-stop(65%,rgba(52,58,64,.194)),color-stop(73%,rgba(52,58,64,.126)),color-stop(80.2%,rgba(52,58,64,.075)),color-stop(86.1%,rgba(52,58,64,.042)),color-stop(91%,rgba(52,58,64,.021)),color-stop(95.2%,rgba(52,58,64,.008)),color-stop(98.2%,rgba(52,58,64,.002)),to(rgba(52,58,64,0)));background:linear-gradient(0deg,#343a40,rgba(52,58,64,.738) 19%,rgba(52,58,64,.541) 34%,rgba(52,58,64,.382) 47%,rgba(52,58,64,.278) 56.5%,rgba(52,58,64,.194) 65%,rgba(52,58,64,.126) 73%,rgba(52,58,64,.075) 80.2%,rgba(52,58,64,.042) 86.1%,rgba(52,58,64,.021) 91%,rgba(52,58,64,.008) 95.2%,rgba(52,58,64,.002) 98.2%,rgba(52,58,64,0))}.wp-editor .wp-block-gallery .blocks-gallery-image figcaption img,.wp-editor .wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.wp-editor .wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-editor .wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-editor .wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-editor .wp-block-gallery.is-cropped .blocks-gallery-item img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%;background-size:cover}@media (min-width:600px){.wp-editor .wp-block-gallery.columns-3 .blocks-gallery-image,.wp-editor .wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 1rem)}.wp-editor .wp-block-gallery.columns-4 .blocks-gallery-image,.wp-editor .wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 1rem)}.wp-editor .wp-block-gallery.columns-5 .blocks-gallery-image,.wp-editor .wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 1rem)}.wp-editor .wp-block-gallery.columns-6 .blocks-gallery-image,.wp-editor .wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 1rem)}.wp-editor .wp-block-gallery.columns-7 .blocks-gallery-image,.wp-editor .wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 1rem)}.wp-editor .wp-block-gallery.columns-8 .blocks-gallery-image,.wp-editor .wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 1rem)}}.wp-editor .wp-block-image>img{display:block;max-width:100%;width:100%;margin-left:0;margin-right:0}.wp-editor .wp-block-image.alignfull>figcaption,.wp-editor .wp-block-image.alignwide>figcaption{text-align:center}.wp-editor .wp-block-image>figure{display:inline-block;padding:0}.wp-editor .wp-block-image>figure.alignleft,.wp-editor .wp-block-image>figure.alignright{display:inline}.wp-editor .wp-block-image>figure.alignleft>figcaption,.wp-editor .wp-block-image>figure.alignleft>img,.wp-editor .wp-block-image>figure.alignright>figcaption,.wp-editor .wp-block-image>figure.alignright>img{margin-top:0}@media (min-width:676px){.wp-editor .wp-block-image>figure.alignleft>figcaption,.wp-editor .wp-block-image>figure.alignleft>img{float:left;margin-right:30px}.wp-editor .wp-block-image>figure.alignleft>figcaption{clear:left;margin-top:0;margin-bottom:30px}.wp-editor .wp-block-image>figure.alignright>figcaption,.wp-editor .wp-block-image>figure.alignright>img{float:right;margin-left:30px}.wp-editor .wp-block-image>figure.alignright>figcaption{clear:right;margin-top:0;margin-bottom:30px}}.wp-editor .wp-block-image>figure.aligncenter>figcaption,.wp-editor .wp-block-image>figure.aligncenter>img{width:100%}.wp-editor .wp-block-image>figure.aligncenter>figcaption{width:100%;margin-top:0;margin-bottom:30px;text-align:center}@media screen and (max-width:768px){.wp-editor .wp-block-image>figure{margin:30px 0 0}.wp-editor .wp-block-image>figure>img{width:100%;margin-bottom:15px}.wp-editor .wp-block-image>figure>figcaption{width:100%;text-align:center;margin-bottom:15px}}.wp-editor .wp-block-media-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.wp-editor .wp-block-media-text .wp-block-media-text__media{margin-bottom:0;margin-right:30px}.wp-editor .wp-block-media-text .wp-block-media-text__media img{width:100%}.wp-editor .wp-block-media-text .wp-block-media-text__content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.wp-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{-ms-flex-order:2;-webkit-box-ordinal-group:3;-webkit-order:2;order:2;margin-left:30px}.wp-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-flex-order:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}@media (max-width:600px){.wp-editor .wp-block-media-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-editor .wp-block-media-text .wp-block-media-text__media{width:100%;margin:0 0 30px}.wp-editor .wp-block-media-text .wp-block-media-text__content{width:100%;max-width:100%;padding-left:30px;padding-right:30px;margin-left:auto;margin-right:auto}}@media (max-width:600px) and (min-width:676px){.wp-editor .wp-block-media-text .wp-block-media-text__content{max-width:768px;padding-left:0;padding-right:0}}@media (max-width:600px) and (min-width:992px){.wp-editor .wp-block-media-text .wp-block-media-text__content{max-width:900px;padding-left:0;padding-right:0}}.wp-editor .wp-block-separator{display:block;clear:both;margin:30px auto;padding:0;background:transparent;border-bottom:1px solid #f8f9fa;opacity:.6}.wp-editor .wp-block-separator.is-style-wide{max-width:80vw;width:80vw}.wp-editor .wp-block-separator.is-style-dots{max-width:none;height:auto;line-height:0;background:none;border:none;text-align:center}.wp-editor .wp-block-separator.is-style-dots:before{content:"\B7   \B7   \B7";color:#f8f9fa;font-size:20px;letter-spacing:30px;font-family:serif}.wp-editor .wp-block-pullquote{margin-top:30px;margin-bottom:30px}.wp-editor .wp-block-pullquote blockquote>p{margin-top:0}.wp-editor .wp-block-pullquote.alignfull,.wp-editor .wp-block-pullquote.alignwide{display:block;padding-left:30px;padding-right:30px}.wp-editor .wp-block-pullquote.alignfull p,.wp-editor .wp-block-pullquote.alignwide p{font-size:16px;text-align:center}.wp-editor .wp-block-pullquote.alignfull blockquote,.wp-editor .wp-block-pullquote.alignwide blockquote{margin-top:30px;margin-bottom:30px;font-size:16px}.wp-editor .wp-block-pullquote.alignfull blockquote p,.wp-editor .wp-block-pullquote.alignfull cite,.wp-editor .wp-block-pullquote.alignwide blockquote p,.wp-editor .wp-block-pullquote.alignwide cite{display:block;text-align:center}.wp-editor .wp-block-pullquote.alignfull cite,.wp-editor .wp-block-pullquote.alignwide cite{font-style:normal;text-transform:uppercase;text-align:center}.wp-editor .wp-block-pullquote.alignleft blockquote cite,.wp-editor .wp-block-pullquote.alignright blockquote cite{text-transform:uppercase}.wp-editor .wp-block-pullquote.alignleft{text-align:left}.wp-editor .wp-block-pullquote.alignleft>blockquote{float:left;margin-right:60px}.wp-editor .wp-block-pullquote.alignright{text-align:right}.wp-editor .wp-block-pullquote.alignright blockquote{float:right;margin-left:60px}.wp-editor .wp-block-pullquote figure{padding-left:30px;padding-right:30px}.wp-editor .wp-block-quote{margin-top:30px;margin-bottom:30px;font-size:16px}.wp-editor .wp-block-quote.is-large blockquote p{font-size:20px}.wp-editor .wp-block-quote.is-large blockquote cite{font-size:16px}.wp-editor .wp-block-quote.alignfull blockquote p,.wp-editor .wp-block-quote.alignwide blockquote p{font-size:20px;text-align:center}.wp-editor .wp-block-quote.alignwide blockquote cite{font-size:16px}.wp-editor .wp-block-table{display:block;width:100%;margin-bottom:30px}.wp-editor .wp-block-table tbody{display:table}.wp-editor .wp-block-table tr:first-child td{position:relative;padding-right:30px}.wp-editor ul.wp-block-archives-list,.wp-editor ul.wp-block-archives-list *,.wp-editor ul.wp-block-categories-list,.wp-editor ul.wp-block-categories-list *,.wp-editor ul[class^=wp-block-latest-posts]:not(.is-grid),.wp-editor ul[class^=wp-block-latest-posts]:not(.is-grid) *{list-style-position:inside;list-style-type:square}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translate(-50%);transform:translate(-50%)}40%{-webkit-transform:translate(-50%,-30px);transform:translate(-50%,-30px)}60%{-webkit-transform:translate(-50%,-15px);transform:translate(-50%,-15px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translate(-50%);transform:translate(-50%)}40%{-webkit-transform:translate(-50%,-30px);transform:translate(-50%,-30px)}60%{-webkit-transform:translate(-50%,-15px);transform:translate(-50%,-15px)}}@font-face{font-family:Montserrat Bold;src:url(/wp-content/themes/melva/dist/fonts/Montserrat-Bold_1eaf5953.woff2) format("woff2"),url(/wp-content/themes/melva/dist/fonts/Montserrat-Bold_137a9f5f.woff) format("woff"),url(/wp-content/themes/melva/dist/fonts/Montserrat-Bold_38a49c5d.ttf) format("truetype"),url(/wp-content/themes/melva/dist/fonts/Montserrat-Bold_1bc465c3.svg#Montserrat-SemiBold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Montserrat Regular;src:url(/wp-content/themes/melva/dist/fonts/Montserrat-Regular_6c880721.woff2) format("woff2"),url(/wp-content/themes/melva/dist/fonts/Montserrat-Regular_c0b8804a.woff) format("woff"),url(/wp-content/themes/melva/dist/fonts/Montserrat-Regular_afd7a5cb.ttf) format("truetype"),url(/wp-content/themes/melva/dist/fonts/Montserrat-Regular_79ef1ad4.svg#Montserrat-SemiBold) format("svg");font-weight:400;font-style:normal}@font-face{font-family:futurahandwrittenmedium;src:url(/wp-content/themes/melva/dist/fonts/futurahandwritten-webfont_56b5aab9.woff2) format("woff2"),url(/wp-content/themes/melva/dist/fonts/futurahandwritten-webfont_9cd301b8.woff) format("woff"),url(/wp-content/themes/melva/dist/fonts/futurahandwritten-webfont_59460bae.ttf) format("truetype"),url(/wp-content/themes/melva/dist/fonts/futurahandwritten-webfont_8d60989c.svg#futurahandwrittenmedium) format("svg");font-weight:400;font-style:normal}.image_container.compat-object-fit{background-size:cover;background-position:50%;background-repeat:no-repeat}.image_container.compat-object-fit img{opacity:0}.icon_container.compat-object-fit{background-size:contain;background-position:50%;background-repeat:no-repeat}.icon_container.compat-object-fit img{opacity:0}html{font-size:62.5%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem;overflow-x:hidden;font-family:futurahandwrittenmedium;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEtUlEQVRYhb2X22/bVBzHv4nbpGk70nRK1naIbiBuk6YWxCS0h9ViIB54WCUU8cLUMu1lEhPlP2ASQ/DEEA88UqQ9ESFtEiAkaGeeVqmMdUyMtrSj2ZYFpcqlSdrETmyj34mPc9LGibtOfCXfzsX++Hezj8c0TXDF5IhsneeiSmoB/5MYREyOTAGgbbjJY+MA1gAs8GNUSSmPE8/z7Vh4FMDNR5h7ywIjICWqpNb2AnEJwAd0MXC8Gx1dXrtzM1mBXjbtowsoAprerSsJgiaO0cWrFwdYo9c3BK/vIDs3tAQM7SGqZQNbySoDomP+rgY1p7cCmnLrto5mjYGnPobU+0pDm178DT2H5hHauAa9tMja1KyO/D8a2zJ3yqK1RgBci8mRw27c1GH5dUxs3Fw5Ux/Qewwe3xCkwAvo7D8F/8A56KUlbK2cgT9UQDgUQPjlAJ55O8hA1n8vIfuXyqdTtk27gcjxCzK5GBOsrTjPjhVcBRKfMRhuJQJiFvn3K3bsP9IlApAOtQPYAUG+fuKwr+UEcgV3h7Z+uaGPrECbINcxYUdytWS4mWPL1Av2OcXF6ncbYvcXbgPTu90SjyIK0KXLWXFmPKqkptzeyivmNKUfSS+Y9mY6ZmFdUsCDnsFOsWk4JkemY3Kkzw0EL9sEMjI42oPw0907B/kAqc+DzgNedu6kBzNFPJgtir1ULybbFS+eCmxQIaE1HWRqQDVlonRbh7pqsOtmevJkL46c7Ye/T+K9VC+UmByZdA1RyrWPCT1nonxHRzXdvIxTdh09vx+hF/28KQjg65gcueLkHg7BolivmND19hlCcaKtGWxrJqo1z78bwvBb+8TeU5ZVRptCNARnptIWgous4QRCGjzeg6Pv72/rHrE8/kq7zGpDxdszCGWNg3vsci5CXKHd5nrzqFO3nHOVgzils4N7JjiICGHHRXmrHqAUfvdu5LH0UwYVrf7GvsFjOHB6DlLvQRtEXTJYbXESuYeyR+ryiCCyDWHFBf3KIb1SZm26aWJlJotcvOai1dkc+COq6UXoxYcIvfElvL7aGxolE+qygfKy0TJ7CEaQ7N02hpknFy9jI6li8fs0Sht1q2hbOu7fyNceqBWQ+WECUu8Qgic+abiJUai5p7RQqysEJNaW7sHG35jtEPSrt0EuiV/PM9dYukofpBqgilxStUGyv5yHf/g1dA2f3PHWFCNUVxjQbZ1t2n0D+eWGuMs1QESVFH3MJrlbCAjAh1ElNW59kFgG3bueR7Vaiw8tOQ81PovgiYu2W5xE1qikTGT+tDOQ7j/dsO5oJ6vi0e9aMBDswLOvh1jk0sPD7/zMgMgyrfT3TFZ08UsUi9vd0VKWpcZpDN0ocatouyXz4yTLGIoPJ4sk/iiKAO/xIrkrCMtllMoXwLKohIJVVyrpReTnPoW0bwiR03PMMtsBaLylb6JKyi5Wu3KHqJgcYUsFqdOD597sR6fP+X2aADiW7d1qnGeSWD9E8ULXCmBPEGJ8iPWDyzAaC50TAPbiDi5rMf05XVLGhEe6YZRNJG8WxTpzIaqkPnK6x54hSNaHaKJJF9UBWg62XAA9FggLhN6UrEKfaip2FLiX2i6OAfwHZvaTIe2V5zQAAAAASUVORK5CYII=) 0 0,pointer;cursor:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO30uY2xzLTJ7ZmlsbDojZTJjNDJkO30uY2xzLTN7ZmlsbDojYWEzZjE1O30uY2xzLTR7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKTt9LmNscy01e2ZpbGw6I2Q4OTEyYTt9LmNscy02e2ZpbGw6I2YwZjRmZjt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuNDQsMjEuMThhMS43OCwxLjc4LDAsMCwwLS4zLTIuMTdjLTEuMjYtMS4zMS0xMS45My04Ljk0LTExLjgtOUMxOCw5LjgsMjEsNi4yOSwyMC42Nyw2LDIwLjI5LDUuMDcsOS4xOCwyLjE3LDIuOTMsMi4zM2MtLjQxLDAtLjYxLjE5LS41OS42QzIuMTcsOS4xOCw1LjA3LDIwLjI5LDYsMjAuNjcsNi4yOSwyMSw5LjgsMTgsMTAsMTcuMzNjLjExLS4xMiw3Ljc0LDEwLjU1LDksMTEuOGExLjc4LDEuNzgsMCwwLDAsMi4xNy4zQTM5LjM5LDM5LjM5LDAsMCwwLDI5LjQ0LDIxLjE4WiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIwLjI5LDMwLjg0YTIuNzgsMi43OCwwLDAsMS0yLjEzLS45MmMtLjgxLS44LTMtMy43NC02LTcuNzctLjc3LTEtMS42MS0yLjE4LTIuMjEtMy0uMjcuMjYtLjYxLjU3LTEsLjkzLTIsMS43NS0yLjU5LDEuNzUtMi45LDEuNzVhMS4yOCwxLjI4LDAsMCwxLS42NC0uMTdjLS40Ni0uMjMtMS4zMi0xLTIuNzctNy40M0E1Myw1MywwLDAsMSwxLjE3LDIuOTNhMS43NiwxLjc2LDAsMCwxLC40NS0xLjI2LDEuNjksMS42OSwwLDAsMSwxLjI2LS41aC41N0E1Ni43LDU2LjcsMCwwLDEsMTQuNTYsMi42OGMxLjcxLjQsMy4zMi44NCw0LjUyLDEuMjQsMS44MS42LDIuMzUsMSwyLjYxLDEuNDVhMS4zMywxLjMzLDAsMCwxLC4xMiwxQTguNDEsOC40MSwwLDAsMSwyMCw5Yy0uMzIuMzctLjYuNjctLjg0LjkxLjc5LjYsMS45MywxLjQ0LDMsMi4yMiw0LDMsNyw1LjE4LDcuNzcsNmEyLjk0LDIuOTQsMCwwLDEsLjQ2LDMuN2wwLDBhNDAuNDUsNDAuNDUsMCwwLDEtOC41LDguNDlsMCwwYTIuNzUsMi43NSwwLDAsMS0xLjU2LjQ1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTMuNDUsMi4zM0M5Ljc4LDIuMzMsMjAuMyw1LjEsMjAuNjcsNiwyMSw2LjI5LDE4LDkuOCwxNy4zNCwxMGMtLjEzLjExLDEwLjU0LDcuNzQsMTEuOCw5LjA1YTEuNzgsMS43OCwwLDAsMSwuMywyLjE3LDM5LjM5LDM5LjM5LDAsMCwxLTguMjYsOC4yNSwxLjU5LDEuNTksMCwwLDEtLjg5LjI0QTEuNjEsMS42MSwwLDAsMSwxOSwyOS4xM2MtMS4yOS0xLjI1LTguODQtMTEuOC05LTExLjhoMGMtLjE2LjU5LTMuMzMsMy4zNi0zLjk0LDMuMzZhLjExLjExLDAsMCwxLS4wOCwwQzUuMDcsMjAuMjksMi4xNyw5LjE4LDIuMzQsMi45M3EwLS42LjU0LS42aC41N00zLjQ1LDBIMi44OEEyLjksMi45LDAsMCwwLC43OC44NiwyLjkyLDIuOTIsMCwwLDAsMCwyLjkzLDU0LjA2LDU0LjA2LDAsMCwwLDEuNDgsMTQuNTFjLjQxLDEuODIuODcsMy41MywxLjMsNC44My41OCwxLjc1LDEuMDYsMi43OSwyLDMuMzJBMi4zOSwyLjM5LDAsMCwwLDYsMjNjLjgxLDAsMS43MS0uMzQsMy42Ni0ybC4xMS0uMSwxLjQ0LDEuOTRjMy4wNiw0LjE0LDUuMTcsNyw2LjA2LDcuODdhNCw0LDAsMCwwLDMsMS4yOSwzLjkxLDMuOTEsMCwwLDAsMi4yMy0uNjZoMGwwLDBhNDIuMjYsNDIuMjYsMCwwLDAsOC43NC04LjczbDAsMCwwLDBhNC4xMiw0LjEyLDAsMCwwLS42My01LjIxYy0uOTEtLjg5LTMuNzMtMy03Ljg3LTYuMDZMMjAuOTEsOS44YzEuNzMtMiwxLjk1LTIuNzgsMi0zLjA4YTIuNTMsMi41MywwLDAsMC0uMjctMmMtLjUyLS44OS0xLjUyLTEuMzctMy4yMi0xLjkzQzE4LjIyLDIuNCwxNi41NywyLDE0LjgyLDEuNTVBNTcuMTQsNTcuMTQsMCwwLDAsMy40NSwwWiIvPjxnIGNsYXNzPSJjbHMtNCI+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNLTEuMjgsMTQuMjNBOS42OSw5LjY5LDAsMCwxLDYuOTEsMTFhMTQsMTQsMCwwLDEsOC4xNiwzLjc5LDQzLjE2LDQzLjE2LDAsMCwwLDMuNzgsMy41MWMyLjI5LDEuNjQsNS4xNCwyLjIyLDcuODUsM3M1LjUxLDEuOTQsNy4wOSw0LjI3Yy44MSwxLjIxLDEuMiwyLjkxLjM1LDQuMUE0LjkyLDQuOTIsMCwwLDEsMzIsMzEuMDdjLTIuMzMsMS00LjY3LDItNywyLjktNC40MSwxLjc0LTkuMzQsMy4yNy0xMy44MSwxLjY4QTE5LDE5LDAsMCwxLDUsMzEuNTcsMjIsMjIsMCwwLDEtLjEsMjUuNDRjLTItNC0xLjctOC42MS0xLjM4LTEzIi8+PC9nPjxwYXRoIGNsYXNzPSJjbHMtNiIgZD0iTTUuMjMsNC45MkEyMC41NywyMC41NywwLDAsMSwxMi45NCw2LjQuNS41LDAsMCwwLDEzLjU2LDZhLjUyLjUyLDAsMCwwLS4zNS0uNjIsMjEuNTYsMjEuNTYsMCwwLDAtOC0xLjUyLjUzLjUzLDAsMCwwLS41MS41MS41Mi41MiwwLDAsMCwuNTEuNTFaIi8+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNMTUuNTUsNy4yYS41MS41MSwwLDAsMCwuNTEtLjUxLjUyLjUyLDAsMCwwLS41MS0uNTEuNTMuNTMsMCwwLDAtLjUxLjUxLjUyLjUyLDAsMCwwLC41MS41MVoiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0xNC4zMiwxOC45NGExMy43NSwxMy43NSwwLDAsMSwyLjU4LDMuMjhjLjM3LjYuNzUsMS4yLDEuMTcsMS43N2E5LjA1LDkuMDUsMCwwLDAsMS41MiwxLjY5LDIuMTcsMi4xNywwLDAsMCwyLjU2LjMxLjUyLjUyLDAsMCwwLC4xOC0uNy41MS41MSwwLDAsMC0uNjktLjE4Ljc2Ljc2LDAsMCwxLS4zOC4xNmgtLjE0YS40NC40NCwwLDAsMS0uMiwwLDEuODksMS44OSwwLDAsMS0uNzctLjQzLDguNTcsOC41NywwLDAsMS0xLjMtMS40OGMtLjc5LTEuMS0xLjQ0LTIuMy0yLjI1LTMuMzlBMTAuMjYsMTAuMjYsMCwwLDAsMTUsMTguMjJhLjUxLjUxLDAsMSwwLS43Mi43MloiLz48L3N2Zz4=) 0 0,pointer;cursor:-webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEtUlEQVRYhb2X22/bVBzHv4nbpGk70nRK1naIbiBuk6YWxCS0h9ViIB54WCUU8cLUMu1lEhPlP2ASQ/DEEA88UqQ9ESFtEiAkaGeeVqmMdUyMtrSj2ZYFpcqlSdrETmyj34mPc9LGibtOfCXfzsX++Hezj8c0TXDF5IhsneeiSmoB/5MYREyOTAGgbbjJY+MA1gAs8GNUSSmPE8/z7Vh4FMDNR5h7ywIjICWqpNb2AnEJwAd0MXC8Gx1dXrtzM1mBXjbtowsoAprerSsJgiaO0cWrFwdYo9c3BK/vIDs3tAQM7SGqZQNbySoDomP+rgY1p7cCmnLrto5mjYGnPobU+0pDm178DT2H5hHauAa9tMja1KyO/D8a2zJ3yqK1RgBci8mRw27c1GH5dUxs3Fw5Ux/Qewwe3xCkwAvo7D8F/8A56KUlbK2cgT9UQDgUQPjlAJ55O8hA1n8vIfuXyqdTtk27gcjxCzK5GBOsrTjPjhVcBRKfMRhuJQJiFvn3K3bsP9IlApAOtQPYAUG+fuKwr+UEcgV3h7Z+uaGPrECbINcxYUdytWS4mWPL1Av2OcXF6ncbYvcXbgPTu90SjyIK0KXLWXFmPKqkptzeyivmNKUfSS+Y9mY6ZmFdUsCDnsFOsWk4JkemY3Kkzw0EL9sEMjI42oPw0907B/kAqc+DzgNedu6kBzNFPJgtir1ULybbFS+eCmxQIaE1HWRqQDVlonRbh7pqsOtmevJkL46c7Ye/T+K9VC+UmByZdA1RyrWPCT1nonxHRzXdvIxTdh09vx+hF/28KQjg65gcueLkHg7BolivmND19hlCcaKtGWxrJqo1z78bwvBb+8TeU5ZVRptCNARnptIWgous4QRCGjzeg6Pv72/rHrE8/kq7zGpDxdszCGWNg3vsci5CXKHd5nrzqFO3nHOVgzils4N7JjiICGHHRXmrHqAUfvdu5LH0UwYVrf7GvsFjOHB6DlLvQRtEXTJYbXESuYeyR+ryiCCyDWHFBf3KIb1SZm26aWJlJotcvOai1dkc+COq6UXoxYcIvfElvL7aGxolE+qygfKy0TJ7CEaQ7N02hpknFy9jI6li8fs0Sht1q2hbOu7fyNceqBWQ+WECUu8Qgic+abiJUai5p7RQqysEJNaW7sHG35jtEPSrt0EuiV/PM9dYukofpBqgilxStUGyv5yHf/g1dA2f3PHWFCNUVxjQbZ1t2n0D+eWGuMs1QESVFH3MJrlbCAjAh1ElNW59kFgG3bueR7Vaiw8tOQ81PovgiYu2W5xE1qikTGT+tDOQ7j/dsO5oJ6vi0e9aMBDswLOvh1jk0sPD7/zMgMgyrfT3TFZ08UsUi9vd0VKWpcZpDN0ocatouyXz4yTLGIoPJ4sk/iiKAO/xIrkrCMtllMoXwLKohIJVVyrpReTnPoW0bwiR03PMMtsBaLylb6JKyi5Wu3KHqJgcYUsFqdOD597sR6fP+X2aADiW7d1qnGeSWD9E8ULXCmBPEGJ8iPWDyzAaC50TAPbiDi5rMf05XVLGhEe6YZRNJG8WxTpzIaqkPnK6x54hSNaHaKJJF9UBWg62XAA9FggLhN6UrEKfaip2FLiX2i6OAfwHZvaTIe2V5zQAAAAASUVORK5CYII=) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAJNklEQVR4nNWcXWxbZx3GH8eOG6fOR9PGalokCqy0rNI6KhVVQ2xeATGYEJtQrga0RVwNEOWKiZt1QkPcrb1g3CAtncQFWNNSQS6QWGY2aUxiaxMGCV0bknRqU1zq2Ikbf8TnGD1vznGOz3nP8bHPm7h7JCuuz/H5+J3/1/t/XzdUq9VgVyqZOADggGMDMDWazuQkn3+s1QAhlUycBnAOwCd93NQigAUAhDJlvF/4OIKqQ0glE2MATik6bt4AM2UBk1Z0bOUSEAwLeGUbzjdtgEkbYKa2+X6lMiEs+HQB1cobQMSrU1BCf3hsmAFw3r5hx2AYO3aFHV+4t7QOreQMpopEKOMGlPHtii2EkATwpvXDcE8ID/5gCDtHul2/WC3pWFuqivcr/6nU/60Y0iUDypYCkULo/1RUQGhXViDWvwF1EcDYVgTYSCs7R4e/g1C4DzVtFXrxqviM77XivxsP2tMlQPJl1cp8RVgNofB9ixbDzHUqlUxcYBpXaRm+IfTs/xmiw8+4btcrtwQYAtEK76Fa+LtjHzsYEwbBtADlJwBovQ/7vfZm8g1hPXsJ4dghdMUOIxSOO7Z3RfeJV2Tg8fpnhLGen0Q1Pykg2cWYw9fIIzvFFoLIzpSwPFNGOad5Xc7RVDJBazinAgJjwiCAZeuHrcSESPw4EO4TgMKxw+giqOg+x34EUr79G6mFyEQruXO56AVkcTSdkZX2LcusExx2eOLFvW0flBDC8ePoHjjZYBk1rYDCzNdEHGlFS+/cw+KE8zuj6UxIBYSWAqNfifiQvSRciIE0MnBSALEH0O6hb4m/3M9LQ5/rkUJQJRMCy9mj1mMyzTHKBxWf+roBxCrCYbAV58pPelrHwsSK7ONF1RAc6YZ53Z7iVIo3vXb9++KIXgDoCsuzZdmmMVWXYz7qBfuGalFXeMtyiXRqcxGrGBxd3IDl9XlV1+EKQUGFF0gEMPPbrNshTqssllwhNMnTWyrGIwJwKZ4ujKYz4yrPb8YEJ4TlzkDgea/+btkNwPRoOnNW9TlNCI5xPM1xu2W6gEf5rBwATHcw/Ctv3cALoVlup5iSZT0Mi8ZTyYRyENZCwGEN1uCordakr1pF3cUQAMv14WMxt10GALyUSiYIY1DVea2N1vPGCK2ug9/Yhd7+SNMbDYWBrr4QwnwNhhBSUF5w3MAiycM1WCw9paIl52kJIR2+nnRNA7RcDZWPdBQ/0FCa0VG9G6y7RGugVfSOuFb27IleUeEeVgjOWiHbXq2gF2uoLOgoTmmoZtqHwWF2E/eACvewT740XHF8uBuf/lJw16N7RA90CXdpV+wzzL2W3xL3sI+Qpq3/KObUVI10qfKHOspzunCddjT0YA8e+tEeP+7RcqPFDqGhiamt16Bp6tIk40ZpRoO+1p6LMHsQxN5Her12ez6VTKRbcQ87BIcplQpqK0fTKoIEzgNP9uOzzwyKqQEXPcYYl0omfPUhPS2Byi1Kh7GBRJdg4AwCwod7DPjNHo6p+VQykTMOIBTtDePwE+3PQTQTA2Zkd7AuGeuJ2++see1yyWvkKWsdNVhDZU2DLlnDoEpBLQL+3IN9vCk392gKgSqubG1vQQUIn9kjbczAN8gXhK2IC3apAOEje9DNX7GnUbflOg1T9eHuEI58c0+gC/QrxgfGiaDyUVxdHE1nhFW4nc1RL1Sr/uqFm/8oILfUvuXQGmgV7RZVpugeTcYep0yL8AWBys6Xmp549U4Fd68XceNvK1ivuEOLHXwKQ0+Oib8yEUT5qt52UWXKx9iDhZWr3Tl6eNk5bwi3Z+9h/u3NvszcZA5utxDu24/o3uMYePRFVxAchJVmdTEyDWIVbNR85tsDXnHirNQSjHzaMFvCVOnmEnSBzGxjnub+H70vnTTB2j9fRTW7MbXvBYLiKLT0gYb1W3qgBg7T6CdOOieSOcPtFYEc1vDfmcYb5ZO+9saycAGZmFVk8UGvrCI7cQpaYWOmuv/Ec+jefdj1QmgJ60s10avgIIxjkHa094tSazjaEoTcYqlu4uU1DTN//B+Kee8awi0+EETuLz9GrbKKULQPA4/+0tdtEQBBsFdhplW/7iJ6mIPOHqY0RZqSrW2MDUQQjoZQuOO/G83S+9ATQ5DVc3QFugRVuPIyCpd/7fu4VnXF2NrbbPPJxMbxe7/IOL/b5NiOsTmfvAcA9iMet3euveJD8do4youT4n388896uoWXGEjpMhyh0kpoLXYrcZnSm/aEMJrOsGi64PM6ODP0sLGwyjFyc4sPVP6tnwu3oPpOPOfzdO6q9zwXNoEsXy6L5q1E435Ks3P2jpP9HgA8bZ0ZGk1nxozVZg1ifJBlGMaHwuWXxXumzp1HvhcYhFUEcvOtgtu1jzWFwHTJJwzgjJE2TVNnT+8FZh+XucGzMnjzf81DFhzu/etVVG5vLOWJH3sW4fh+/3fZRKxhXFz4LK3dMzAGlTF0vWI/zO4HYtj/kDNn88b3PP2ayBYEkp1wDPhaFqtYaxFnUdOxgxIZnd+f2o/FuoIXZ5dWuNngFv0B4wPTuAuAaRPAlkPABojz9uqTuvGuPD7QLcxs0Xvku57VpJdYm1x/Y1m2R95YB1nXlkMwdNq+xogjU7f4wGxhLavjx36Irmif75MRwId/zopz2A9NAPY225bGBKuCxAcIV7kl0mg4vk/UFivv/kp6Hl2vYXbirgwAdcbIXA3aLktoKz7c+f1X6xmDNx8ZOiSgaKvO1bEwxjJzb+ZaAoDttARTnDc0Gp91sXN16OtDiETkzyQ6chzRkS+I97XyKorXXhe1hVUeLkC94LUEuBMQBo1JnoZf2nBM8sCXd0nHF83UBMBFayaQadvcwZQRlBwhn2MSt/GFl4ICQCcgwCM+eI0vZGIsmf2TaxD0BQCdcAer3H6GyGH3jl7PtUu4O1/EzSvS8QBaAYBOWYJF0vEFixy3Ri0f2Y33V7wAnGkFADptCdisH9LW+U8YGePgV3YhGtu0CIJhA5f9CRe5pkEvdRwCNkAwUL4u28bVMqY8mjlmJdjWIq77AgI2QNA1Xmrjq9PGMh3Hmiu/6nRMqMsYaDkaMU100bCAtgHgfrIEU8bU2PNNdssbDRElv3m47yBQxv/fQPfgkNf6ixyaPsvu88qW+gP4PxBtN3+rJ0cpAAAAAElFTkSuQmCC) 2x) 0 0,pointer}body a,body button,body input{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEY0lEQVRYhcVYS2wbVRQ94xnb+Tjxp2TURBV10yKUqKgfiQUL1KERq0gtP7NCalR1g4TUskBiwSJIXbFix7KtxG6ElCAhhQVkoEsQPwmUoIBjIHGxiePEjv/jQfflvenEmTEzjSqOZOv5zZ17z7v3vnvfs2RZFv5vKI+DgK6pGoB5x9R8xigYXvKuJHRN/RDAHP9J47sZo7Duw3iCy1/reUSENK/3DoWDr2LZRfYeGcgYhR88CMxxAnH6LQ9IODETQ+6zihC54PWumyfO01c0IWN0MoLid3UxT6u7pmvqV0736pqaJk8BuCQExy4O4uTsCGr5jlNvwssTbiSYcKfRxelX4zhxOYa/vqyi9EsDZoN5jYwt65qaA7DAwxYXxE+/Fsfoqcghpf1yIuQyx4TJ4F6+jeH0i4zMhXfGGCEyxHESwE1BgJ5dfHcSY8/dRGx6iUk0t00vu/1JOBnvZluQ5BGEIhNQBkIsxkSGSAkytOpn3jqG9CtXEJv+HOHUVTQ2PuglketHwmuLUtwv7f7egln9hiluPvjIfkgxpw/z1HgYg0/eRjh1hcm0ih/DMiu9+vruLLdwQIREJFb0+JvMG70gAkxJZAJ7q68zEk4CRNIPvEiwrdQsm6j//Se6rU3IsWc91e2tXYdZXzk0zxPZ1vdIngDPi87OMsLxy75W5QTtMI5yYBIZo0Av/ShItEuLUOIvuIakHxpFOzFv6Zp6PhAJJ1hy1lfQLn0KSR71TcAyganZFAbjLPdpGxu8GvsjoWsqVcBzNE5OR9lc/Y/3XOPuRaC52oUsh3BmJukksszLe38SuqbOiwaUnIoiPet/9U4C3fp+UkoAnppJ4tiZQSFyhzdIGwcaGGd5h8ZD4wqmb6RYkfJNoAU01x4S6MVWto6N76ti9l7GKDCv2CSc3ZM6IFVGvwTIeOefLjoFi3miHyrFFrL3d4QEJb/GSPDMpW0ZJwLkAVGIvGBWLHQrFswyPFfuhWbNxNoX2zDb7L23FX4QWRCN6Ok3kq4EujUyaMGsghk/CqJDMkYmIijnmqQlofDzA3VE1ph62zCtuJ23jmTYYqvvoFbqoJxtoFo8UM7XiQQdSuyuSMVJYEBRWJyDwjS72Cu1Ucm3UdlsoVVzTRRKjLmMUVhQREmlPvHbJ3bCQJIlDKceNtnEqQGEFAmJ8ej+0jzQtSz8vLjl9jDH8476iOE86jkTc0GEpR/UqSEcnxr2lHBswxw/9gmjnv3D9d7RU17T/JPgJymcfekJhEKSq8KVpZJw/8vk6v9alCcJL+iaSkqvxsbCmHz+8Lm1Uevg16VtGuYyRiHtV6//criPW/RN2d10SbYHP9XE8G4QpYFI8AvQ+zTOfr1z4Bkl5O5m8/GT4KDms0NxL+dto9heb4jhop/b2pFI8CxnYdn4tmLv1uKqfUkK5AUETUwndE2lrXeOWvTIeBjr93cRNCEFHiUcAswbW2t1QYAQ2AuEI/0/wYscGab9SvfT4CQA/AveDerqEdG/mAAAAABJRU5ErkJggg==) 0 0,pointer;cursor:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO30uY2xzLTJ7ZmlsbDojZTJjNDJkO30uY2xzLTN7ZmlsbDojYWEzZjE1O30uY2xzLTR7ZmlsbDojZjBmNGZmO30uY2xzLTV7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKTt9LmNscy02e2ZpbGw6I2Q4OTEyYTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi42MSwzLjM1LDE1LDcuMTJhLjMxLjMxLDAsMCwwLC4zMSwwTDIzLjEsMi4xNmEuMzUuMzUsMCwwLDEsLjUyLjMzbC0uOTEsOS4zNGEuMzUuMzUsMCwwLDAsLjExLjNsNyw2LjA2YS4zNS4zNSwwLDAsMS0uMTUuNmwtOSwyYS4zMy4zMywwLDAsMC0uMjQuMkwxNywyOS42N2EuMzQuMzQsMCwwLDEtLjYxLDBsLTQuNjItOC4xYS4zNS4zNSwwLDAsMC0uMjctLjE3bC05LjE0LS43YS4zNC4zNCwwLDAsMS0uMjItLjU3bDYuMDktN2EuMzIuMzIsMCwwLDAsLjA4LS4zMUw2LjE0LDMuNzVBLjM0LjM0LDAsMCwxLDYuNjEsMy4zNVoiLz48L2NsaXBQYXRoPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMC43NCwxOS4yM2ExLjM5LDEuMzksMCwwLDEtLjg1LjU5bC04LjYsMS45MkwxOCwzMC4wN2ExLjI2LDEuMjYsMCwwLDEtLjEzLjI2LDEuMzMsMS4zMywwLDAsMS0xLjE4LjYxLDEuMzUsMS4zNSwwLDAsMS0xLjE0LS42OWwtNC40NC03Ljc4TDIuMywyMS44MUExLjM3LDEuMzcsMCwwLDEsMS4xNywyMWExLjQzLDEuNDMsMCwwLDEsLjA5LTEuMzkuODguODgsMCwwLDEsLjEyLS4xNWw1Ljg1LTYuNzNMNS4xNCw0YTEuNDUsMS40NSwwLDAsMSwuMTktMS4xMUExLjM0LDEuMzQsMCwwLDEsNywyLjM5TDE1LjA4LDZsNy40OC00Ljc0YTEuMzQsMS4zNCwwLDAsMSwxLjQ1LDAsMS40MSwxLjQxLDAsMCwxLC42MywxLjMzbC0uODcsOSw2LjcxLDUuODJBMS40MywxLjQzLDAsMCwxLDMwLjc0LDE5LjIzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTYuMTksMy40OGEuMzQuMzQsMCwwLDEsLjQyLS4xM0wxNSw3LjEyYS4zMS4zMSwwLDAsMCwuMzEsMEwyMy4xLDIuMTZhLjM1LjM1LDAsMCwxLC41Mi4zM2wtLjkxLDkuMzRhLjM1LjM1LDAsMCwwLC4xMS4zbDcsNi4wNmEuMzQuMzQsMCwwLDEsLjA2LjQ1LjM2LjM2LDAsMCwxLS4yMS4xNWwtOSwyYS4zMS4zMSwwLDAsMC0uMjEuMTRsMCwuMDZMMTcsMjkuNjdhLjE2LjE2LDAsMCwxLDAsLjA3LjM0LjM0LDAsMCwxLS41NywwbC00LjYyLTguMWEuMzUuMzUsMCwwLDAtLjI3LS4xN2wtOS4xNC0uN2EuMzQuMzQsMCwwLDEtLjI1LS41M2wwLDAsNi4wOS03LDAsMGEuMzQuMzQsMCwwLDAsLjA1LS4yOEw2LjE0LDMuNzVhLjM1LjM1LDAsMCwxLC4wNS0uMjdNNC40NywyLjNoMGEyLjUyLDIuNTIsMCwwLDAtLjMzLDJsMiw4LjIxTC42MSwxOC43N0EyLjQ3LDIuNDcsMCwwLDAsLjQsMTlhMi41MywyLjUzLDAsMCwwLS4xNiwyLjQ0LDIuNDEsMi40MSwwLDAsMCwyLDEuMzhsOC4yNC42Miw0LjE2LDcuM2EyLjM3LDIuMzcsMCwwLDAsNC4wNy4xMywyLjI2LDIuMjYsMCwwLDAsLjIyLS40NEwyMiwyMi42NWw4LjA3LTEuOGEyLjM3LDIuMzcsMCwwLDAsMS40OC0xLDIuNDksMi40OSwwLDAsMC0uNDQtMy4yNGwtNi4zLTUuNDcuODItOC40MUEyLjQ1LDIuNDUsMCwwLDAsMjQuNTUuMzgsMi4zMiwyLjMyLDAsMCwwLDIyLC4zN0wxNSw0LjgyLDcuNDMsMS40MmEyLjM3LDIuMzcsMCwwLDAtMywuODhaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTAuNzQsMTIuMTJBMjAuNSwyMC41LDAsMCwxLDkuMjcsNy41N2EuNDUuNDUsMCwwLDAtLjg4LjE4LDIxLjQ0LDIxLjQ0LDAsMCwwLDEuNTQsNC43Ny40Ni40NiwwLDAsMCwuNi4yMi40OC40OCwwLDAsMCwuMjEtLjYyWiIvPjxnIGNsYXNzPSJjbHMtNSI+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNNS4xMSwyNS44M2E1LjU5LDUuNTksMCwwLDEsMi4zMS01LjQyLDE0LjIzLDE0LjIzLDAsMCwxLDUuNjctMi4yMywxOS4xNiwxOS4xNiwwLDAsMCw1Ljc5LTEuOTJjMi4zNC0xLjQxLDMuOTEtMy44Miw1LjcyLTUuOXM0LjIyLTQsNi45NC0zLjg1YTYuNzMsNi43MywwLDAsMSw1LjU5LDQuNjQsMTEuNDgsMTEuNDgsMCwwLDEtLjM1LDcuNjRBMzMuNzMsMzMuNzMsMCwwLDEsMzMsMjUuNTdMMzAuMTIsMzBBMTYuNjMsMTYuNjMsMCwwLDEsMjcsMzMuODVjLTIuMjUsMS44Ny01LjI4LDIuMzktOC4xNiwyLjc2YTkuMzIsOS4zMiwwLDAsMS00LS4wNiw5LjY2LDkuNjYsMCwwLDEtMy0xLjc0TDcuNTcsMzEuNTJDNS44NywzMC4yMyw0LDI4LjI2LDQuNzYsMjYuMjUiLz48L2c+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjAuODIsNS4yOGEyOC4zNSwyOC4zNSwwLDAsMC00LjEzLDIuNjQuNDcuNDcsMCwwLDAtLjA1LjY1LjQ2LjQ2LDAsMCwwLC42NCwwLDI3LDI3LDAsMCwxLDMuOTMtMi41MS40OC40OCwwLDAsMCwuMjEtLjYyLjQ0LjQ0LDAsMCwwLS42LS4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik04LjU5LDYuNDFhLjQ3LjQ3LDAsMCwwLS4xMy0uNjQuNDQuNDQsMCwwLDAtLjYyLjEyQS40Ny40NywwLDAsMCw4LDYuNTNhLjQ2LjQ2LDAsMCwwLC42My0uMTJaIi8+PC9zdmc+) 0 0,pointer;cursor:-webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEY0lEQVRYhcVYS2wbVRQ94xnb+Tjxp2TURBV10yKUqKgfiQUL1KERq0gtP7NCalR1g4TUskBiwSJIXbFix7KtxG6ElCAhhQVkoEsQPwmUoIBjIHGxiePEjv/jQfflvenEmTEzjSqOZOv5zZ17z7v3vnvfs2RZFv5vKI+DgK6pGoB5x9R8xigYXvKuJHRN/RDAHP9J47sZo7Duw3iCy1/reUSENK/3DoWDr2LZRfYeGcgYhR88CMxxAnH6LQ9IODETQ+6zihC54PWumyfO01c0IWN0MoLid3UxT6u7pmvqV0736pqaJk8BuCQExy4O4uTsCGr5jlNvwssTbiSYcKfRxelX4zhxOYa/vqyi9EsDZoN5jYwt65qaA7DAwxYXxE+/Fsfoqcghpf1yIuQyx4TJ4F6+jeH0i4zMhXfGGCEyxHESwE1BgJ5dfHcSY8/dRGx6iUk0t00vu/1JOBnvZluQ5BGEIhNQBkIsxkSGSAkytOpn3jqG9CtXEJv+HOHUVTQ2PuglketHwmuLUtwv7f7egln9hiluPvjIfkgxpw/z1HgYg0/eRjh1hcm0ih/DMiu9+vruLLdwQIREJFb0+JvMG70gAkxJZAJ7q68zEk4CRNIPvEiwrdQsm6j//Se6rU3IsWc91e2tXYdZXzk0zxPZ1vdIngDPi87OMsLxy75W5QTtMI5yYBIZo0Av/ShItEuLUOIvuIakHxpFOzFv6Zp6PhAJJ1hy1lfQLn0KSR71TcAyganZFAbjLPdpGxu8GvsjoWsqVcBzNE5OR9lc/Y/3XOPuRaC52oUsh3BmJukksszLe38SuqbOiwaUnIoiPet/9U4C3fp+UkoAnppJ4tiZQSFyhzdIGwcaGGd5h8ZD4wqmb6RYkfJNoAU01x4S6MVWto6N76ti9l7GKDCv2CSc3ZM6IFVGvwTIeOefLjoFi3miHyrFFrL3d4QEJb/GSPDMpW0ZJwLkAVGIvGBWLHQrFswyPFfuhWbNxNoX2zDb7L23FX4QWRCN6Ok3kq4EujUyaMGsghk/CqJDMkYmIijnmqQlofDzA3VE1ph62zCtuJ23jmTYYqvvoFbqoJxtoFo8UM7XiQQdSuyuSMVJYEBRWJyDwjS72Cu1Ucm3UdlsoVVzTRRKjLmMUVhQREmlPvHbJ3bCQJIlDKceNtnEqQGEFAmJ8ej+0jzQtSz8vLjl9jDH8476iOE86jkTc0GEpR/UqSEcnxr2lHBswxw/9gmjnv3D9d7RU17T/JPgJymcfekJhEKSq8KVpZJw/8vk6v9alCcJL+iaSkqvxsbCmHz+8Lm1Uevg16VtGuYyRiHtV6//criPW/RN2d10SbYHP9XE8G4QpYFI8AvQ+zTOfr1z4Bkl5O5m8/GT4KDms0NxL+dto9heb4jhop/b2pFI8CxnYdn4tmLv1uKqfUkK5AUETUwndE2lrXeOWvTIeBjr93cRNCEFHiUcAswbW2t1QYAQ2AuEI/0/wYscGab9SvfT4CQA/AveDerqEdG/mAAAAABJRU5ErkJggg==) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAIYElEQVR4nNVaW2wUZRT+9tLLtgu92dUKwVaI1SZqIfJCQrrAkyECRtcXTCDRRxN5UR8MsURf9IX65CNtAi/sg4hPmIBbjeAt2qopFgjtAr24tdvb3q/mzP6zzuWf2ZnZ3Sl8yWTa2bn8/3fO+c6ZM7+jWCziUUTQ7xsE0A5gNhCKzFYzhUeOhKDf5wcwCuApyeFJAKcCoUjIyj0fGRKCfl87m/xRndMOWCHCbXIgZIWTAHrZoQkAI9W6o4Hn0jNHALRVOHVUMjbDMOwJQb+PBvGuxs9jNACr7qjzzF42sSETl5n2BqfBwRzTIYBwAsC3Qb8vxKxWNYJ+3zCAGS0CWnrc6HiuiffToNlnGw2HYYPn0YCH2ARouxQIRVbNDIiFHHndi7zfXc0ObD/kRc++VuH/Hz9cVJ5iOjSNkiAbEA2EkE9phhIp9zmaDAuj0Uq6wYRvWM/jtvY1YudrbWjqcAn/xxeyvNNMkQ6j4aAEWWLv6cdLA2p36Z1KQvYRuXXQ7xtlMa4CC7cJLQKI9GeOt2Pg7c4yAdA3gikYEsag37cqVebuPR6BABHRqRQWryewPpMx8uxxsjiJFyNlRC/t0bOeOrwF7ma1vei5ty7IDR8IRRxmSTAaDiHpQNfvyifbOdAsbOSeRMbSb0m9ew0xEQ2zio+b9sjDdr7eJoSAFhILOYPD14dREiakJKRX88ilCirrtPY0CB6y/aAXC9fjAhkVdIMLup5CToTL8ywau99Edu0acmvX9MYZtsCBYU1Q5V3RG9zevWjp+1z2G8Vt7+Gt2P1et+DKFXSjDLL68+90lQlwuLbAs+MTtPZfREPnETR2yqOGI4yWijZDwsgrPsT4d3r64W47AGfjk6rryFMolREZ5CGU23kg4SOySPjImwhkee/AFWHyhHzsV6QXv5BdXSthNFM2j0sLF5GEzNJ5YasEEjja6LqFH+JYuZkWrqCCh7xGVH0ik6zv8r4k/F/IzCM19xk3DCgkFbBUsZohISQlgURJ1AWK2eZt7yO9dL5SzAouT1t6paQrouUJDZ1H0bztAzhcpXAgyxPBxfwG9161EkYzdYKKZXEQZDXalDGrB7K8lACavGfHxwIB+eQ04tNvCCRoEaCB+mkCtHSBiWMhOS3sXd69VsYgoLH7uLDPLF1AfDqAfPJv3fPJkziwRIKpV2nWvCiX0KIu5GK/CHuyIoVGpQnwkLjzlmB1o9dSmq4VzJbNMm+QVoik3mChYQVEpBXyFJiwclFVJEBCRJYJYoMJXagGyqoVpZA1/fKEmpDABiNmBZenn1sz2IA1q48wRQJjelJGAvMEyud5JpDutoN1nzJHEyyFAiy+SsseJi1ds9GvhD1Ve/UGJzsMWu1qWSFBFhJUuopEiCRQOLirSJcWQW+j54J+3ymzl1ftCZCEBKW4bPRy6cae/hrNjY+ePa3wdjfwfjtLDRwz97JCgqrfKFXq1NynSN47XbF8rgaFRBHNTjee3t+Orl0e3p1OBP2+S6xlVxGmPr4whk8oj1Pri5oqdqCYB1J/5oW9iNWFNO7dWOc9nUTcXyl1GvYEFmsqAp7Y12IrAenpgowAQntPE/r2cxtUVN3Osu+WmjDaYzzJuscyKHuN9YRIQCGpPd5spoBbV6LIZ1XnUA1xTOujTEVPYCyOKI9Tg+RhIoDQ0OhE/8ud8LSpXonaWF+Tm0J1SWAEhJTNUCKAukB2oJgxRoAIt9uJXYc6eESApVCVQTXDgSlriPfhRdoGqyfyq0VkZtUaYAgOYG4yhuU73M73WCAUKXsFl4TNJoCsn7lfEEioFos344jcTPDuUs4cWiRwUyFpAIlhvUD5PxcpIrdc2zUTG0sZzHzPfb8SiFCRYDcBwsSXi4LVi4Y+YFlDYi2Lme/WeJnjjIwEO1JhfqOIYrK0L9DftWsQVYRGCg2XSWAfRb9U3qhaAsjCZO18DMKkNxvJWA63v1mRjULIIywVql46KBXSRxEzIMvSxMXtYUI+X0B0JqUakZhMVeuB6NMZZQLe12AeKJ6z84Wai5pV0CjSiRwS0RxWZ1KILXHXMhAmHReHunvZspgyzKRCsnz2/uZPnqwcj2axsZDFxnwGmYRhsXmVPEG1cII+iBohoKpipgqYsHIlnAmEIpeIBNVr5oOrMaxMpWVrA0gf3J5SaJCnNDW6BQLsQnIjJ8SzSSvzEGaFYHm1nZAdlCtRKsHpdqCloyQnzgYn2nv/X0XW2umGw1laLOJyO2F62QgHuVwBU5eXrV4+zrphNOEJ3topURipW3TW6F0LuaLMBdfn05rnbtvtRVdfdUXWP1PcspeHsGLChr5SS+sEbqVYLVwNDgy88phlj6DRTX39L6/SgxErG4GyYlQu2zWzklQT1Afc9oLX0rWxaAZ3Q6q639IaZi2YWdYrLq0H20tbVn7J34M8fRk40iW865vF7asrSK7J1iHIXoNrgbqscmev4rNSMqg9Tt1hM9AQxJp6Aawu5qwE1t2VteZJSOlNzgw4ghiuNQGoFwkoETGiXFJ374bxVSfkn6thVZ2vao3VAnUjgUEWu1TkLM/oLvQsIx7N8DKCqS9LRlFXEpjrjkuPLf4VhxEVWvg9rjw0ZnX9QSXU2xOg9Aay7vwfMd0LSBAVGQH18gLYQQIrYMakx6gDTBPVgl2CKMIOTyCcUq4k0fh2aKsgirCFBBbLsolopUw7BVGEXZ5ARAwbSZl2CqII20hgkK0iUaZMuwVRhK0kUBdHL2XaLYgi7PYEKL2B4j/80xqiD1K2C6II20kIhCITypS5PpfBg583bBdEEZvhCeClTA7qLogiNoUENjm9nsCkMmzqic3yBFEkdwMoLX4sgVLoGSOLrWoGAP8BiTQaPEMN1e4AAAAASUVORK5CYII=) 2x) 0 0,pointer}body.is-active{overflow-y:hidden}@media (min-width:62em){body.is-active{overflow-y:unset}}a{outline:none}a:hover{text-decoration:none}.bttn{display:inline-block;font-size:1.4rem;letter-spacing:normal;line-height:2.2rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:4rem;padding:1rem 3.2rem}@media (min-width:48em){.bttn{font-size:1.6rem;line-height:2.4rem;padding:1rem 6.4rem}}.bttn.bttn-black{background-color:#333;color:#fff;border:2px solid #333}.bttn.bttn-black:hover{color:#333;background-color:#fff;border:2px solid #333}.bttn.bttn-white{background:none;color:#fff;border:2px solid #fff}.bttn.bttn-white:hover{color:#333;background-color:#fff;border:2px solid #fff}.btn,.comment-form input[type=submit],.simpay-payment-btn,.wp-editor .wp-block-button .wp-block-button__link,body.page-template-template-email-sent button[type=submit],body.page-template-template-families button[type=submit],body.page-template-template-family-register button[type=submit],body.page-template-template-password-reset button[type=submit],body.page-template-template-password-saved button[type=submit],body.page-template-template-school-login button[type=submit],body.page-template-template-user-login button[type=submit],form input[type=submit]{font-size:1.4rem;border-radius:500px;padding:.4em 1.4em}#help .inner p,.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-weight:200;letter-spacing:0}.h1,h1{font-size:4.4rem;line-height:1.1}@media (min-width:48em){.h1,h1{line-height:5rem}}@media (min-width:62em){.h1,h1{font-size:5.4rem;line-height:6rem;letter-spacing:-.08rem}}@media (min-width:75em){.h1,h1{font-size:6.4rem;line-height:7rem;letter-spacing:-.1rem}}@media (min-width:90em){.h1,h1{font-size:7.4rem;line-height:8rem;letter-spacing:-.2rem}}.h2,h2{font-size:3.4rem;line-height:3.2rem}@media (min-width:62em){.h2,h2{font-size:4.1rem;line-height:4rem;letter-spacing:-.2rem}}@media (min-width:75em){.h2,h2{font-size:4.8rem;line-height:4.5rem;letter-spacing:-.24rem}}@media (min-width:90em){.h2,h2{font-size:5.6rem;line-height:5.3rem;letter-spacing:-.276rem}}.h3,h3{font-size:3rem;line-height:3.4rem}@media (min-width:62em){.h3,h3{font-size:3.6rem;line-height:4.8rem;letter-spacing:-.02rem}}@media (min-width:75em){.h3,h3{font-size:4.2rem;line-height:5.4rem;letter-spacing:-.05rem}}@media (min-width:90em){.h3,h3{font-size:4.8rem;line-height:6rem;letter-spacing:-.086rem}}#help .inner p,.h4,h4{font-size:2.6rem;line-height:2.3rem}@media (min-width:62em){#help .inner p,.h4,h4{font-size:3.3rem;line-height:2.6rem;letter-spacing:-.03rem}}@media (min-width:75em){#help .inner p,.h4,h4{font-size:3.7rem;line-height:3rem;letter-spacing:-.06rem}}@media (min-width:90em){#help .inner p,.h4,h4{font-size:4rem;line-height:3.4rem;letter-spacing:-.1rem}}.h5,h5{font-size:1.8rem;line-height:2.6rem}@media (min-width:62em){.h5,h5{font-size:2rem;line-height:2.8rem}}@media (min-width:75em){.h5,h5{font-size:2.2rem;line-height:3rem}}@media (min-width:90em){.h5,h5{font-size:2.4rem;line-height:3.2rem;letter-spacing:-.01rem}}p{font-size:1.4rem;letter-spacing:-.05em;line-height:2.2rem}@media (min-width:48em){p{font-size:1.6rem;line-height:2.4rem}}ul:not(.gform_fields){padding-left:0;margin:0}ul:not(.gform_fields) li{list-style:none;font-family:Montserrat Regular,sans-serif;font-size:1.4rem;letter-spacing:normal;line-height:2.2rem}@media (min-width:48em){ul:not(.gform_fields) li{font-size:1.6rem;line-height:2.4rem}}.comments{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:676px){.comments{max-width:768px;padding-left:0;padding-right:0}}@media (min-width:992px){.comments{max-width:900px;padding-left:0;padding-right:0}}.comment-list ol{list-style:none}.form_container{width:100%;padding:4rem 0 0}@media (min-width:36em){.form_container{padding:4rem 0 0;max-width:56.5rem;margin:0 auto}}form .gfield{margin:0 0 1.6rem}form .ginput_left,form .ginput_right{width:100%!important;padding:0!important}form label{display:block;margin:0 0 .6rem;text-align:left;color:#333;font-size:1.4rem;letter-spacing:-.05em}@media (min-width:48em){form label{font-size:1.55rem}}form input[type=email],form input[type=password],form input[type=text],form select,form textarea{display:block;width:100%;margin-bottom:3rem;text-align:left;color:#333;background-color:#eff0f0;border:2px solid #eff0f0;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out;padding:1.1rem 1.6rem;font-size:1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Montserrat Regular,sans-serif}@media (min-width:48em){form input[type=email],form input[type=password],form input[type=text],form select,form textarea{padding:1rem 1.6rem;font-size:1.6rem}}form input[type=email]:active,form input[type=email]:focus,form input[type=password]:active,form input[type=password]:focus,form input[type=text]:active,form input[type=text]:focus,form select:active,form select:focus,form textarea:active,form textarea:focus{outline:none;border:2px solid #d5d7d7}form input:disabled{opacity:.6;cursor:default}form .ginput_container_select{position:relative;display:inline-block;width:100%;max-height:4.8rem}form .ginput_container_select:after{content:"";position:absolute;top:0;right:0;bottom:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj4KICA8cGF0aCBmaWxsPSIjODA3ZDdmIiBkPSJNMzEuMyAxOTJoMjU3LjNjMTcuOCAwIDI2LjcgMjEuNSAxNC4xIDM0LjFMMTc0LjEgMzU0LjhjLTcuOCA3LjgtMjAuNSA3LjgtMjguMyAwTDE3LjIgMjI2LjFDNC42IDIxMy41IDEzLjUgMTkyIDMxLjMgMTkyeiI+PC9wYXRoPgo8L3N2Zz4K);background-size:1rem;background-repeat:no-repeat;background-position:50%;width:4rem;pointer-events:none}form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2Q1ZDdkNyI+PHBhdGggZD0iTTI0IDI0SDBWMGgyNHYyNHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii44NyIvPjxwYXRoIGQ9Ik0xNS44OCA5LjI5TDEyIDEzLjE3IDguMTIgOS4yOWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAtLjM5LjM5LS4zOSAxLjAyIDAgMS40MWw0LjU5IDQuNTljLjM5LjM5IDEuMDIuMzkgMS40MSAwbDQuNTktNC41OWMuMzktLjM5LjM5LTEuMDIgMC0xLjQxLS4zOS0uMzgtMS4wMy0uMzktMS40MiAweiIvPjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:100%;padding:1.1rem 4rem 1.1rem 1.6rem}@media (min-width:48em){form select{padding:1rem 4rem 1rem 1.6rem}}form select::-ms-expand{display:none}form ::-webkit-input-placeholder{color:#ababac;opacity:1}form ::-moz-placeholder{color:#ababac;opacity:1}form ::-ms-input-placeholder{opacity:1}form ::placeholder{color:#ababac;opacity:1}form :-ms-input-placeholder,form ::-ms-input-placeholder{color:#ababac}form ul.gform_fields{padding-left:0;margin:0}form ul.gform_fields li{list-style:none}.contact-form textarea{height:13.25rem}.contact-form input[type=submit]{padding:1rem 4.9rem}@media (min-width:48em){.contact-form input[type=submit]{padding:1rem 11.8rem}}.subscribe-form{margin-bottom:2.1rem;width:100%}.subscribe-form .gform_body{display:inline-block;vertical-align:top;margin-right:-.4rem;margin-top:1rem;width:auto}@media (min-width:48em){.subscribe-form .gform_body{width:54%}}@media (min-width:62em){.subscribe-form .gform_body{width:66%}}.subscribe-form .gform_footer{display:inline-block;vertical-align:top;margin-top:1rem}.subscribe-form .gfield{margin:0}.subscribe-form label{display:none}.subscribe-form input[type=submit],.subscribe-form input[type=text]{margin-top:0}.subscribe-form input[type=submit]{border-radius:0;background-color:#bebebe;border-color:#bebebe}.subscribe-form input[type=submit]:active,.subscribe-form input[type=submit]:focus,.subscribe-form input[type=submit]:hover{color:#fff;background-color:#333;border-color:#333}.validation_error{margin-bottom:2rem}.validation_error,.validation_message{font-size:1.4rem;color:#c00;text-align:left}.validation_message{margin-top:.4rem}.no-object-fit .subscribe-form input[type=text]{padding:1.3rem 1.6rem}@media (min-width:48em){.no-object-fit .subscribe-form input[type=text]{padding:1.3rem 1.6rem}}.alignnone{margin-left:0;margin-right:0;max-width:100%;height:auto}.aligncenter{display:block;margin:.5rem auto;height:auto}.alignleft,.alignright{margin-bottom:.5rem;height:auto}@media (min-width:576px){.alignleft{float:left;margin-right:.5rem}.alignright{float:right;margin-left:.5rem}}.tabs :focus{outline:none}.tabs .tabs__tab-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 0 3rem}.tabs .tabs__tab-list li .tabs__trigger{font-family:futurahandwrittenmedium;font-size:2rem;margin:0 35px 0 0}.tabs .tabs__tab-list li .tabs__trigger.is-selected{color:#333}.tabs .tabs__panel.is-hidden{display:none}.nav{padding-left:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width:62em){.nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.nav .menu-item{font-size:1.6rem;letter-spacing:normal;line-height:2.4rem}.nav .menu-item a{color:#333}@media (min-width:62em){.nav .menu-item a{color:#fff}}.nav>li{display:block;position:relative;background-color:#fff}@media (min-width:62em){.nav>li{background:none}}@media (min-width:62em){.nav>li:hover .sub-menu{display:block!important;-webkit-animation:fadeInDown .5s .2s forwards;animation:fadeInDown .5s .2s forwards}}.nav>li:hover.menu-item-has-children>a:after{-webkit-transform:translateY(-40%) rotate(180deg);transform:translateY(-40%) rotate(180deg)}.nav>li>a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:1rem 3rem;float:left}@media (min-width:62em){.nav>li>a{width:100%;padding:1.4rem 2rem}}@media (min-width:75em){.nav>li>a{padding:1.4rem 2.7rem}}.nav>li.current-menu-item>a,.nav>li.current-menu-parent>a{position:relative;font-family:Montserrat Bold,sans-serif}.nav>li.current-menu-item>a:before,.nav>li.current-menu-parent>a:before{content:"";-webkit-transition:border .3s ease-in-out;transition:border .3s ease-in-out;position:absolute;bottom:1rem;left:2rem;border-bottom:.3rem solid #333}@media (min-width:62em){.nav>li.current-menu-item>a:before,.nav>li.current-menu-parent>a:before{bottom:1.1rem;border-bottom:.3rem solid #fff}}@media (min-width:75em){.nav>li.current-menu-item>a:before,.nav>li.current-menu-parent>a:before{left:2.7rem}}.nav>li.current-menu-item>a:before{width:calc(100% - 4rem)}@media (min-width:75em){.nav>li.current-menu-item>a:before{width:calc(100% - 5.4rem)}}.nav>li.current-menu-parent>a:before{width:calc(100% - 4rem)}@media (min-width:75em){.nav>li.current-menu-parent>a:before{width:calc(100% - 4rem)}}.nav>li.menu-item-has-children:after{position:absolute;content:"";top:1.9rem;right:3rem;border-radius:2px;border-color:#333 transparent transparent;border-style:solid;border-width:.7rem .5rem 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:62em){.nav>li.menu-item-has-children:after{content:none}}.nav>li.menu-item-has-children.is-active:after{-webkit-transform:translateY(-40%) rotate(180deg);transform:translateY(-40%) rotate(180deg)}@media (min-width:62em){.nav>li.menu-item-has-children>a{position:relative;padding-right:3.5rem}.nav>li.menu-item-has-children>a:after{position:absolute;content:"";top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:1.25rem;border-radius:2px;border-color:#fff transparent transparent;border-style:solid;border-width:.7rem .5rem 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav>li.menu-item-has-children:hover>a:after,.nav>li.menu-item-has-children:hover>a:after>a:after{-webkit-transform:translateY(-40%) rotate(180deg);transform:translateY(-40%) rotate(180deg)}}@media (max-width:61.938em){.nav>li.menu-item-has-children.current-menu-item:after,.nav>li.menu-item-has-children.current-menu-parent:after{border-color:#333 transparent transparent}}@media (max-width:61.938em){.nav>li.menu-item-has-children.current-menu-item>a,.nav>li.menu-item-has-children.current-menu-parent>a{color:#333}}.nav>li>.sub-menu{padding-left:0;clear:both;display:none}@media (min-width:62em){.nav>li>.sub-menu{display:none!important;background-color:#fff;opacity:0;position:absolute;z-index:30;top:100%;padding-top:4.4rem;width:18.5rem}}.nav>li>.sub-menu>li{display:inherit;position:relative;background-color:#eee}@media (min-width:62em){.nav>li>.sub-menu>li{background:none}}.nav>li>.sub-menu>li>a{display:inline-block;color:#333;padding:1rem 3rem;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;margin:0;width:100%}@media (min-width:62em){.nav>li>.sub-menu>li>a{padding:1.6rem 2rem 1.3rem}}.nav>li>.sub-menu>li>a:hover{background-color:#eee}.nav>li>.sub-menu>li.current-menu-item>a{color:#333;font-family:Montserrat Bold,sans-serif}@media (min-width:62em){.nav.is-hover .menu-item a,.nav.is-scrolled .menu-item a{color:#333}}@media (min-width:62em){.nav.is-hover .menu-item.current-menu-item a:before,.nav.is-hover .menu-item.current-menu-parent a:before,.nav.is-scrolled .menu-item.current-menu-item a:before,.nav.is-scrolled .menu-item.current-menu-parent a:before{border-bottom:.3rem solid #333}}.nav.is-hover>li.current-menu-item>a,.nav.is-hover>li.current-menu-parent>a,.nav.is-scrolled>li.current-menu-item>a,.nav.is-scrolled>li.current-menu-parent>a{color:#333}@media (min-width:62em){.nav.is-hover>li.current-menu-item>a:after,.nav.is-hover>li.current-menu-parent>a:after,.nav.is-scrolled>li.current-menu-item>a:after,.nav.is-scrolled>li.current-menu-parent>a:after{border-color:#333 transparent transparent!important}}@media (min-width:62em){.nav.is-hover>li:hover>a,.nav.is-scrolled>li:hover>a{color:#333}}@media (min-width:62em){.nav.is-hover>li:hover>a:after,.nav.is-scrolled>li:hover>a:after{border-color:#333 transparent transparent!important}}@media (min-width:62em){.nav.is-hover>li.menu-item-has-children>a:after,.nav.is-scrolled>li.menu-item-has-children>a:after{border-color:#333 transparent transparent}}.header .menu-main-menu-container{position:absolute;z-index:-1;top:100%;left:0;width:100%;display:none}@media (min-width:62em){.header .menu-main-menu-container{position:static;z-index:0;top:auto;width:auto;display:block!important}}body,html{background:#000;margin:0;padding:0;font-family:futurahandwrittenmedium}#contents-wrapper{width:100vw;height:50vw;max-height:100vh;max-width:200vh;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}#contents-wrapper a.button{font-family:futurahandwrittenmedium;background:#d15050;color:#fff;padding:1.3vw 2vw;display:inline-block;border-radius:100000px;font-size:1.2vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#contents-wrapper a.button{font-size:2.4vh;letter-spacing:-.1vh;padding:2.6vh 4vh}}#contents-wrapper a.button:hover{background:#bc3232}#contents-wrapper a.button-large{font-size:1.6vw;letter-spacing:-.075vw;padding:1.6vw 3vw}@media (min-aspect-ratio:2/1){#contents-wrapper a.button-large{font-size:3.2vh;letter-spacing:-.15vh;padding:3.2vh 6vh}}#contents-wrapper a.button-blue{background:#3289d8}#contents-wrapper a.button-blue:hover{background:#226fb5}#contents-wrapper a.button-purple{background:#8a4abc}#contents-wrapper a.button-purple:hover{background:#6f399a}#contents-wrapper h1{font-size:4vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#contents-wrapper h1{font-size:8vh;letter-spacing:-.1vh}}#contents-wrapper h2{font-size:3vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#contents-wrapper h2{font-size:6vh;letter-spacing:-.1vh}}#contents-wrapper h3{font-size:2vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#contents-wrapper h3{font-size:4vh;letter-spacing:-.1vh}}#contents-wrapper #help .inner p,#contents-wrapper h4,#help .inner #contents-wrapper p{font-size:1.2vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#contents-wrapper #help .inner p,#contents-wrapper h4,#help .inner #contents-wrapper p{font-size:2.4vh;letter-spacing:-.1vh}}#contents,#cut-scene-visual-animating,#cut-scene-visual-fixed,#gid-cut-scene-visual-animating,#gid-cut-scene-visual-fixed,.free-explore{width:100%;height:100%;position:absolute;left:0;top:0;background-size:cover;background-position:50%;z-index:1;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}#cut-scene-visual-animating{z-index:2}#gid-cut-scene-visual-fixed{z-index:3}#gid-cut-scene-visual-animating{z-index:4}#gid-cut-scene-background{width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(/level-assets/1/bg-empty.jpg);background-size:cover;background-position:50%;z-index:1}.gid-return .free-explore{z-index:5}.free-explore{display:none;z-index:3}.free-explore:after{content:"";opacity:0;width:100%;height:100%;position:absolute;left:0;top:0;background-size:cover;background-position:50%;z-index:1;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.free-explore.flash:after{opacity:1}.free-explore.flash a.clickable.disabled{-webkit-transition:.2s;transition:.2s;filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%)}.free-explore a.clickable{display:block;position:absolute;background-size:contain;background-position:0 0;background-repeat:no-repeat;z-index:4}.free-explore a.clickable.disabled{pointer-events:none}#base-elements{z-index:4}#base-elements #activity,#base-elements #avatarbubble,#base-elements #speechbubble,#base-elements #thoughtbubble{display:none}audio#atmos-audio,audio#cut-scene-audio{z-index:1000;display:block;position:absolute}audio#atmos-audio{bottom:0;left:0}#gid-speechbubble,#gid-thoughtbubble,#speechbubble,#thoughtbubble{opacity:.9;position:absolute;width:22%;height:23%;padding:0 1%;left:10vw;top:5vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:5;color:#fff;line-height:1.4;background-image:url(/level-assets/ui/Speech-Bubble-Bottom-Left.gif);background-position:50%;background-size:contain;background-repeat:no-repeat}#gid-speechbubble.left,#gid-thoughtbubble.left,#speechbubble.left,#thoughtbubble.left{background-image:url(/level-assets/ui/Speech-Bubble-Bottom-Right.gif)}#gid-speechbubble .text,#gid-thoughtbubble .text,#speechbubble .text,#thoughtbubble .text{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:68%;margin-top:3%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;font-size:1.2vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#gid-speechbubble .text,#gid-thoughtbubble .text,#speechbubble .text,#thoughtbubble .text{font-size:2.4vh;letter-spacing:-.1vh}}#gid-thoughtbubble,#thoughtbubble{background-image:url(/level-assets/ui/Thought-Bubble-Bottom-Right.gif);width:24%;height:26%;padding:0 2%}#gid-thoughtbubble.left,#thoughtbubble.left{background-image:url(/level-assets/ui/Thought-Bubble-Bottom-Left.gif)}#gid-thoughtbubble .text,#thoughtbubble .text{height:60%;margin-top:8%}#avatarbubble,#gid-avatarbubble{opacity:.9;position:absolute;width:23%;height:25%;padding:0 1%;left:10vw;top:5vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:5;color:#fff;line-height:1.4;background-image:url(/level-assets/ui/avatar.png);background-position:50%;background-size:contain;background-repeat:no-repeat}#avatarbubble .text,#gid-avatarbubble .text{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:76%;margin-top:10%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;font-size:1.2vw;letter-spacing:-.05vw;padding-right:15%;text-align:left;padding-left:3%}@media (min-aspect-ratio:2/1){#avatarbubble .text,#gid-avatarbubble .text{font-size:2.4vh;letter-spacing:-.1vh}}#avatarbubble .name,#gid-avatarbubble .name{width:46%;background:#fff;height:19%;position:absolute;top:0;left:-4%;display:block;border-radius:50px;color:#000;text-align:center;padding-top:2%;text-transform:capitalize}#avatarbubble .avatar,#gid-avatarbubble .avatar{width:35%;height:78%;background-size:contain;background-position:bottom;background-repeat:no-repeat;background-image:url(/wp-content/themes/melva/dist/images/grandpa_03f0544f.png);border-radius:25%;position:absolute;right:-19%;top:9%}#avatarbubble.furnus .avatar,#avatarbubble.Furnus .avatar,#gid-avatarbubble.furnus .avatar,#gid-avatarbubble.Furnus .avatar{background-image:url(/wp-content/themes/melva/dist/images/furnus_e9617706.png)}#avatarbubble.melva\/barnabus .avatar,#gid-avatarbubble.melva\/barnabus .avatar{background-image:url(/wp-content/themes/melva/dist/images/melva+barnabus_24371f9d.png)}#avatarbubble.melva\/furnus .avatar,#gid-avatarbubble.melva\/furnus .avatar{background-image:url(/wp-content/themes/melva/dist/images/melva+furnus_6da00c02.png)}#avatarbubble.melva .avatar,#avatarbubble.Melva .avatar,#gid-avatarbubble.melva .avatar,#gid-avatarbubble.Melva .avatar{background-image:url(/wp-content/themes/melva/dist/images/melva_d1cf2d95.png)}#avatarbubble.mammy .avatar,#avatarbubble.Mammy .avatar,#gid-avatarbubble.mammy .avatar,#gid-avatarbubble.Mammy .avatar{background-image:url(/wp-content/themes/melva/dist/images/star_def35636.png)}#avatarbubble.barnabus .avatar,#avatarbubble.Barnabus .avatar,#gid-avatarbubble.barnabus .avatar,#gid-avatarbubble.Barnabus .avatar{background-image:url(/wp-content/themes/melva/dist/images/barnabus_28efd396.png)}#avatarbubble.winnie .avatar,#avatarbubble.Winnie .avatar,#gid-avatarbubble.winnie .avatar,#gid-avatarbubble.Winnie .avatar{background-image:url(/wp-content/themes/melva/dist/images/winnie_a7cd9e50.png)}#avatarbubble.feggis .avatar,#avatarbubble.Feggis .avatar,#gid-avatarbubble.feggis .avatar,#gid-avatarbubble.Feggis .avatar{background-image:url(/wp-content/themes/melva/dist/images/feggis_d731b388.png)}#avatarbubble.Gruddle .avatar,#avatarbubble.grussle .avatar,#gid-avatarbubble.Gruddle .avatar,#gid-avatarbubble.grussle .avatar{background-image:url(/wp-content/themes/melva/dist/images/grussle_4b3b85fd.png)}#avatarbubble.sugarswirl .avatar,#avatarbubble.Sugarswirl .avatar,#gid-avatarbubble.sugarswirl .avatar,#gid-avatarbubble.Sugarswirl .avatar{background-image:url(/wp-content/themes/melva/dist/images/sugarswirl_80217700.png)}#avatarbubble.gideon .avatar,#avatarbubble.Gideon .avatar,#gid-avatarbubble.gideon .avatar,#gid-avatarbubble.Gideon .avatar{background-image:url(/wp-content/themes/melva/dist/images/gideon_5877cc59.png)}.level-avatar-gid #avatarbubble.gideon .avatar,.level-avatar-gid #avatarbubble.Gideon .avatar,.level-avatar-gid #gid-avatarbubble.gideon .avatar,.level-avatar-gid #gid-avatarbubble.Gideon .avatar,.level-avatar-gid-return #gid-avatarbubble.gideon .avatar,.level-avatar-gid-return #gid-avatarbubble.Gideon .avatar{background-image:url(/wp-content/themes/melva/dist/images/gideon2_447d79e5.png)}.level-avatar-melva #avatarbubble.furnus .avatar,.level-avatar-melva #avatarbubble.Furnus .avatar{background-image:url(/wp-content/themes/melva/dist/images/furnus2_a585c4c5.png)}.level-avatar-melva #avatarbubble.melva .avatar,.level-avatar-melva #avatarbubble.Melva .avatar{background-image:url(/wp-content/themes/melva/dist/images/melva2_63bb711f.png)}.preloader{color:#fff;left:0;top:0;background-size:cover;background-position:50%;z-index:100;background:rgba(0,0,0,.6);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;line-height:1}.preloader,.preloader:before{width:100%;height:100%;position:absolute}.preloader:before{background:rgba(0,0,0,.8);content:"";display:block}.preloader a#startScene{display:none}.preloader h1{margin:7%}.preloader .inner{text-align:center;display:block;position:relative}#clickChoices,.levelReturn{display:none;width:50%;left:25vw;bottom:5vh;z-index:10;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(rgba(0,0,0,.8)));background:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8));border-radius:.7vw;padding:1vw;position:absolute}#clickChoices a,.levelReturn a{display:block;padding:.8vw 2vw;border-radius:4vw;background:#000;border:.157vw solid #fff;margin:1.5vh;color:#fff!important;text-decoration:none;font-size:1.3vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#clickChoices a,.levelReturn a{font-size:2.6vh;letter-spacing:-.1vh}}#clickChoices a:hover,.levelReturn a:hover{background:#878787}#exit{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:200;display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#fff;top:0;left:0}#exit #exit-location{font-size:5vw;letter-spacing:-.05vw;line-height:1.6}@media (min-aspect-ratio:2/1){#exit #exit-location{font-size:10vh;letter-spacing:-.1vh}}#exit .button{margin:1vw}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}#worritmeter{z-index:99;width:7%;bottom:1%;right:1%;height:25%;background-image:url(/wp-content/themes/melva/dist/images/wm1_5f9b4320.png);position:absolute;display:block;background-size:contain;background-repeat:no-repeat}#worritmeter.disabled{pointer-events:none}#worritmeter.wm2{background-image:url(/wp-content/themes/melva/dist/images/wm2_7707cdc1.png)}#worritmeter.wm3{background-image:url(/wp-content/themes/melva/dist/images/wm3_1e4a056b.png)}#worritmeter.wm4{background-image:url(/wp-content/themes/melva/dist/images/wm4_ed0b45e8.png)}#worritmeter.wm5{background-image:url(/wp-content/themes/melva/dist/images/wm5_2dcb19cb.png)}#worritmeter.shake-once{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-animation-iteration-count:5;animation-iteration-count:5}#worritmeter.shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#menu{z-index:100;pointer-events:unset;position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:hsla(0,0%,9%,.8);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:none}#menu .inner{width:25%;color:#fff;display:block;margin:auto;text-align:center}#menu .inner h2{width:100%;display:block;margin-bottom:8%}#menu .inner ul{width:100%;display:block;padding:0;margin:0}#menu .inner ul li{padding:0;width:100%;margin-bottom:6%}#menu .inner ul li a{display:block;width:100%}#menu .inner ul li.accessibility{font-size:1.6vw;letter-spacing:-.075vw;padding:4% 6%;font-family:futurahandwrittenmedium}@media (min-aspect-ratio:2/1){#menu .inner ul li.accessibility{font-size:3.2vh;letter-spacing:-.15vh}}#menu .inner ul li.accessibility a#access-toggle{display:inline-block;width:auto;vertical-align:middle}#menu .inner ul li.accessibility a#access-toggle span{padding:19% 60%;font-size:75%;display:inline-block;background:#3355a0;margin-left:2%;border-radius:10%}#menu .inner ul li.accessibility a#access-toggle span.on{display:none;background:#34b281}#menu .inner ul li.accessibility a#access-toggle.enabled span.off{display:none}#menu .inner ul li.accessibility a#access-toggle.enabled span.on{display:inline-block}#menu-button-wrapper{display:inline-block;position:relative;z-index:20;left:2.03vw;top:1.46vw;width:3.22vw;height:3.22vw}#show-menu{display:inline-block}#show-menu>img{width:100%;height:100%}#show-help{display:inline-block;position:absolute;z-index:20;right:2.03vw;top:1.46vw;width:3.22vw;height:3.22vw}#show-help>img{width:100%;height:100%}#cutSceneControls,#skipCutscene{z-index:50;position:absolute;right:6.03vw;top:1.46vw;width:3.22vw;height:3.22vw}#cutSceneControls,#cutSceneControls .pause{display:none}#cutSceneControls.playing,#cutSceneControls.visible{display:block}#cutSceneControls.playing .play{display:none}#cutSceneControls.playing .pause{display:block}#cut-scene-video,#cutSceneControls img{width:100%;height:100%}#cut-scene-video{position:absolute;top:0;z-index:2}#cut-scene-video::-webkit-media-controls{display:none}.gid-return{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;display:none}.gid-return #gid-return{background-image:url(/wp-content/themes/melva/dist/images/gid-return-bg_3ed9ba6b.png)}.gid-return #gid-return:after{background-image:url(/wp-content/themes/melva/dist/images/gid-return-bg-grey_80f2991c.png)}.gid-return #gid-return .wm{background-image:url(/wp-content/themes/melva/dist/images/wm-lg-1_5f7cad19.png);position:absolute;width:10%;height:56%;background-size:contain;left:50%;top:11%;display:none}.gid-return #gid-return .wm2{background-image:url(/wp-content/themes/melva/dist/images/wm-lg-2_28b4bbd3.png)}.gid-return #gid-return .wm3{background-image:url(/wp-content/themes/melva/dist/images/wm-lg-3_719affc5.png)}.gid-return #gid-return .wm4{background-image:url(/wp-content/themes/melva/dist/images/wm-lg-4_b9c045c0.png)}.gid-return #gid-return .wm5{background-image:url(/wp-content/themes/melva/dist/images/wm-lg-5_9c67b492.png)}#gid-return-3 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-3_916324a9.png)}#gid-return-4 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-4_0d13a29d.png)}#gid-return-5 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-5_8e0c91b8.png)}#gid-return-6 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-6_ddf34f80.png)}#gid-return-7 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-7_71839e61.png)}#gid-return-8 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-8_c6cdc159.png)}#gid-return-9 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-9_a6a4f57f.png)}#gid-return-10 #gid-return #window{background-image:url(/wp-content/themes/melva/dist/images/gid-return-10_a1b81c81.png)}#help{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:20;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#help .inner{display:block;margin:auto;width:40%;background:#f4f4e6;padding:2%;border-radius:2%}#help .inner h2{text-align:center;margin-bottom:5%}#help .inner p{margin-bottom:2%}#help .inner .img-fluid,#help .inner .wp-caption img,.wp-caption #help .inner img{max-width:70%;margin:0 auto;display:block}#help .inner .divider{width:100%;display:block;margin:4% 0}#help .inner .level-hint{padding-left:11%;background-image:url(/wp-content/themes/melva/dist/images/hint_3e64a124.png);background-repeat:no-repeat;background-size:8% auto;background-position:0}#help .inner .hint span{color:#9e6915}#help #close-help{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABxCAYAAAAnDNZBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF30lEQVR4nO2dzXEcNxCFu5mAWL74aGagdQRcRUA6Ai8jMDMQHYGpm4/LDKgITGawuuq0DEBVq5OP7YLca09RuzPTjb9uLF7VlA7iDBr4BhjgzaAXiQi6ygsRLwDgGgDOufA1EW33gXQwFYSIdwDw/kDJHwDgjoh2HUxhIeIaAH4dKfWZiJYdTEHNgLLXTQdTSAIoQc8dTGYhYni4PwLApaSks6k/CLOHQBsRd4hI/O+aC+wab7vQRk9SKADwMtpjEHHBF35z4L+/AsCSiDYdzvcaQHmrOP1hCkyYV/80coEA5yJM7xSFN6tIKN/a9OhQhoirCSjAPWl9ms1/WLxwjIESRqHd2DPmYubFrhDxVhFEc+Khf6OE8jJ8NKQAE3THd8rJauJ5PKVPALAYPq/HwEge6m94SniSSgBl+fo5PQbmkce8uXrLHtBJKQeUbwqzsmMHAIRnBwmPxdg1WzoAYKVon/0RRqTzo20/1VDcc5IV2MoRCWU91UZzwIQ5+U5Y8H2HchzKrDJmBnKtCGDZoeigzAbDAd0Lg9i1NqSFZUEJKFIwYUjbCoN5bAjKOgLKnbg8YXALRVDXJw5lpSpTEaS0O+/Y6OxQcoLhYDfCAJ86lDJgFoop9K0jIOeKmy8ZFDUYatgViISyS1XH2Eo8CQPfdChlwDTjCliCEg2GGnEF+JkpXaNlg5IEDOmMzq0VV0A5kflvaM61FEhVOY0rILIojELJdnOlrORSUblqroBlKEnBkCOjk28is1CSgyEHrkCkbf9U6kbKUXGN0VnEFSj1LsUkGNK5AtmNTk9QsoEhY66ANyi5wVwoHrDiF0oz4ohxiKtN6fNeXHenpvObKtr2psFQRVfAM5RSYIobnd6hFAFDBV0BvgmkPdQclGJgqIArkMC2N/XRSEkw2T5/svYuxRUY0rsCo8NLi1CKg6HEnz/xWqk5KFXAUCKjM9K231r/MKQWmChXwPq7lBRHtcwYvKH2D+FpP/O/6XdwGVPVlCWIGNYcV4JTPgPAj61DAQNg9lNoTUNL5AoKzMklk1PcUKvMxTx4gwJWMvwJU0ZJ9EBEucFnkRUw+0XiVIoUidxCgdpD2V4ZhjTXUMAKGPgXTpgC/57gUh+8QwGLWWQR8QsA/KA8/YaImsgGZabHwP+TgJOHApbARM7M/hYmJTKv6kNZZDa8oT4R0SJtdPVUtcckhAKtZX+qaWKmhDLUO57huVYVMBmhAKcwXHhPoFp8KBskXssBBdg9cD+kFe0xkdnwpPqFiNymgyzWYxKkKPxTeI7vbOqFXiVHvwpWfg3jNvtTCSjJttVZ3hTlCkyObXWnkv3JKpTRfSmtpUopBib3Di4rm6JcgSmWzLPxnNCpoUi/6FdBGZTXbE7olFBiNgupZk4t54S2ACUuRWGjOaFdQxnE0FxO6JjGMLOtrsWc0DENYWpbnbfsT8nBWN7B1ZIr0AyUQYxN5IRuCgo1lBM6Z2WLQxnE694VyA2l2krbu9HZJBTSuwJmjM4moQzq4NYVOFahVSu7gr3mhD4GRQOE5vxaXQUwPnNCp4RiCcirerlzBZqHMqifK6PzJKAM4LhxBbTdfH+4+iFST58/aWYt+8NMNjxhhV0YncgzFuk2btfb6hAxuAKXglOKb4o64ztCohb2Oq6s/yT+mXDvYhMbUIloy0anRO/5w/himvPx3K7FH7W27ArsAxyzYEynKIwEY/bzp2GQiwN30KPnn+OdCUezXMg+epjLjFFDiBhcgd8ERX/lGzbbPs8ORp/96SMRXeeKyVTKklriO1/ayFeImC2ZUAfDIqKNIvvTPSJe5IinD2WvhIgb4Vb3ZyJapo6j95jvdS10BS5zuAK9xxyQNic0D4dpYuhgDqu20dmHsuOSDmnB6Ew2fe5gjkiZQLX3mBLiXDQPNcruYKZ1y6m25qg//EsKEcM65a+JIl+IKNlis/eYGeKMgTcTf5nUN+tgZorf3L47MKw9p17DQB/KdGJ/LBxbfk2dVgDwD1srClfJFeRBAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;position:absolute;display:block;right:32%;top:12%;width:2%;height:4%}#help.help-revisited #close-help{top:22%}#help.help-revisited .divider,#help.help-revisited .level-hint{display:none}#activity{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:12;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#activity #activity-content{margin:auto;width:70%;text-align:center}#activity #activity-content video{width:100%;margin-bottom:2%}#externalModal{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:20;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#externalModal.visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#externalModal .inner{display:block;margin:auto;width:65%;min-height:83%;background:#f4f4e6;padding:2% 2% .5%;border-radius:2%;position:relative}#externalModal .inner h3{font-family:futurahandwrittenmedium;text-align:center;margin-bottom:2%}#externalModal .inner a{color:#212529}#externalModal .modal_external_item .modal_external_image_container{position:relative}#externalModal .modal_external_item .modal_external_image_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/wp-content/themes/melva/dist/images/play-overlay_4f686929.png);background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}#externalModal .modal_external_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#externalModal .modal_external_item:hover .modal_external_image_container:before{opacity:1}#externalModal .modal_external_flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#externalModal .modal_external_flex .modal_external_item{width:calc(50% - 3vw);-webkit-flex-basis:calc(50% - 3vw);-ms-flex-preferred-size:calc(50% - 3vw);flex-basis:calc(50% - 3vw);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5vw}#externalModal .modal_external_flex .modal_external_item #help .inner p,#externalModal .modal_external_flex .modal_external_item h4,#help .inner #externalModal .modal_external_flex .modal_external_item p{display:inline-block;line-height:1.5;margin-left:1vw}#externalModal .modal_external_flex .modal_external_image_container{width:100%;height:5.5vw;max-width:40%;position:relative}#externalModal .modal_external_flex a #help .inner p,#externalModal .modal_external_flex a h4,#help .inner #externalModal .modal_external_flex a p{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}#externalModal .modal_external_flex a:hover #help .inner p,#externalModal .modal_external_flex a:hover h4,#help .inner #externalModal .modal_external_flex a:hover p{color:#9e6915}#externalModal #close-externalModal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABxCAYAAAAnDNZBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF30lEQVR4nO2dzXEcNxCFu5mAWL74aGagdQRcRUA6Ai8jMDMQHYGpm4/LDKgITGawuuq0DEBVq5OP7YLca09RuzPTjb9uLF7VlA7iDBr4BhjgzaAXiQi6ygsRLwDgGgDOufA1EW33gXQwFYSIdwDw/kDJHwDgjoh2HUxhIeIaAH4dKfWZiJYdTEHNgLLXTQdTSAIoQc8dTGYhYni4PwLApaSks6k/CLOHQBsRd4hI/O+aC+wab7vQRk9SKADwMtpjEHHBF35z4L+/AsCSiDYdzvcaQHmrOP1hCkyYV/80coEA5yJM7xSFN6tIKN/a9OhQhoirCSjAPWl9ms1/WLxwjIESRqHd2DPmYubFrhDxVhFEc+Khf6OE8jJ8NKQAE3THd8rJauJ5PKVPALAYPq/HwEge6m94SniSSgBl+fo5PQbmkce8uXrLHtBJKQeUbwqzsmMHAIRnBwmPxdg1WzoAYKVon/0RRqTzo20/1VDcc5IV2MoRCWU91UZzwIQ5+U5Y8H2HchzKrDJmBnKtCGDZoeigzAbDAd0Lg9i1NqSFZUEJKFIwYUjbCoN5bAjKOgLKnbg8YXALRVDXJw5lpSpTEaS0O+/Y6OxQcoLhYDfCAJ86lDJgFoop9K0jIOeKmy8ZFDUYatgViISyS1XH2Eo8CQPfdChlwDTjCliCEg2GGnEF+JkpXaNlg5IEDOmMzq0VV0A5kflvaM61FEhVOY0rILIojELJdnOlrORSUblqroBlKEnBkCOjk28is1CSgyEHrkCkbf9U6kbKUXGN0VnEFSj1LsUkGNK5AtmNTk9QsoEhY66ANyi5wVwoHrDiF0oz4ohxiKtN6fNeXHenpvObKtr2psFQRVfAM5RSYIobnd6hFAFDBV0BvgmkPdQclGJgqIArkMC2N/XRSEkw2T5/svYuxRUY0rsCo8NLi1CKg6HEnz/xWqk5KFXAUCKjM9K231r/MKQWmChXwPq7lBRHtcwYvKH2D+FpP/O/6XdwGVPVlCWIGNYcV4JTPgPAj61DAQNg9lNoTUNL5AoKzMklk1PcUKvMxTx4gwJWMvwJU0ZJ9EBEucFnkRUw+0XiVIoUidxCgdpD2V4ZhjTXUMAKGPgXTpgC/57gUh+8QwGLWWQR8QsA/KA8/YaImsgGZabHwP+TgJOHApbARM7M/hYmJTKv6kNZZDa8oT4R0SJtdPVUtcckhAKtZX+qaWKmhDLUO57huVYVMBmhAKcwXHhPoFp8KBskXssBBdg9cD+kFe0xkdnwpPqFiNymgyzWYxKkKPxTeI7vbOqFXiVHvwpWfg3jNvtTCSjJttVZ3hTlCkyObXWnkv3JKpTRfSmtpUopBib3Di4rm6JcgSmWzLPxnNCpoUi/6FdBGZTXbE7olFBiNgupZk4t54S2ACUuRWGjOaFdQxnE0FxO6JjGMLOtrsWc0DENYWpbnbfsT8nBWN7B1ZIr0AyUQYxN5IRuCgo1lBM6Z2WLQxnE694VyA2l2krbu9HZJBTSuwJmjM4moQzq4NYVOFahVSu7gr3mhD4GRQOE5vxaXQUwPnNCp4RiCcirerlzBZqHMqifK6PzJKAM4LhxBbTdfH+4+iFST58/aWYt+8NMNjxhhV0YncgzFuk2btfb6hAxuAKXglOKb4o64ztCohb2Oq6s/yT+mXDvYhMbUIloy0anRO/5w/himvPx3K7FH7W27ArsAxyzYEynKIwEY/bzp2GQiwN30KPnn+OdCUezXMg+epjLjFFDiBhcgd8ERX/lGzbbPs8ORp/96SMRXeeKyVTKklriO1/ayFeImC2ZUAfDIqKNIvvTPSJe5IinD2WvhIgb4Vb3ZyJapo6j95jvdS10BS5zuAK9xxyQNic0D4dpYuhgDqu20dmHsuOSDmnB6Ew2fe5gjkiZQLX3mBLiXDQPNcruYKZ1y6m25qg//EsKEcM65a+JIl+IKNlis/eYGeKMgTcTf5nUN+tgZorf3L47MKw9p17DQB/KdGJ/LBxbfk2dVgDwD1srClfJFeRBAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;position:absolute;display:block;right:2%;top:4%;width:2%;height:4%}#btsModal{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:20;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#btsModal.visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#btsModal video{display:block;width:100%}#btsModal .modal-video{display:none}#btsModal.showVideo .modal-video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#btsModal.showVideo .modal_bts_flex{display:none!important}#btsModal .inner{display:block;margin:auto;width:65%;min-height:83%;background:#f4f4e6;padding:2% 2% .5%;border-radius:2%;position:relative}#btsModal .inner h3{font-family:futurahandwrittenmedium;text-align:center;margin-bottom:1%}#btsModal .inner a{color:#212529}#btsModal .modal_bts .modal_bts_flex{margin:0 -.75vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#btsModal .modal_bts .modal_bts_item{position:relative;margin:0 .75vw 1.5vw;width:calc(25% - 1.5vw);-webkit-flex-basis:calc(25% - 1.5vw);-ms-flex-preferred-size:calc(25% - 1.5vw);flex-basis:calc(25% - 1.5vw)}#btsModal .modal_bts .modal_bts_item .modal_bts_image_container{position:relative;width:100%;height:8.5vw}#btsModal .modal_bts .modal_bts_item .modal_bts_image_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/wp-content/themes/melva/dist/images/play-overlay_4f686929.png);background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}#btsModal .modal_bts .modal_bts_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#btsModal .modal_bts .modal_bts_item:hover .modal_bts_image_container:before{opacity:1}#btsModal #close-btsModal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABxCAYAAAAnDNZBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF30lEQVR4nO2dzXEcNxCFu5mAWL74aGagdQRcRUA6Ai8jMDMQHYGpm4/LDKgITGawuuq0DEBVq5OP7YLca09RuzPTjb9uLF7VlA7iDBr4BhjgzaAXiQi6ygsRLwDgGgDOufA1EW33gXQwFYSIdwDw/kDJHwDgjoh2HUxhIeIaAH4dKfWZiJYdTEHNgLLXTQdTSAIoQc8dTGYhYni4PwLApaSks6k/CLOHQBsRd4hI/O+aC+wab7vQRk9SKADwMtpjEHHBF35z4L+/AsCSiDYdzvcaQHmrOP1hCkyYV/80coEA5yJM7xSFN6tIKN/a9OhQhoirCSjAPWl9ms1/WLxwjIESRqHd2DPmYubFrhDxVhFEc+Khf6OE8jJ8NKQAE3THd8rJauJ5PKVPALAYPq/HwEge6m94SniSSgBl+fo5PQbmkce8uXrLHtBJKQeUbwqzsmMHAIRnBwmPxdg1WzoAYKVon/0RRqTzo20/1VDcc5IV2MoRCWU91UZzwIQ5+U5Y8H2HchzKrDJmBnKtCGDZoeigzAbDAd0Lg9i1NqSFZUEJKFIwYUjbCoN5bAjKOgLKnbg8YXALRVDXJw5lpSpTEaS0O+/Y6OxQcoLhYDfCAJ86lDJgFoop9K0jIOeKmy8ZFDUYatgViISyS1XH2Eo8CQPfdChlwDTjCliCEg2GGnEF+JkpXaNlg5IEDOmMzq0VV0A5kflvaM61FEhVOY0rILIojELJdnOlrORSUblqroBlKEnBkCOjk28is1CSgyEHrkCkbf9U6kbKUXGN0VnEFSj1LsUkGNK5AtmNTk9QsoEhY66ANyi5wVwoHrDiF0oz4ohxiKtN6fNeXHenpvObKtr2psFQRVfAM5RSYIobnd6hFAFDBV0BvgmkPdQclGJgqIArkMC2N/XRSEkw2T5/svYuxRUY0rsCo8NLi1CKg6HEnz/xWqk5KFXAUCKjM9K231r/MKQWmChXwPq7lBRHtcwYvKH2D+FpP/O/6XdwGVPVlCWIGNYcV4JTPgPAj61DAQNg9lNoTUNL5AoKzMklk1PcUKvMxTx4gwJWMvwJU0ZJ9EBEucFnkRUw+0XiVIoUidxCgdpD2V4ZhjTXUMAKGPgXTpgC/57gUh+8QwGLWWQR8QsA/KA8/YaImsgGZabHwP+TgJOHApbARM7M/hYmJTKv6kNZZDa8oT4R0SJtdPVUtcckhAKtZX+qaWKmhDLUO57huVYVMBmhAKcwXHhPoFp8KBskXssBBdg9cD+kFe0xkdnwpPqFiNymgyzWYxKkKPxTeI7vbOqFXiVHvwpWfg3jNvtTCSjJttVZ3hTlCkyObXWnkv3JKpTRfSmtpUopBib3Di4rm6JcgSmWzLPxnNCpoUi/6FdBGZTXbE7olFBiNgupZk4t54S2ACUuRWGjOaFdQxnE0FxO6JjGMLOtrsWc0DENYWpbnbfsT8nBWN7B1ZIr0AyUQYxN5IRuCgo1lBM6Z2WLQxnE694VyA2l2krbu9HZJBTSuwJmjM4moQzq4NYVOFahVSu7gr3mhD4GRQOE5vxaXQUwPnNCp4RiCcirerlzBZqHMqifK6PzJKAM4LhxBbTdfH+4+iFST58/aWYt+8NMNjxhhV0YncgzFuk2btfb6hAxuAKXglOKb4o64ztCohb2Oq6s/yT+mXDvYhMbUIloy0anRO/5w/himvPx3K7FH7W27ArsAxyzYEynKIwEY/bzp2GQiwN30KPnn+OdCUezXMg+epjLjFFDiBhcgd8ERX/lGzbbPs8ORp/96SMRXeeKyVTKklriO1/ayFeImC2ZUAfDIqKNIvvTPSJe5IinD2WvhIgb4Vb3ZyJapo6j95jvdS10BS5zuAK9xxyQNic0D4dpYuhgDqu20dmHsuOSDmnB6Ew2fe5gjkiZQLX3mBLiXDQPNcruYKZ1y6m25qg//EsKEcM65a+JIl+IKNlis/eYGeKMgTcTf5nUN+tgZorf3L47MKw9p17DQB/KdGJ/LBxbfk2dVgDwD1srClfJFeRBAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;position:absolute;display:block;right:2%;top:4%;width:2%;height:4%}#btsModal #back-btsModal{display:none;position:absolute;left:2%;top:4%;font-size:1.3vw;letter-spacing:-.05vw}@media (min-aspect-ratio:2/1){#btsModal #back-btsModal{font-size:2.6vh;letter-spacing:-.1vh}}#btsModal #back-btsModal.show{display:block}#resourceModal{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:20;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#resourceModal.visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#resourceModal video{display:block;width:100%}#resourceModal .modal-video{display:none}#resourceModal.showVideo .modal-video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#resourceModal.showVideo .modal_resources{display:none}#resourceModal .inner{display:block;margin:auto;width:65%;min-height:83%;background:#f4f4e6;padding:2% 2% .5%;border-radius:2%;position:relative}#resourceModal .inner h3{font-family:futurahandwrittenmedium;text-align:center;margin-bottom:5%}#resourceModal .inner ul{text-align:center}#resourceModal .inner ul li{display:inline-block;padding:0 3%;opacity:.5;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#resourceModal .inner ul li.is-active,#resourceModal .inner ul li:hover{opacity:1}#resourceModal .inner ul li.is-active h3{position:relative}#resourceModal .inner ul li.is-active h3:after{content:"";position:absolute;left:0;top:90%;border:.1rem solid #212529;width:100%}#resourceModal .inner a{color:#212529}#resourceModal .modal_tab{min-height:28vw;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:none}#resourceModal .modal_tab.is-active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#help .inner #resourceModal .modal_tab a p,#resourceModal .modal_tab a #help .inner p,#resourceModal .modal_tab a h4{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}#help .inner #resourceModal .modal_tab a:hover p,#resourceModal .modal_tab a:hover #help .inner p,#resourceModal .modal_tab a:hover h4{color:#9e6915}#resourceModal .modal_tab .modal_tab_item .modal_tab_image_container{position:relative}#resourceModal .modal_tab .modal_tab_item .modal_tab_image_container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/wp-content/themes/melva/dist/images/play-overlay_4f686929.png);background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}#resourceModal .modal_tab .modal_tab_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#resourceModal .modal_tab .modal_tab_item:hover .modal_tab_image_container:before{opacity:1}#resourceModal .modal_resources{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#resourceModal .modal_resources .modal_resources_resource{width:calc(50% - 3vw);-webkit-flex-basis:calc(50% - 3vw);-ms-flex-preferred-size:calc(50% - 3vw);flex-basis:calc(50% - 3vw);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5vw}#help .inner #resourceModal .modal_resources .modal_resources_resource p,#resourceModal .modal_resources .modal_resources_resource #help .inner p,#resourceModal .modal_resources .modal_resources_resource h4{display:inline-block;line-height:1.5;margin-left:1vw}#resourceModal .modal_resources .modal_tab_image_container{width:100%;height:5.5vw;max-width:40%;position:relative}#resourceModal .modal_games{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#resourceModal .modal_games .modal_games_game{width:calc(50% - 1vw);-webkit-flex-basis:calc(50% - 1vw);-ms-flex-preferred-size:calc(50% - 1vw);flex-basis:calc(50% - 1vw)}#help .inner #resourceModal .modal_games .modal_games_game p,#resourceModal .modal_games .modal_games_game #help .inner p,#resourceModal .modal_games .modal_games_game h4{text-align:center;line-height:1.5;margin-top:1vw}#resourceModal .modal_games .modal_tab_image_container{width:100%;height:18vw}#resourceModal .modal_films{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#resourceModal .modal_films .modal_films_film{width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}#help .inner #resourceModal .modal_films .modal_films_film p,#resourceModal .modal_films .modal_films_film #help .inner p,#resourceModal .modal_films .modal_films_film h4{text-align:center;line-height:1.5;margin-top:1vw}#resourceModal .modal_films .modal_tab_image_container{width:100%;height:30.5vw}#resourceModal #close-resourceModal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABxCAYAAAAnDNZBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAF30lEQVR4nO2dzXEcNxCFu5mAWL74aGagdQRcRUA6Ai8jMDMQHYGpm4/LDKgITGawuuq0DEBVq5OP7YLca09RuzPTjb9uLF7VlA7iDBr4BhjgzaAXiQi6ygsRLwDgGgDOufA1EW33gXQwFYSIdwDw/kDJHwDgjoh2HUxhIeIaAH4dKfWZiJYdTEHNgLLXTQdTSAIoQc8dTGYhYni4PwLApaSks6k/CLOHQBsRd4hI/O+aC+wab7vQRk9SKADwMtpjEHHBF35z4L+/AsCSiDYdzvcaQHmrOP1hCkyYV/80coEA5yJM7xSFN6tIKN/a9OhQhoirCSjAPWl9ms1/WLxwjIESRqHd2DPmYubFrhDxVhFEc+Khf6OE8jJ8NKQAE3THd8rJauJ5PKVPALAYPq/HwEge6m94SniSSgBl+fo5PQbmkce8uXrLHtBJKQeUbwqzsmMHAIRnBwmPxdg1WzoAYKVon/0RRqTzo20/1VDcc5IV2MoRCWU91UZzwIQ5+U5Y8H2HchzKrDJmBnKtCGDZoeigzAbDAd0Lg9i1NqSFZUEJKFIwYUjbCoN5bAjKOgLKnbg8YXALRVDXJw5lpSpTEaS0O+/Y6OxQcoLhYDfCAJ86lDJgFoop9K0jIOeKmy8ZFDUYatgViISyS1XH2Eo8CQPfdChlwDTjCliCEg2GGnEF+JkpXaNlg5IEDOmMzq0VV0A5kflvaM61FEhVOY0rILIojELJdnOlrORSUblqroBlKEnBkCOjk28is1CSgyEHrkCkbf9U6kbKUXGN0VnEFSj1LsUkGNK5AtmNTk9QsoEhY66ANyi5wVwoHrDiF0oz4ohxiKtN6fNeXHenpvObKtr2psFQRVfAM5RSYIobnd6hFAFDBV0BvgmkPdQclGJgqIArkMC2N/XRSEkw2T5/svYuxRUY0rsCo8NLi1CKg6HEnz/xWqk5KFXAUCKjM9K231r/MKQWmChXwPq7lBRHtcwYvKH2D+FpP/O/6XdwGVPVlCWIGNYcV4JTPgPAj61DAQNg9lNoTUNL5AoKzMklk1PcUKvMxTx4gwJWMvwJU0ZJ9EBEucFnkRUw+0XiVIoUidxCgdpD2V4ZhjTXUMAKGPgXTpgC/57gUh+8QwGLWWQR8QsA/KA8/YaImsgGZabHwP+TgJOHApbARM7M/hYmJTKv6kNZZDa8oT4R0SJtdPVUtcckhAKtZX+qaWKmhDLUO57huVYVMBmhAKcwXHhPoFp8KBskXssBBdg9cD+kFe0xkdnwpPqFiNymgyzWYxKkKPxTeI7vbOqFXiVHvwpWfg3jNvtTCSjJttVZ3hTlCkyObXWnkv3JKpTRfSmtpUopBib3Di4rm6JcgSmWzLPxnNCpoUi/6FdBGZTXbE7olFBiNgupZk4t54S2ACUuRWGjOaFdQxnE0FxO6JjGMLOtrsWc0DENYWpbnbfsT8nBWN7B1ZIr0AyUQYxN5IRuCgo1lBM6Z2WLQxnE694VyA2l2krbu9HZJBTSuwJmjM4moQzq4NYVOFahVSu7gr3mhD4GRQOE5vxaXQUwPnNCp4RiCcirerlzBZqHMqifK6PzJKAM4LhxBbTdfH+4+iFST58/aWYt+8NMNjxhhV0YncgzFuk2btfb6hAxuAKXglOKb4o64ztCohb2Oq6s/yT+mXDvYhMbUIloy0anRO/5w/himvPx3K7FH7W27ArsAxyzYEynKIwEY/bzp2GQiwN30KPnn+OdCUezXMg+epjLjFFDiBhcgd8ERX/lGzbbPs8ORp/96SMRXeeKyVTKklriO1/ayFeImC2ZUAfDIqKNIvvTPSJe5IinD2WvhIgb4Vb3ZyJapo6j95jvdS10BS5zuAK9xxyQNic0D4dpYuhgDqu20dmHsuOSDmnB6Ew2fe5gjkiZQLX3mBLiXDQPNcruYKZ1y6m25qg//EsKEcM65a+JIl+IKNlis/eYGeKMgTcTf5nUN+tgZorf3L47MKw9p17DQB/KdGJ/LBxbfk2dVgDwD1srClfJFeRBAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;position:absolute;display:block;right:2%;top:4%;width:2%;height:4%}.levelReturn{display:none;width:60%!important;left:20vw!important;padding:2vw!important}.levelReturn.visible{display:block}.levelReturn .levelReturn_flex{width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.75vw}.levelReturn .levelReturn_flex,.levelReturn .levelReturn_flex>*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.levelReturn .levelReturn_flex>*{margin:0 .75vw 1.5vw!important;width:calc(33.33333% - 1.5vw);-webkit-flex-basis:calc(33.33333% - 1.5vw);-ms-flex-preferred-size:calc(33.33333% - 1.5vw);flex-basis:calc(33.33333% - 1.5vw);text-align:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#help .inner .levelReturn .levelReturn_flex p,.levelReturn .levelReturn_flex #help .inner p,.levelReturn .levelReturn_flex h4{color:#fff;font-size:1.3vw!important}@media (min-aspect-ratio:2/1){#help .inner .levelReturn .levelReturn_flex p,.levelReturn .levelReturn_flex #help .inner p,.levelReturn .levelReturn_flex h4{font-size:2.6vh!important}}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}#worrit-game{background-image:url(/level-assets/ui/worritbg.jpg);background-size:contain;background-repeat:no-repeat;background-position:50%;z-index:21;overflow:hidden;display:none}#worrit-game,#worrit-game #instructions{width:100%;height:100%;left:0;top:0;position:absolute}#worrit-game #instructions{background:rgba(0,0,0,.8);z-index:200;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#fff}#worrit-game #instructions .inner{width:50%;margin:auto}#worrit-game #instructions .inner a{margin-top:1.7%}#worrit-game .bottom-row{z-index:5;width:78.49%;height:32.03%;left:11.28%;top:67.97%;background-image:url(/level-assets/ui/front-row.png)}#worrit-game .bottom-row,#worrit-game .top-row{position:absolute;background-size:contain;background-repeat:no-repeat;background-position:50%;pointer-events:none}#worrit-game .top-row{z-index:3;width:71.35%;height:52.76%;left:13.75%;top:47.24%;background-image:url(/level-assets/ui/back-row.png)}#worrit-game .worrit{position:absolute;width:9.35%;height:23.85%;left:37.27%;top:54.24%;z-index:4;background-size:contain;background-repeat:no-repeat;background-image:url(/level-assets/ui/wg1.png);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}#worrit-game .worrit.visible{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}#worrit-game .wg1{background-image:url(/level-assets/ui/wg1.png)}#worrit-game .wg2{background-image:url(/level-assets/ui/wg2.png)}#worrit-game .wg3{background-image:url(/level-assets/ui/wg3.png)}#worrit-game .wb1{background-image:url(/level-assets/ui/wb1.png)}#worrit-game .wb2{background-image:url(/level-assets/ui/wb2.png)}#worrit-game .wb3{background-image:url(/level-assets/ui/wb3.png)}#worrit-game #worrit1{left:22.84%}#worrit-game #worrit1,#worrit-game #worrit2{width:7.73%;height:19.69%;top:36.72%;z-index:2}#worrit-game #worrit2{left:38.88%}#worrit-game #worrit3{left:54.92%}#worrit-game #worrit3,#worrit-game #worrit4{width:7.73%;height:19.69%;top:36.72%;z-index:2}#worrit-game #worrit4{left:70.34%}#worrit-game #worrit5{width:9.35%;height:23.85%;left:19.61%;top:54.22%}#worrit-game #worrit6{width:9.35%;height:23.85%;left:37.27%;top:54.22%}#worrit-game #worrit7{width:9.35%;height:23.85%;left:54.92%;top:54.22%}#worrit-game #worrit8{width:9.35%;height:23.85%;left:72.58%;top:54.22%}#worrit-game #hammer{position:absolute;width:24.79%;height:32.03%;background-size:contain;background-repeat:no-repeat;background-image:url(/level-assets/ui/hammer.png);display:none;z-index:10;-webkit-transform:translate(-40%,-60%);transform:translate(-40%,-60%)}#worrit-game #hammer.visible{display:block}#worrit-game .score{position:absolute;width:15%;top:20%;text-align:center;left:51.8%;display:block}#worrit-game .score #score{color:#ff0;font-size:3vw}#worrit-game .score #score.flash{-webkit-animation:blinker .5s linear infinite;animation:blinker .5s linear infinite}#egg-game{width:100%;height:100%;background-image:url(/level-assets/ui/egg-bg.png);display:none;z-index:21;cursor:none}#egg-game,#egg-game #egg-cover{position:absolute;left:0;top:0;background-size:cover;overflow:hidden}#egg-game #egg-cover{background-image:url(/level-assets/ui/cover.png);width:85.57%;height:29.95%;z-index:10}#egg-game #egginstructions{display:none;position:absolute;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:200;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#fff;top:0;left:0;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEtUlEQVRYhb2X22/bVBzHv4nbpGk70nRK1naIbiBuk6YWxCS0h9ViIB54WCUU8cLUMu1lEhPlP2ASQ/DEEA88UqQ9ESFtEiAkaGeeVqmMdUyMtrSj2ZYFpcqlSdrETmyj34mPc9LGibtOfCXfzsX++Hezj8c0TXDF5IhsneeiSmoB/5MYREyOTAGgbbjJY+MA1gAs8GNUSSmPE8/z7Vh4FMDNR5h7ywIjICWqpNb2AnEJwAd0MXC8Gx1dXrtzM1mBXjbtowsoAprerSsJgiaO0cWrFwdYo9c3BK/vIDs3tAQM7SGqZQNbySoDomP+rgY1p7cCmnLrto5mjYGnPobU+0pDm178DT2H5hHauAa9tMja1KyO/D8a2zJ3yqK1RgBci8mRw27c1GH5dUxs3Fw5Ux/Qewwe3xCkwAvo7D8F/8A56KUlbK2cgT9UQDgUQPjlAJ55O8hA1n8vIfuXyqdTtk27gcjxCzK5GBOsrTjPjhVcBRKfMRhuJQJiFvn3K3bsP9IlApAOtQPYAUG+fuKwr+UEcgV3h7Z+uaGPrECbINcxYUdytWS4mWPL1Av2OcXF6ncbYvcXbgPTu90SjyIK0KXLWXFmPKqkptzeyivmNKUfSS+Y9mY6ZmFdUsCDnsFOsWk4JkemY3Kkzw0EL9sEMjI42oPw0907B/kAqc+DzgNedu6kBzNFPJgtir1ULybbFS+eCmxQIaE1HWRqQDVlonRbh7pqsOtmevJkL46c7Ye/T+K9VC+UmByZdA1RyrWPCT1nonxHRzXdvIxTdh09vx+hF/28KQjg65gcueLkHg7BolivmND19hlCcaKtGWxrJqo1z78bwvBb+8TeU5ZVRptCNARnptIWgous4QRCGjzeg6Pv72/rHrE8/kq7zGpDxdszCGWNg3vsci5CXKHd5nrzqFO3nHOVgzils4N7JjiICGHHRXmrHqAUfvdu5LH0UwYVrf7GvsFjOHB6DlLvQRtEXTJYbXESuYeyR+ryiCCyDWHFBf3KIb1SZm26aWJlJotcvOai1dkc+COq6UXoxYcIvfElvL7aGxolE+qygfKy0TJ7CEaQ7N02hpknFy9jI6li8fs0Sht1q2hbOu7fyNceqBWQ+WECUu8Qgic+abiJUai5p7RQqysEJNaW7sHG35jtEPSrt0EuiV/PM9dYukofpBqgilxStUGyv5yHf/g1dA2f3PHWFCNUVxjQbZ1t2n0D+eWGuMs1QESVFH3MJrlbCAjAh1ElNW59kFgG3bueR7Vaiw8tOQ81PovgiYu2W5xE1qikTGT+tDOQ7j/dsO5oJ6vi0e9aMBDswLOvh1jk0sPD7/zMgMgyrfT3TFZ08UsUi9vd0VKWpcZpDN0ocatouyXz4yTLGIoPJ4sk/iiKAO/xIrkrCMtllMoXwLKohIJVVyrpReTnPoW0bwiR03PMMtsBaLylb6JKyi5Wu3KHqJgcYUsFqdOD597sR6fP+X2aADiW7d1qnGeSWD9E8ULXCmBPEGJ8iPWDyzAaC50TAPbiDi5rMf05XVLGhEe6YZRNJG8WxTpzIaqkPnK6x54hSNaHaKJJF9UBWg62XAA9FggLhN6UrEKfaip2FLiX2i6OAfwHZvaTIe2V5zQAAAAASUVORK5CYII=) 0 0,pointer;cursor:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO30uY2xzLTJ7ZmlsbDojZTJjNDJkO30uY2xzLTN7ZmlsbDojYWEzZjE1O30uY2xzLTR7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKTt9LmNscy01e2ZpbGw6I2Q4OTEyYTt9LmNscy02e2ZpbGw6I2YwZjRmZjt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjkuNDQsMjEuMThhMS43OCwxLjc4LDAsMCwwLS4zLTIuMTdjLTEuMjYtMS4zMS0xMS45My04Ljk0LTExLjgtOUMxOCw5LjgsMjEsNi4yOSwyMC42Nyw2LDIwLjI5LDUuMDcsOS4xOCwyLjE3LDIuOTMsMi4zM2MtLjQxLDAtLjYxLjE5LS41OS42QzIuMTcsOS4xOCw1LjA3LDIwLjI5LDYsMjAuNjcsNi4yOSwyMSw5LjgsMTgsMTAsMTcuMzNjLjExLS4xMiw3Ljc0LDEwLjU1LDksMTEuOGExLjc4LDEuNzgsMCwwLDAsMi4xNy4zQTM5LjM5LDM5LjM5LDAsMCwwLDI5LjQ0LDIxLjE4WiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIwLjI5LDMwLjg0YTIuNzgsMi43OCwwLDAsMS0yLjEzLS45MmMtLjgxLS44LTMtMy43NC02LTcuNzctLjc3LTEtMS42MS0yLjE4LTIuMjEtMy0uMjcuMjYtLjYxLjU3LTEsLjkzLTIsMS43NS0yLjU5LDEuNzUtMi45LDEuNzVhMS4yOCwxLjI4LDAsMCwxLS42NC0uMTdjLS40Ni0uMjMtMS4zMi0xLTIuNzctNy40M0E1Myw1MywwLDAsMSwxLjE3LDIuOTNhMS43NiwxLjc2LDAsMCwxLC40NS0xLjI2LDEuNjksMS42OSwwLDAsMSwxLjI2LS41aC41N0E1Ni43LDU2LjcsMCwwLDEsMTQuNTYsMi42OGMxLjcxLjQsMy4zMi44NCw0LjUyLDEuMjQsMS44MS42LDIuMzUsMSwyLjYxLDEuNDVhMS4zMywxLjMzLDAsMCwxLC4xMiwxQTguNDEsOC40MSwwLDAsMSwyMCw5Yy0uMzIuMzctLjYuNjctLjg0LjkxLjc5LjYsMS45MywxLjQ0LDMsMi4yMiw0LDMsNyw1LjE4LDcuNzcsNmEyLjk0LDIuOTQsMCwwLDEsLjQ2LDMuN2wwLDBhNDAuNDUsNDAuNDUsMCwwLDEtOC41LDguNDlsMCwwYTIuNzUsMi43NSwwLDAsMS0xLjU2LjQ1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTMuNDUsMi4zM0M5Ljc4LDIuMzMsMjAuMyw1LjEsMjAuNjcsNiwyMSw2LjI5LDE4LDkuOCwxNy4zNCwxMGMtLjEzLjExLDEwLjU0LDcuNzQsMTEuOCw5LjA1YTEuNzgsMS43OCwwLDAsMSwuMywyLjE3LDM5LjM5LDM5LjM5LDAsMCwxLTguMjYsOC4yNSwxLjU5LDEuNTksMCwwLDEtLjg5LjI0QTEuNjEsMS42MSwwLDAsMSwxOSwyOS4xM2MtMS4yOS0xLjI1LTguODQtMTEuOC05LTExLjhoMGMtLjE2LjU5LTMuMzMsMy4zNi0zLjk0LDMuMzZhLjExLjExLDAsMCwxLS4wOCwwQzUuMDcsMjAuMjksMi4xNyw5LjE4LDIuMzQsMi45M3EwLS42LjU0LS42aC41N00zLjQ1LDBIMi44OEEyLjksMi45LDAsMCwwLC43OC44NiwyLjkyLDIuOTIsMCwwLDAsMCwyLjkzLDU0LjA2LDU0LjA2LDAsMCwwLDEuNDgsMTQuNTFjLjQxLDEuODIuODcsMy41MywxLjMsNC44My41OCwxLjc1LDEuMDYsMi43OSwyLDMuMzJBMi4zOSwyLjM5LDAsMCwwLDYsMjNjLjgxLDAsMS43MS0uMzQsMy42Ni0ybC4xMS0uMSwxLjQ0LDEuOTRjMy4wNiw0LjE0LDUuMTcsNyw2LjA2LDcuODdhNCw0LDAsMCwwLDMsMS4yOSwzLjkxLDMuOTEsMCwwLDAsMi4yMy0uNjZoMGwwLDBhNDIuMjYsNDIuMjYsMCwwLDAsOC43NC04LjczbDAsMCwwLDBhNC4xMiw0LjEyLDAsMCwwLS42My01LjIxYy0uOTEtLjg5LTMuNzMtMy03Ljg3LTYuMDZMMjAuOTEsOS44YzEuNzMtMiwxLjk1LTIuNzgsMi0zLjA4YTIuNTMsMi41MywwLDAsMC0uMjctMmMtLjUyLS44OS0xLjUyLTEuMzctMy4yMi0xLjkzQzE4LjIyLDIuNCwxNi41NywyLDE0LjgyLDEuNTVBNTcuMTQsNTcuMTQsMCwwLDAsMy40NSwwWiIvPjxnIGNsYXNzPSJjbHMtNCI+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNLTEuMjgsMTQuMjNBOS42OSw5LjY5LDAsMCwxLDYuOTEsMTFhMTQsMTQsMCwwLDEsOC4xNiwzLjc5LDQzLjE2LDQzLjE2LDAsMCwwLDMuNzgsMy41MWMyLjI5LDEuNjQsNS4xNCwyLjIyLDcuODUsM3M1LjUxLDEuOTQsNy4wOSw0LjI3Yy44MSwxLjIxLDEuMiwyLjkxLjM1LDQuMUE0LjkyLDQuOTIsMCwwLDEsMzIsMzEuMDdjLTIuMzMsMS00LjY3LDItNywyLjktNC40MSwxLjc0LTkuMzQsMy4yNy0xMy44MSwxLjY4QTE5LDE5LDAsMCwxLDUsMzEuNTcsMjIsMjIsMCwwLDEtLjEsMjUuNDRjLTItNC0xLjctOC42MS0xLjM4LTEzIi8+PC9nPjxwYXRoIGNsYXNzPSJjbHMtNiIgZD0iTTUuMjMsNC45MkEyMC41NywyMC41NywwLDAsMSwxMi45NCw2LjQuNS41LDAsMCwwLDEzLjU2LDZhLjUyLjUyLDAsMCwwLS4zNS0uNjIsMjEuNTYsMjEuNTYsMCwwLDAtOC0xLjUyLjUzLjUzLDAsMCwwLS41MS41MS41Mi41MiwwLDAsMCwuNTEuNTFaIi8+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNMTUuNTUsNy4yYS41MS41MSwwLDAsMCwuNTEtLjUxLjUyLjUyLDAsMCwwLS41MS0uNTEuNTMuNTMsMCwwLDAtLjUxLjUxLjUyLjUyLDAsMCwwLC41MS41MVoiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0xNC4zMiwxOC45NGExMy43NSwxMy43NSwwLDAsMSwyLjU4LDMuMjhjLjM3LjYuNzUsMS4yLDEuMTcsMS43N2E5LjA1LDkuMDUsMCwwLDAsMS41MiwxLjY5LDIuMTcsMi4xNywwLDAsMCwyLjU2LjMxLjUyLjUyLDAsMCwwLC4xOC0uNy41MS41MSwwLDAsMC0uNjktLjE4Ljc2Ljc2LDAsMCwxLS4zOC4xNmgtLjE0YS40NC40NCwwLDAsMS0uMiwwLDEuODksMS44OSwwLDAsMS0uNzctLjQzLDguNTcsOC41NywwLDAsMS0xLjMtMS40OGMtLjc5LTEuMS0xLjQ0LTIuMy0yLjI1LTMuMzlBMTAuMjYsMTAuMjYsMCwwLDAsMTUsMTguMjJhLjUxLjUxLDAsMSwwLS43Mi43MloiLz48L3N2Zz4=) 0 0,pointer;cursor:-webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEtUlEQVRYhb2X22/bVBzHv4nbpGk70nRK1naIbiBuk6YWxCS0h9ViIB54WCUU8cLUMu1lEhPlP2ASQ/DEEA88UqQ9ESFtEiAkaGeeVqmMdUyMtrSj2ZYFpcqlSdrETmyj34mPc9LGibtOfCXfzsX++Hezj8c0TXDF5IhsneeiSmoB/5MYREyOTAGgbbjJY+MA1gAs8GNUSSmPE8/z7Vh4FMDNR5h7ywIjICWqpNb2AnEJwAd0MXC8Gx1dXrtzM1mBXjbtowsoAprerSsJgiaO0cWrFwdYo9c3BK/vIDs3tAQM7SGqZQNbySoDomP+rgY1p7cCmnLrto5mjYGnPobU+0pDm178DT2H5hHauAa9tMja1KyO/D8a2zJ3yqK1RgBci8mRw27c1GH5dUxs3Fw5Ux/Qewwe3xCkwAvo7D8F/8A56KUlbK2cgT9UQDgUQPjlAJ55O8hA1n8vIfuXyqdTtk27gcjxCzK5GBOsrTjPjhVcBRKfMRhuJQJiFvn3K3bsP9IlApAOtQPYAUG+fuKwr+UEcgV3h7Z+uaGPrECbINcxYUdytWS4mWPL1Av2OcXF6ncbYvcXbgPTu90SjyIK0KXLWXFmPKqkptzeyivmNKUfSS+Y9mY6ZmFdUsCDnsFOsWk4JkemY3Kkzw0EL9sEMjI42oPw0907B/kAqc+DzgNedu6kBzNFPJgtir1ULybbFS+eCmxQIaE1HWRqQDVlonRbh7pqsOtmevJkL46c7Ye/T+K9VC+UmByZdA1RyrWPCT1nonxHRzXdvIxTdh09vx+hF/28KQjg65gcueLkHg7BolivmND19hlCcaKtGWxrJqo1z78bwvBb+8TeU5ZVRptCNARnptIWgous4QRCGjzeg6Pv72/rHrE8/kq7zGpDxdszCGWNg3vsci5CXKHd5nrzqFO3nHOVgzils4N7JjiICGHHRXmrHqAUfvdu5LH0UwYVrf7GvsFjOHB6DlLvQRtEXTJYbXESuYeyR+ryiCCyDWHFBf3KIb1SZm26aWJlJotcvOai1dkc+COq6UXoxYcIvfElvL7aGxolE+qygfKy0TJ7CEaQ7N02hpknFy9jI6li8fs0Sht1q2hbOu7fyNceqBWQ+WECUu8Qgic+abiJUai5p7RQqysEJNaW7sHG35jtEPSrt0EuiV/PM9dYukofpBqgilxStUGyv5yHf/g1dA2f3PHWFCNUVxjQbZ1t2n0D+eWGuMs1QESVFH3MJrlbCAjAh1ElNW59kFgG3bueR7Vaiw8tOQ81PovgiYu2W5xE1qikTGT+tDOQ7j/dsO5oJ6vi0e9aMBDswLOvh1jk0sPD7/zMgMgyrfT3TFZ08UsUi9vd0VKWpcZpDN0ocatouyXz4yTLGIoPJ4sk/iiKAO/xIrkrCMtllMoXwLKohIJVVyrpReTnPoW0bwiR03PMMtsBaLylb6JKyi5Wu3KHqJgcYUsFqdOD597sR6fP+X2aADiW7d1qnGeSWD9E8ULXCmBPEGJ8iPWDyzAaC50TAPbiDi5rMf05XVLGhEe6YZRNJG8WxTpzIaqkPnK6x54hSNaHaKJJF9UBWg62XAA9FggLhN6UrEKfaip2FLiX2i6OAfwHZvaTIe2V5zQAAAAASUVORK5CYII=) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAJNklEQVR4nNWcXWxbZx3GH8eOG6fOR9PGalokCqy0rNI6KhVVQ2xeATGYEJtQrga0RVwNEOWKiZt1QkPcrb1g3CAtncQFWNNSQS6QWGY2aUxiaxMGCV0bknRqU1zq2Ikbf8TnGD1vznGOz3nP8bHPm7h7JCuuz/H5+J3/1/t/XzdUq9VgVyqZOADggGMDMDWazuQkn3+s1QAhlUycBnAOwCd93NQigAUAhDJlvF/4OIKqQ0glE2MATik6bt4AM2UBk1Z0bOUSEAwLeGUbzjdtgEkbYKa2+X6lMiEs+HQB1cobQMSrU1BCf3hsmAFw3r5hx2AYO3aFHV+4t7QOreQMpopEKOMGlPHtii2EkATwpvXDcE8ID/5gCDtHul2/WC3pWFuqivcr/6nU/60Y0iUDypYCkULo/1RUQGhXViDWvwF1EcDYVgTYSCs7R4e/g1C4DzVtFXrxqviM77XivxsP2tMlQPJl1cp8RVgNofB9ixbDzHUqlUxcYBpXaRm+IfTs/xmiw8+4btcrtwQYAtEK76Fa+LtjHzsYEwbBtADlJwBovQ/7vfZm8g1hPXsJ4dghdMUOIxSOO7Z3RfeJV2Tg8fpnhLGen0Q1Pykg2cWYw9fIIzvFFoLIzpSwPFNGOad5Xc7RVDJBazinAgJjwiCAZeuHrcSESPw4EO4TgMKxw+giqOg+x34EUr79G6mFyEQruXO56AVkcTSdkZX2LcusExx2eOLFvW0flBDC8ePoHjjZYBk1rYDCzNdEHGlFS+/cw+KE8zuj6UxIBYSWAqNfifiQvSRciIE0MnBSALEH0O6hb4m/3M9LQ5/rkUJQJRMCy9mj1mMyzTHKBxWf+roBxCrCYbAV58pPelrHwsSK7ONF1RAc6YZ53Z7iVIo3vXb9++KIXgDoCsuzZdmmMVWXYz7qBfuGalFXeMtyiXRqcxGrGBxd3IDl9XlV1+EKQUGFF0gEMPPbrNshTqssllwhNMnTWyrGIwJwKZ4ujKYz4yrPb8YEJ4TlzkDgea/+btkNwPRoOnNW9TlNCI5xPM1xu2W6gEf5rBwATHcw/Ctv3cALoVlup5iSZT0Mi8ZTyYRyENZCwGEN1uCordakr1pF3cUQAMv14WMxt10GALyUSiYIY1DVea2N1vPGCK2ug9/Yhd7+SNMbDYWBrr4QwnwNhhBSUF5w3MAiycM1WCw9paIl52kJIR2+nnRNA7RcDZWPdBQ/0FCa0VG9G6y7RGugVfSOuFb27IleUeEeVgjOWiHbXq2gF2uoLOgoTmmoZtqHwWF2E/eACvewT740XHF8uBuf/lJw16N7RA90CXdpV+wzzL2W3xL3sI+Qpq3/KObUVI10qfKHOspzunCddjT0YA8e+tEeP+7RcqPFDqGhiamt16Bp6tIk40ZpRoO+1p6LMHsQxN5Her12ez6VTKRbcQ87BIcplQpqK0fTKoIEzgNP9uOzzwyKqQEXPcYYl0omfPUhPS2Byi1Kh7GBRJdg4AwCwod7DPjNHo6p+VQykTMOIBTtDePwE+3PQTQTA2Zkd7AuGeuJ2++see1yyWvkKWsdNVhDZU2DLlnDoEpBLQL+3IN9vCk392gKgSqubG1vQQUIn9kjbczAN8gXhK2IC3apAOEje9DNX7GnUbflOg1T9eHuEI58c0+gC/QrxgfGiaDyUVxdHE1nhFW4nc1RL1Sr/uqFm/8oILfUvuXQGmgV7RZVpugeTcYep0yL8AWBys6Xmp549U4Fd68XceNvK1ivuEOLHXwKQ0+Oib8yEUT5qt52UWXKx9iDhZWr3Tl6eNk5bwi3Z+9h/u3NvszcZA5utxDu24/o3uMYePRFVxAchJVmdTEyDWIVbNR85tsDXnHirNQSjHzaMFvCVOnmEnSBzGxjnub+H70vnTTB2j9fRTW7MbXvBYLiKLT0gYb1W3qgBg7T6CdOOieSOcPtFYEc1vDfmcYb5ZO+9saycAGZmFVk8UGvrCI7cQpaYWOmuv/Ec+jefdj1QmgJ60s10avgIIxjkHa094tSazjaEoTcYqlu4uU1DTN//B+Kee8awi0+EETuLz9GrbKKULQPA4/+0tdtEQBBsFdhplW/7iJ6mIPOHqY0RZqSrW2MDUQQjoZQuOO/G83S+9ATQ5DVc3QFugRVuPIyCpd/7fu4VnXF2NrbbPPJxMbxe7/IOL/b5NiOsTmfvAcA9iMet3euveJD8do4youT4n388896uoWXGEjpMhyh0kpoLXYrcZnSm/aEMJrOsGi64PM6ODP0sLGwyjFyc4sPVP6tnwu3oPpOPOfzdO6q9zwXNoEsXy6L5q1E435Ks3P2jpP9HgA8bZ0ZGk1nxozVZg1ifJBlGMaHwuWXxXumzp1HvhcYhFUEcvOtgtu1jzWFwHTJJwzgjJE2TVNnT+8FZh+XucGzMnjzf81DFhzu/etVVG5vLOWJH3sW4fh+/3fZRKxhXFz4LK3dMzAGlTF0vWI/zO4HYtj/kDNn88b3PP2ayBYEkp1wDPhaFqtYaxFnUdOxgxIZnd+f2o/FuoIXZ5dWuNngFv0B4wPTuAuAaRPAlkPABojz9uqTuvGuPD7QLcxs0Xvku57VpJdYm1x/Y1m2R95YB1nXlkMwdNq+xogjU7f4wGxhLavjx36Irmif75MRwId/zopz2A9NAPY225bGBKuCxAcIV7kl0mg4vk/UFivv/kp6Hl2vYXbirgwAdcbIXA3aLktoKz7c+f1X6xmDNx8ZOiSgaKvO1bEwxjJzb+ZaAoDttARTnDc0Gp91sXN16OtDiETkzyQ6chzRkS+I97XyKorXXhe1hVUeLkC94LUEuBMQBo1JnoZf2nBM8sCXd0nHF83UBMBFayaQadvcwZQRlBwhn2MSt/GFl4ICQCcgwCM+eI0vZGIsmf2TaxD0BQCdcAer3H6GyGH3jl7PtUu4O1/EzSvS8QBaAYBOWYJF0vEFixy3Ri0f2Y33V7wAnGkFADptCdisH9LW+U8YGePgV3YhGtu0CIJhA5f9CRe5pkEvdRwCNkAwUL4u28bVMqY8mjlmJdjWIq77AgI2QNA1Xmrjq9PGMh3Hmiu/6nRMqMsYaDkaMU100bCAtgHgfrIEU8bU2PNNdssbDRElv3m47yBQxv/fQPfgkNf6ixyaPsvu88qW+gP4PxBtN3+rJ0cpAAAAAElFTkSuQmCC) 2x) 0 0,pointer}#egg-game #egginstructions a,#egg-game #egginstructions button,#egg-game #egginstructions input{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEY0lEQVRYhcVYS2wbVRQ94xnb+Tjxp2TURBV10yKUqKgfiQUL1KERq0gtP7NCalR1g4TUskBiwSJIXbFix7KtxG6ElCAhhQVkoEsQPwmUoIBjIHGxiePEjv/jQfflvenEmTEzjSqOZOv5zZ17z7v3vnvfs2RZFv5vKI+DgK6pGoB5x9R8xigYXvKuJHRN/RDAHP9J47sZo7Duw3iCy1/reUSENK/3DoWDr2LZRfYeGcgYhR88CMxxAnH6LQ9IODETQ+6zihC54PWumyfO01c0IWN0MoLid3UxT6u7pmvqV0736pqaJk8BuCQExy4O4uTsCGr5jlNvwssTbiSYcKfRxelX4zhxOYa/vqyi9EsDZoN5jYwt65qaA7DAwxYXxE+/Fsfoqcghpf1yIuQyx4TJ4F6+jeH0i4zMhXfGGCEyxHESwE1BgJ5dfHcSY8/dRGx6iUk0t00vu/1JOBnvZluQ5BGEIhNQBkIsxkSGSAkytOpn3jqG9CtXEJv+HOHUVTQ2PuglketHwmuLUtwv7f7egln9hiluPvjIfkgxpw/z1HgYg0/eRjh1hcm0ih/DMiu9+vruLLdwQIREJFb0+JvMG70gAkxJZAJ7q68zEk4CRNIPvEiwrdQsm6j//Se6rU3IsWc91e2tXYdZXzk0zxPZ1vdIngDPi87OMsLxy75W5QTtMI5yYBIZo0Av/ShItEuLUOIvuIakHxpFOzFv6Zp6PhAJJ1hy1lfQLn0KSR71TcAyganZFAbjLPdpGxu8GvsjoWsqVcBzNE5OR9lc/Y/3XOPuRaC52oUsh3BmJukksszLe38SuqbOiwaUnIoiPet/9U4C3fp+UkoAnppJ4tiZQSFyhzdIGwcaGGd5h8ZD4wqmb6RYkfJNoAU01x4S6MVWto6N76ti9l7GKDCv2CSc3ZM6IFVGvwTIeOefLjoFi3miHyrFFrL3d4QEJb/GSPDMpW0ZJwLkAVGIvGBWLHQrFswyPFfuhWbNxNoX2zDb7L23FX4QWRCN6Ok3kq4EujUyaMGsghk/CqJDMkYmIijnmqQlofDzA3VE1ph62zCtuJ23jmTYYqvvoFbqoJxtoFo8UM7XiQQdSuyuSMVJYEBRWJyDwjS72Cu1Ucm3UdlsoVVzTRRKjLmMUVhQREmlPvHbJ3bCQJIlDKceNtnEqQGEFAmJ8ej+0jzQtSz8vLjl9jDH8476iOE86jkTc0GEpR/UqSEcnxr2lHBswxw/9gmjnv3D9d7RU17T/JPgJymcfekJhEKSq8KVpZJw/8vk6v9alCcJL+iaSkqvxsbCmHz+8Lm1Uevg16VtGuYyRiHtV6//criPW/RN2d10SbYHP9XE8G4QpYFI8AvQ+zTOfr1z4Bkl5O5m8/GT4KDms0NxL+dto9heb4jhop/b2pFI8CxnYdn4tmLv1uKqfUkK5AUETUwndE2lrXeOWvTIeBjr93cRNCEFHiUcAswbW2t1QYAQ2AuEI/0/wYscGab9SvfT4CQA/AveDerqEdG/mAAAAABJRU5ErkJggg==) 0 0,pointer;cursor:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO30uY2xzLTJ7ZmlsbDojZTJjNDJkO30uY2xzLTN7ZmlsbDojYWEzZjE1O30uY2xzLTR7ZmlsbDojZjBmNGZmO30uY2xzLTV7Y2xpcC1wYXRoOnVybCgjY2xpcC1wYXRoKTt9LmNscy02e2ZpbGw6I2Q4OTEyYTt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNi42MSwzLjM1LDE1LDcuMTJhLjMxLjMxLDAsMCwwLC4zMSwwTDIzLjEsMi4xNmEuMzUuMzUsMCwwLDEsLjUyLjMzbC0uOTEsOS4zNGEuMzUuMzUsMCwwLDAsLjExLjNsNyw2LjA2YS4zNS4zNSwwLDAsMS0uMTUuNmwtOSwyYS4zMy4zMywwLDAsMC0uMjQuMkwxNywyOS42N2EuMzQuMzQsMCwwLDEtLjYxLDBsLTQuNjItOC4xYS4zNS4zNSwwLDAsMC0uMjctLjE3bC05LjE0LS43YS4zNC4zNCwwLDAsMS0uMjItLjU3bDYuMDktN2EuMzIuMzIsMCwwLDAsLjA4LS4zMUw2LjE0LDMuNzVBLjM0LjM0LDAsMCwxLDYuNjEsMy4zNVoiLz48L2NsaXBQYXRoPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMC43NCwxOS4yM2ExLjM5LDEuMzksMCwwLDEtLjg1LjU5bC04LjYsMS45MkwxOCwzMC4wN2ExLjI2LDEuMjYsMCwwLDEtLjEzLjI2LDEuMzMsMS4zMywwLDAsMS0xLjE4LjYxLDEuMzUsMS4zNSwwLDAsMS0xLjE0LS42OWwtNC40NC03Ljc4TDIuMywyMS44MUExLjM3LDEuMzcsMCwwLDEsMS4xNywyMWExLjQzLDEuNDMsMCwwLDEsLjA5LTEuMzkuODguODgsMCwwLDEsLjEyLS4xNWw1Ljg1LTYuNzNMNS4xNCw0YTEuNDUsMS40NSwwLDAsMSwuMTktMS4xMUExLjM0LDEuMzQsMCwwLDEsNywyLjM5TDE1LjA4LDZsNy40OC00Ljc0YTEuMzQsMS4zNCwwLDAsMSwxLjQ1LDAsMS40MSwxLjQxLDAsMCwxLC42MywxLjMzbC0uODcsOSw2LjcxLDUuODJBMS40MywxLjQzLDAsMCwxLDMwLjc0LDE5LjIzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTYuMTksMy40OGEuMzQuMzQsMCwwLDEsLjQyLS4xM0wxNSw3LjEyYS4zMS4zMSwwLDAsMCwuMzEsMEwyMy4xLDIuMTZhLjM1LjM1LDAsMCwxLC41Mi4zM2wtLjkxLDkuMzRhLjM1LjM1LDAsMCwwLC4xMS4zbDcsNi4wNmEuMzQuMzQsMCwwLDEsLjA2LjQ1LjM2LjM2LDAsMCwxLS4yMS4xNWwtOSwyYS4zMS4zMSwwLDAsMC0uMjEuMTRsMCwuMDZMMTcsMjkuNjdhLjE2LjE2LDAsMCwxLDAsLjA3LjM0LjM0LDAsMCwxLS41NywwbC00LjYyLTguMWEuMzUuMzUsMCwwLDAtLjI3LS4xN2wtOS4xNC0uN2EuMzQuMzQsMCwwLDEtLjI1LS41M2wwLDAsNi4wOS03LDAsMGEuMzQuMzQsMCwwLDAsLjA1LS4yOEw2LjE0LDMuNzVhLjM1LjM1LDAsMCwxLC4wNS0uMjdNNC40NywyLjNoMGEyLjUyLDIuNTIsMCwwLDAtLjMzLDJsMiw4LjIxTC42MSwxOC43N0EyLjQ3LDIuNDcsMCwwLDAsLjQsMTlhMi41MywyLjUzLDAsMCwwLS4xNiwyLjQ0LDIuNDEsMi40MSwwLDAsMCwyLDEuMzhsOC4yNC42Miw0LjE2LDcuM2EyLjM3LDIuMzcsMCwwLDAsNC4wNy4xMywyLjI2LDIuMjYsMCwwLDAsLjIyLS40NEwyMiwyMi42NWw4LjA3LTEuOGEyLjM3LDIuMzcsMCwwLDAsMS40OC0xLDIuNDksMi40OSwwLDAsMC0uNDQtMy4yNGwtNi4zLTUuNDcuODItOC40MUEyLjQ1LDIuNDUsMCwwLDAsMjQuNTUuMzgsMi4zMiwyLjMyLDAsMCwwLDIyLC4zN0wxNSw0LjgyLDcuNDMsMS40MmEyLjM3LDIuMzcsMCwwLDAtMywuODhaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTAuNzQsMTIuMTJBMjAuNSwyMC41LDAsMCwxLDkuMjcsNy41N2EuNDUuNDUsMCwwLDAtLjg4LjE4LDIxLjQ0LDIxLjQ0LDAsMCwwLDEuNTQsNC43Ny40Ni40NiwwLDAsMCwuNi4yMi40OC40OCwwLDAsMCwuMjEtLjYyWiIvPjxnIGNsYXNzPSJjbHMtNSI+PHBhdGggY2xhc3M9ImNscy02IiBkPSJNNS4xMSwyNS44M2E1LjU5LDUuNTksMCwwLDEsMi4zMS01LjQyLDE0LjIzLDE0LjIzLDAsMCwxLDUuNjctMi4yMywxOS4xNiwxOS4xNiwwLDAsMCw1Ljc5LTEuOTJjMi4zNC0xLjQxLDMuOTEtMy44Miw1LjcyLTUuOXM0LjIyLTQsNi45NC0zLjg1YTYuNzMsNi43MywwLDAsMSw1LjU5LDQuNjQsMTEuNDgsMTEuNDgsMCwwLDEtLjM1LDcuNjRBMzMuNzMsMzMuNzMsMCwwLDEsMzMsMjUuNTdMMzAuMTIsMzBBMTYuNjMsMTYuNjMsMCwwLDEsMjcsMzMuODVjLTIuMjUsMS44Ny01LjI4LDIuMzktOC4xNiwyLjc2YTkuMzIsOS4zMiwwLDAsMS00LS4wNiw5LjY2LDkuNjYsMCwwLDEtMy0xLjc0TDcuNTcsMzEuNTJDNS44NywzMC4yMyw0LDI4LjI2LDQuNzYsMjYuMjUiLz48L2c+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjAuODIsNS4yOGEyOC4zNSwyOC4zNSwwLDAsMC00LjEzLDIuNjQuNDcuNDcsMCwwLDAtLjA1LjY1LjQ2LjQ2LDAsMCwwLC42NCwwLDI3LDI3LDAsMCwxLDMuOTMtMi41MS40OC40OCwwLDAsMCwuMjEtLjYyLjQ0LjQ0LDAsMCwwLS42LS4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik04LjU5LDYuNDFhLjQ3LjQ3LDAsMCwwLS4xMy0uNjQuNDQuNDQsMCwwLDAtLjYyLjEyQS40Ny40NywwLDAsMCw4LDYuNTNhLjQ2LjQ2LDAsMCwwLC42My0uMTJaIi8+PC9zdmc+) 0 0,pointer;cursor:-webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAACXBIWXMAAAsSAAALEgHS3X78AAAEY0lEQVRYhcVYS2wbVRQ94xnb+Tjxp2TURBV10yKUqKgfiQUL1KERq0gtP7NCalR1g4TUskBiwSJIXbFix7KtxG6ElCAhhQVkoEsQPwmUoIBjIHGxiePEjv/jQfflvenEmTEzjSqOZOv5zZ17z7v3vnvfs2RZFv5vKI+DgK6pGoB5x9R8xigYXvKuJHRN/RDAHP9J47sZo7Duw3iCy1/reUSENK/3DoWDr2LZRfYeGcgYhR88CMxxAnH6LQ9IODETQ+6zihC54PWumyfO01c0IWN0MoLid3UxT6u7pmvqV0736pqaJk8BuCQExy4O4uTsCGr5jlNvwssTbiSYcKfRxelX4zhxOYa/vqyi9EsDZoN5jYwt65qaA7DAwxYXxE+/Fsfoqcghpf1yIuQyx4TJ4F6+jeH0i4zMhXfGGCEyxHESwE1BgJ5dfHcSY8/dRGx6iUk0t00vu/1JOBnvZluQ5BGEIhNQBkIsxkSGSAkytOpn3jqG9CtXEJv+HOHUVTQ2PuglketHwmuLUtwv7f7egln9hiluPvjIfkgxpw/z1HgYg0/eRjh1hcm0ih/DMiu9+vruLLdwQIREJFb0+JvMG70gAkxJZAJ7q68zEk4CRNIPvEiwrdQsm6j//Se6rU3IsWc91e2tXYdZXzk0zxPZ1vdIngDPi87OMsLxy75W5QTtMI5yYBIZo0Av/ShItEuLUOIvuIakHxpFOzFv6Zp6PhAJJ1hy1lfQLn0KSR71TcAyganZFAbjLPdpGxu8GvsjoWsqVcBzNE5OR9lc/Y/3XOPuRaC52oUsh3BmJukksszLe38SuqbOiwaUnIoiPet/9U4C3fp+UkoAnppJ4tiZQSFyhzdIGwcaGGd5h8ZD4wqmb6RYkfJNoAU01x4S6MVWto6N76ti9l7GKDCv2CSc3ZM6IFVGvwTIeOefLjoFi3miHyrFFrL3d4QEJb/GSPDMpW0ZJwLkAVGIvGBWLHQrFswyPFfuhWbNxNoX2zDb7L23FX4QWRCN6Ok3kq4EujUyaMGsghk/CqJDMkYmIijnmqQlofDzA3VE1ph62zCtuJ23jmTYYqvvoFbqoJxtoFo8UM7XiQQdSuyuSMVJYEBRWJyDwjS72Cu1Ucm3UdlsoVVzTRRKjLmMUVhQREmlPvHbJ3bCQJIlDKceNtnEqQGEFAmJ8ej+0jzQtSz8vLjl9jDH8476iOE86jkTc0GEpR/UqSEcnxr2lHBswxw/9gmjnv3D9d7RU17T/JPgJymcfekJhEKSq8KVpZJw/8vk6v9alCcJL+iaSkqvxsbCmHz+8Lm1Uevg16VtGuYyRiHtV6//criPW/RN2d10SbYHP9XE8G4QpYFI8AvQ+zTOfr1z4Bkl5O5m8/GT4KDms0NxL+dto9heb4jhop/b2pFI8CxnYdn4tmLv1uKqfUkK5AUETUwndE2lrXeOWvTIeBjr93cRNCEFHiUcAswbW2t1QYAQ2AuEI/0/wYscGab9SvfT4CQA/AveDerqEdG/mAAAAABJRU5ErkJggg==) 1x,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAYAAACO98lFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAIYElEQVR4nNVaW2wUZRT+9tLLtgu92dUKwVaI1SZqIfJCQrrAkyECRtcXTCDRRxN5UR8MsURf9IX65CNtAi/sg4hPmIBbjeAt2qopFgjtAr24tdvb3q/mzP6zzuWf2ZnZ3Sl8yWTa2bn8/3fO+c6ZM7+jWCziUUTQ7xsE0A5gNhCKzFYzhUeOhKDf5wcwCuApyeFJAKcCoUjIyj0fGRKCfl87m/xRndMOWCHCbXIgZIWTAHrZoQkAI9W6o4Hn0jNHALRVOHVUMjbDMOwJQb+PBvGuxs9jNACr7qjzzF42sSETl5n2BqfBwRzTIYBwAsC3Qb8vxKxWNYJ+3zCAGS0CWnrc6HiuiffToNlnGw2HYYPn0YCH2ARouxQIRVbNDIiFHHndi7zfXc0ObD/kRc++VuH/Hz9cVJ5iOjSNkiAbEA2EkE9phhIp9zmaDAuj0Uq6wYRvWM/jtvY1YudrbWjqcAn/xxeyvNNMkQ6j4aAEWWLv6cdLA2p36Z1KQvYRuXXQ7xtlMa4CC7cJLQKI9GeOt2Pg7c4yAdA3gikYEsag37cqVebuPR6BABHRqRQWryewPpMx8uxxsjiJFyNlRC/t0bOeOrwF7ma1vei5ty7IDR8IRRxmSTAaDiHpQNfvyifbOdAsbOSeRMbSb0m9ew0xEQ2zio+b9sjDdr7eJoSAFhILOYPD14dREiakJKRX88ilCirrtPY0CB6y/aAXC9fjAhkVdIMLup5CToTL8ywau99Edu0acmvX9MYZtsCBYU1Q5V3RG9zevWjp+1z2G8Vt7+Gt2P1et+DKFXSjDLL68+90lQlwuLbAs+MTtPZfREPnETR2yqOGI4yWijZDwsgrPsT4d3r64W47AGfjk6rryFMolREZ5CGU23kg4SOySPjImwhkee/AFWHyhHzsV6QXv5BdXSthNFM2j0sLF5GEzNJ5YasEEjja6LqFH+JYuZkWrqCCh7xGVH0ik6zv8r4k/F/IzCM19xk3DCgkFbBUsZohISQlgURJ1AWK2eZt7yO9dL5SzAouT1t6paQrouUJDZ1H0bztAzhcpXAgyxPBxfwG9161EkYzdYKKZXEQZDXalDGrB7K8lACavGfHxwIB+eQ04tNvCCRoEaCB+mkCtHSBiWMhOS3sXd69VsYgoLH7uLDPLF1AfDqAfPJv3fPJkziwRIKpV2nWvCiX0KIu5GK/CHuyIoVGpQnwkLjzlmB1o9dSmq4VzJbNMm+QVoik3mChYQVEpBXyFJiwclFVJEBCRJYJYoMJXagGyqoVpZA1/fKEmpDABiNmBZenn1sz2IA1q48wRQJjelJGAvMEyud5JpDutoN1nzJHEyyFAiy+SsseJi1ds9GvhD1Ve/UGJzsMWu1qWSFBFhJUuopEiCRQOLirSJcWQW+j54J+3ymzl1ftCZCEBKW4bPRy6cae/hrNjY+ePa3wdjfwfjtLDRwz97JCgqrfKFXq1NynSN47XbF8rgaFRBHNTjee3t+Orl0e3p1OBP2+S6xlVxGmPr4whk8oj1Pri5oqdqCYB1J/5oW9iNWFNO7dWOc9nUTcXyl1GvYEFmsqAp7Y12IrAenpgowAQntPE/r2cxtUVN3Osu+WmjDaYzzJuscyKHuN9YRIQCGpPd5spoBbV6LIZ1XnUA1xTOujTEVPYCyOKI9Tg+RhIoDQ0OhE/8ud8LSpXonaWF+Tm0J1SWAEhJTNUCKAukB2oJgxRoAIt9uJXYc6eESApVCVQTXDgSlriPfhRdoGqyfyq0VkZtUaYAgOYG4yhuU73M73WCAUKXsFl4TNJoCsn7lfEEioFos344jcTPDuUs4cWiRwUyFpAIlhvUD5PxcpIrdc2zUTG0sZzHzPfb8SiFCRYDcBwsSXi4LVi4Y+YFlDYi2Lme/WeJnjjIwEO1JhfqOIYrK0L9DftWsQVYRGCg2XSWAfRb9U3qhaAsjCZO18DMKkNxvJWA63v1mRjULIIywVql46KBXSRxEzIMvSxMXtYUI+X0B0JqUakZhMVeuB6NMZZQLe12AeKJ6z84Wai5pV0CjSiRwS0RxWZ1KILXHXMhAmHReHunvZspgyzKRCsnz2/uZPnqwcj2axsZDFxnwGmYRhsXmVPEG1cII+iBohoKpipgqYsHIlnAmEIpeIBNVr5oOrMaxMpWVrA0gf3J5SaJCnNDW6BQLsQnIjJ8SzSSvzEGaFYHm1nZAdlCtRKsHpdqCloyQnzgYn2nv/X0XW2umGw1laLOJyO2F62QgHuVwBU5eXrV4+zrphNOEJ3topURipW3TW6F0LuaLMBdfn05rnbtvtRVdfdUXWP1PcspeHsGLChr5SS+sEbqVYLVwNDgy88phlj6DRTX39L6/SgxErG4GyYlQu2zWzklQT1Afc9oLX0rWxaAZ3Q6q639IaZi2YWdYrLq0H20tbVn7J34M8fRk40iW865vF7asrSK7J1iHIXoNrgbqscmev4rNSMqg9Tt1hM9AQxJp6Aawu5qwE1t2VteZJSOlNzgw4ghiuNQGoFwkoETGiXFJ374bxVSfkn6thVZ2vao3VAnUjgUEWu1TkLM/oLvQsIx7N8DKCqS9LRlFXEpjrjkuPLf4VhxEVWvg9rjw0ZnX9QSXU2xOg9Aay7vwfMd0LSBAVGQH18gLYQQIrYMakx6gDTBPVgl2CKMIOTyCcUq4k0fh2aKsgirCFBBbLsolopUw7BVGEXZ5ARAwbSZl2CqII20hgkK0iUaZMuwVRhK0kUBdHL2XaLYgi7PYEKL2B4j/80xqiD1K2C6II20kIhCITypS5PpfBg583bBdEEZvhCeClTA7qLogiNoUENjm9nsCkMmzqic3yBFEkdwMoLX4sgVLoGSOLrWoGAP8BiTQaPEMN1e4AAAAASUVORK5CYII=) 2x) 0 0,pointer}#egg-game #egginstructions .inner{width:50%;margin:auto}#egg-game #egginstructions .inner a{margin-top:1.7%}#egg-game #melva{z-index:3;position:absolute;bottom:0;left:40%;width:15%;height:23%;background-image:url(/level-assets/ui/bucket.png);background-size:contain;background-repeat:no-repeat}#egg-game #melva #basket{position:absolute;top:0;width:80%;left:10%;height:30%}#egg-game .egg{position:absolute;top:10%;left:40%;width:4%;height:12%;background-image:url(/level-assets/ui/egg.png);background-size:contain;background-repeat:no-repeat;-webkit-transition:0s;transition:0s;z-index:1}#egg-game .egg.falling{top:120%;-webkit-transition:top 2.5s;transition:top 2.5s}#egg-game .score{position:absolute;width:11%;top:17%;text-align:center;left:86.8%;display:block;z-index:12}#egg-game .score #eggscore{color:#d15050;font-size:3vw}#egg-game .score #eggscore.flash{-webkit-animation:blinker .5s linear infinite;animation:blinker .5s linear infinite}#egg-game .splat{position:absolute;bottom:0;width:10%;height:12%;background-image:url(/level-assets/ui/splat.png);background-size:contain;background-repeat:no-repeat;-webkit-transition:0s;transition:0s;z-index:2;display:none}#egg-game .splat.show{display:block}#egg-game #egg1{left:12%}#egg-game #egg2{left:28%}#egg-game #egg3{left:49%}#egg-game #egg4{left:61%}#egg-game #egg5{left:78%}#egg-game #splat1{left:12%}#egg-game #splat2{left:28%}#egg-game #splat3{left:49%}#egg-game #splat4{left:61%}#egg-game #splat5{left:78%}.header{color:#fff;width:100%;position:fixed;top:0;left:0;z-index:20;-webkit-transition:top .5s ease;transition:top .5s ease;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}@media (min-width:62em){.header{background:none}}.header.is-active{-webkit-box-shadow:none;box-shadow:none}.header.is-active .header_inner{background:none}.header.is-hover,.header.is-scrolled{background-color:#fff;-webkit-box-shadow:0 -2px 10px 0 rgba(51,51,51,.5);box-shadow:0 -2px 10px 0 rgba(51,51,51,.5)}.header.is-hover .header_logo svg,.header.is-scrolled .header_logo svg{color:#333}.header.is-hover .header_nav_btn>a,.header.is-scrolled .header_nav_btn>a{background-color:#333;color:#fff;border:2px solid #333}.header.is-hover .header_nav_btn>a:hover,.header.is-scrolled .header_nav_btn>a:hover{color:#fff}@media (max-width:61.938em){.header.is-active{background-color:#fff;-webkit-box-shadow:0 -2px 10px 0 rgba(51,51,51,.5);box-shadow:0 -2px 10px 0 rgba(51,51,51,.5)}}.header.is-active .header_logo svg{color:#333}.header.is-active .header_nav_btn>a{background-color:#333;color:#fff;border:2px solid #333}.header.is-active .header_nav_btn>a:hover{color:#fff}@media (max-width:61.938em){.header.is-active .header_inner{background-color:#fff}}.header_inner{max-width:136rem;position:relative;width:100%;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.4rem 3rem}@media (min-width:48em){.header_inner{padding:2.4rem 3rem}}@media (min-width:62em){.header_inner{padding:4.4rem 3rem}}.header_inner>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header_logo{display:inline-block;padding:0 2rem 0 0}@media (min-width:62em){.header_logo_container{position:relative}}.header_logo svg{color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:9.75rem;height:3.76425rem}@media (min-width:36em){.header_logo svg{width:10.4rem;height:4.0152rem}}@media (min-width:62em){.header_logo svg{width:11.7rem;height:4.5171rem}}@media (min-width:75em){.header_logo svg{width:13rem;height:5.019rem}}.header.is-active .menu-main-menu-container{-webkit-box-shadow:0 -2px 10px 0 rgba(51,51,51,.5);box-shadow:0 -2px 10px 0 rgba(51,51,51,.5)}@media (min-width:62em){.header.is-active .menu-main-menu-container{-webkit-box-shadow:none;box-shadow:none}}.header_nav_btn{padding:1rem 2rem}@media (min-width:62em){.header_nav_btn{margin-right:1rem;padding:0}}@media (min-width:75em){.header_nav_btn{margin-left:1rem;margin-right:3.4rem}}.header_nav_btn>a{display:inline-block;font-family:Montserrat Bold,sans-serif;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius:4rem;background:none;color:#fff;border:2px solid #fff;text-align:center;font-size:1.4rem;line-height:2.2rem;padding:1rem 2.8rem!important}@media (min-width:48em){.header_nav_btn>a{font-size:1.6rem;line-height:2.4rem;padding:1rem 3rem!important}}.hamburger{position:relative;top:.1rem;right:-.5rem;z-index:2;padding:.5rem .8rem;outline:none;display:block}@media (min-width:62em){.hamburger{display:none}}.hamburger:hover{opacity:1}.hamburger.is-active{right:0}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#333}.hamburger.is-active:hover{opacity:1}.hamburger:active,.hamburger:focus{outline:none}.hamburger--collapse .hamburger-inner:after{top:-1.4rem}.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-.82rem,0) rotate(-45deg);transform:translate3d(0,-.82rem,0) rotate(-45deg)}.hamburger--spin .hamburger-box{top:.3rem}.hamburger-box{width:2rem;height:2rem}.hamburger-inner,.hamburger-inner:before{background-color:#fff;width:2rem;height:.2rem;border-radius:0}.hamburger-inner:before{top:-.7rem}.hamburger-inner:after{background-color:#fff;bottom:-.7rem;width:2rem;height:.2rem;border-radius:0}.hamburger.is-hover .hamburger-inner,.hamburger.is-hover .hamburger-inner:after,.hamburger.is-hover .hamburger-inner:before,.hamburger.is-hover.is-active .hamburger-inner,.hamburger.is-hover.is-active .hamburger-inner:after,.hamburger.is-hover.is-active .hamburger-inner:before,.hamburger.is-scrolled .hamburger-inner,.hamburger.is-scrolled .hamburger-inner:after,.hamburger.is-scrolled .hamburger-inner:before,.hamburger.is-scrolled.is-active .hamburger-inner,.hamburger.is-scrolled.is-active .hamburger-inner:after,.hamburger.is-scrolled.is-active .hamburger-inner:before{background-color:#333}.banner>:first-child{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:676px){.banner>:first-child{max-width:768px;padding-left:0;padding-right:0}}@media (min-width:992px){.banner>:first-child{max-width:900px;padding-left:0;padding-right:0}}footer.content-info>:first-child{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:676px){footer.content-info>:first-child{max-width:768px;padding-left:0;padding-right:0}}@media (min-width:992px){footer.content-info>:first-child{max-width:900px;padding-left:0;padding-right:0}}.footer{background-color:#333;padding:4.95rem 0}@media (min-width:48em){.footer{padding:7rem 0 8.8rem}}@media (min-width:62em){.footer{padding:8rem 0 9.8rem}}@media (min-width:75em){.footer{padding:9rem 0 10.8rem}}@media (min-width:90em){.footer{padding:14rem 0 11.8rem}}.footer_inner{max-width:122rem;margin:0 auto;padding:0 3rem}@media (min-width:48em){.footer_inner{padding:0 3rem}}.footer_logo{display:inline-block;padding:1rem 0;margin-bottom:1rem}.footer_logo img{height:100%;width:9rem}@media (min-width:48em){.footer_logo img{width:12.1rem}}.footer_logos{margin-bottom:1rem}@media (min-width:36em){.footer_logos{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:48em){.footer_logos{margin-bottom:1.5rem}}.footer_logos>div{width:100%}@media (min-width:36em){.footer_logos>div{width:22rem;-webkit-flex-basis:22rem;-ms-flex-preferred-size:22rem;flex-basis:22rem;margin-right:2.1rem}}@media (min-width:48em){.footer_logos>div{width:26rem;-webkit-flex-basis:26rem;-ms-flex-preferred-size:26rem;flex-basis:26rem}}.footer_logos>div:last-child{margin-bottom:0;max-width:30rem}@media (min-width:36em){.footer_logos>div:last-child{margin-bottom:auto;margin-right:0}}.footer .h2,.footer h2{color:#fff;margin-bottom:3.8rem;max-width:24rem}@media (min-width:48em){.footer .h2,.footer h2{margin-bottom:6.3rem}}@media (min-width:62em){.footer .h2,.footer h2{max-width:26rem;margin-bottom:7.3rem}}@media (min-width:75em){.footer .h2,.footer h2{max-width:30rem;margin-bottom:8.3rem}}@media (min-width:90em){.footer .h2,.footer h2{max-width:35rem;margin-bottom:9.3rem}}.footer_intro p,.footer_row p{color:#fff;font-size:1.4rem;line-height:2rem;margin:0}.footer_row{margin-bottom:2.5rem}@media (min-width:36em){.footer_row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:48em){.footer_row{margin-bottom:0}}.footer_row>div{width:100%;margin-bottom:2rem}@media (min-width:36em){.footer_row>div{width:22rem;-webkit-flex-basis:22rem;-ms-flex-preferred-size:22rem;flex-basis:22rem;margin-right:2.1rem}}@media (min-width:48em){.footer_row>div{width:26rem;-webkit-flex-basis:26rem;-ms-flex-preferred-size:26rem;flex-basis:26rem}}.footer_row>div:last-child{margin-bottom:0;max-width:30rem}@media (min-width:36em){.footer_row>div:last-child{margin-bottom:auto;margin-right:0}}.footer_row a{display:block;color:#fff;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer_row a:hover{color:#e6e6e6}.footer_contact p{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footer_bottom{margin-top:1.5rem}.footer_bottom p{color:#fff;font-size:1rem;line-height:1.4rem;margin-bottom:0}.footer_bottom p>span{opacity:.3;border-left:.07rem solid #fff;margin:0 1rem;position:relative;top:.1rem}.footer_bottom p.footer_bottom-long{opacity:.7;margin-top:1rem;margin-bottom:0;max-width:80rem}.footer_bottom a{position:relative;color:#fff;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer_bottom a:hover{color:#e6e6e6}.footer_bottom a:first-child{margin-left:.5rem}.page-header{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:676px){.page-header{max-width:768px;padding-left:0;padding-right:0}}@media (min-width:992px){.page-header{max-width:900px;padding-left:0;padding-right:0}}section.testimonial{background:red;padding:100px;text-align:center}section.testimonial p{font-size:30px}section.testimonial cite{font-size:10px;font-weight:700}#help.add-profile .inner{position:relative;padding-top:100px;padding-bottom:60px;text-align:center}#help.add-profile .inner #close-help{right:20px;top:30px;width:30px;height:30px}#help.add-profile h3{margin-bottom:20px}#help.add-profile label{display:block}#help.add-profile input{width:80%;padding:12px 20px;height:auto;font-size:20px;margin:0 auto 20px}#help.add-profile .btn-group-lg>a.btn,#help.add-profile .btn-group-lg>a.simpay-payment-btn,#help.add-profile .wp-editor .wp-block-button .btn-group-lg>a.wp-block-button__link,#help.add-profile a.btn-lg,.wp-editor .wp-block-button #help.add-profile .btn-group-lg>a.wp-block-button__link{font-size:20px}section.choose-profile{height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;text-align:center}section.choose-profile h1{margin-bottom:60px}section.choose-profile p.subheading{margin-bottom:60px;margin-top:-30px;font-size:20px}section.choose-profile .manage-profiles{margin-top:50px;display:inline-block}section.choose-profile .col-lg-3:nth-of-type(2) .profile .initials{background:#3289d8}section.choose-profile .col-lg-3:nth-of-type(3) .profile .initials{background:#8a4abc;background:#98b250}section.choose-profile .profile .initials{width:100%;height:0;padding-top:100%;background:#d15050;color:#fff;display:block;border-radius:25px;position:relative;margin-bottom:10px;text-transform:capitalize}section.choose-profile .profile .initials a.delete{width:30px;height:30px;top:6px;right:7px;background:#555;display:block;position:absolute;border-radius:50%;color:#fff;text-align:center;padding-top:5px}section.choose-profile .profile .initials p{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;width:100%;text-align:center;font-size:70px}section.choose-profile .profile .name{text-transform:capitalize;color:#fff;font-size:20px}section.choose-profile a.profile-add .initials{background:#333!important}.wp-editor .wp-block-button section.choose-profile .btn-group-lg>a.wp-block-button__link,section.choose-profile .btn-group-lg>a.btn,section.choose-profile .btn-group-lg>a.simpay-payment-btn,section.choose-profile .wp-editor .wp-block-button .btn-group-lg>a.wp-block-button__link,section.choose-profile a.btn-lg{font-size:20px;margin-top:40px;background:#98b250;border:none}.wp-editor .wp-block-button section.choose-profile .btn-group-lg>a.wp-block-button__link:hover,section.choose-profile .btn-group-lg>a.btn:hover,section.choose-profile .btn-group-lg>a.simpay-payment-btn:hover,section.choose-profile .wp-editor .wp-block-button .btn-group-lg>a.wp-block-button__link:hover,section.choose-profile a.btn-lg:hover{background:#7a903f}.comment-form section.choose-profile input[type=email],.comment-form section.choose-profile input[type=text],.comment-form section.choose-profile input[type=url],.comment-form section.choose-profile textarea,section.choose-profile .comment-form input[type=email],section.choose-profile .comment-form input[type=text],section.choose-profile .comment-form input[type=url],section.choose-profile .comment-form textarea,section.choose-profile .form-control{font-size:18px;padding:10px;margin-bottom:10px}form#add_profile input{border:1px solid #ccc}.wp-editor .wp-block-button form#add_profile .wp-block-button__link,body.page-template-template-email-sent form#add_profile button[type=submit],body.page-template-template-families form#add_profile button[type=submit],body.page-template-template-family-register form#add_profile button[type=submit],body.page-template-template-password-reset form#add_profile button[type=submit],body.page-template-template-password-saved form#add_profile button[type=submit],body.page-template-template-school-login form#add_profile button[type=submit],body.page-template-template-user-login form#add_profile button[type=submit],form#add_profile .btn,form#add_profile .simpay-payment-btn,form#add_profile .wp-editor .wp-block-button .wp-block-button__link,form#add_profile body.page-template-template-email-sent button[type=submit],form#add_profile body.page-template-template-families button[type=submit],form#add_profile body.page-template-template-family-register button[type=submit],form#add_profile body.page-template-template-password-reset button[type=submit],form#add_profile body.page-template-template-password-saved button[type=submit],form#add_profile body.page-template-template-school-login button[type=submit],form#add_profile body.page-template-template-user-login button[type=submit],form#add_profile input[type=submit]{font-size:20px}body.page-template-template-email-sent,body.page-template-template-families,body.page-template-template-family-register,body.page-template-template-password-reset,body.page-template-template-password-saved,body.page-template-template-school-login,body.page-template-template-user-login{background:#fff;min-height:100vh}body.page-template-template-email-sent fieldset legend,body.page-template-template-families fieldset legend,body.page-template-template-family-register fieldset legend,body.page-template-template-password-reset fieldset legend,body.page-template-template-password-saved fieldset legend,body.page-template-template-school-login fieldset legend,body.page-template-template-user-login fieldset legend{display:none}body.page-template-template-email-sent .col-lg-6.bg,body.page-template-template-families .col-lg-6.bg,body.page-template-template-family-register .col-lg-6.bg,body.page-template-template-password-reset .col-lg-6.bg,body.page-template-template-password-saved .col-lg-6.bg,body.page-template-template-school-login .col-lg-6.bg,body.page-template-template-user-login .col-lg-6.bg{background-image:url(/wp-content/themes/melva/dist/images/login-bg_d867bb39.png);min-height:100vh;background-size:cover;background-position:50%}body.page-template-template-email-sent .col-lg-6,body.page-template-template-families .col-lg-6,body.page-template-template-family-register .col-lg-6,body.page-template-template-password-reset .col-lg-6,body.page-template-template-password-saved .col-lg-6,body.page-template-template-school-login .col-lg-6,body.page-template-template-user-login .col-lg-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body.page-template-template-email-sent .inner,body.page-template-template-families .inner,body.page-template-template-family-register .inner,body.page-template-template-password-reset .inner,body.page-template-template-password-saved .inner,body.page-template-template-school-login .inner,body.page-template-template-user-login .inner{width:100%;max-width:500px;display:block;margin:auto;padding:50px 0}body.page-template-template-email-sent .inner h2,body.page-template-template-families .inner h2,body.page-template-template-family-register .inner h2,body.page-template-template-password-reset .inner h2,body.page-template-template-password-saved .inner h2,body.page-template-template-school-login .inner h2,body.page-template-template-user-login .inner h2{margin-bottom:50px}#help body.page-template-template-email-sent .inner p,#help body.page-template-template-families .inner p,#help body.page-template-template-family-register .inner p,#help body.page-template-template-password-reset .inner p,#help body.page-template-template-password-saved .inner p,#help body.page-template-template-school-login .inner p,#help body.page-template-template-user-login .inner p,body.page-template-template-email-sent #help .inner p,body.page-template-template-email-sent .inner h4,body.page-template-template-families #help .inner p,body.page-template-template-families .inner h4,body.page-template-template-family-register #help .inner p,body.page-template-template-family-register .inner h4,body.page-template-template-password-reset #help .inner p,body.page-template-template-password-reset .inner h4,body.page-template-template-password-saved #help .inner p,body.page-template-template-password-saved .inner h4,body.page-template-template-school-login #help .inner p,body.page-template-template-school-login .inner h4,body.page-template-template-user-login #help .inner p,body.page-template-template-user-login .inner h4{margin-bottom:20px}body.page-template-template-email-sent #field_1_5 label,body.page-template-template-email-sent #registration-form,body.page-template-template-families #field_1_5 label,body.page-template-template-families #registration-form,body.page-template-template-family-register #field_1_5 label,body.page-template-template-family-register #registration-form,body.page-template-template-password-reset #field_1_5 label,body.page-template-template-password-reset #registration-form,body.page-template-template-password-saved #field_1_5 label,body.page-template-template-password-saved #registration-form,body.page-template-template-school-login #field_1_5 label,body.page-template-template-school-login #registration-form,body.page-template-template-user-login #field_1_5 label,body.page-template-template-user-login #registration-form{display:none}body.page-template-template-email-sent button[type=submit],body.page-template-template-families button[type=submit],body.page-template-template-family-register button[type=submit],body.page-template-template-password-reset button[type=submit],body.page-template-template-password-saved button[type=submit],body.page-template-template-school-login button[type=submit],body.page-template-template-user-login button[type=submit]{color:#fff;display:block;width:100%;font-size:20px;margin-top:20px}section#school-login{background:url(/wp-content/themes/melva/dist/images/school-login_12f44aee.png);background-size:cover;background-position:50%;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}section#school-login:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.8}section#school-login .alert{margin:30px 0}section#school-login .inner{color:#fff;z-index:2;text-align:center}section#school-login .inner h1{font-size:65px;margin-bottom:10px}section#school-login .inner p{font-size:18px}section#school-login form{margin-top:20px}section#school-login form label{color:#fff;font-size:20px;margin-top:20px;display:block}section#school-login form input{color:#333}section#school-login form input[type=submit]{color:#fff;display:block;width:100%;font-size:20px;margin-top:20px}section#user-login .inner{z-index:2}section#user-login .inner h1{font-size:65px;margin-bottom:10px}section#user-login .inner p{font-size:18px}section#user-login form{margin-top:20px}section#user-login form label{font-size:20px;margin-top:20px;display:block}section#user-login form input{color:#333}section#user-login form input[type=submit]{color:#fff;display:block;width:100%;font-size:20px;margin-top:20px}section.login-split .col-lg-6{overflow:hidden;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}section.login-split .col-lg-6 .bg{background-image:url(/wp-content/themes/melva/dist/images/login-bg_d867bb39.png);background-size:cover;background-position:50%;position:absolute;height:100%;width:100%;left:0;top:0;-webkit-transition:all 1s ease-out;transition:all 1s ease-out}section.login-split .col-lg-6 .bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5}section.login-split .col-lg-6:hover .bg{left:-5%;right:-5%;top:-5%;bottom:-5%;width:110%;height:110%}section.login-split .col-lg-6:hover .bg:after{opacity:.8}section.login-split .col-lg-6:nth-of-type(2) .bg{background-image:url(/wp-content/themes/melva/dist/images/family-login_f86849ab.png)}section.login-split .col-lg-6 .inner{z-index:2;width:100%;position:relative;text-align:center}section.login-split .col-lg-6 .inner h1{color:#fff}section.login-split .col-lg-6 .inner span{font-size:20px}section.login-split a{height:calc(100vh - 80px)}section.home-footer{padding:20px;height:80px;background:#222;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;color:#fff}section.home-footer p{margin-bottom:0}section.home-footer img{float:right;max-width:420px}#login-form{position:relative}.simpay-payment-btn{position:absolute;bottom:0;right:40px}.entry-summary,.posts-navigation,article>header:first-child{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media (min-width:676px){.entry-summary,.posts-navigation,article>header:first-child{max-width:768px;padding-left:0;padding-right:0}}@media (min-width:992px){.entry-summary,.posts-navigation,article>header:first-child{max-width:900px;padding-left:0;padding-right:0}}body#tinymce{margin:12px!important}.contact{max-width:123rem;margin:0 auto;padding:4.7rem 3rem 5.2rem}@media (min-width:36em){.contact{text-align:center}}@media (min-width:48em){.contact{padding:8.1rem 3rem 11.1rem}}.contact .h2,.contact h2{color:#333}.cta{background-color:#333}.cta_flex{max-width:123rem;margin:0 auto;padding:3.9rem 3rem 4.3rem}@media (min-width:48em){.cta_flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:5.7rem 3rem 8.3rem}}.cta .h2,.cta h2{color:#fff;max-width:45rem;margin-bottom:2rem}@media (min-width:48em){.cta .h2,.cta h2{margin-bottom:0}}.cta .h2 strong,.cta h2 strong{font-weight:inherit;color:#e4e4e4}.faqs_inner{max-width:123rem;margin:0 auto;padding:4.5rem 3rem 5.4rem}@media (min-width:48em){.faqs_inner{padding:8.6rem 3rem 4.1rem}}.faqs_faq{overflow:hidden}.faqs_faq_item{list-style:none;border-bottom:2px solid #b2b2b2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.5rem}@media (min-width:48em){.faqs_faq_item{margin-bottom:3.5rem}}.faqs_faq_item:last-child{margin-bottom:0}.faqs_faq_item>a{color:#333;position:relative;display:inline-block;padding:2rem 6rem 2rem 0}@media (min-width:48em){.faqs_faq_item>a{padding:2rem 12rem 2rem 0}}.faqs_faq_item>a:after{content:"";position:absolute;top:0;right:0;bottom:0;pointer-events:none;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNNDQxLjkgMTY3LjNsLTE5LjgtMTkuOGMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDIyNCAzMjguMiA0Mi45IDE0Ny41Yy00LjctNC43LTEyLjMtNC43LTE3IDBMNi4xIDE2Ny4zYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjA5LjQgMjA5LjRjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIwOS40LTIwOS40YzQuNy00LjcgNC43LTEyLjMgMC0xN3oiPjwvcGF0aD4KPC9zdmc+Cg==);background-size:2rem;background-repeat:no-repeat;background-position:50%;width:5.7rem}@media (min-width:48em){.faqs_faq_item>a:after{width:11.4rem}}.faqs_faq_item>a.is-active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faqs_faq_item .h5,.faqs_faq_item h5{font-family:Montserrat Bold,sans-serif}.faqs_faq_answer{display:none;padding:1rem 0 2rem}@media (min-width:48em){.no-object-fit .faqs_faq_item>a:after{background-size:3.5rem}}.frontend-admin{background-color:#f6f6f6;min-height:100vh}.frontend-admin__toolbar{padding:2.1rem 6.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;background-color:#252525}.frontend-admin__toolbar a{font-size:20px;font-weight:500;color:#fff;display:block;margin:0 0 0 4.5rem}.frontend-admin__toolbar a:hover{color:#d15050}.frontend-admin__container{color:#333;padding:5.4rem 6.5rem}.frontend-admin h1{margin-bottom:3rem}.frontend-admin__inner{background-color:#fff;padding:4rem}.frontend-admin__password-trigger{font-size:2rem;color:#d15050;display:block}.frontend-admin__password-form{display:none;width:400px;max-width:100%;padding:0 0 30px}.frontend-admin__password-form.active{display:block}.frontend-admin table.dataTable thead td,.frontend-admin table.dataTable thead th{padding:2.5rem 2rem}.frontend-admin .dataTables_wrapper .dataTables_paginate .paginate_button{border:none}.frontend-admin .dataTables_wrapper .dataTables_paginate .paginate_button.current,.frontend-admin .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,.frontend-admin .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:none;color:#d15050!important;border:none}.frontend-admin .dataTables_wrapper .dataTables_paginate .paginate_button:active{-webkit-box-shadow:unset;box-shadow:unset}.hero{background-color:#737373;position:relative;overflow:hidden;padding:12.25rem 0 10.5rem}@media (min-width:48em){.hero{padding:0;height:100vh;height:calc(var(--vh, 1vh)*100);min-height:46.8rem;max-height:70rem}}.hero-bg{background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:48em){.hero-landing{min-height:66.8rem;max-height:90rem}}.hero-landing a.bttn{margin-top:1rem}.hero_content{color:#fff;position:relative;z-index:10;width:100%;max-width:123rem;margin:0 auto;padding:0 3rem}@media (min-width:48em){.hero_content{top:-1rem}}.hero_content>div{max-width:46rem}@media (min-width:48em){.hero_content>div{max-width:50rem}}.hero_content .h2,.hero_content h2{margin-bottom:2rem}.hero_inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;height:100%}.level-limit-notice{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);display:none;pointer-events:none}.level-limit-notice__inner{padding:5rem;max-width:calc(100vw - 60px);width:600px;background-color:#fff;border-radius:15px;position:fixed;top:50%;left:50%;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99}.level-limit-notice__inner p{font-size:22px;margin-bottom:4rem}.level-limit-notice.active{z-index:999;display:block;pointer-events:all}.map-wrapper{width:100%;height:37rem;margin:2.1rem 0}@media (min-width:48em){.map-wrapper{height:47rem;margin:4.2rem 0}}.map-wrapper #map{top:0;left:0;width:100%;height:100%}.news{background-color:#fafafa}.news_inner{max-width:123rem;margin:0 auto;padding:5.2rem 3rem 5.6rem}@media (min-width:48em){.news_inner{padding:8.1rem 3rem 9.6rem}}.news_flex{margin:0 -1.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.news_flex_none{margin:0}.news_column{margin:1.25rem 1.25rem 2.25rem;width:calc(100% - 2.5rem);-webkit-flex-basis:calc(100% - 2.5rem);-ms-flex-preferred-size:calc(100% - 2.5rem);flex-basis:calc(100% - 2.5rem)}@media (min-width:36em){.news_column{width:calc(50% - 2.5rem);-webkit-flex-basis:calc(50% - 2.5rem);-ms-flex-preferred-size:calc(50% - 2.5rem);flex-basis:calc(50% - 2.5rem)}}@media (min-width:48em){.news_column{margin:1.25rem 1.25rem 2.25rem;width:calc(33.33333% - 2.5rem);-webkit-flex-basis:calc(33.33333% - 2.5rem);-ms-flex-preferred-size:calc(33.33333% - 2.5rem);flex-basis:calc(33.33333% - 2.5rem)}}.news_column a:hover{text-decoration:underline}.news_column a>p{color:#333;font-family:Montserrat Bold,sans-serif}.news_column>p{margin-bottom:1.6rem}.news_image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.news_image_container{width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:3.7rem;height:92vw}@media (min-width:36em){.news_image_container{height:45.4vw}}@media (min-width:48em){.news_image_container{height:30.1vw}}@media (min-width:62em){.news_image_container{height:27.8vw}}@media (min-width:75em){.news_image_container{height:35.333rem}}.news .h2,.news h2{color:#333;margin-bottom:3rem}@media (min-width:36em){.news .h2,.news h2{text-align:center}}@media (min-width:48em){.news .h2,.news h2{margin-bottom:4.13rem}}@media (min-width:62em){.news .h2,.news h2{margin-bottom:6.2rem}}.news .h5,.news h5{color:#333;margin-bottom:1.6rem;line-height:2rem}@media (min-width:62em){.news .h5,.news h5{line-height:2.2rem}}@media (min-width:75em){.news .h5,.news h5{line-height:2.4rem}}@media (min-width:90em){.news .h5,.news h5{line-height:2.6rem}}.news p{color:#333}.news_bttn{margin-top:2.6rem}@media (min-width:36em){.news_bttn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:48em){.news_bttn{margin-top:5.3rem}}@media (min-width:48em){.news a.bttn{padding:1rem 11.2rem}}.subscribe{background-color:#fafafa}.subscribe_inner{width:100%;max-width:123rem;margin:0 auto;padding:5.6rem 3rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (min-width:48em){.subscribe_inner{padding:7.9rem 3rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:62em){.subscribe_inner{padding:10.4rem 3rem}}.subscribe_image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.subscribe_image_container{width:100%;height:64vw;margin-bottom:3.5rem}@media (min-width:48em){.subscribe_image_container{width:55.5rem;-webkit-flex-basis:55.5rem;-ms-flex-preferred-size:55.5rem;flex-basis:55.5rem;height:35vw;margin-bottom:0;margin-right:4.5rem}}@media (min-width:62em){.subscribe_image_container{height:33vw}}@media (min-width:75em){.subscribe_image_container{height:38rem}}.subscribe_content{width:100%}@media (min-width:48em){.subscribe_content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:44rem;-webkit-flex-basis:44rem;-ms-flex-preferred-size:44rem;flex-basis:44rem}}.subscribe .h5,.subscribe h5{color:#333;font-size:1.6rem;letter-spacing:.01rem;line-height:2.4rem;margin-bottom:1rem}@media (min-width:48em){.subscribe .h5,.subscribe h5{font-size:1.8rem;letter-spacing:normal;line-height:2.8rem;margin-bottom:1.5rem}}.subscribe .h2,.subscribe h2{color:#333;margin-bottom:2rem}@media (min-width:48em){.subscribe .h2,.subscribe h2{margin-bottom:3rem}}@media (min-width:62em){.subscribe .h2,.subscribe h2{margin-bottom:4rem}}@media (min-width:75em){.subscribe .h2,.subscribe h2{max-width:22rem;margin-bottom:5.5rem}}@media (min-width:90em){.subscribe .h2,.subscribe h2{max-width:32rem}}.subscribe p{color:#333;font-size:1.2rem;line-height:1.8rem;letter-spacing:normal;margin:0}@media (min-width:48em){.subscribe p{font-size:1.4rem;line-height:2rem}}.subscribe p a{font-family:Montserrat Bold,sans-serif;color:#333;text-decoration:none}.subscribe p a:hover{text-decoration:underline}.user-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);display:none}.user-modal__inner{padding:6rem 3.5rem;max-width:calc(100vw - 60px);width:600px;background-color:#fff;border-radius:15px;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:99;height:800px;max-height:80vh;overflow:hidden}.user-modal__inner--upload{height:auto;min-height:300px;max-height:80vh}.user-modal__inner p{font-weight:700;font-size:22px}.user-modal__inner form{margin-top:2rem}.user-modal__form-wrapper{overflow:auto;height:100%;padding:0 1.5rem}.user-modal__close{position:absolute;top:30px;right:30px;font-size:30px;font-weight:700}.user-modal__response{display:none}.user-modal__response ul:not(.gform_fields) li{font-family:futurahandwrittenmedium}.user-modal.active{display:block}.user-modal.is-saved .user-modal__inner{height:auto}p#name{font-size:20px;top:79%;width:18%;left:45%;font-size:1.5vw}p#cert-name,p#name{position:absolute;z-index:100;color:#000;text-align:center;display:none}p#cert-name{font-size:20px;top:53%;width:23%;left:38.5%;font-size:2vw}#base1,#loader1{background-image:url(/level-assets/1/bg.jpg)}#base1,#base1b,#loader1{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base1b{background-image:url(/level-assets/1/bg-empty.jpg)}#gid-return,#level-one{background-image:url(/level-assets/1/bg.jpg)}#gid-return:after,#level-one:after{background-image:url(/level-assets/1/bg-grey.jpg)}#gid-return.gid-left,#level-one.gid-left{background-image:url(/level-assets/1/bg-empty.jpg)}#gid-return.gid-left:after,#level-one.gid-left:after{background-image:url(/level-assets/1/bg-empty-grey.jpg)}#gid-return #window,#level-one #window{background-image:url(/level-assets/1/window-1.png);width:34.82%;height:49.48%;left:11.91%;top:13.35%}#gid-return #gid,#level-one #gid{background-image:url(/level-assets/1/gid.png);width:9.33%;height:55.15%;left:63.31%;top:31%}#gid-return #worrit,#level-one #worrit{background-image:url(/level-assets/1/clickable-worritmeter.png);width:10.48%;height:55.77%;left:49.19%;top:10.5%}#gid-return #blackboard,#level-one #blackboard{background-image:url(/level-assets/1/blackboard.png);width:17.24%;height:73.41%;left:0;top:17.12%}#gid-return #professionalbook,#level-one #professionalbook{background-image:url(/level-assets/1/professionalbook.png);width:10.91%;height:7.73%;left:80.82%;top:57.87%}#gid-return #grusslebook,#level-one #grusslebook{background-image:url(/level-assets/1/grusslebook.png);width:6.35%;height:11.5%;left:88%;top:41.25%}#gid-return #familybook,#level-one #familybook{background-image:url(/level-assets/1/familybook.png);width:5.56%;height:10.66%;left:80.82%;top:40.82%}#gid-return #whatifsbook,#level-one #whatifsbook{background-image:url(/level-assets/1/whatifsbook.png);width:4.89%;height:9.85%;left:74.57%;top:40.48%}#gid-return #tea,#level-one #tea{background-image:url(/level-assets/1/tea.png);width:10%;height:10%;left:29.8%;top:62.14%}#gid-return #frame,#level-one #frame{background-image:url(/level-assets/1/frame.png);width:4.66%;height:8.89%;left:74.3%;top:29.7%}#gid-return #bank,#level-one #bank{background-image:url(/level-assets/1/bank.png);width:8.56%;height:16.73%;left:39.73%;top:53.08%}#gid-return #bts-book,#level-one #bts-book{background-image:url(/level-assets/1/bts-book.png);width:4.81%;height:12%;left:91.44%;top:55.04%}#gid-return #pro-book,#level-one #pro-book{background-image:url(/level-assets/1/pro-book.png);width:10.9%;height:7.73%;left:80.81%;top:57.85%}#base10,#loader10{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base10,#level-ten,#loader10{background-image:url(/level-assets/10/bg.jpg)}#level-ten:after{background-image:url(/level-assets/10/bg-grey.jpg)}#base11,#loader11{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base11,#level-eleven,#loader11{background-image:url(/level-assets/11/bg.jpg)}#level-eleven:after{background-image:url(/level-assets/11/bg-grey.jpg)}#level-eleven #pudding{background-image:url(/level-assets/11/pudding.png);width:35.34%;height:11.88%;left:34.04%;top:69.7%}#level-eleven #board{background-image:url(/level-assets/11/board.png);width:33.62%;height:41.93%;left:2.63%;top:10.68%}#level-eleven #mheart{background-image:url(/level-assets/11/m-heart.png);width:3.13%;height:5.73%;left:34.14%;top:65.94%}#level-eleven #bnose{background-image:url(/level-assets/11/b-nose.png);width:1.25%;height:3.91%;left:47.71%;top:51.82%}#level-eleven #bheart{background-image:url(/level-assets/11/b-heart.png);width:3.13%;height:5.73%;left:50%;top:65.47%}#level-eleven #door{background-image:url(/level-assets/11/door.png);width:14.45%;height:73.18%;left:82.86%;top:10.05%}#base12,#loader12{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base12,#level-twelve,#loader12{background-image:url(/level-assets/12/bg.jpg)}#level-twelve:after{background-image:url(/level-assets/12/bg-grey.jpg)}#level-twelve #window{background-image:url(/level-assets/12/window.png);width:34.81%;height:49.46%;left:11.92%;top:13.35%}#level-twelve #bank{background-image:url(/level-assets/12/bank.png);width:8.56%;height:16.73%;left:39.73%;top:53.08%}#level-twelve #bts-book{background-image:url(/level-assets/12/bts-book.png);width:4.81%;height:12%;left:91.44%;top:55.04%}#level-twelve #pro-book{background-image:url(/level-assets/12/pro-book.png);width:10.9%;height:7.73%;left:80.81%;top:57.85%}#base2,#loader2{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base2,#level-two,#loader2{background-image:url(/level-assets/2/bg.jpg)}#level-two:after{background-image:url(/level-assets/2/bg-grey.jpg)}#level-two #door{background-image:url(/level-assets/2/door.png);width:9.22%;height:23.07%;left:15.6%;top:39.27%}#level-two #window{background-image:url(/level-assets/2/window.png);width:3.26%;height:10.05%;left:30.52%;top:45.16%}#level-two #backpack{background-image:url(/level-assets/2/backpack.png);width:6.67%;height:11.35%;left:19.56%;top:82.76%}#level-two #airplane{background-image:url(/level-assets/2/airplane.png);width:4.58%;height:5.89%;left:82.79%;top:86.2%}#level-two #mansion{background-image:url(/level-assets/2/mansion.png);width:9.64%;height:7.08%;left:8.1%;top:80.31%}#level-two #clockface{background-image:url(/level-assets/2/clockface.png);width:10.52%;height:23.96%;left:81.43%;top:7.93%}#level-two #post{background-image:url(/level-assets/2/post.png);width:9.24%;height:37.81%;left:66.85%;top:35.16%}#level-two #board{background-image:url(/level-assets/2/board.png);width:12.94%;height:21.93%;left:54.95%;top:52.34%}#level-two #cloud{background-image:url(/level-assets/2/cloud.png);width:34.22%;height:17.92%;left:41.69%;top:4.32%}#base3,#loader3{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base3,#level-three,#loader3{background-image:url(/level-assets/3/bg.jpg)}#level-three:after{background-image:url(/level-assets/3/bg-grey.jpg)}#level-three #poster{background-image:url(/level-assets/3/poster.png);width:14.69%;height:40.1%;left:84.09%;top:6.3%}#level-three #door{background-image:url(/level-assets/3/door.png);width:12.73%;height:76.56%;left:3.88%;top:23.44%}#level-three #book{background-image:url(/level-assets/3/book.png);width:6.41%;height:10.94%;left:66.8%;top:22.86%}#level-three #eggs{background-image:url(/level-assets/3/eggs.png);width:2.94%;height:9.84%;left:39.79%;top:37.14%}#level-three #lumps{background-image:url(/level-assets/3/lumps.png);width:3.1%;height:9.95%;left:42.66%;top:25.52%}#level-three #woodlice{background-image:url(/level-assets/3/woodlice.png);width:12.6%;height:6.67%;left:53.41%;top:77.86%}#level-three #sign{background-image:url(/level-assets/3/sign.png);width:21.04%;height:17.34%;left:17%;top:14.27%}#level-three #jellies{background-image:url(/level-assets/3/jellies.png);width:3.05%;height:10.1%;left:45.78%;top:36.77%}#level-three #certificate{background-image:url(/level-assets/3/certificate.png);width:9.74%;height:11.56%;left:86.85%;top:55.1%}#level-three #eel{background-image:url(/level-assets/3/eel.png);width:9.51%;height:22.66%;left:33.78%;top:40.47%}#level-three #jar{background-image:url(/level-assets/3/jar.png);width:3.75%;height:6.82%;left:68.02%;top:55.78%}#level-three #teeth{background-image:url(/level-assets/3/teeth.png);width:5.31%;height:10.36%;left:52.81%;top:12.55%}#level-three #pops{background-image:url(/level-assets/3/pops.png);width:5.73%;height:15.83%;left:70.94%;top:46.93%}#base4,#loader4{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base4,#level-four,#loader4{background-image:url(/level-assets/4/bg.jpg)}#level-four:after{background-image:url(/level-assets/4/bg-grey.jpg)}#level-four #door{background-image:url(/level-assets/4/door.png);width:14.45%;height:73.18%;left:82.86%;top:10.05%}#level-four #sign{background-image:url(/level-assets/4/sign.png);width:18.46%;height:18.8%;left:53.41%;top:28.85%}#level-four #gpa{background-image:url(/level-assets/4/gpa.png);width:10.55%;height:27.97%;left:14.22%;top:25.68%}#level-four #star{background-image:url(/level-assets/4/star.png);width:3.59%;height:11.3%;left:27.42%;top:42.5%}#level-four #notebook{background-image:url(/level-assets/4/notebook.png);width:16.22%;height:14.69%;left:5.31%;top:81.25%}#level-four #frames{background-image:url(/level-assets/4/frames.png);width:6.95%;height:16.77%;left:37.03%;top:27.86%}#level-four #pots{background-image:url(/level-assets/4/pots.png);width:13.98%;height:8.8%;left:1.61%;top:44.06%}#level-four #board{background-image:url(/level-assets/4/board.png);width:33.62%;height:41.93%;left:2.63%;top:10.68%}#base5,#loader5{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base5,#level-five,#loader5{background-image:url(/level-assets/5/bg.jpg)}#level-five:after{background-image:url(/level-assets/5/bg-grey.jpg)}#level-five #bush{background-image:url(/level-assets/5/bush.png);width:35.31%;height:18.49%;left:0;top:64.53%}#level-five #window{background-image:url(/level-assets/5/window.png);width:24.61%;height:68.65%;left:70.49%;top:14.74%}#level-five #sign{background-image:url(/level-assets/5/sign.png);width:6.88%;height:9.38%;left:23.2%;top:85.73%}#level-five #doorbell{background-image:url(/level-assets/5/doorbell.png);width:1.43%;height:5.57%;left:58.49%;top:53.59%}#level-five-b{display:none;background-image:url(/level-assets/5/bg-2.jpg)}#level-five-b:after{background-image:url(/level-assets/5/bg-2-grey.jpg)}#level-five-b #door{background-image:url(/level-assets/5/door.png);width:34.24%;height:65.31%;left:60.21%;top:11.3%}#level-five-b #pony{background-image:url(/level-assets/5/pony.png);width:11.38%;height:26.41%;left:38.62%;top:18.59%}#level-five-b #melva{background-image:url(/level-assets/5/melva.png);width:9.71%;height:53.65%;left:31.74%;top:37.81%}#level-five-b #angelina{background-image:url(/level-assets/5/angelina.png);width:12.24%;height:50.57%;left:46.64%;top:33.33%}#level-five-b #trophies{background-image:url(/level-assets/5/trophies.png);width:19.66%;height:66.04%;left:3.7%;top:17.81%}#base6,#loader6{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base6,#level-six,#loader6{background-image:url(/level-assets/6/bg.jpg)}#level-six:after{background-image:url(/level-assets/6/bg-grey.jpg)}#level-six #food{background-image:url(/level-assets/6/food.png);width:36.74%;height:9.84%;left:28.72%;top:86.56%}#level-six #coop{background-image:url(/level-assets/6/coop.png);width:26.82%;height:52.66%;left:64.69%;top:39.84%}#level-six #cottage{background-image:url(/level-assets/6/cottage.png);width:21.25%;height:22.76%;left:3.96%;top:20.89%}#level-six #sign{background-image:url(/level-assets/6/sign.png);width:2.55%;height:14.27%;left:43.59%;top:31.93%}#base7,#loader7{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-image:url(/level-assets/7/cs7a-blank.jpg)}#level-seven{background-image:url(/level-assets/7/bg.jpg)}#level-seven:after{background-image:url(/level-assets/7/bg-grey.jpg)}#level-seven #sign{background-image:url(/level-assets/7/sign.png);width:8.23%;height:24.32%;left:71.77%;top:55.26%}#base8,#loader8{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base8,#level-eight,#loader8{background-image:url(/level-assets/8/bg.jpg)}#level-eight{overflow:hidden}#level-eight:after{background-image:url(/level-assets/8/bg-grey.jpg)}#level-eight #star{background-image:url(/level-assets/8/star.png);width:2.84%;height:7.24%;left:82.06%;top:7.45%}#level-eight #sign{background-image:url(/level-assets/8/sign.png);width:8.41%;height:25.1%;left:15.89%;top:27.24%}#level-eight #stones{background-image:url(/level-assets/8/stones.png);width:33.15%;height:36.82%;left:29.27%;top:91.67%}#level-eight #snowman{background-image:url(/level-assets/8/snowman.png);width:22.79%;height:17.6%;left:17.27%;top:73.28%}#level-eight #rock{background-image:url(/level-assets/8/rock.png);width:32.66%;height:23.59%;left:37.63%;top:60.99%}#base9,#loader9{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover}#base9,#level-nine,#loader9{background-image:url(/level-assets/9/bg.jpg)}#level-nine:after{background-image:url(/level-assets/9/bg-grey.jpg)}#level-nine #sign{background-image:url(/level-assets/9/sign.png);width:8.23%;height:24.32%;left:71.77%;top:55.26%}#snowball-game{background-image:url(/level-assets/9/sky.png);background-size:cover;overflow:hidden;display:none}#snowball-game,#snowball-game #instructions{position:absolute;left:0;top:0;width:100%;height:100%}#snowball-game #instructions{background:rgba(0,0,0,.8);z-index:200;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#fff}#snowball-game #instructions .inner{width:50%;margin:auto}#snowball-game #instructions .inner a{margin-top:1.7%}#snowball-game #mountain{position:absolute;right:0;top:0;width:100%;height:100%;left:-30%;-webkit-transform:scale(1.7);transform:scale(1.7);cursor:none}#snowball-game #mountain:after,#snowball-game #mountain:before{top:0;left:0;content:"";position:absolute;width:100%;height:100%;background-image:url(/level-assets/9/mountain-repeat.png);background-size:auto 100%;-webkit-animation:move 6s linear infinite;animation:move 6s linear infinite;background-repeat:repeat-y;background-position:100%}#snowball-game #mountain:before{left:0;top:-100%}#snowball-game #melva{bottom:2%;background-image:url(/level-assets/9/melva.gif)}#snowball-game #melva,#snowball-game #splat{position:absolute;left:40%;width:5%;height:25%;background-size:contain;background-repeat:no-repeat}#snowball-game #splat{bottom:5%;background-image:url(/level-assets/9/splat.png);display:none}#snowball-game .snowball{position:absolute;top:-20%;left:40%;width:4%;height:19%;background-image:url(/level-assets/9/snow1.png);background-size:contain;background-repeat:no-repeat;-webkit-transition:0s;transition:0s}#snowball-game .snowball.falling{top:140%;-webkit-transition:top 2.5s;transition:top 2.5s}#snowball-game #snowball2,#snowball-game #snowball5{left:20%;background-image:url(/level-assets/9/snow2.png)}#snowball-game #snowball3,#snowball-game #snowball6{left:80%;background-image:url(/level-assets/9/snow3.png)}@-webkit-keyframes move{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes move{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}