diff --git a/Source/Blazorise.Bulma/Providers/BulmaClassProvider.cs b/Source/Blazorise.Bulma/Providers/BulmaClassProvider.cs index 3fe3ab432f..3ad0b67407 100644 --- a/Source/Blazorise.Bulma/Providers/BulmaClassProvider.cs +++ b/Source/Blazorise.Bulma/Providers/BulmaClassProvider.cs @@ -689,7 +689,7 @@ public override string BarItem( BarMode mode, bool hasDropdown ) => mode == Blaz public override string BarBrand( BarMode mode ) => mode == Blazorise.BarMode.Horizontal ? "navbar-brand" : "b-bar-brand"; public override string BarToggler( BarMode mode, BarTogglerMode togglerMode ) => mode == Blazorise.BarMode.Horizontal ? "navbar-burger" : - togglerMode == BarTogglerMode.Popout ? "b-bar-toggler-popout" : "b-bar-toggler-inline"; + togglerMode == BarTogglerMode.Popout ? "b-bar-toggler-popout" : "b-bar-toggler-inline navbar-burger"; public override string BarTogglerCollapsed( BarMode mode, BarTogglerMode togglerMode, bool isShow ) => isShow || mode != Blazorise.BarMode.Horizontal ? null : Active(); diff --git a/Source/Blazorise.Bulma/Styles/components/_bar.scss b/Source/Blazorise.Bulma/Styles/components/_bar.scss index 3aae7300d0..b98025a175 100644 --- a/Source/Blazorise.Bulma/Styles/components/_bar.scss +++ b/Source/Blazorise.Bulma/Styles/components/_bar.scss @@ -41,3 +41,11 @@ } } } + +.b-bar-vertical-inline, +.b-bar-vertical-popout, +.b-bar-vertical-small { + .navbar-burger { + color: inherit; + } +} diff --git a/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.css b/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.css index 23aa8cd0f9..45c4bc694f 100644 --- a/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.css +++ b/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.css @@ -29,6 +29,12 @@ opacity: 0.65; } +.b-bar-vertical-inline .navbar-burger, +.b-bar-vertical-popout .navbar-burger, +.b-bar-vertical-small .navbar-burger { + color: inherit; +} + .blockquote { margin-bottom: 1rem; font-size: 1.25rem; diff --git a/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.min.css b/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.min.css index 43f480193f..09ca21814a 100644 --- a/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.min.css +++ b/Source/Blazorise.Bulma/wwwroot/blazorise.bulma.min.css @@ -1 +1 @@ -@charset "UTF-8";.b-bar-vertical-inline.b-bar-dark .is-active,.b-bar-vertical.b-bar-dark .is-active{color:#fff!important;}.navbar-dropdown[data-visible=true]{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeIn;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-dropdown{border:0;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-dropdown .dropdown>.dropdown-item{width:100%;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-dropdown .dropdown>div>.navbar-dropdown{display:none;top:0;left:100%;margin-left:0;margin-right:.1rem;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-link.b-bar-dropdown-toggle.navbar-link-disabled{pointer-events:none;opacity:.65;}.blockquote{margin-bottom:1rem;font-size:1.25rem;}.blockquote-footer{display:block;font-size:.75rem;color:#6c757d;}.blockquote-footer::before{content:"— ";}.button.is-secondary{background-color:#6c757d;border-color:transparent;color:#fff;}.button.is-secondary:hover,.button.is-secondary.is-hovered{background-color:#5a6268;border-color:transparent;color:#fff;}.button.is-secondary:focus,.button.is-secondary.is-focused{border-color:transparent;color:#fff;}.button.is-secondary:focus:not(:active),.button.is-secondary.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25);}.button.is-secondary:active,.button.is-secondary.is-active{background-color:#545b62;border-color:transparent;color:#fff;}.button.is-secondary[disabled],fieldset[disabled] .button.is-secondary{background-color:#6c757d;border-color:transparent;box-shadow:none;}.button.is-secondary.is-inverted{background-color:#fff;color:#6c757d;}.button.is-secondary.is-inverted:hover,.button.is-secondary.is-inverted.is-hovered{background-color:#f2f2f2;}.button.is-secondary.is-inverted[disabled],fieldset[disabled] .button.is-secondary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#6c757d;}.button.is-secondary.is-loading::after{border-color:transparent transparent #fff #fff!important;}.button.is-secondary.is-outlined{background-color:transparent;border-color:#6c757d;color:#6c757d;}.button.is-secondary.is-outlined:hover,.button.is-secondary.is-outlined.is-hovered,.button.is-secondary.is-outlined:focus,.button.is-secondary.is-outlined.is-focused{background-color:#6c757d;border-color:#6c757d;color:#fff;}.button.is-secondary.is-outlined.is-loading::after{border-color:transparent transparent #6c757d #6c757d!important;}.button.is-secondary.is-outlined.is-loading:hover::after,.button.is-secondary.is-outlined.is-loading.is-hovered::after,.button.is-secondary.is-outlined.is-loading:focus::after,.button.is-secondary.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff!important;}.button.is-secondary.is-outlined[disabled],fieldset[disabled] .button.is-secondary.is-outlined{background-color:transparent;border-color:#6c757d;box-shadow:none;color:#6c757d;}.button.is-secondary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff;}.button.is-secondary.is-inverted.is-outlined:hover,.button.is-secondary.is-inverted.is-outlined.is-hovered,.button.is-secondary.is-inverted.is-outlined:focus,.button.is-secondary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#6c757d;}.button.is-secondary.is-inverted.is-outlined.is-loading:hover::after,.button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-secondary.is-inverted.is-outlined.is-loading:focus::after,.button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #6c757d #6c757d!important;}.button.is-secondary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-secondary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff;}.button.is-extra-small,.field.has-addons.are-extra-small>.control>.button{font-size:.65rem;}.button.is-small,.field.has-addons.are-small>.control>.button{font-size:.75rem;}.button.is-medium,.field.has-addons.are-medium>.control>.button{font-size:1.25rem;}.button.is-large,.field.has-addons.are-large>.control>.button{font-size:1.5rem;}.button.is-extra-large,.field.has-addons.are-extra-large>.control>.button{font-size:2rem;}.card{overflow:initial;}.card .card-content .card-text{margin-bottom:1rem;}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}.card-group>.card{margin-bottom:15px;}.card-deck{display:flex;flex-flow:row wrap;margin-right:-.75rem;margin-left:-.75rem;}.card-deck .card{margin-bottom:.75rem;}.card-deck .card{flex:1 0 0%;margin-right:.75rem;margin-bottom:0;margin-left:.75rem;}@media(min-width:768px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap;}.card-group>.card{-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:first-child{border-top-right-radius:0;border-bottom-right-radius:0;}.card-group>.card:first-child .card-image,.card-group>.card:first-child .card-header{border-top-right-radius:0;}.card-group>.card:first-child .card-footer{border-bottom-right-radius:0;}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0;}.card-group>.card:last-child .card-image,.card-group>.card:last-child .card-header{border-top-left-radius:0;}.card-group>.card:last-child .card-footer{border-bottom-left-radius:0;}.card-group>.card:only-child{border-radius:.25rem;}.card-group>.card:only-child .card-image,.card-group>.card:only-child .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem;}.card-group>.card:only-child .card-footer{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0;}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-image,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0;}}.carousel-list,.carousel{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.carousel{min-height:120px;position:relative;}.carousel.is-overlay{background-color:rgba(0,0,0,.86);align-items:center;flex-direction:column;justify-content:center;display:flex;max-height:100vh;position:fixed;z-index:40;}.carousel.is-overlay .carousel-item img{cursor:default;}.carousel.is-overlay .carousel-indicator.has-background{background:transparent;}.carousel .progress{border-radius:2px;height:.25rem;margin-bottom:0;}.carousel .carousel-items{position:relative;display:flex;overflow:hidden;width:100%;}@media screen and (min-width:1023px),print{.carousel .carousel-items:hover .carousel-arrow.is-hovered{opacity:1;}}.carousel .carousel-items .carousel-item{flex-shrink:0;width:100%;}.carousel .carousel-items .carousel-item-hidden{display:none;}.carousel .carousel-pause{pointer-events:none;position:absolute;top:0;right:.15rem;z-index:1;}.carousel .carousel-indicator{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:center;}.carousel .carousel-indicator.has-background{background:rgba(0,0,0,.5);}.carousel .carousel-indicator.has-custom{flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-x:auto;}.carousel .carousel-indicator.has-custom.is-small .indicator-item,.carousel .field.has-addons.are-small>.control>.carousel-indicator.has-custom.button .indicator-item{flex:1 0 10%;}.carousel .carousel-indicator.has-custom.is-medium .indicator-item,.carousel .field.has-addons.are-medium>.control>.carousel-indicator.has-custom.button .indicator-item{flex:1 0 16.66667%;}.carousel .carousel-indicator.is-inside{position:absolute;}.carousel .carousel-indicator.is-inside.is-bottom{bottom:0;}.carousel .carousel-indicator.is-inside.is-top{top:0;}.carousel .carousel-indicator .indicator-item:not(:last-child){margin-right:.5rem;}.carousel .carousel-indicator .indicator-item.is-active .indicator-style,.carousel .carousel-indicator .indicator-item .indicator-style:hover{background:var(--b-theme-primary,#00d1b2);border:1px solid var(--b-theme-white,#fff);}.carousel .carousel-indicator .indicator-item .indicator-style{display:block;border:1px solid var(--b-theme-primary,#00d1b2);background:var(--b-theme-white,#fff);outline:0;transition:150ms ease-out;}.carousel .carousel-indicator .indicator-item .indicator-style.is-boxes{height:10px;width:10px;}.carousel .carousel-indicator .indicator-item .indicator-style.is-dots{border-radius:10px;height:10px;width:10px;}.carousel .carousel-indicator .indicator-item .indicator-style.is-lines{height:5px;width:25px;}.carousel-list{position:relative;overflow:hidden;width:100%;}.carousel-list.has-shadow{box-shadow:0 0 10px rgba(0,0,0,.25);}@media screen and (min-width:1023px),print{.carousel-list:hover .carousel-arrow.is-hovered{opacity:1;}}.carousel-list .carousel-slides{position:relative;display:flex;width:100%;}.carousel-list .carousel-slides:not(.is-dragging){transition:all 250ms ease-out 0s;}.carousel-list .carousel-slides.has-grayscale .carousel-slide img{filter:grayscale(100%);}.carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img{filter:grayscale(0%);}.carousel-list .carousel-slides.has-opacity .carousel-slide img{opacity:.25;}.carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img{opacity:1;}.carousel-list .carousel-slides .carousel-slide{border:2px solid transparent;flex-shrink:0;}.carousel-arrow{transition:150ms ease-out;}.carousel-arrow.is-hovered{opacity:0;}.carousel-arrow .icon{background:var(--b-theme-white,#fff);color:var(--b-theme-primary,#00d1b2);cursor:pointer;border:1px solid var(--b-theme-white,#fff);border-radius:290486px;outline:0;}.carousel-arrow .icon:hover{border:1px solid var(--b-theme-primary,#00d1b2);opacity:1;}.carousel-arrow .icon.has-icons-left,.carousel-arrow .icon.has-icons-right{position:absolute;top:50%;transform:translateY(-50%);z-index:1;}.carousel-arrow .icon.has-icons-left{left:1.5rem;}.carousel-arrow .icon.has-icons-right{right:1.5rem;}.is-checkradio[type=radio],.is-checkradio[type=checkbox]{outline:0;user-select:none;display:inline-block;position:absolute;opacity:0;}.is-checkradio[type=radio]+label,.is-checkradio[type=checkbox]+label{position:relative;display:initial;cursor:pointer;vertical-align:middle;margin:.5em;padding:.2rem .5rem .2rem 0;border-radius:4px;}.is-checkradio[type=radio]+label:first-of-type,.is-checkradio[type=checkbox]+label:first-of-type{margin-left:0;}.is-checkradio[type=radio]+label:hover::before,.is-checkradio[type=radio]+label:hover:before,.is-checkradio[type=checkbox]+label:hover::before,.is-checkradio[type=checkbox]+label:hover:before{animation-duration:.4s;animation-fill-mode:both;animation-name:hover-color;}.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before,.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{position:absolute;left:0;top:0;content:"";border:.1rem solid hsl(0deg,0%,86%);}.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after,.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{position:absolute;display:none;content:"";top:0;}.is-checkradio[type=radio].is-rtl+label,.is-checkradio[type=checkbox].is-rtl+label{margin-right:0;margin-left:.5rem;}.is-checkradio[type=radio].is-rtl+label::before,.is-checkradio[type=radio].is-rtl+label:before,.is-checkradio[type=checkbox].is-rtl+label::before,.is-checkradio[type=checkbox].is-rtl+label:before{left:auto;right:0;}.is-checkradio[type=radio]:focus+label::before,.is-checkradio[type=radio]:focus+label:before,.is-checkradio[type=checkbox]:focus+label::before,.is-checkradio[type=checkbox]:focus+label:before{outline:1px dotted hsl(0deg,0%,71%);}.is-checkradio[type=radio]:hover:not([disabled])+label::before,.is-checkradio[type=radio]:hover:not([disabled])+label:before,.is-checkradio[type=checkbox]:hover:not([disabled])+label::before,.is-checkradio[type=checkbox]:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=radio]:checked+label::before,.is-checkradio[type=radio]:checked+label:before,.is-checkradio[type=checkbox]:checked+label::before,.is-checkradio[type=checkbox]:checked+label:before{border:.1rem solid hsl(0deg,0%,86%);}.is-checkradio[type=radio]:checked[disabled],.is-checkradio[type=checkbox]:checked[disabled]{cursor:not-allowed;}.is-checkradio[type=radio]:checked[disabled]+label,.is-checkradio[type=checkbox]:checked[disabled]+label{opacity:.5;}.is-checkradio[type=radio]:checked+label::before,.is-checkradio[type=radio]:checked+label:before,.is-checkradio[type=checkbox]:checked+label::before,.is-checkradio[type=checkbox]:checked+label:before{animation-name:none;}.is-checkradio[type=radio]:checked+label::after,.is-checkradio[type=radio]:checked+label:after,.is-checkradio[type=checkbox]:checked+label::after,.is-checkradio[type=checkbox]:checked+label:after{display:inline-block;}.is-checkradio[type=radio][disabled],.is-checkradio[type=checkbox][disabled]{cursor:not-allowed;}.is-checkradio[type=radio][disabled]+label,.is-checkradio[type=checkbox][disabled]+label{opacity:.5;cursor:not-allowed;}.is-checkradio[type=radio][disabled]+label:hover,.is-checkradio[type=radio][disabled]+label:before,.is-checkradio[type=radio][disabled]+label::before,.is-checkradio[type=radio][disabled]+label::after,.is-checkradio[type=radio][disabled]+label:after,.is-checkradio[type=checkbox][disabled]+label:hover,.is-checkradio[type=checkbox][disabled]+label:before,.is-checkradio[type=checkbox][disabled]+label::before,.is-checkradio[type=checkbox][disabled]+label::after,.is-checkradio[type=checkbox][disabled]+label:after{cursor:not-allowed;}.is-checkradio[type=radio][disabled]:hover,.is-checkradio[type=checkbox][disabled]:hover{cursor:not-allowed;}.is-checkradio[type=radio][disabled]:hover::before,.is-checkradio[type=radio][disabled]:hover:before,.is-checkradio[type=checkbox][disabled]:hover::before,.is-checkradio[type=checkbox][disabled]:hover:before{animation-name:none;}.is-checkradio[type=radio][disabled]::before,.is-checkradio[type=radio][disabled]:before,.is-checkradio[type=checkbox][disabled]::before,.is-checkradio[type=checkbox][disabled]:before{cursor:not-allowed;}.is-checkradio[type=radio][disabled]::after,.is-checkradio[type=radio][disabled]:after,.is-checkradio[type=checkbox][disabled]::after,.is-checkradio[type=checkbox][disabled]:after{cursor:not-allowed;}.is-checkradio[type=radio].has-no-border+label::before,.is-checkradio[type=radio].has-no-border+label:before,.is-checkradio[type=checkbox].has-no-border+label::before,.is-checkradio[type=checkbox].has-no-border+label:before{border:0!important;}.is-checkradio[type=radio].is-block,.is-checkradio[type=checkbox].is-block{display:none!important;}.is-checkradio[type=radio].is-block+label,.is-checkradio[type=checkbox].is-block+label{width:100%!important;background:hsl(0deg,0%,96%);color:findColorInvert(hsl(0deg,0%,96%));padding-right:.75em;}.is-checkradio[type=radio].is-block:hover:not([disabled])+label,.is-checkradio[type=checkbox].is-block:hover:not([disabled])+label{background:#e8e8e8;}.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{border-radius:4px;}.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{box-sizing:border-box;transform:translateY(0) rotate(45deg);border-width:.1rem;border-style:solid;border-color:#00d1b2;border-top:0;border-left:0;}.is-checkradio[type=checkbox].is-circle+label::before,.is-checkradio[type=checkbox].is-circle+label:before{border-radius:50%;}.is-checkradio[type=checkbox]+label{font-size:1rem;padding-left:2rem;}.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{width:1.5rem;height:1.5rem;}.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{width:.375rem;height:.6rem;top:.405rem;left:.6rem;}.is-checkradio[type=checkbox].is-block+label::before,.is-checkradio[type=checkbox].is-block+label:before{width:1.25rem;height:1.25rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-block+label::after,.is-checkradio[type=checkbox].is-block+label:after{top:.325rem;left:.65rem;}.is-checkradio[type=checkbox].is-rtl+label{padding-left:0;padding-right:2rem;}.is-checkradio[type=checkbox].is-rtl+label::after,.is-checkradio[type=checkbox].is-rtl+label:after{left:auto;right:.6rem;}.is-checkradio[type=checkbox].is-extra-small+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].button+label{font-size:.65rem;padding-left:1.3rem;}.is-checkradio[type=checkbox].is-extra-small+label::before,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-extra-small+label:before{width:.975rem;height:.975rem;}.is-checkradio[type=checkbox].is-extra-small+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-extra-small+label:after{width:.24375rem;height:.39rem;top:.26325rem;left:.39rem;}.is-checkradio[type=checkbox].is-extra-small.is-block+label::before,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-extra-small.is-block+label:before{width:.8125rem;height:.8125rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-extra-small.is-block+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-extra-small.is-block+label:after{top:.28125rem;left:.4925rem;}.is-checkradio[type=checkbox].is-extra-small.is-rtl+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:1.3rem;}.is-checkradio[type=checkbox].is-extra-small.is-rtl+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-extra-small.is-rtl+label:after{left:auto;right:.39rem;}.is-checkradio[type=checkbox].is-small+label,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].button+label{font-size:.75rem;padding-left:1.5rem;}.is-checkradio[type=checkbox].is-small+label::before,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-small+label:before{width:1.125rem;height:1.125rem;}.is-checkradio[type=checkbox].is-small+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-small+label:after{width:.28125rem;height:.45rem;top:.30375rem;left:.45rem;}.is-checkradio[type=checkbox].is-small.is-block+label::before,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-small.is-block+label:before{width:.9375rem;height:.9375rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-small.is-block+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-small.is-block+label:after{top:.29375rem;left:.5375rem;}.is-checkradio[type=checkbox].is-small.is-rtl+label,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:1.5rem;}.is-checkradio[type=checkbox].is-small.is-rtl+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-small.is-rtl+label:after{left:auto;right:.45rem;}.is-checkradio[type=checkbox].is-medium+label,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].button+label{font-size:1.25rem;padding-left:2.5rem;}.is-checkradio[type=checkbox].is-medium+label::before,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-medium+label:before{width:1.875rem;height:1.875rem;}.is-checkradio[type=checkbox].is-medium+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-medium+label:after{width:.46875rem;height:.75rem;top:.50625rem;left:.75rem;}.is-checkradio[type=checkbox].is-medium.is-block+label::before,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-medium.is-block+label:before{width:1.5625rem;height:1.5625rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-medium.is-block+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-medium.is-block+label:after{top:.35625rem;left:.7625rem;}.is-checkradio[type=checkbox].is-medium.is-rtl+label,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:2.5rem;}.is-checkradio[type=checkbox].is-medium.is-rtl+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-medium.is-rtl+label:after{left:auto;right:.75rem;}.is-checkradio[type=checkbox].is-large+label,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].button+label{font-size:1.5rem;padding-left:3rem;}.is-checkradio[type=checkbox].is-large+label::before,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-large+label:before{width:2.25rem;height:2.25rem;}.is-checkradio[type=checkbox].is-large+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-large+label:after{width:.5625rem;height:.9rem;top:.6075rem;left:.9rem;}.is-checkradio[type=checkbox].is-large.is-block+label::before,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-large.is-block+label:before{width:1.875rem;height:1.875rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-large.is-block+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-large.is-block+label:after{top:.3875rem;left:.875rem;}.is-checkradio[type=checkbox].is-large.is-rtl+label,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:3rem;}.is-checkradio[type=checkbox].is-large.is-rtl+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-large.is-rtl+label:after{left:auto;right:.9rem;}.is-checkradio[type=checkbox].is-extra-large+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].button+label{font-size:2rem;padding-left:4rem;}.is-checkradio[type=checkbox].is-extra-large+label::before,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-extra-large+label:before{width:3rem;height:3rem;}.is-checkradio[type=checkbox].is-extra-large+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-extra-large+label:after{width:.75rem;height:1.2rem;top:.81rem;left:1.2rem;}.is-checkradio[type=checkbox].is-extra-large.is-block+label::before,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-extra-large.is-block+label:before{width:2.5rem;height:2.5rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-extra-large.is-block+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-extra-large.is-block+label:after{top:.45rem;left:1.1rem;}.is-checkradio[type=checkbox].is-extra-large.is-rtl+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:4rem;}.is-checkradio[type=checkbox].is-extra-large.is-rtl+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-extra-large.is-rtl+label:after{left:auto;right:1.2rem;}.is-checkradio[type=checkbox].is-primary.has-background-color+label::before,.is-checkradio[type=checkbox].is-primary.has-background-color+label:before{border-color:transparent!important;background-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:checked+label::after,.is-checkradio[type=checkbox].is-primary:checked+label:after{border-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:before{border-color:transparent!important;background-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:after{background-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary.is-block:checked+label{border-color:#00d1b2!important;background:#00d1b2;}.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled])+label{background:#00b89c;}.is-checkradio[type=checkbox].is-secondary.has-background-color+label::before,.is-checkradio[type=checkbox].is-secondary.has-background-color+label:before{border-color:transparent!important;background-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-secondary:hover:not([disabled])+label:before{border-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:checked+label::after,.is-checkradio[type=checkbox].is-secondary:checked+label:after{border-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label:before{border-color:transparent!important;background-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label:after{background-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label:before{border-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary.is-block:checked+label{border-color:#6c757d!important;background:#6c757d;}.is-checkradio[type=checkbox].is-secondary.is-block:checked:hover:not([disabled])+label{background:#60686f;}.is-checkradio[type=checkbox].is-success.has-background-color+label::before,.is-checkradio[type=checkbox].is-success.has-background-color+label:before{border-color:transparent!important;background-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label:before{border-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:checked+label::after,.is-checkradio[type=checkbox].is-success:checked+label:after{border-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:before{border-color:transparent!important;background-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:after{background-color:#48c774!important;}.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label:before{border-color:#48c774!important;}.is-checkradio[type=checkbox].is-success.is-block:checked+label{border-color:#48c774!important;background:#48c774;}.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled])+label{background:#3abc67;}.is-checkradio[type=checkbox].is-info.has-background-color+label::before,.is-checkradio[type=checkbox].is-info.has-background-color+label:before{border-color:transparent!important;background-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label:before{border-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:checked+label::after,.is-checkradio[type=checkbox].is-info:checked+label:after{border-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:before{border-color:transparent!important;background-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:after{background-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label:before{border-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info.is-block:checked+label{border-color:#238cd1!important;background:#238cd1;}.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled])+label{background:#1f7dbb;}.is-checkradio[type=checkbox].is-warning.has-background-color+label::before,.is-checkradio[type=checkbox].is-warning.has-background-color+label:before{border-color:transparent!important;background-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label:before{border-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:checked+label::after,.is-checkradio[type=checkbox].is-warning:checked+label:after{border-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:before{border-color:transparent!important;background-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:after{background-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label:before{border-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning.is-block:checked+label{border-color:#ffd83d!important;background:#ffd83d;}.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled])+label{background:#ffd324;}.is-checkradio[type=checkbox].is-danger.has-background-color+label::before,.is-checkradio[type=checkbox].is-danger.has-background-color+label:before{border-color:transparent!important;background-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label:before{border-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:checked+label::after,.is-checkradio[type=checkbox].is-danger:checked+label:after{border-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:before{border-color:transparent!important;background-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:after{background-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label:before{border-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger.is-block:checked+label{border-color:#ef2e55!important;background:#ef2e55;}.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled])+label{background:#ed1642;}.is-checkradio[type=checkbox].is-light.has-background-color+label::before,.is-checkradio[type=checkbox].is-light.has-background-color+label:before{border-color:transparent!important;background-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label:before{border-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:checked+label::after,.is-checkradio[type=checkbox].is-light:checked+label:after{border-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:before{border-color:transparent!important;background-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:after{background-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label:before{border-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light.is-block:checked+label{border-color:#f5f5f5!important;background:#f5f5f5;}.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled])+label{background:#e8e8e8;}.is-checkradio[type=checkbox].is-dark.has-background-color+label::before,.is-checkradio[type=checkbox].is-dark.has-background-color+label:before{border-color:transparent!important;background-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label:before{border-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:checked+label::after,.is-checkradio[type=checkbox].is-dark:checked+label:after{border-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:before{border-color:transparent!important;background-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:after{background-color:#363636!important;}.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label:before{border-color:#363636!important;}.is-checkradio[type=checkbox].is-dark.is-block:checked+label{border-color:#363636!important;background:#363636;}.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled])+label{background:#292929;}.is-checkradio[type=checkbox].is-link.has-background-color+label::before,.is-checkradio[type=checkbox].is-link.has-background-color+label:before{border-color:transparent!important;background-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label:before{border-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:checked+label::after,.is-checkradio[type=checkbox].is-link:checked+label:after{border-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:before{border-color:transparent!important;background-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:after{background-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label:before{border-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link.is-block:checked+label{border-color:#3273dc!important;background:#3273dc;}.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled])+label{background:#2466d1;}.is-checkradio[type=checkbox]:indeterminate+label::after,.is-checkradio[type=checkbox]:indeterminate+label:after{display:inline-block;transform:rotate(90deg);border-bottom:0;}.is-checkradio[type=checkbox]:indeterminate.is-primary+label::after,.is-checkradio[type=checkbox]:indeterminate.is-primary+label:after{border-color:#00d1b2;}.is-checkradio[type=checkbox]:indeterminate.is-secondary+label::after,.is-checkradio[type=checkbox]:indeterminate.is-secondary+label:after{border-color:#6c757d;}.is-checkradio[type=checkbox]:indeterminate.is-success+label::after,.is-checkradio[type=checkbox]:indeterminate.is-success+label:after{border-color:#48c774;}.is-checkradio[type=checkbox]:indeterminate.is-info+label::after,.is-checkradio[type=checkbox]:indeterminate.is-info+label:after{border-color:#238cd1;}.is-checkradio[type=checkbox]:indeterminate.is-warning+label::after,.is-checkradio[type=checkbox]:indeterminate.is-warning+label:after{border-color:#ffd83d;}.is-checkradio[type=checkbox]:indeterminate.is-danger+label::after,.is-checkradio[type=checkbox]:indeterminate.is-danger+label:after{border-color:#ef2e55;}.is-checkradio[type=checkbox]:indeterminate.is-light+label::after,.is-checkradio[type=checkbox]:indeterminate.is-light+label:after{border-color:#f5f5f5;}.is-checkradio[type=checkbox]:indeterminate.is-dark+label::after,.is-checkradio[type=checkbox]:indeterminate.is-dark+label:after{border-color:#363636;}.is-checkradio[type=checkbox]:indeterminate.is-link+label::after,.is-checkradio[type=checkbox]:indeterminate.is-link+label:after{border-color:#3273dc;}.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before{border-radius:50%;}.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after{border-radius:50%;background:#00d1b2;left:0;transform:scale(.5);}.is-checkradio[type=radio]:checked.has-background-color+label::before,.is-checkradio[type=radio]:checked.has-background-color+label:before{border-color:hsl(0deg,0%,29%)!important;background-color:hsl(0deg,0%,29%)!important;}.is-checkradio[type=radio]:checked.has-background-color+label::after,.is-checkradio[type=radio]:checked.has-background-color+label:after{border-color:hsl(0deg,0%,29%)!important;background-color:hsl(0deg,0%,29%)!important;}.is-checkradio[type=radio].is-rtl+label{padding-left:0;}.is-checkradio[type=radio].is-rtl+label::after,.is-checkradio[type=radio].is-rtl+label:after{left:auto;right:0;}.is-checkradio[type=radio]+label{font-size:1rem;line-height:1.5rem;padding-left:2rem;}.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before,.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after{width:1.5rem;height:1.5rem;}.is-checkradio[type=radio].is-rtl+label{padding-right:2rem;}.is-checkradio[type=radio].is-extra-small+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].button+label{font-size:.65rem;line-height:.975rem;padding-left:1.3rem;}.is-checkradio[type=radio].is-extra-small+label:before,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-extra-small+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-extra-small+label:after{width:.975rem;height:.975rem;}.is-checkradio[type=radio].is-extra-small.is-rtl+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:1.3rem;}.is-checkradio[type=radio].is-small+label,.field.has-addons.are-small>.control>.is-checkradio[type=radio].button+label{font-size:.75rem;line-height:1.125rem;padding-left:1.5rem;}.is-checkradio[type=radio].is-small+label:before,.field.has-addons.are-small>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-small+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-small+label:after{width:1.125rem;height:1.125rem;}.is-checkradio[type=radio].is-small.is-rtl+label,.field.has-addons.are-small>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:1.5rem;}.is-checkradio[type=radio].is-medium+label,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].button+label{font-size:1.25rem;line-height:1.875rem;padding-left:2.5rem;}.is-checkradio[type=radio].is-medium+label:before,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-medium+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-medium+label:after{width:1.875rem;height:1.875rem;}.is-checkradio[type=radio].is-medium.is-rtl+label,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:2.5rem;}.is-checkradio[type=radio].is-large+label,.field.has-addons.are-large>.control>.is-checkradio[type=radio].button+label{font-size:1.5rem;line-height:2.25rem;padding-left:3rem;}.is-checkradio[type=radio].is-large+label:before,.field.has-addons.are-large>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-large+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-large+label:after{width:2.25rem;height:2.25rem;}.is-checkradio[type=radio].is-large.is-rtl+label,.field.has-addons.are-large>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:3rem;}.is-checkradio[type=radio].is-extra-large+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].button+label{font-size:2rem;line-height:3rem;padding-left:4rem;}.is-checkradio[type=radio].is-extra-large+label:before,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-extra-large+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-extra-large+label:after{width:3rem;height:3rem;}.is-checkradio[type=radio].is-extra-large.is-rtl+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:4rem;}.is-checkradio[type=radio].is-primary.has-background-color+label::before,.is-checkradio[type=radio].is-primary.has-background-color+label:before{border-color:#00d1b2!important;background-color:#00d1b2!important;}.is-checkradio[type=radio].is-primary:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-primary:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=radio].is-primary:checked+label::after,.is-checkradio[type=radio].is-primary:checked+label:after{border-color:#00d1b2!important;background-color:#00d1b2!important;}.is-checkradio[type=radio].is-primary:checked.has-background-color+label::before,.is-checkradio[type=radio].is-primary:checked.has-background-color+label:before{border-color:#00d1b2!important;background-color:#00d1b2!important;}.is-checkradio[type=radio].is-secondary.has-background-color+label::before,.is-checkradio[type=radio].is-secondary.has-background-color+label:before{border-color:#6c757d!important;background-color:#6c757d!important;}.is-checkradio[type=radio].is-secondary:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-secondary:hover:not([disabled])+label:before{border-color:#6c757d!important;}.is-checkradio[type=radio].is-secondary:checked+label::after,.is-checkradio[type=radio].is-secondary:checked+label:after{border-color:#6c757d!important;background-color:#6c757d!important;}.is-checkradio[type=radio].is-secondary:checked.has-background-color+label::before,.is-checkradio[type=radio].is-secondary:checked.has-background-color+label:before{border-color:#6c757d!important;background-color:#6c757d!important;}.is-checkradio[type=radio].is-success.has-background-color+label::before,.is-checkradio[type=radio].is-success.has-background-color+label:before{border-color:#48c774!important;background-color:#48c774!important;}.is-checkradio[type=radio].is-success:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-success:hover:not([disabled])+label:before{border-color:#48c774!important;}.is-checkradio[type=radio].is-success:checked+label::after,.is-checkradio[type=radio].is-success:checked+label:after{border-color:#48c774!important;background-color:#48c774!important;}.is-checkradio[type=radio].is-success:checked.has-background-color+label::before,.is-checkradio[type=radio].is-success:checked.has-background-color+label:before{border-color:#48c774!important;background-color:#48c774!important;}.is-checkradio[type=radio].is-info.has-background-color+label::before,.is-checkradio[type=radio].is-info.has-background-color+label:before{border-color:#238cd1!important;background-color:#238cd1!important;}.is-checkradio[type=radio].is-info:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-info:hover:not([disabled])+label:before{border-color:#238cd1!important;}.is-checkradio[type=radio].is-info:checked+label::after,.is-checkradio[type=radio].is-info:checked+label:after{border-color:#238cd1!important;background-color:#238cd1!important;}.is-checkradio[type=radio].is-info:checked.has-background-color+label::before,.is-checkradio[type=radio].is-info:checked.has-background-color+label:before{border-color:#238cd1!important;background-color:#238cd1!important;}.is-checkradio[type=radio].is-warning.has-background-color+label::before,.is-checkradio[type=radio].is-warning.has-background-color+label:before{border-color:#ffd83d!important;background-color:#ffd83d!important;}.is-checkradio[type=radio].is-warning:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-warning:hover:not([disabled])+label:before{border-color:#ffd83d!important;}.is-checkradio[type=radio].is-warning:checked+label::after,.is-checkradio[type=radio].is-warning:checked+label:after{border-color:#ffd83d!important;background-color:#ffd83d!important;}.is-checkradio[type=radio].is-warning:checked.has-background-color+label::before,.is-checkradio[type=radio].is-warning:checked.has-background-color+label:before{border-color:#ffd83d!important;background-color:#ffd83d!important;}.is-checkradio[type=radio].is-danger.has-background-color+label::before,.is-checkradio[type=radio].is-danger.has-background-color+label:before{border-color:#ef2e55!important;background-color:#ef2e55!important;}.is-checkradio[type=radio].is-danger:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-danger:hover:not([disabled])+label:before{border-color:#ef2e55!important;}.is-checkradio[type=radio].is-danger:checked+label::after,.is-checkradio[type=radio].is-danger:checked+label:after{border-color:#ef2e55!important;background-color:#ef2e55!important;}.is-checkradio[type=radio].is-danger:checked.has-background-color+label::before,.is-checkradio[type=radio].is-danger:checked.has-background-color+label:before{border-color:#ef2e55!important;background-color:#ef2e55!important;}.is-checkradio[type=radio].is-light.has-background-color+label::before,.is-checkradio[type=radio].is-light.has-background-color+label:before{border-color:#f5f5f5!important;background-color:#f5f5f5!important;}.is-checkradio[type=radio].is-light:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-light:hover:not([disabled])+label:before{border-color:#f5f5f5!important;}.is-checkradio[type=radio].is-light:checked+label::after,.is-checkradio[type=radio].is-light:checked+label:after{border-color:#f5f5f5!important;background-color:#f5f5f5!important;}.is-checkradio[type=radio].is-light:checked.has-background-color+label::before,.is-checkradio[type=radio].is-light:checked.has-background-color+label:before{border-color:#f5f5f5!important;background-color:#f5f5f5!important;}.is-checkradio[type=radio].is-dark.has-background-color+label::before,.is-checkradio[type=radio].is-dark.has-background-color+label:before{border-color:#363636!important;background-color:#363636!important;}.is-checkradio[type=radio].is-dark:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-dark:hover:not([disabled])+label:before{border-color:#363636!important;}.is-checkradio[type=radio].is-dark:checked+label::after,.is-checkradio[type=radio].is-dark:checked+label:after{border-color:#363636!important;background-color:#363636!important;}.is-checkradio[type=radio].is-dark:checked.has-background-color+label::before,.is-checkradio[type=radio].is-dark:checked.has-background-color+label:before{border-color:#363636!important;background-color:#363636!important;}.is-checkradio[type=radio].is-link.has-background-color+label::before,.is-checkradio[type=radio].is-link.has-background-color+label:before{border-color:#3273dc!important;background-color:#3273dc!important;}.is-checkradio[type=radio].is-link:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-link:hover:not([disabled])+label:before{border-color:#3273dc!important;}.is-checkradio[type=radio].is-link:checked+label::after,.is-checkradio[type=radio].is-link:checked+label:after{border-color:#3273dc!important;background-color:#3273dc!important;}.is-checkradio[type=radio].is-link:checked.has-background-color+label::before,.is-checkradio[type=radio].is-link:checked.has-background-color+label:before{border-color:#3273dc!important;background-color:#3273dc!important;}.collapse:not(.show){display:none;}.accordion>.card{overflow:hidden;}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0;}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0;}.accordion>.card:first-of-type:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}.accordion>.card:last-of-type{border-top-left-radius:0;}.accordion>.card .card-header{margin-bottom:1px;}.accordion>.card .card-header .title{width:100%;}.accordion>.card .card-header .accordion-toggle{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;position:relative;}.table-container-fixed-header .table thead tr th.dropdown-table-fixed-header-visible{z-index:11;}.dropdown-menu-position-strategy{width:max-content;top:0;left:0;}.dropdown-menu-position-strategy-absolute{position:absolute;}.dropdown-menu-position-strategy-fixed{position:fixed;}.dropdown.is-active .dropdown-menu{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeIn;}.dropdown .dropdown-menu>.dropdown-content>.dropdown-item.is-disabled{pointer-events:none;opacity:.65;}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.75rem;color:hsl(0deg,0%,71%);white-space:nowrap;}.dropdown-menu.dropdown-menu-scrollable{max-height:var(--dropdown-list-menu-max-height,200px);overflow-y:scroll;}.b-is-autocomplete .dropdown-menu{width:100%;max-height:var(--autocomplete-menu-max-height,200px);overflow-y:scroll;}.b-is-autocomplete .dropdown-menu .dropdown-item.focus{background-color:#f5f5f5;color:#0a0a0a!important;}.b-is-autocomplete.b-is-autocomplete-multipleselection{display:flex;align-items:center;flex-wrap:wrap;max-width:100%;width:100%;cursor:text;border-color:hsl(0deg,0%,86%);border-style:solid;border-width:1px;border-radius:.25rem;}.b-is-autocomplete.b-is-autocomplete-multipleselection .field{flex-grow:1;}.b-is-autocomplete.b-is-autocomplete-multipleselection input:not(.is-success,.is-danger){border:0;}.b-is-autocomplete.b-is-autocomplete-multipleselection input{box-shadow:none;outline:0;background-color:transparent;max-width:inherit;width:100%;}.b-is-autocomplete.b-is-autocomplete-multipleselection .tag{align-self:center;margin-top:.25rem;margin-bottom:.25rem;line-height:1.5;flex-grow:initial;}.b-is-autocomplete.b-is-autocomplete-multipleselection.focus{outline:0;border:1px solid transparent;border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25);}.dropdown .button.dropdown-trigger:not(.is-outlined){box-shadow:none;border:0;}.dropdown.is-disabled.b-is-autocomplete{background-color:var(--b-theme-light,#f5f5f5);}.dropdown .dropdown-menu>.dropdown-content .dropdown{width:100%;}.dropdown .dropdown-menu>.dropdown-content .dropdown-trigger{width:100%;}.dropdown .dropdown-menu>.dropdown-content .dropdown-item{padding-right:.5rem;display:flex;justify-content:space-between;}.dropdown .dropdown-menu>.dropdown-content>.dropdown:not(.is-up,.is-right,.is-left)>.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;}.dropdown .dropdown-menu>.dropdown-content>.dropdown:not(.is-up,.is-right,.is-left).is-active>.dropdown-menu{display:block;}.dropdown.is-up>.dropdown-menu{display:none!important;bottom:auto;padding-bottom:4px;padding-top:initial;top:auto;}.dropdown.is-up.is-active>.dropdown-menu{display:block!important;}.dropdown.is-right>.dropdown-menu{display:none!important;left:auto;bottom:auto;right:0;}.dropdown.is-right.is-active>.dropdown-menu{display:block!important;}.dropdown.is-left>.dropdown-menu{left:0;right:auto;bottom:auto;display:none!important;}.dropdown.is-left.is-active>.dropdown-menu{display:block!important;}label.radio.button{display:flex;}label.radio.button{outline:0;display:inline-flex;align-items:center;}label.radio.button input[type=radio]{position:absolute;left:0;opacity:0;outline:0;z-index:-1;}.buttons.has-addons.are-vertical{flex-direction:column;align-items:center;justify-content:center;}.buttons.has-addons.are-vertical .button{display:block;width:100%;border-radius:0;}.buttons.has-addons.are-vertical .button:not(:last-child){margin:-1px;}.field-body .switch[type=checkbox]+label{margin-top:.375em;}.field-body .slider[type=range]{width:100%;}.file.has-name.is-fullwidth{width:100%;}.has-addons.is-extra-small>.control>.button,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.button,.has-addons.is-extra-small>.control>.control>.button,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.control>.button,.has-addons.is-extra-small>.control>.field>.control>.input,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-extra-small>.control>.field>.control>.select,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.field>.control>.select,.input.is-extra-small,.field.has-addons.are-extra-small>.control>.input.button{font-size:.65rem;}.has-addons.is-small>.control>.button,.field.has-addons.are-small>.control>.has-addons.button>.control>.button,.has-addons.is-small>.control>.control>.button,.field.has-addons.are-small>.control>.has-addons.button>.control>.control>.button,.has-addons.is-small>.control>.field>.control>.input,.field.has-addons.are-small>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-small>.control>.field>.control>.select,.field.has-addons.are-small>.control>.has-addons.button>.control>.field>.control>.select{font-size:.75rem;}.has-addons.is-medium>.control>.button,.field.has-addons.are-medium>.control>.has-addons.button>.control>.button,.has-addons.is-medium>.control>.control>.button,.field.has-addons.are-medium>.control>.has-addons.button>.control>.control>.button,.has-addons.is-medium>.control>.field>.control>.input,.field.has-addons.are-medium>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-medium>.control>.field>.control>.select,.field.has-addons.are-medium>.control>.has-addons.button>.control>.field>.control>.select{font-size:1.25rem;}.has-addons.is-large>.control>.button,.field.has-addons.are-large>.control>.has-addons.button>.control>.button,.has-addons.is-large>.control>.control>.button,.field.has-addons.are-large>.control>.has-addons.button>.control>.control>.button,.has-addons.is-large>.control>.field>.control>.input,.field.has-addons.are-large>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-large>.control>.field>.control>.select,.field.has-addons.are-large>.control>.has-addons.button>.control>.field>.control>.select{font-size:1.5rem;}.has-addons.is-extra-large>.control>.button,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.button,.has-addons.is-extra-large>.control>.control>.button,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.control>.button,.has-addons.is-extra-large>.control>.field>.control>.input,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-extra-large>.control>.field>.control>.select,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.field>.control>.select,.input.is-extra-large,.field.has-addons.are-extra-large>.control>.input.button{font-size:2rem;}.select.is-extra-small,.field.has-addons.are-extra-small>.control>.select.button{font-size:.65rem;}.select.is-extra-large,.field.has-addons.are-extra-large>.control>.select.button{font-size:2rem;}.textarea.is-extra-small,.field.has-addons.are-extra-small>.control>.textarea.button{font-size:.65rem;}.textarea.is-extra-large,.field.has-addons.are-extra-large>.control>.textarea.button{font-size:2rem;}.textarea.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0;}select[readonly]{pointer-events:none;}select[readonly] option,select[readonly] optgroup{display:none;}.focus-trap{display:contents;}.field-label-required:after{content:" *";color:var(--b-theme-danger,#ef2e55);}.hero.is-primary{background-color:#00d1b2;color:#fff;}.hero.is-secondary{background-color:#6c757d;color:#fff;}.hero.is-success{background-color:#48c774;color:#212529;}.hero.is-info{background-color:#238cd1;color:#fff;}.hero.is-warning{background-color:#ffd83d;color:#212529;}.hero.is-danger{background-color:#ef2e55;color:#fff;}.hero.is-light{background-color:#f5f5f5;color:#212529;}.hero.is-dark{background-color:#363636;color:#fff;}.hero.is-link{background-color:#3273dc;color:#fff;}body::-webkit-scrollbar{display:none;}.are-columns-1>*{flex:0 0 100%;max-width:100%;}.are-columns-2>*{flex:0 0 50%;max-width:50%;}.are-columns-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-4>*{flex:0 0 25%;max-width:25%;}.are-columns-5>*{flex:0 0 20%;max-width:20%;}.are-columns-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}@media(min-width:576px){.are-columns-mobile-1>*{flex:0 0 100%;max-width:100%;}.are-columns-mobile-2>*{flex:0 0 50%;max-width:50%;}.are-columns-mobile-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-mobile-4>*{flex:0 0 25%;max-width:25%;}.are-columns-mobile-5>*{flex:0 0 20%;max-width:20%;}.are-columns-mobile-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1023px){.are-columns-tablet-1>*{flex:0 0 100%;max-width:100%;}.are-columns-tablet-2>*{flex:0 0 50%;max-width:50%;}.are-columns-tablet-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-tablet-4>*{flex:0 0 25%;max-width:25%;}.are-columns-tablet-5>*{flex:0 0 20%;max-width:20%;}.are-columns-tablet-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1215px){.are-columns-desktop-1>*{flex:0 0 100%;max-width:100%;}.are-columns-desktop-2>*{flex:0 0 50%;max-width:50%;}.are-columns-desktop-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-desktop-4>*{flex:0 0 25%;max-width:25%;}.are-columns-desktop-5>*{flex:0 0 20%;max-width:20%;}.are-columns-desktop-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1407px){.are-columns-widescreen-1>*{flex:0 0 100%;max-width:100%;}.are-columns-widescreen-2>*{flex:0 0 50%;max-width:50%;}.are-columns-widescreen-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-widescreen-4>*{flex:0 0 25%;max-width:25%;}.are-columns-widescreen-5>*{flex:0 0 20%;max-width:20%;}.are-columns-widescreen-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1907px){.are-columns-fullhd-1>*{flex:0 0 100%;max-width:100%;}.are-columns-fullhd-2>*{flex:0 0 50%;max-width:50%;}.are-columns-fullhd-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-fullhd-4>*{flex:0 0 25%;max-width:25%;}.are-columns-fullhd-5>*{flex:0 0 20%;max-width:20%;}.are-columns-fullhd-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:2560px){.are-columns-quadhd-1>*{flex:0 0 100%;max-width:100%;}.are-columns-quadhd-2>*{flex:0 0 50%;max-width:50%;}.are-columns-quadhd-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-quadhd-4>*{flex:0 0 25%;max-width:25%;}.are-columns-quadhd-5>*{flex:0 0 20%;max-width:20%;}.are-columns-quadhd-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}.b-layout-header{z-index:30;}a.is-link-unstyled{text-decoration:none;color:inherit;}a.is-link-disabled[aria-disabled=true]{pointer-events:none;opacity:.65;}.is-link-stretched::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem;}.list-group>.list-group-item.is-primary{color:#00d1b2;background-color:#b8f2e9;}.list-group>.list-group-item.is-primary.list-group-item-action:hover,.list-group>.list-group-item.is-primary.list-group-item-action:focus{color:#00d1b2;background-color:#a2eee2;}.list-group>.list-group-item.is-primary.list-group-item-action.is-active{color:#fff;background-color:#00d1b2;border-color:#00d1b2;}.list-group>.list-group-item.is-secondary{color:#6c757d;background-color:#d6d8db;}.list-group>.list-group-item.is-secondary.list-group-item-action:hover,.list-group>.list-group-item.is-secondary.list-group-item-action:focus{color:#6c757d;background-color:#c8cbcf;}.list-group>.list-group-item.is-secondary.list-group-item-action.is-active{color:#fff;background-color:#6c757d;border-color:#6c757d;}.list-group>.list-group-item.is-success{color:#48c774;background-color:#ccefd8;}.list-group>.list-group-item.is-success.list-group-item-action:hover,.list-group>.list-group-item.is-success.list-group-item-action:focus{color:#48c774;background-color:#b9e9c9;}.list-group>.list-group-item.is-success.list-group-item-action.is-active{color:#fff;background-color:#48c774;border-color:#48c774;}.list-group>.list-group-item.is-info{color:#238cd1;background-color:#c1dff2;}.list-group>.list-group-item.is-info.list-group-item-action:hover,.list-group>.list-group-item.is-info.list-group-item-action:focus{color:#238cd1;background-color:#acd4ee;}.list-group>.list-group-item.is-info.list-group-item-action.is-active{color:#fff;background-color:#238cd1;border-color:#238cd1;}.list-group>.list-group-item.is-warning{color:#ffd83d;background-color:#fff4c9;}.list-group>.list-group-item.is-warning.list-group-item-action:hover,.list-group>.list-group-item.is-warning.list-group-item-action:focus{color:#ffd83d;background-color:#ffefb0;}.list-group>.list-group-item.is-warning.list-group-item-action.is-active{color:#fff;background-color:#ffd83d;border-color:#ffd83d;}.list-group>.list-group-item.is-danger{color:#ef2e55;background-color:#fbc4cf;}.list-group>.list-group-item.is-danger.list-group-item-action:hover,.list-group>.list-group-item.is-danger.list-group-item-action:focus{color:#ef2e55;background-color:#f9acbc;}.list-group>.list-group-item.is-danger.list-group-item-action.is-active{color:#fff;background-color:#ef2e55;border-color:#ef2e55;}.list-group>.list-group-item.is-light{color:#f5f5f5;background-color:#fcfcfc;}.list-group>.list-group-item.is-light.list-group-item-action:hover,.list-group>.list-group-item.is-light.list-group-item-action:focus{color:#f5f5f5;background-color:#efefef;}.list-group>.list-group-item.is-light.list-group-item-action.is-active{color:#fff;background-color:#f5f5f5;border-color:#f5f5f5;}.list-group>.list-group-item.is-dark{color:#363636;background-color:#c7c7c7;}.list-group>.list-group-item.is-dark.list-group-item-action:hover,.list-group>.list-group-item.is-dark.list-group-item-action:focus{color:#363636;background-color:#bababa;}.list-group>.list-group-item.is-dark.list-group-item-action.is-active{color:#fff;background-color:#363636;border-color:#363636;}.list-group>.list-group-item.is-link{color:#3273dc;background-color:#c6d8f5;}.list-group>.list-group-item.is-link.list-group-item-action:hover,.list-group>.list-group-item.is-link.list-group-item-action:focus{color:#3273dc;background-color:#b0c9f1;}.list-group>.list-group-item.is-link.list-group-item-action.is-active{color:#fff;background-color:#3273dc;border-color:#3273dc;}.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{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.is-active{z-index:2;color:#fff;background-color:theme-color("primary");border-color:theme-color("primary");}.list-group-item+.list-group-item{border-top-width:0;}.list-group-item+.list-group-item.is-active{margin-top:-1px;border-top-width:1px;}.list-group-item-action{width:100%;color:#495057;text-align:inherit;}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa;}.list-group-item-action:active{color:#212529;background-color:#e9ecef;}li.list-group-item-action{cursor:pointer;}.list-group-scrollable{overflow-y:scroll;}@media(min-width:576px){.modal-sm{width:300px;}}@media(min-width:992px){.modal-lg{width:800px;}}@media(min-width:1200px){.modal-xl{width:1140px;}}.modal .modal-content.modal-fullscreen{width:100%;height:100%;max-height:100vh;margin:0;background-color:#fff;}.modal.is-active.fade{animation-duration:var(--modal-animation-duration,300ms);animation-fill-mode:both;animation-name:fadeIn;}.offcanvas{position:fixed;display:flex;flex-direction:column;background-color:#fff;z-index:1050;transform:translateX(-100%);transition:transform .3s ease-in-out;}.offcanvas.is-active{transform:translateX(0);}.is-showing,.is-active:not(.is-hiding){transform:none;}.is-showing,.is-hiding,.is-showing{visibility:visible;}.is-start{top:0;left:0;height:100%;width:20rem;transform-origin:left;}.is-end{top:0;right:0;height:100%;transform:translateX(100%);}.is-end.is-active{transform:none;width:20rem;}.is-top{top:0;left:0;right:0;transform-origin:top;transform:translateY(-100%);width:100%;}.is-top.is-active{transform:none;height:20rem;}.is-bottom{bottom:0;left:0;right:0;transform-origin:bottom;transform:translateY(100%);width:100%;}.is-bottom.is-active{transform:none;height:20rem;}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;}.offcanvas-footer{position:sticky;bottom:0;top:auto;display:flex;align-items:center;justify-content:space-between;padding:1rem;}.offcanvas-body{display:flex;flex-grow:1;overflow-y:auto;padding:1rem;}.offcanvas-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease-in-out;z-index:1040;}.offcanvas-backdrop.is-active{opacity:1;}.pagination.is-extra-small,.field.has-addons.are-extra-small>.control>.pagination.button{font-size:.65rem;}.pagination.is-extra-large,.field.has-addons.are-extra-large>.control>.pagination.button{font-size:2rem;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-primary{background-color:#00d1b2;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-secondary{background-color:#6c757d;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-success{background-color:#48c774;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-info{background-color:#238cd1;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-warning{background-color:#ffd83d;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-danger{background-color:#ef2e55;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-light{background-color:#f5f5f5;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-dark{background-color:#363636;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-link{background-color:#3273dc;}@-webkit-keyframes animate-stripes{100%{background-position:-40px 0;}}@keyframes animate-stripes{100%{background-position:-40px 0;}}.progress-wrapper{position:relative;display:flex;}.progress-wrapper .progress.is-extra-small,.progress-wrapper .field.has-addons.are-extra-small>.control>.progress.button{height:.65rem;}.progress-wrapper .progress.is-extra-large,.progress-wrapper .field.has-addons.are-extra-large>.control>.progress.button{height:2rem;}.progress-wrapper .progress[value].progress-animated::-webkit-progress-value{-webkit-animation:animate-stripes 5s linear infinite;animation:animate-stripes 5s linear infinite;}.progress-wrapper .progress[value].progress-striped::-webkit-progress-value{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem;}.progress-bars-wrapper{position:relative;overflow:hidden;-moz-appearance:none;-webkit-appearance:none;border:0;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%;white-space:nowrap;background-color:hsl(0deg,0%,93%);border-radius:290486px;}.progress-bars-wrapper:not(:last-child){margin-bottom:1.5rem;}.progress-bars-wrapper .progress-value{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:calc(1rem/1.5);line-height:1rem;font-weight:700;color:findColorInvert(hsl(0deg,0%,93%));white-space:nowrap;}.progress-bars-wrapper .progress-bar{margin-bottom:0;}.progress-bars-wrapper .progress-bar.is-extra-small+.progress-value,.progress-bars-wrapper .field.has-addons.are-extra-small>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-extra-small .progress-value,.progress-bars-wrapper .field.has-addons.are-extra-small>.control>.progress-bar.button .progress-value{font-size:calc(.65rem/1.5);line-height:.65rem;}.progress-bars-wrapper .progress-bar.is-small+.progress-value,.progress-bars-wrapper .field.has-addons.are-small>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-small .progress-value,.progress-bars-wrapper .field.has-addons.are-small>.control>.progress-bar.button .progress-value{font-size:calc(.75rem/1.5);line-height:.75rem;}.progress-bars-wrapper .progress-bar.is-medium+.progress-value,.progress-bars-wrapper .field.has-addons.are-medium>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-medium .progress-value,.progress-bars-wrapper .field.has-addons.are-medium>.control>.progress-bar.button .progress-value{font-size:calc(1.25rem/1.5);line-height:1.25rem;}.progress-bars-wrapper .progress-bar.is-large+.progress-value,.progress-bars-wrapper .field.has-addons.are-large>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-large .progress-value,.progress-bars-wrapper .field.has-addons.are-large>.control>.progress-bar.button .progress-value{font-size:calc(1.5rem/1.5);line-height:1.5rem;}.progress-bars-wrapper .progress-bar.is-extra-large+.progress-value,.progress-bars-wrapper .field.has-addons.are-extra-large>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-extra-large .progress-value,.progress-bars-wrapper .field.has-addons.are-extra-large>.control>.progress-bar.button .progress-value{font-size:calc(2rem/1.5);line-height:2rem;}.progress-bars-wrapper .progress-bar::-webkit-progress-value{transition:width .5s ease;}.progress-bars-wrapper .progress-bar.is-more-than-half+.progress-value{color:findColorInvert(hsl(0deg,0%,29%));}.progress-bars-wrapper .progress-bar.is-more-than-half.is-primary+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-secondary+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-success+.progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-info+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-warning+.progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-danger+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-light+.progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-dark+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-link+.progress-value{color:#fff;}.progress-bars-wrapper:not(:last-child){margin-bottom:1.5rem;}.progress-bars-wrapper::-webkit-progress-bar{background-color:hsl(0deg,0%,93%);}.progress-bars-wrapper::-webkit-progress-value{background-color:hsl(0deg,0%,29%);}.progress-bars-wrapper::-moz-progress-bar{background-color:hsl(0deg,0%,29%);}.progress-bars-wrapper::-ms-fill{background-color:hsl(0deg,0%,29%);border:0;}.progress-bars-wrapper .progress-bar{position:relative;display:inline-block;vertical-align:top;height:100%;background-color:hsl(0deg,0%,29%);}.progress-bars-wrapper .progress-bar .progress-value{color:findColorInvert(hsl(0deg,0%,29%));}.progress-bars-wrapper .progress-bar.is-primary{background-color:#00d1b2;}.progress-bars-wrapper .progress-bar.is-primary .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-secondary{background-color:#6c757d;}.progress-bars-wrapper .progress-bar.is-secondary .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-success{background-color:#48c774;}.progress-bars-wrapper .progress-bar.is-success .progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-info{background-color:#238cd1;}.progress-bars-wrapper .progress-bar.is-info .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-warning{background-color:#ffd83d;}.progress-bars-wrapper .progress-bar.is-warning .progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-danger{background-color:#ef2e55;}.progress-bars-wrapper .progress-bar.is-danger .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-light{background-color:#f5f5f5;}.progress-bars-wrapper .progress-bar.is-light .progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-dark{background-color:#363636;}.progress-bars-wrapper .progress-bar.is-dark .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-link{background-color:#3273dc;}.progress-bars-wrapper .progress-bar.is-link .progress-value{color:#fff;}.rating:not(.rating-disabled):not(.rating-readonly):hover .rating-item{cursor:pointer;}.rating.rating-disabled{opacity:.65;}.rating .rating-item.is-primary{color:#00d1b2;}.rating .rating-item.is-secondary{color:#6c757d;}.rating .rating-item.is-success{color:#48c774;}.rating .rating-item.is-info{color:#238cd1;}.rating .rating-item.is-warning{color:#ffd83d;}.rating .rating-item.is-danger{color:#ef2e55;}.rating .rating-item.is-light{color:#f5f5f5;}.rating .rating-item.is-dark{color:#363636;}.rating .rating-item.is-link{color:#3273dc;}.rating .rating-item.is-hover{opacity:.7;}.skeleton-lines{color:transparent!important;display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;position:relative;}.skeleton-lines:not(.skeleton-lines-pulse)>.skeleton-line{background-color:hsl(0deg,0%,90.2%);}.skeleton-lines>.skeleton-line{position:relative;min-height:1rem;overflow:hidden;padding:0;}.skeleton-lines-pulse>.skeleton-line{animation-duration:2s;animation-iteration-count:infinite;animation-name:skeleton-wave-pulse;animation-timing-function:cubic-bezier(.4,0,.6,1);background-color:hsl(221deg,14%,86%);border-radius:.25rem;box-shadow:none;pointer-events:none;}.skeleton-lines-wave>.skeleton-line::after{transform:translate(-100%);background-image:linear-gradient(to right,hsl(221deg,14%,86%) 0%,hsl(0deg,0%,90.2%) 50%,hsl(221deg,14%,86%) 100%);animation-name:skeleton-wave-anim;animation-timing-function:ease-in-out;animation-duration:3s;animation-iteration-count:infinite;position:absolute;display:block;content:"";inset:0;}@keyframes skeleton-wave-anim{100%{transform:translate(100%);}}@keyframes skeleton-wave-pulse{50%{opacity:.5;}}.steps{display:flex;flex-wrap:wrap;font-size:1rem;min-height:2rem;}.steps:not(:last-child){margin-bottom:1.5rem;}.steps .step-item{margin-top:0;position:relative;flex-grow:1;flex-basis:0;}.steps .step-item:not(:first-child){flex-basis:1em;flex-grow:1;flex-shrink:1;}.steps .step-item:not(:first-child)::before{content:" ";display:block;position:absolute;}.steps .step-item::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#00d1b2 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item::before .step-marker{color:#fff;}.steps .step-item.is-completed::before{background-position:left bottom;}.steps .step-item.is-completed .step-marker{color:#fff;background-color:#48c774;}.steps .step-item.is-active::before{background-position:left bottom;}.steps .step-item.is-active.is-completed .step-marker,.steps .step-item.is-active .step-marker{background-color:#00d1b2;color:#fff;}.steps .step-item .step-marker{align-items:center;display:flex;border-radius:50%;font-weight:700;justify-content:center;background:hsl(0deg,0%,71%);color:#fff;border:.2em solid #fff;z-index:1;}.steps .step-item .step-details{text-align:center;}.steps .step-item.is-primary::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#00d1b2 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-primary .step-marker{background-color:#00d1b2;color:#fff;}.steps .step-item.is-primary.is-completed::before{background-position:left bottom;}.steps .step-item.is-primary.is-completed .step-marker{background-color:#00d1b2;color:#fff;}.steps .step-item.is-primary.is-active::before{background-position:left bottom;}.steps .step-item.is-primary.is-active.is-completed .step-marker,.steps .step-item.is-primary.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-secondary::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#6c757d 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-secondary .step-marker{background-color:#6c757d;color:#fff;}.steps .step-item.is-secondary.is-completed::before{background-position:left bottom;}.steps .step-item.is-secondary.is-completed .step-marker{background-color:#6c757d;color:#fff;}.steps .step-item.is-secondary.is-active::before{background-position:left bottom;}.steps .step-item.is-secondary.is-active.is-completed .step-marker,.steps .step-item.is-secondary.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-success::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#48c774 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-success .step-marker{background-color:#48c774;color:#fff;}.steps .step-item.is-success.is-completed::before{background-position:left bottom;}.steps .step-item.is-success.is-completed .step-marker{background-color:#48c774;color:#fff;}.steps .step-item.is-success.is-active::before{background-position:left bottom;}.steps .step-item.is-success.is-active.is-completed .step-marker,.steps .step-item.is-success.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-info::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#238cd1 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-info .step-marker{background-color:#238cd1;color:#fff;}.steps .step-item.is-info.is-completed::before{background-position:left bottom;}.steps .step-item.is-info.is-completed .step-marker{background-color:#238cd1;color:#fff;}.steps .step-item.is-info.is-active::before{background-position:left bottom;}.steps .step-item.is-info.is-active.is-completed .step-marker,.steps .step-item.is-info.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-warning::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#ffd83d 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-warning .step-marker{background-color:#ffd83d;color:#fff;}.steps .step-item.is-warning.is-completed::before{background-position:left bottom;}.steps .step-item.is-warning.is-completed .step-marker{background-color:#ffd83d;color:#fff;}.steps .step-item.is-warning.is-active::before{background-position:left bottom;}.steps .step-item.is-warning.is-active.is-completed .step-marker,.steps .step-item.is-warning.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-danger::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#ef2e55 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-danger .step-marker{background-color:#ef2e55;color:#fff;}.steps .step-item.is-danger.is-completed::before{background-position:left bottom;}.steps .step-item.is-danger.is-completed .step-marker{background-color:#ef2e55;color:#fff;}.steps .step-item.is-danger.is-active::before{background-position:left bottom;}.steps .step-item.is-danger.is-active.is-completed .step-marker,.steps .step-item.is-danger.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-light::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#f5f5f5 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-light .step-marker{background-color:#f5f5f5;color:#fff;}.steps .step-item.is-light.is-completed::before{background-position:left bottom;}.steps .step-item.is-light.is-completed .step-marker{background-color:#f5f5f5;color:#fff;}.steps .step-item.is-light.is-active::before{background-position:left bottom;}.steps .step-item.is-light.is-active.is-completed .step-marker,.steps .step-item.is-light.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-dark::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#363636 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-dark .step-marker{background-color:#363636;color:#fff;}.steps .step-item.is-dark.is-completed::before{background-position:left bottom;}.steps .step-item.is-dark.is-completed .step-marker{background-color:#363636;color:#fff;}.steps .step-item.is-dark.is-active::before{background-position:left bottom;}.steps .step-item.is-dark.is-active.is-completed .step-marker,.steps .step-item.is-dark.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-link::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#3273dc 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-link .step-marker{background-color:#3273dc;color:#fff;}.steps .step-item.is-link.is-completed::before{background-position:left bottom;}.steps .step-item.is-link.is-completed .step-marker{background-color:#3273dc;color:#fff;}.steps .step-item.is-link.is-active::before{background-position:left bottom;}.steps .step-item.is-link.is-active.is-completed .step-marker,.steps .step-item.is-link.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .steps-actions{display:flex;align-items:stretch;flex-basis:100%;}.steps .steps-actions .steps-action{display:flex;flex-basis:0;flex-grow:1;margin:.5rem;justify-content:center;align-items:center;}.steps.is-animated .step-item::before{transition:all 2s ease;}.steps.is-animated .step-item .step-marker{transition:all 0s ease;transition-delay:1.5s;}.steps .step-item:not(:first-child)::before{height:.2em;width:100%;bottom:0;left:-50%;top:1rem;}.steps .step-item .step-marker{height:2rem;width:2rem;position:absolute;left:calc(50% - 1rem);}.steps .step-item .step-marker .icon *{font-size:1rem;}.steps .step-item .step-details{margin-top:2rem;margin-left:.5em;margin-right:.5em;padding-top:.2em;}.steps .step-item .step-details .step-title{font-size:1.2rem;font-weight:600;}.steps-content{align-items:stretch;flex-basis:100%;margin:2rem 0;}.steps-content .step-content{display:none;}.steps-content .step-content.is-active{display:block;}.switch[type=checkbox]{outline:0;user-select:none;display:inline-block;position:absolute;opacity:0;}.switch[type=checkbox]+label{position:relative;display:initial;font-size:1rem;line-height:1.5;padding-left:3.5rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox]+label::before,.switch[type=checkbox]+label:before{position:absolute;display:block;top:calc(50% - 1.5rem/2);left:0;width:3rem;height:1.5rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox]+label::after,.switch[type=checkbox]+label:after{display:block;position:absolute;top:calc(50% - 1rem/2);left:.25rem;width:1rem;height:1rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox]:checked+label::before,.switch[type=checkbox]:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox]:checked+label::after{left:1.625rem;}.switch[type=checkbox].is-extra-small+label,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:.65rem;line-height:1.5;padding-left:2.45rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-extra-small+label::before,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-extra-small+label:before{position:absolute;display:block;top:calc(50% - .975rem/2);left:0;width:1.95rem;height:.975rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-extra-small+label::after,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-extra-small+label:after{display:block;position:absolute;top:calc(50% - .475rem/2);left:.25rem;width:.475rem;height:.475rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-extra-small:checked+label::before,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-extra-small:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-extra-small:checked+label::after,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button:checked+label::after{left:1.1rem;}.switch[type=checkbox].is-small+label,.field.has-addons.are-small>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:.75rem;line-height:1.5;padding-left:2.75rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-small+label::before,.field.has-addons.are-small>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-small+label:before{position:absolute;display:block;top:calc(50% - 1.125rem/2);left:0;width:2.25rem;height:1.125rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-small+label::after,.field.has-addons.are-small>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-small+label:after{display:block;position:absolute;top:calc(50% - .625rem/2);left:.25rem;width:.625rem;height:.625rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-small:checked+label::before,.field.has-addons.are-small>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-small:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-small:checked+label::after,.field.has-addons.are-small>.control>.switch[type=checkbox].button:checked+label::after{left:1.25rem;}.switch[type=checkbox].is-medium+label,.field.has-addons.are-medium>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:1.25rem;line-height:1.5;padding-left:4.25rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-medium+label::before,.field.has-addons.are-medium>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-medium+label:before{position:absolute;display:block;top:calc(50% - 1.875rem/2);left:0;width:3.75rem;height:1.875rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-medium+label::after,.field.has-addons.are-medium>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-medium+label:after{display:block;position:absolute;top:calc(50% - 1.375rem/2);left:.25rem;width:1.375rem;height:1.375rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-medium:checked+label::before,.field.has-addons.are-medium>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-medium:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-medium:checked+label::after,.field.has-addons.are-medium>.control>.switch[type=checkbox].button:checked+label::after{left:2rem;}.switch[type=checkbox].is-large+label,.field.has-addons.are-large>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:1.5rem;line-height:1.5;padding-left:5rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-large+label::before,.field.has-addons.are-large>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-large+label:before{position:absolute;display:block;top:calc(50% - 2.25rem/2);left:0;width:4.5rem;height:2.25rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-large+label::after,.field.has-addons.are-large>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-large+label:after{display:block;position:absolute;top:calc(50% - 1.75rem/2);left:.25rem;width:1.75rem;height:1.75rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-large:checked+label::before,.field.has-addons.are-large>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-large:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-large:checked+label::after,.field.has-addons.are-large>.control>.switch[type=checkbox].button:checked+label::after{left:2.375rem;}.switch[type=checkbox].is-extra-large+label,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:2rem;line-height:1.5;padding-left:6.5rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-extra-large+label::before,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-extra-large+label:before{position:absolute;display:block;top:calc(50% - 3rem/2);left:0;width:6rem;height:3rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-extra-large+label::after,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-extra-large+label:after{display:block;position:absolute;top:calc(50% - 2.5rem/2);left:.25rem;width:2.5rem;height:2.5rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-extra-large:checked+label::before,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-extra-large:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-extra-large:checked+label::after,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button:checked+label::after{left:3.125rem;}.switch[type=checkbox].is-primary:checked+label::before,.switch[type=checkbox].is-primary:checked+label:before{background-color:#00d1b2;}.switch[type=checkbox]:disabled.is-primary:checked+label::before{background-color:rgba(0,209,178,.5);}.switch[type=checkbox].is-secondary:checked+label::before,.switch[type=checkbox].is-secondary:checked+label:before{background-color:#6c757d;}.switch[type=checkbox]:disabled.is-secondary:checked+label::before{background-color:rgba(108,117,125,.5);}.switch[type=checkbox].is-success:checked+label::before,.switch[type=checkbox].is-success:checked+label:before{background-color:#48c774;}.switch[type=checkbox]:disabled.is-success:checked+label::before{background-color:rgba(72,199,116,.5);}.switch[type=checkbox].is-info:checked+label::before,.switch[type=checkbox].is-info:checked+label:before{background-color:#238cd1;}.switch[type=checkbox]:disabled.is-info:checked+label::before{background-color:rgba(35,140,209,.5);}.switch[type=checkbox].is-warning:checked+label::before,.switch[type=checkbox].is-warning:checked+label:before{background-color:#ffd83d;}.switch[type=checkbox]:disabled.is-warning:checked+label::before{background-color:rgba(255,216,61,.5);}.switch[type=checkbox].is-danger:checked+label::before,.switch[type=checkbox].is-danger:checked+label:before{background-color:#ef2e55;}.switch[type=checkbox]:disabled.is-danger:checked+label::before{background-color:rgba(239,46,85,.5);}.switch[type=checkbox].is-light:checked+label::before,.switch[type=checkbox].is-light:checked+label:before{background-color:#f5f5f5;}.switch[type=checkbox]:disabled.is-light:checked+label::before{background-color:rgba(245,245,245,.5);}.switch[type=checkbox].is-dark:checked+label::before,.switch[type=checkbox].is-dark:checked+label:before{background-color:#363636;}.switch[type=checkbox]:disabled.is-dark:checked+label::before{background-color:rgba(54,54,54,.5);}.switch[type=checkbox].is-link:checked+label::before,.switch[type=checkbox].is-link:checked+label:before{background-color:#3273dc;}.switch[type=checkbox]:disabled.is-link:checked+label::before{background-color:rgba(50,115,220,.5);}table.is-borderless td,table.is-borderless th,table.is-borderless tr{border:0!important;}table tbody tr.table-group{cursor:pointer;background-color:var(--b-theme-light,var(--bs-light,#f5f5f5));font-weight:700;}tr.table-row-selectable:hover,tr.table-row-selectable.is-hovered{cursor:pointer;}tr.table-row-selectable:focus[tabindex="0"]{outline:0;}.table-container-fixed-header{overflow-y:auto;}.table-container-fixed-header .table{border-collapse:separate;border-spacing:0;}.table-container-fixed-header .table thead:not(.table-thead-theme) th{background:#fff;}.table-container-fixed-header .table thead tr th{border-top:0;position:sticky;z-index:10;}.table-container-fixed-header .table thead tr:nth-child(1) th{top:0;}.table-container-fixed-columns{width:100%;overflow-x:auto;white-space:nowrap;position:relative;}.table-container-fixed-columns .table{table-layout:fixed;overflow-x:auto;white-space:nowrap;border-collapse:separate;border-spacing:0;border:0;}.table-container-fixed-columns .table .is-header-cell-fixed-start,.table-container-fixed-columns .table .is-row-header-fixed-start,.table-container-fixed-columns .table .is-row-cell-fixed-start{position:sticky;border-left:0;z-index:11;background-color:#fff;border-inline-start-width:0;left:0;}.table-container-fixed-columns .table .is-header-cell-fixed-end,.table-container-fixed-columns .table .is-row-header-fixed-end,.table-container-fixed-columns .table .is-row-cell-fixed-end{position:sticky;border-left:0;z-index:11;background-color:#fff;border-inline-start-width:0;right:0;}td:focus{outline:-webkit-focus-ring-color auto 1px;}@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){.is-table-mobile [data-caption]:before{content:attr(data-caption);}.is-table-mobile thead,.is-table-mobile tbody,.is-table-mobile th,.is-table-mobile td,.is-table-mobile tr{display:block;}.is-table-mobile thead tr{position:absolute;top:-9999px;left:-9999px;}.is-table-mobile td,.is-table-mobile th{position:relative;padding-top:1.5rem!important;}.is-table-mobile td:before,.is-table-mobile th:before{position:absolute;top:0;white-space:nowrap;font-weight:bold;}.is-table-mobile:not(.is-borderless) tr{border-bottom:1px solid;}}.tab-pane{display:none;}.tab-pane.is-active{display:block;}.tabs.is-justified li{flex-basis:0;flex-grow:1;text-align:center;}.tabs.is-vertical ul{-webkit-flex-direction:column;flex-direction:column;}.tabs.is-vertical li{width:100%;}.tabs.is-vertical li>a{border:0;}.toast-container{width:100%;z-index:99999;pointer-events:none;display:flex;flex-direction:column;padding:15px;}.toast-container-fixed{position:fixed;}.toast-container-absolute{position:absolute;}.toast-container-top{left:0;right:0;top:0;align-items:center;}.toast-container-top-left{left:0;top:0;text-align:left;align-items:flex-start;}.toast-container-top-right{right:0;top:0;text-align:right;align-items:flex-end;}.toast-container-bottom{left:0;right:0;bottom:0;align-items:center;}.toast-container-bottom-left{left:0;bottom:0;text-align:left;align-items:flex-start;}.toast-container-bottom-right{right:0;bottom:0;text-align:right;align-items:flex-end;}.toast{background-color:#f5f5f5;border-radius:4px;position:relative;width:auto;pointer-events:auto;display:flex;flex-direction:column;white-space:pre-wrap;animation-fill-mode:both;padding:1.25rem;}.toast-show{opacity:1;}.toast-hide{opacity:0;}.toast-showing{animation-name:toast-fadeIn;}.toast-hiding{animation-name:toast-fadeOut;}.toast .toast-header{display:flex;align-items:center;font-weight:700;padding-bottom:.75rem;}.toast:not(:last-child){margin-bottom:1.5rem;}@keyframes toast-fadeIn{0%{opacity:0;}to{opacity:1;}}@keyframes toast-fadeOut{0%{opacity:1;}to{opacity:0;}}.is-vertical-align-baseline{vertical-align:baseline!important;}.is-vertical-align-top{vertical-align:top!important;}.is-vertical-align-middle{vertical-align:middle!important;}.is-vertical-align-bottom{vertical-align:bottom!important;}.is-vertical-align-text-bottom{vertical-align:text-bottom!important;}.is-vertical-align-text-top{vertical-align:text-top!important;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}0%{opacity:0;}}@keyframes slideIn{0%{transform:translateY(1rem);opacity:0;}100%{transform:translateY(0);opacity:1;}0%{transform:translateY(1rem);opacity:0;}}.is-borderless{border:0!important;}.has-border{border:1px solid #adb5bd!important;}.has-border-top{border-top:1px solid #adb5bd!important;}.has-border-right{border-right:1px solid #adb5bd!important;}.has-border-bottom{border-bottom:1px solid #adb5bd!important;}.has-border-left{border-left:1px solid #adb5bd!important;}.has-border-0{border:0!important;}.has-border-top-0{border-top:0!important;}.has-border-right-0{border-right:0!important;}.has-border-bottom-0{border-bottom:0!important;}.has-border-left-0{border-left:0!important;}.has-border-primary{border-color:#00d1b2!important;}.has-border-secondary{border-color:#6c757d!important;}.has-border-success{border-color:#48c774!important;}.has-border-info{border-color:#238cd1!important;}.has-border-warning{border-color:#ffd83d!important;}.has-border-danger{border-color:#ef2e55!important;}.has-border-light{border-color:#f5f5f5!important;}.has-border-dark{border-color:#363636!important;}.has-border-link{border-color:#3273dc!important;}.has-border-white{border-color:#fff!important;}.has-rounded-border{border-radius:4px!important;}.has-rounded-border-top{border-top-left-radius:4px!important;border-top-right-radius:4px!important;}.has-rounded-border-right{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important;}.has-rounded-border-bottom{border-bottom-right-radius:4px!important;border-bottom-left-radius:4px!important;}.has-rounded-border-left{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important;}.has-rounded-border-circle{border-radius:50%!important;}.has-rounded-border-pill{border-radius:50rem!important;}.has-rounded-border-0{border-radius:0!important;}.has-border-1{border:1px solid #adb5bd!important;}.has-border-primary-1{border:1px solid #00d1b2!important;}.has-border-secondary-1{border:1px solid #6c757d!important;}.has-border-success-1{border:1px solid #48c774!important;}.has-border-info-1{border:1px solid #238cd1!important;}.has-border-warning-1{border:1px solid #ffd83d!important;}.has-border-danger-1{border:1px solid #ef2e55!important;}.has-border-light-1{border:1px solid #f5f5f5!important;}.has-border-dark-1{border:1px solid #363636!important;}.has-border-link-1{border:1px solid #3273dc!important;}.has-border-top-1{border-top:1px solid #adb5bd!important;}.has-border-primary-top-1{border-top:1px solid #00d1b2!important;}.has-border-secondary-top-1{border-top:1px solid #6c757d!important;}.has-border-success-top-1{border-top:1px solid #48c774!important;}.has-border-info-top-1{border-top:1px solid #238cd1!important;}.has-border-warning-top-1{border-top:1px solid #ffd83d!important;}.has-border-danger-top-1{border-top:1px solid #ef2e55!important;}.has-border-light-top-1{border-top:1px solid #f5f5f5!important;}.has-border-dark-top-1{border-top:1px solid #363636!important;}.has-border-link-top-1{border-top:1px solid #3273dc!important;}.has-border-right-1{border-right:1px solid #adb5bd!important;}.has-border-primary-right-1{border-right:1px solid #00d1b2!important;}.has-border-secondary-right-1{border-right:1px solid #6c757d!important;}.has-border-success-right-1{border-right:1px solid #48c774!important;}.has-border-info-right-1{border-right:1px solid #238cd1!important;}.has-border-warning-right-1{border-right:1px solid #ffd83d!important;}.has-border-danger-right-1{border-right:1px solid #ef2e55!important;}.has-border-light-right-1{border-right:1px solid #f5f5f5!important;}.has-border-dark-right-1{border-right:1px solid #363636!important;}.has-border-link-right-1{border-right:1px solid #3273dc!important;}.has-border-bottom-1{border-bottom:1px solid #adb5bd!important;}.has-border-primary-bottom-1{border-bottom:1px solid #00d1b2!important;}.has-border-secondary-bottom-1{border-bottom:1px solid #6c757d!important;}.has-border-success-bottom-1{border-bottom:1px solid #48c774!important;}.has-border-info-bottom-1{border-bottom:1px solid #238cd1!important;}.has-border-warning-bottom-1{border-bottom:1px solid #ffd83d!important;}.has-border-danger-bottom-1{border-bottom:1px solid #ef2e55!important;}.has-border-light-bottom-1{border-bottom:1px solid #f5f5f5!important;}.has-border-dark-bottom-1{border-bottom:1px solid #363636!important;}.has-border-link-bottom-1{border-bottom:1px solid #3273dc!important;}.has-border-left-1{border-left:1px solid #adb5bd!important;}.has-border-primary-left-1{border-left:1px solid #00d1b2!important;}.has-border-secondary-left-1{border-left:1px solid #6c757d!important;}.has-border-success-left-1{border-left:1px solid #48c774!important;}.has-border-info-left-1{border-left:1px solid #238cd1!important;}.has-border-warning-left-1{border-left:1px solid #ffd83d!important;}.has-border-danger-left-1{border-left:1px solid #ef2e55!important;}.has-border-light-left-1{border-left:1px solid #f5f5f5!important;}.has-border-dark-left-1{border-left:1px solid #363636!important;}.has-border-link-left-1{border-left:1px solid #3273dc!important;}.has-border-2{border:2px solid #adb5bd!important;}.has-border-primary-2{border:2px solid #00d1b2!important;}.has-border-secondary-2{border:2px solid #6c757d!important;}.has-border-success-2{border:2px solid #48c774!important;}.has-border-info-2{border:2px solid #238cd1!important;}.has-border-warning-2{border:2px solid #ffd83d!important;}.has-border-danger-2{border:2px solid #ef2e55!important;}.has-border-light-2{border:2px solid #f5f5f5!important;}.has-border-dark-2{border:2px solid #363636!important;}.has-border-link-2{border:2px solid #3273dc!important;}.has-border-top-2{border-top:2px solid #adb5bd!important;}.has-border-primary-top-2{border-top:2px solid #00d1b2!important;}.has-border-secondary-top-2{border-top:2px solid #6c757d!important;}.has-border-success-top-2{border-top:2px solid #48c774!important;}.has-border-info-top-2{border-top:2px solid #238cd1!important;}.has-border-warning-top-2{border-top:2px solid #ffd83d!important;}.has-border-danger-top-2{border-top:2px solid #ef2e55!important;}.has-border-light-top-2{border-top:2px solid #f5f5f5!important;}.has-border-dark-top-2{border-top:2px solid #363636!important;}.has-border-link-top-2{border-top:2px solid #3273dc!important;}.has-border-right-2{border-right:2px solid #adb5bd!important;}.has-border-primary-right-2{border-right:2px solid #00d1b2!important;}.has-border-secondary-right-2{border-right:2px solid #6c757d!important;}.has-border-success-right-2{border-right:2px solid #48c774!important;}.has-border-info-right-2{border-right:2px solid #238cd1!important;}.has-border-warning-right-2{border-right:2px solid #ffd83d!important;}.has-border-danger-right-2{border-right:2px solid #ef2e55!important;}.has-border-light-right-2{border-right:2px solid #f5f5f5!important;}.has-border-dark-right-2{border-right:2px solid #363636!important;}.has-border-link-right-2{border-right:2px solid #3273dc!important;}.has-border-bottom-2{border-bottom:2px solid #adb5bd!important;}.has-border-primary-bottom-2{border-bottom:2px solid #00d1b2!important;}.has-border-secondary-bottom-2{border-bottom:2px solid #6c757d!important;}.has-border-success-bottom-2{border-bottom:2px solid #48c774!important;}.has-border-info-bottom-2{border-bottom:2px solid #238cd1!important;}.has-border-warning-bottom-2{border-bottom:2px solid #ffd83d!important;}.has-border-danger-bottom-2{border-bottom:2px solid #ef2e55!important;}.has-border-light-bottom-2{border-bottom:2px solid #f5f5f5!important;}.has-border-dark-bottom-2{border-bottom:2px solid #363636!important;}.has-border-link-bottom-2{border-bottom:2px solid #3273dc!important;}.has-border-left-2{border-left:2px solid #adb5bd!important;}.has-border-primary-left-2{border-left:2px solid #00d1b2!important;}.has-border-secondary-left-2{border-left:2px solid #6c757d!important;}.has-border-success-left-2{border-left:2px solid #48c774!important;}.has-border-info-left-2{border-left:2px solid #238cd1!important;}.has-border-warning-left-2{border-left:2px solid #ffd83d!important;}.has-border-danger-left-2{border-left:2px solid #ef2e55!important;}.has-border-light-left-2{border-left:2px solid #f5f5f5!important;}.has-border-dark-left-2{border-left:2px solid #363636!important;}.has-border-link-left-2{border-left:2px solid #3273dc!important;}.has-border-3{border:3px solid #adb5bd!important;}.has-border-primary-3{border:3px solid #00d1b2!important;}.has-border-secondary-3{border:3px solid #6c757d!important;}.has-border-success-3{border:3px solid #48c774!important;}.has-border-info-3{border:3px solid #238cd1!important;}.has-border-warning-3{border:3px solid #ffd83d!important;}.has-border-danger-3{border:3px solid #ef2e55!important;}.has-border-light-3{border:3px solid #f5f5f5!important;}.has-border-dark-3{border:3px solid #363636!important;}.has-border-link-3{border:3px solid #3273dc!important;}.has-border-top-3{border-top:3px solid #adb5bd!important;}.has-border-primary-top-3{border-top:3px solid #00d1b2!important;}.has-border-secondary-top-3{border-top:3px solid #6c757d!important;}.has-border-success-top-3{border-top:3px solid #48c774!important;}.has-border-info-top-3{border-top:3px solid #238cd1!important;}.has-border-warning-top-3{border-top:3px solid #ffd83d!important;}.has-border-danger-top-3{border-top:3px solid #ef2e55!important;}.has-border-light-top-3{border-top:3px solid #f5f5f5!important;}.has-border-dark-top-3{border-top:3px solid #363636!important;}.has-border-link-top-3{border-top:3px solid #3273dc!important;}.has-border-right-3{border-right:3px solid #adb5bd!important;}.has-border-primary-right-3{border-right:3px solid #00d1b2!important;}.has-border-secondary-right-3{border-right:3px solid #6c757d!important;}.has-border-success-right-3{border-right:3px solid #48c774!important;}.has-border-info-right-3{border-right:3px solid #238cd1!important;}.has-border-warning-right-3{border-right:3px solid #ffd83d!important;}.has-border-danger-right-3{border-right:3px solid #ef2e55!important;}.has-border-light-right-3{border-right:3px solid #f5f5f5!important;}.has-border-dark-right-3{border-right:3px solid #363636!important;}.has-border-link-right-3{border-right:3px solid #3273dc!important;}.has-border-bottom-3{border-bottom:3px solid #adb5bd!important;}.has-border-primary-bottom-3{border-bottom:3px solid #00d1b2!important;}.has-border-secondary-bottom-3{border-bottom:3px solid #6c757d!important;}.has-border-success-bottom-3{border-bottom:3px solid #48c774!important;}.has-border-info-bottom-3{border-bottom:3px solid #238cd1!important;}.has-border-warning-bottom-3{border-bottom:3px solid #ffd83d!important;}.has-border-danger-bottom-3{border-bottom:3px solid #ef2e55!important;}.has-border-light-bottom-3{border-bottom:3px solid #f5f5f5!important;}.has-border-dark-bottom-3{border-bottom:3px solid #363636!important;}.has-border-link-bottom-3{border-bottom:3px solid #3273dc!important;}.has-border-left-3{border-left:3px solid #adb5bd!important;}.has-border-primary-left-3{border-left:3px solid #00d1b2!important;}.has-border-secondary-left-3{border-left:3px solid #6c757d!important;}.has-border-success-left-3{border-left:3px solid #48c774!important;}.has-border-info-left-3{border-left:3px solid #238cd1!important;}.has-border-warning-left-3{border-left:3px solid #ffd83d!important;}.has-border-danger-left-3{border-left:3px solid #ef2e55!important;}.has-border-light-left-3{border-left:3px solid #f5f5f5!important;}.has-border-dark-left-3{border-left:3px solid #363636!important;}.has-border-link-left-3{border-left:3px solid #3273dc!important;}.has-border-4{border:4px solid #adb5bd!important;}.has-border-primary-4{border:4px solid #00d1b2!important;}.has-border-secondary-4{border:4px solid #6c757d!important;}.has-border-success-4{border:4px solid #48c774!important;}.has-border-info-4{border:4px solid #238cd1!important;}.has-border-warning-4{border:4px solid #ffd83d!important;}.has-border-danger-4{border:4px solid #ef2e55!important;}.has-border-light-4{border:4px solid #f5f5f5!important;}.has-border-dark-4{border:4px solid #363636!important;}.has-border-link-4{border:4px solid #3273dc!important;}.has-border-top-4{border-top:4px solid #adb5bd!important;}.has-border-primary-top-4{border-top:4px solid #00d1b2!important;}.has-border-secondary-top-4{border-top:4px solid #6c757d!important;}.has-border-success-top-4{border-top:4px solid #48c774!important;}.has-border-info-top-4{border-top:4px solid #238cd1!important;}.has-border-warning-top-4{border-top:4px solid #ffd83d!important;}.has-border-danger-top-4{border-top:4px solid #ef2e55!important;}.has-border-light-top-4{border-top:4px solid #f5f5f5!important;}.has-border-dark-top-4{border-top:4px solid #363636!important;}.has-border-link-top-4{border-top:4px solid #3273dc!important;}.has-border-right-4{border-right:4px solid #adb5bd!important;}.has-border-primary-right-4{border-right:4px solid #00d1b2!important;}.has-border-secondary-right-4{border-right:4px solid #6c757d!important;}.has-border-success-right-4{border-right:4px solid #48c774!important;}.has-border-info-right-4{border-right:4px solid #238cd1!important;}.has-border-warning-right-4{border-right:4px solid #ffd83d!important;}.has-border-danger-right-4{border-right:4px solid #ef2e55!important;}.has-border-light-right-4{border-right:4px solid #f5f5f5!important;}.has-border-dark-right-4{border-right:4px solid #363636!important;}.has-border-link-right-4{border-right:4px solid #3273dc!important;}.has-border-bottom-4{border-bottom:4px solid #adb5bd!important;}.has-border-primary-bottom-4{border-bottom:4px solid #00d1b2!important;}.has-border-secondary-bottom-4{border-bottom:4px solid #6c757d!important;}.has-border-success-bottom-4{border-bottom:4px solid #48c774!important;}.has-border-info-bottom-4{border-bottom:4px solid #238cd1!important;}.has-border-warning-bottom-4{border-bottom:4px solid #ffd83d!important;}.has-border-danger-bottom-4{border-bottom:4px solid #ef2e55!important;}.has-border-light-bottom-4{border-bottom:4px solid #f5f5f5!important;}.has-border-dark-bottom-4{border-bottom:4px solid #363636!important;}.has-border-link-bottom-4{border-bottom:4px solid #3273dc!important;}.has-border-left-4{border-left:4px solid #adb5bd!important;}.has-border-primary-left-4{border-left:4px solid #00d1b2!important;}.has-border-secondary-left-4{border-left:4px solid #6c757d!important;}.has-border-success-left-4{border-left:4px solid #48c774!important;}.has-border-info-left-4{border-left:4px solid #238cd1!important;}.has-border-warning-left-4{border-left:4px solid #ffd83d!important;}.has-border-danger-left-4{border-left:4px solid #ef2e55!important;}.has-border-light-left-4{border-left:4px solid #f5f5f5!important;}.has-border-dark-left-4{border-left:4px solid #363636!important;}.has-border-link-left-4{border-left:4px solid #3273dc!important;}.has-border-5{border:5px solid #adb5bd!important;}.has-border-primary-5{border:5px solid #00d1b2!important;}.has-border-secondary-5{border:5px solid #6c757d!important;}.has-border-success-5{border:5px solid #48c774!important;}.has-border-info-5{border:5px solid #238cd1!important;}.has-border-warning-5{border:5px solid #ffd83d!important;}.has-border-danger-5{border:5px solid #ef2e55!important;}.has-border-light-5{border:5px solid #f5f5f5!important;}.has-border-dark-5{border:5px solid #363636!important;}.has-border-link-5{border:5px solid #3273dc!important;}.has-border-top-5{border-top:5px solid #adb5bd!important;}.has-border-primary-top-5{border-top:5px solid #00d1b2!important;}.has-border-secondary-top-5{border-top:5px solid #6c757d!important;}.has-border-success-top-5{border-top:5px solid #48c774!important;}.has-border-info-top-5{border-top:5px solid #238cd1!important;}.has-border-warning-top-5{border-top:5px solid #ffd83d!important;}.has-border-danger-top-5{border-top:5px solid #ef2e55!important;}.has-border-light-top-5{border-top:5px solid #f5f5f5!important;}.has-border-dark-top-5{border-top:5px solid #363636!important;}.has-border-link-top-5{border-top:5px solid #3273dc!important;}.has-border-right-5{border-right:5px solid #adb5bd!important;}.has-border-primary-right-5{border-right:5px solid #00d1b2!important;}.has-border-secondary-right-5{border-right:5px solid #6c757d!important;}.has-border-success-right-5{border-right:5px solid #48c774!important;}.has-border-info-right-5{border-right:5px solid #238cd1!important;}.has-border-warning-right-5{border-right:5px solid #ffd83d!important;}.has-border-danger-right-5{border-right:5px solid #ef2e55!important;}.has-border-light-right-5{border-right:5px solid #f5f5f5!important;}.has-border-dark-right-5{border-right:5px solid #363636!important;}.has-border-link-right-5{border-right:5px solid #3273dc!important;}.has-border-bottom-5{border-bottom:5px solid #adb5bd!important;}.has-border-primary-bottom-5{border-bottom:5px solid #00d1b2!important;}.has-border-secondary-bottom-5{border-bottom:5px solid #6c757d!important;}.has-border-success-bottom-5{border-bottom:5px solid #48c774!important;}.has-border-info-bottom-5{border-bottom:5px solid #238cd1!important;}.has-border-warning-bottom-5{border-bottom:5px solid #ffd83d!important;}.has-border-danger-bottom-5{border-bottom:5px solid #ef2e55!important;}.has-border-light-bottom-5{border-bottom:5px solid #f5f5f5!important;}.has-border-dark-bottom-5{border-bottom:5px solid #363636!important;}.has-border-link-bottom-5{border-bottom:5px solid #3273dc!important;}.has-border-left-5{border-left:5px solid #adb5bd!important;}.has-border-primary-left-5{border-left:5px solid #00d1b2!important;}.has-border-secondary-left-5{border-left:5px solid #6c757d!important;}.has-border-success-left-5{border-left:5px solid #48c774!important;}.has-border-info-left-5{border-left:5px solid #238cd1!important;}.has-border-warning-left-5{border-left:5px solid #ffd83d!important;}.has-border-danger-left-5{border-left:5px solid #ef2e55!important;}.has-border-light-left-5{border-left:5px solid #f5f5f5!important;}.has-border-dark-left-5{border-left:5px solid #363636!important;}.has-border-link-left-5{border-left:5px solid #3273dc!important;}.is-cursor-pointer{cursor:pointer;}.is-flex-direction-row{flex-direction:row!important;}.is-flex-direction-column{flex-direction:column!important;}.is-flex-direction-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-wrap{flex-wrap:wrap!important;}.is-flex-wrap-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-fill{flex:1 1 auto!important;}.is-flex-grow-0{flex-grow:0!important;}.is-flex-grow-1{flex-grow:1!important;}.is-flex-shrink-0{flex-shrink:0!important;}.is-flex-shrink-1{flex-shrink:1!important;}.is-justify-content-flex-start{justify-content:flex-start!important;}.is-justify-content-flex-end{justify-content:flex-end!important;}.is-justify-content-center{justify-content:center!important;}.is-justify-content-space-between{justify-content:space-between!important;}.is-justify-content-space-around{justify-content:space-around!important;}.is-align-items-flex-start{align-items:flex-start!important;}.is-align-items-flex-end{align-items:flex-end!important;}.is-align-items-center{align-items:center!important;}.is-align-items-baseline{align-items:baseline!important;}.is-align-items-stretch{align-items:stretch!important;}.is-align-self-auto{align-self:auto!important;}.is-align-self-flex-start{align-self:flex-start!important;}.is-align-self-flex-end{align-self:flex-end!important;}.is-align-self-center{align-self:center!important;}.is-align-self-baseline{align-self:baseline!important;}.is-align-self-stretch{align-self:stretch!important;}.is-align-content-flex-start{align-content:flex-start!important;}.is-align-content-flex-end{align-content:flex-end!important;}.is-align-content-center{align-content:center!important;}.is-align-content-space-between{align-content:space-between!important;}.is-align-content-space-around{align-content:space-around!important;}.is-align-content-stretch{align-content:stretch!important;}.is-flex-order-0{order:0;}.is-flex-order-1{order:1;}.is-flex-order-2{order:2;}.is-flex-order-3{order:3;}.is-flex-order-4{order:4;}.is-flex-order-5{order:5;}.is-flex-order-6{order:6;}.is-flex-order-7{order:7;}.is-flex-order-8{order:8;}.is-flex-order-9{order:9;}.is-flex-order-10{order:10;}.is-flex-order-11{order:11;}.is-flex-order-12{order:12;}@media(min-width:576px){.is-flex-direction-mobile-row{flex-direction:row!important;}.is-flex-direction-mobile-column{flex-direction:column!important;}.is-flex-direction-mobile-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-mobile-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-mobile-wrap{flex-wrap:wrap!important;}.is-flex-wrap-mobile-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-mobile-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-mobile-fill{flex:1 1 auto!important;}.is-flex-mobile-grow-0{flex-grow:0!important;}.is-flex-mobile-grow-1{flex-grow:1!important;}.is-flex-mobile-shrink-0{flex-shrink:0!important;}.is-flex-mobile-shrink-1{flex-shrink:1!important;}.is-justify-content-mobile-flex-start{justify-content:flex-start!important;}.is-justify-content-mobile-flex-end{justify-content:flex-end!important;}.is-justify-content-mobile-center{justify-content:center!important;}.is-justify-content-mobile-space-between{justify-content:space-between!important;}.is-justify-content-mobile-space-around{justify-content:space-around!important;}.is-align-items-mobile-flex-start{align-items:flex-start!important;}.is-align-items-mobile-flex-end{align-items:flex-end!important;}.is-align-items-mobile-center{align-items:center!important;}.is-align-items-mobile-baseline{align-items:baseline!important;}.is-align-items-mobile-stretch{align-items:stretch!important;}.is-align-self-mobile-auto{align-self:auto!important;}.is-align-self-mobile-flex-start{align-self:flex-start!important;}.is-align-self-mobile-flex-end{align-self:flex-end!important;}.is-align-self-mobile-center{align-self:center!important;}.is-align-self-mobile-baseline{align-self:baseline!important;}.is-align-self-mobile-stretch{align-self:stretch!important;}.is-align-content-mobile-flex-start{align-content:flex-start!important;}.is-align-content-mobile-flex-end{align-content:flex-end!important;}.is-align-content-mobile-center{align-content:center!important;}.is-align-content-mobile-space-between{align-content:space-between!important;}.is-align-content-mobile-space-around{align-content:space-around!important;}.is-align-content-mobile-stretch{align-content:stretch!important;}.is-flex-order-mobile-0{order:0;}.is-flex-order-mobile-1{order:1;}.is-flex-order-mobile-2{order:2;}.is-flex-order-mobile-3{order:3;}.is-flex-order-mobile-4{order:4;}.is-flex-order-mobile-5{order:5;}.is-flex-order-mobile-6{order:6;}.is-flex-order-mobile-7{order:7;}.is-flex-order-mobile-8{order:8;}.is-flex-order-mobile-9{order:9;}.is-flex-order-mobile-10{order:10;}.is-flex-order-mobile-11{order:11;}.is-flex-order-mobile-12{order:12;}}@media(min-width:1023px){.is-flex-direction-tablet-row{flex-direction:row!important;}.is-flex-direction-tablet-column{flex-direction:column!important;}.is-flex-direction-tablet-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-tablet-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-tablet-wrap{flex-wrap:wrap!important;}.is-flex-wrap-tablet-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-tablet-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-tablet-fill{flex:1 1 auto!important;}.is-flex-tablet-grow-0{flex-grow:0!important;}.is-flex-tablet-grow-1{flex-grow:1!important;}.is-flex-tablet-shrink-0{flex-shrink:0!important;}.is-flex-tablet-shrink-1{flex-shrink:1!important;}.is-justify-content-tablet-flex-start{justify-content:flex-start!important;}.is-justify-content-tablet-flex-end{justify-content:flex-end!important;}.is-justify-content-tablet-center{justify-content:center!important;}.is-justify-content-tablet-space-between{justify-content:space-between!important;}.is-justify-content-tablet-space-around{justify-content:space-around!important;}.is-align-items-tablet-flex-start{align-items:flex-start!important;}.is-align-items-tablet-flex-end{align-items:flex-end!important;}.is-align-items-tablet-center{align-items:center!important;}.is-align-items-tablet-baseline{align-items:baseline!important;}.is-align-items-tablet-stretch{align-items:stretch!important;}.is-align-self-tablet-auto{align-self:auto!important;}.is-align-self-tablet-flex-start{align-self:flex-start!important;}.is-align-self-tablet-flex-end{align-self:flex-end!important;}.is-align-self-tablet-center{align-self:center!important;}.is-align-self-tablet-baseline{align-self:baseline!important;}.is-align-self-tablet-stretch{align-self:stretch!important;}.is-align-content-tablet-flex-start{align-content:flex-start!important;}.is-align-content-tablet-flex-end{align-content:flex-end!important;}.is-align-content-tablet-center{align-content:center!important;}.is-align-content-tablet-space-between{align-content:space-between!important;}.is-align-content-tablet-space-around{align-content:space-around!important;}.is-align-content-tablet-stretch{align-content:stretch!important;}.is-flex-order-tablet-0{order:0;}.is-flex-order-tablet-1{order:1;}.is-flex-order-tablet-2{order:2;}.is-flex-order-tablet-3{order:3;}.is-flex-order-tablet-4{order:4;}.is-flex-order-tablet-5{order:5;}.is-flex-order-tablet-6{order:6;}.is-flex-order-tablet-7{order:7;}.is-flex-order-tablet-8{order:8;}.is-flex-order-tablet-9{order:9;}.is-flex-order-tablet-10{order:10;}.is-flex-order-tablet-11{order:11;}.is-flex-order-tablet-12{order:12;}}@media(min-width:1215px){.is-flex-direction-desktop-row{flex-direction:row!important;}.is-flex-direction-desktop-column{flex-direction:column!important;}.is-flex-direction-desktop-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-desktop-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-desktop-wrap{flex-wrap:wrap!important;}.is-flex-wrap-desktop-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-desktop-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-desktop-fill{flex:1 1 auto!important;}.is-flex-desktop-grow-0{flex-grow:0!important;}.is-flex-desktop-grow-1{flex-grow:1!important;}.is-flex-desktop-shrink-0{flex-shrink:0!important;}.is-flex-desktop-shrink-1{flex-shrink:1!important;}.is-justify-content-desktop-flex-start{justify-content:flex-start!important;}.is-justify-content-desktop-flex-end{justify-content:flex-end!important;}.is-justify-content-desktop-center{justify-content:center!important;}.is-justify-content-desktop-space-between{justify-content:space-between!important;}.is-justify-content-desktop-space-around{justify-content:space-around!important;}.is-align-items-desktop-flex-start{align-items:flex-start!important;}.is-align-items-desktop-flex-end{align-items:flex-end!important;}.is-align-items-desktop-center{align-items:center!important;}.is-align-items-desktop-baseline{align-items:baseline!important;}.is-align-items-desktop-stretch{align-items:stretch!important;}.is-align-self-desktop-auto{align-self:auto!important;}.is-align-self-desktop-flex-start{align-self:flex-start!important;}.is-align-self-desktop-flex-end{align-self:flex-end!important;}.is-align-self-desktop-center{align-self:center!important;}.is-align-self-desktop-baseline{align-self:baseline!important;}.is-align-self-desktop-stretch{align-self:stretch!important;}.is-align-content-desktop-flex-start{align-content:flex-start!important;}.is-align-content-desktop-flex-end{align-content:flex-end!important;}.is-align-content-desktop-center{align-content:center!important;}.is-align-content-desktop-space-between{align-content:space-between!important;}.is-align-content-desktop-space-around{align-content:space-around!important;}.is-align-content-desktop-stretch{align-content:stretch!important;}.is-flex-order-desktop-0{order:0;}.is-flex-order-desktop-1{order:1;}.is-flex-order-desktop-2{order:2;}.is-flex-order-desktop-3{order:3;}.is-flex-order-desktop-4{order:4;}.is-flex-order-desktop-5{order:5;}.is-flex-order-desktop-6{order:6;}.is-flex-order-desktop-7{order:7;}.is-flex-order-desktop-8{order:8;}.is-flex-order-desktop-9{order:9;}.is-flex-order-desktop-10{order:10;}.is-flex-order-desktop-11{order:11;}.is-flex-order-desktop-12{order:12;}}@media(min-width:1407px){.is-flex-direction-widescreen-row{flex-direction:row!important;}.is-flex-direction-widescreen-column{flex-direction:column!important;}.is-flex-direction-widescreen-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-widescreen-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-widescreen-wrap{flex-wrap:wrap!important;}.is-flex-wrap-widescreen-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-widescreen-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-widescreen-fill{flex:1 1 auto!important;}.is-flex-widescreen-grow-0{flex-grow:0!important;}.is-flex-widescreen-grow-1{flex-grow:1!important;}.is-flex-widescreen-shrink-0{flex-shrink:0!important;}.is-flex-widescreen-shrink-1{flex-shrink:1!important;}.is-justify-content-widescreen-flex-start{justify-content:flex-start!important;}.is-justify-content-widescreen-flex-end{justify-content:flex-end!important;}.is-justify-content-widescreen-center{justify-content:center!important;}.is-justify-content-widescreen-space-between{justify-content:space-between!important;}.is-justify-content-widescreen-space-around{justify-content:space-around!important;}.is-align-items-widescreen-flex-start{align-items:flex-start!important;}.is-align-items-widescreen-flex-end{align-items:flex-end!important;}.is-align-items-widescreen-center{align-items:center!important;}.is-align-items-widescreen-baseline{align-items:baseline!important;}.is-align-items-widescreen-stretch{align-items:stretch!important;}.is-align-self-widescreen-auto{align-self:auto!important;}.is-align-self-widescreen-flex-start{align-self:flex-start!important;}.is-align-self-widescreen-flex-end{align-self:flex-end!important;}.is-align-self-widescreen-center{align-self:center!important;}.is-align-self-widescreen-baseline{align-self:baseline!important;}.is-align-self-widescreen-stretch{align-self:stretch!important;}.is-align-content-widescreen-flex-start{align-content:flex-start!important;}.is-align-content-widescreen-flex-end{align-content:flex-end!important;}.is-align-content-widescreen-center{align-content:center!important;}.is-align-content-widescreen-space-between{align-content:space-between!important;}.is-align-content-widescreen-space-around{align-content:space-around!important;}.is-align-content-widescreen-stretch{align-content:stretch!important;}.is-flex-order-widescreen-0{order:0;}.is-flex-order-widescreen-1{order:1;}.is-flex-order-widescreen-2{order:2;}.is-flex-order-widescreen-3{order:3;}.is-flex-order-widescreen-4{order:4;}.is-flex-order-widescreen-5{order:5;}.is-flex-order-widescreen-6{order:6;}.is-flex-order-widescreen-7{order:7;}.is-flex-order-widescreen-8{order:8;}.is-flex-order-widescreen-9{order:9;}.is-flex-order-widescreen-10{order:10;}.is-flex-order-widescreen-11{order:11;}.is-flex-order-widescreen-12{order:12;}}@media(min-width:1907px){.is-flex-direction-fullhd-row{flex-direction:row!important;}.is-flex-direction-fullhd-column{flex-direction:column!important;}.is-flex-direction-fullhd-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-fullhd-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-fullhd-wrap{flex-wrap:wrap!important;}.is-flex-wrap-fullhd-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-fullhd-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-fullhd-fill{flex:1 1 auto!important;}.is-flex-fullhd-grow-0{flex-grow:0!important;}.is-flex-fullhd-grow-1{flex-grow:1!important;}.is-flex-fullhd-shrink-0{flex-shrink:0!important;}.is-flex-fullhd-shrink-1{flex-shrink:1!important;}.is-justify-content-fullhd-flex-start{justify-content:flex-start!important;}.is-justify-content-fullhd-flex-end{justify-content:flex-end!important;}.is-justify-content-fullhd-center{justify-content:center!important;}.is-justify-content-fullhd-space-between{justify-content:space-between!important;}.is-justify-content-fullhd-space-around{justify-content:space-around!important;}.is-align-items-fullhd-flex-start{align-items:flex-start!important;}.is-align-items-fullhd-flex-end{align-items:flex-end!important;}.is-align-items-fullhd-center{align-items:center!important;}.is-align-items-fullhd-baseline{align-items:baseline!important;}.is-align-items-fullhd-stretch{align-items:stretch!important;}.is-align-self-fullhd-auto{align-self:auto!important;}.is-align-self-fullhd-flex-start{align-self:flex-start!important;}.is-align-self-fullhd-flex-end{align-self:flex-end!important;}.is-align-self-fullhd-center{align-self:center!important;}.is-align-self-fullhd-baseline{align-self:baseline!important;}.is-align-self-fullhd-stretch{align-self:stretch!important;}.is-align-content-fullhd-flex-start{align-content:flex-start!important;}.is-align-content-fullhd-flex-end{align-content:flex-end!important;}.is-align-content-fullhd-center{align-content:center!important;}.is-align-content-fullhd-space-between{align-content:space-between!important;}.is-align-content-fullhd-space-around{align-content:space-around!important;}.is-align-content-fullhd-stretch{align-content:stretch!important;}.is-flex-order-fullhd-0{order:0;}.is-flex-order-fullhd-1{order:1;}.is-flex-order-fullhd-2{order:2;}.is-flex-order-fullhd-3{order:3;}.is-flex-order-fullhd-4{order:4;}.is-flex-order-fullhd-5{order:5;}.is-flex-order-fullhd-6{order:6;}.is-flex-order-fullhd-7{order:7;}.is-flex-order-fullhd-8{order:8;}.is-flex-order-fullhd-9{order:9;}.is-flex-order-fullhd-10{order:10;}.is-flex-order-fullhd-11{order:11;}.is-flex-order-fullhd-12{order:12;}}@media(min-width:2560px){.is-flex-direction-quadhd-row{flex-direction:row!important;}.is-flex-direction-quadhd-column{flex-direction:column!important;}.is-flex-direction-quadhd-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-quadhd-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-quadhd-wrap{flex-wrap:wrap!important;}.is-flex-wrap-quadhd-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-quadhd-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-quadhd-fill{flex:1 1 auto!important;}.is-flex-quadhd-grow-0{flex-grow:0!important;}.is-flex-quadhd-grow-1{flex-grow:1!important;}.is-flex-quadhd-shrink-0{flex-shrink:0!important;}.is-flex-quadhd-shrink-1{flex-shrink:1!important;}.is-justify-content-quadhd-flex-start{justify-content:flex-start!important;}.is-justify-content-quadhd-flex-end{justify-content:flex-end!important;}.is-justify-content-quadhd-center{justify-content:center!important;}.is-justify-content-quadhd-space-between{justify-content:space-between!important;}.is-justify-content-quadhd-space-around{justify-content:space-around!important;}.is-align-items-quadhd-flex-start{align-items:flex-start!important;}.is-align-items-quadhd-flex-end{align-items:flex-end!important;}.is-align-items-quadhd-center{align-items:center!important;}.is-align-items-quadhd-baseline{align-items:baseline!important;}.is-align-items-quadhd-stretch{align-items:stretch!important;}.is-align-self-quadhd-auto{align-self:auto!important;}.is-align-self-quadhd-flex-start{align-self:flex-start!important;}.is-align-self-quadhd-flex-end{align-self:flex-end!important;}.is-align-self-quadhd-center{align-self:center!important;}.is-align-self-quadhd-baseline{align-self:baseline!important;}.is-align-self-quadhd-stretch{align-self:stretch!important;}.is-align-content-quadhd-flex-start{align-content:flex-start!important;}.is-align-content-quadhd-flex-end{align-content:flex-end!important;}.is-align-content-quadhd-center{align-content:center!important;}.is-align-content-quadhd-space-between{align-content:space-between!important;}.is-align-content-quadhd-space-around{align-content:space-around!important;}.is-align-content-quadhd-stretch{align-content:stretch!important;}.is-flex-order-quadhd-0{order:0;}.is-flex-order-quadhd-1{order:1;}.is-flex-order-quadhd-2{order:2;}.is-flex-order-quadhd-3{order:3;}.is-flex-order-quadhd-4{order:4;}.is-flex-order-quadhd-5{order:5;}.is-flex-order-quadhd-6{order:6;}.is-flex-order-quadhd-7{order:7;}.is-flex-order-quadhd-8{order:8;}.is-flex-order-quadhd-9{order:9;}.is-flex-order-quadhd-10{order:10;}.is-flex-order-quadhd-11{order:11;}.is-flex-order-quadhd-12{order:12;}}.grid{display:grid;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(12,1fr);gap:1.5rem;}.grid.are-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr));}@media(min-width:576px){.grid.are-grid-rows-mobile-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-mobile-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-mobile-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-mobile-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-mobile-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-mobile-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-mobile-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-mobile-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-mobile-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-mobile-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-mobile-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-mobile-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-mobile-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-mobile-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-mobile-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-mobile-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-mobile-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-mobile-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-mobile-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-mobile-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-mobile-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-mobile-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-mobile-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1023px){.grid.are-grid-rows-tablet-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-tablet-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-tablet-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-tablet-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-tablet-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-tablet-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-tablet-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-tablet-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-tablet-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-tablet-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-tablet-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-tablet-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-tablet-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-tablet-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-tablet-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-tablet-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-tablet-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-tablet-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-tablet-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-tablet-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-tablet-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-tablet-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-tablet-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-tablet-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1215px){.grid.are-grid-rows-desktop-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-desktop-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-desktop-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-desktop-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-desktop-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-desktop-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-desktop-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-desktop-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-desktop-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-desktop-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-desktop-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-desktop-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-desktop-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-desktop-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-desktop-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-desktop-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-desktop-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-desktop-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-desktop-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-desktop-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-desktop-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-desktop-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-desktop-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-desktop-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1407px){.grid.are-grid-rows-widescreen-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-widescreen-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-widescreen-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-widescreen-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-widescreen-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-widescreen-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-widescreen-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-widescreen-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-widescreen-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-widescreen-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-widescreen-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-widescreen-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-widescreen-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-widescreen-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-widescreen-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-widescreen-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-widescreen-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-widescreen-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-widescreen-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-widescreen-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-widescreen-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-widescreen-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-widescreen-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-widescreen-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1907px){.grid.are-grid-rows-fullhd-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-fullhd-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-fullhd-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-fullhd-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-fullhd-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-fullhd-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-fullhd-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-fullhd-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-fullhd-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-fullhd-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-fullhd-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-fullhd-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-fullhd-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-fullhd-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-fullhd-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-fullhd-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-fullhd-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-fullhd-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-fullhd-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-fullhd-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-fullhd-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-fullhd-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-fullhd-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-fullhd-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:2560px){.grid.are-grid-rows-quadhd-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-quadhd-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-quadhd-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-quadhd-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-quadhd-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-quadhd-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-quadhd-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-quadhd-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-quadhd-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-quadhd-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-quadhd-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-quadhd-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-quadhd-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-quadhd-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-quadhd-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-quadhd-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-quadhd-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-quadhd-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-quadhd-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-quadhd-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-quadhd-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-quadhd-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-quadhd-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-quadhd-12{grid-template-columns:repeat(12,minmax(0,1fr));}}.grid .is-grid-column-1{grid-column:auto/span 1;}.grid .is-grid-column-2{grid-column:auto/span 2;}.grid .is-grid-column-3{grid-column:auto/span 3;}.grid .is-grid-column-4{grid-column:auto/span 4;}.grid .is-grid-column-5{grid-column:auto/span 5;}.grid .is-grid-column-6{grid-column:auto/span 6;}.grid .is-grid-column-7{grid-column:auto/span 7;}.grid .is-grid-column-8{grid-column:auto/span 8;}.grid .is-grid-column-9{grid-column:auto/span 9;}.grid .is-grid-column-10{grid-column:auto/span 10;}.grid .is-grid-column-11{grid-column:auto/span 11;}.grid .is-grid-column-12{grid-column:auto/span 12;}@media(min-width:576px){.grid .is-grid-column-1-mobile{grid-column:auto/span 1;}.grid .is-grid-column-2-mobile{grid-column:auto/span 2;}.grid .is-grid-column-3-mobile{grid-column:auto/span 3;}.grid .is-grid-column-4-mobile{grid-column:auto/span 4;}.grid .is-grid-column-5-mobile{grid-column:auto/span 5;}.grid .is-grid-column-6-mobile{grid-column:auto/span 6;}.grid .is-grid-column-7-mobile{grid-column:auto/span 7;}.grid .is-grid-column-8-mobile{grid-column:auto/span 8;}.grid .is-grid-column-9-mobile{grid-column:auto/span 9;}.grid .is-grid-column-10-mobile{grid-column:auto/span 10;}.grid .is-grid-column-11-mobile{grid-column:auto/span 11;}.grid .is-grid-column-12-mobile{grid-column:auto/span 12;}}@media(min-width:1023px){.grid .is-grid-column-1-tablet{grid-column:auto/span 1;}.grid .is-grid-column-2-tablet{grid-column:auto/span 2;}.grid .is-grid-column-3-tablet{grid-column:auto/span 3;}.grid .is-grid-column-4-tablet{grid-column:auto/span 4;}.grid .is-grid-column-5-tablet{grid-column:auto/span 5;}.grid .is-grid-column-6-tablet{grid-column:auto/span 6;}.grid .is-grid-column-7-tablet{grid-column:auto/span 7;}.grid .is-grid-column-8-tablet{grid-column:auto/span 8;}.grid .is-grid-column-9-tablet{grid-column:auto/span 9;}.grid .is-grid-column-10-tablet{grid-column:auto/span 10;}.grid .is-grid-column-11-tablet{grid-column:auto/span 11;}.grid .is-grid-column-12-tablet{grid-column:auto/span 12;}}@media(min-width:1215px){.grid .is-grid-column-1-desktop{grid-column:auto/span 1;}.grid .is-grid-column-2-desktop{grid-column:auto/span 2;}.grid .is-grid-column-3-desktop{grid-column:auto/span 3;}.grid .is-grid-column-4-desktop{grid-column:auto/span 4;}.grid .is-grid-column-5-desktop{grid-column:auto/span 5;}.grid .is-grid-column-6-desktop{grid-column:auto/span 6;}.grid .is-grid-column-7-desktop{grid-column:auto/span 7;}.grid .is-grid-column-8-desktop{grid-column:auto/span 8;}.grid .is-grid-column-9-desktop{grid-column:auto/span 9;}.grid .is-grid-column-10-desktop{grid-column:auto/span 10;}.grid .is-grid-column-11-desktop{grid-column:auto/span 11;}.grid .is-grid-column-12-desktop{grid-column:auto/span 12;}}@media(min-width:1407px){.grid .is-grid-column-1-widescreen{grid-column:auto/span 1;}.grid .is-grid-column-2-widescreen{grid-column:auto/span 2;}.grid .is-grid-column-3-widescreen{grid-column:auto/span 3;}.grid .is-grid-column-4-widescreen{grid-column:auto/span 4;}.grid .is-grid-column-5-widescreen{grid-column:auto/span 5;}.grid .is-grid-column-6-widescreen{grid-column:auto/span 6;}.grid .is-grid-column-7-widescreen{grid-column:auto/span 7;}.grid .is-grid-column-8-widescreen{grid-column:auto/span 8;}.grid .is-grid-column-9-widescreen{grid-column:auto/span 9;}.grid .is-grid-column-10-widescreen{grid-column:auto/span 10;}.grid .is-grid-column-11-widescreen{grid-column:auto/span 11;}.grid .is-grid-column-12-widescreen{grid-column:auto/span 12;}}@media(min-width:1907px){.grid .is-grid-column-1-fullhd{grid-column:auto/span 1;}.grid .is-grid-column-2-fullhd{grid-column:auto/span 2;}.grid .is-grid-column-3-fullhd{grid-column:auto/span 3;}.grid .is-grid-column-4-fullhd{grid-column:auto/span 4;}.grid .is-grid-column-5-fullhd{grid-column:auto/span 5;}.grid .is-grid-column-6-fullhd{grid-column:auto/span 6;}.grid .is-grid-column-7-fullhd{grid-column:auto/span 7;}.grid .is-grid-column-8-fullhd{grid-column:auto/span 8;}.grid .is-grid-column-9-fullhd{grid-column:auto/span 9;}.grid .is-grid-column-10-fullhd{grid-column:auto/span 10;}.grid .is-grid-column-11-fullhd{grid-column:auto/span 11;}.grid .is-grid-column-12-fullhd{grid-column:auto/span 12;}}@media(min-width:2560px){.grid .is-grid-column-1-quadhd{grid-column:auto/span 1;}.grid .is-grid-column-2-quadhd{grid-column:auto/span 2;}.grid .is-grid-column-3-quadhd{grid-column:auto/span 3;}.grid .is-grid-column-4-quadhd{grid-column:auto/span 4;}.grid .is-grid-column-5-quadhd{grid-column:auto/span 5;}.grid .is-grid-column-6-quadhd{grid-column:auto/span 6;}.grid .is-grid-column-7-quadhd{grid-column:auto/span 7;}.grid .is-grid-column-8-quadhd{grid-column:auto/span 8;}.grid .is-grid-column-9-quadhd{grid-column:auto/span 9;}.grid .is-grid-column-10-quadhd{grid-column:auto/span 10;}.grid .is-grid-column-11-quadhd{grid-column:auto/span 11;}.grid .is-grid-column-12-quadhd{grid-column:auto/span 12;}}.is-object-fit-contain{object-fit:contain!important;}.is-object-fit-cover{object-fit:cover!important;}.is-object-fit-fill{object-fit:fill!important;}.is-object-fit-scale{object-fit:scale-down!important;}.is-object-fit-none{object-fit:none!important;}@media(min-width:576px){.is-object-fit-mobile-contain{object-fit:contain!important;}.is-object-fit-mobile-cover{object-fit:cover!important;}.is-object-fit-mobile-fill{object-fit:fill!important;}.is-object-fit-mobile-scale{object-fit:scale-down!important;}.is-object-fit-mobile-none{object-fit:none!important;}}@media(min-width:1023px){.is-object-fit-tablet-contain{object-fit:contain!important;}.is-object-fit-tablet-cover{object-fit:cover!important;}.is-object-fit-tablet-fill{object-fit:fill!important;}.is-object-fit-tablet-scale{object-fit:scale-down!important;}.is-object-fit-tablet-none{object-fit:none!important;}}@media(min-width:1215px){.is-object-fit-desktop-contain{object-fit:contain!important;}.is-object-fit-desktop-cover{object-fit:cover!important;}.is-object-fit-desktop-fill{object-fit:fill!important;}.is-object-fit-desktop-scale{object-fit:scale-down!important;}.is-object-fit-desktop-none{object-fit:none!important;}}@media(min-width:1407px){.is-object-fit-widescreen-contain{object-fit:contain!important;}.is-object-fit-widescreen-cover{object-fit:cover!important;}.is-object-fit-widescreen-fill{object-fit:fill!important;}.is-object-fit-widescreen-scale{object-fit:scale-down!important;}.is-object-fit-widescreen-none{object-fit:none!important;}}@media(min-width:1907px){.is-object-fit-fullhd-contain{object-fit:contain!important;}.is-object-fit-fullhd-cover{object-fit:cover!important;}.is-object-fit-fullhd-fill{object-fit:fill!important;}.is-object-fit-fullhd-scale{object-fit:scale-down!important;}.is-object-fit-fullhd-none{object-fit:none!important;}}@media(min-width:2560px){.is-object-fit-quadhd-contain{object-fit:contain!important;}.is-object-fit-quadhd-cover{object-fit:cover!important;}.is-object-fit-quadhd-fill{object-fit:fill!important;}.is-object-fit-quadhd-scale{object-fit:scale-down!important;}.is-object-fit-quadhd-none{object-fit:none!important;}}.is-overflow-auto{overflow:auto!important;}.is-overflow-auto-auto{overflow:auto auto!important;}.is-overflow-auto-hidden{overflow:auto hidden!important;}.is-overflow-auto-visible{overflow:auto visible!important;}.is-overflow-auto-scroll{overflow:auto scroll!important;}.is-overflow-hidden{overflow:hidden!important;}.is-overflow-hidden-auto{overflow:hidden auto!important;}.is-overflow-hidden-hidden{overflow:hidden hidden!important;}.is-overflow-hidden-visible{overflow:hidden visible!important;}.is-overflow-hidden-scroll{overflow:hidden scroll!important;}.is-overflow-visible{overflow:visible!important;}.is-overflow-visible-auto{overflow:visible auto!important;}.is-overflow-visible-hidden{overflow:visible hidden!important;}.is-overflow-visible-visible{overflow:visible visible!important;}.is-overflow-visible-scroll{overflow:visible scroll!important;}.is-overflow-scroll{overflow:scroll!important;}.is-overflow-scroll-auto{overflow:scroll auto!important;}.is-overflow-scroll-hidden{overflow:scroll hidden!important;}.is-overflow-scroll-visible{overflow:scroll visible!important;}.is-overflow-scroll-scroll{overflow:scroll scroll!important;}.is-position-static{position:static!important;}.is-position-relative{position:relative!important;}.is-position-absolute{position:absolute!important;}.is-position-fixed{position:fixed!important;}.is-position-sticky{position:-webkit-sticky!important;position:sticky!important;}.is-top-0{top:0!important;}.is-bottom-0{bottom:0!important;}.is-left-0{left:0!important;}.is-right-0{right:0!important;}.is-top-50{top:50%!important;}.is-bottom-50{bottom:50%!important;}.is-left-50{left:50%!important;}.is-right-50{right:50%!important;}.is-top-100{top:100%!important;}.is-bottom-100{bottom:100%!important;}.is-left-100{left:100%!important;}.is-right-100{right:100%!important;}.is-translate-middle{transform:translate(-50%,-50%)!important;}.is-translate-middle-x{transform:translateX(-50%)!important;}.is-translate-middle-y{transform:translateY(-50%)!important;}.has-shadow-small{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;}.has-shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}.has-shadow-large{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;}.has-shadow-none{box-shadow:none!important;}.is-256x256{height:256px;width:256px;}.is-512x512{height:512px;width:512px;}.is-width-25{width:25%!important;}.is-width-33{width:33.333333%!important;}.is-width-50{width:50%!important;}.is-width-66{width:66.666667%!important;}.is-width-75{width:75%!important;}.is-width-100{width:100%!important;}.is-width-auto{width:auto!important;}.is-height-25{height:25%!important;}.is-height-33{height:33.333333%!important;}.is-height-50{height:50%!important;}.is-height-66{height:66.666667%!important;}.is-height-75{height:75%!important;}.is-height-100{height:100%!important;}.is-height-auto{height:auto!important;}.is-max-width-100{max-width:100%!important;}.is-max-height-100{max-height:100%!important;}.is-min-viewport-width-100{min-width:100vw!important;}.is-min-viewport-height-100{min-height:100vh!important;}.is-viewport-width-100{width:100vw!important;}.is-viewport-height-100{height:100vh!important;}@media(min-width:576px){.is-width-mobile-25{width:25%!important;}.is-width-mobile-33{width:33.333333%!important;}.is-width-mobile-50{width:50%!important;}.is-width-mobile-66{width:66.666667%!important;}.is-width-mobile-75{width:75%!important;}.is-width-mobile-100{width:100%!important;}.is-width-mobile-auto{width:auto!important;}.is-height-mobile-25{height:25%!important;}.is-height-mobile-33{height:33.333333%!important;}.is-height-mobile-50{height:50%!important;}.is-height-mobile-66{height:66.666667%!important;}.is-height-mobile-75{height:75%!important;}.is-height-mobile-100{height:100%!important;}.is-height-mobile-auto{height:auto!important;}.is-max-width-mobile-100{max-width:100%!important;}.is-max-height-mobile-100{max-height:100%!important;}.is-min-viewport-width-mobile-100{min-width:100vw!important;}.is-min-viewport-height-mobile-100{min-height:100vh!important;}.is-viewport-width-mobile-100{width:100vw!important;}.is-viewport-height-mobile-100{height:100vh!important;}}@media(min-width:1023px){.is-width-tablet-25{width:25%!important;}.is-width-tablet-33{width:33.333333%!important;}.is-width-tablet-50{width:50%!important;}.is-width-tablet-66{width:66.666667%!important;}.is-width-tablet-75{width:75%!important;}.is-width-tablet-100{width:100%!important;}.is-width-tablet-auto{width:auto!important;}.is-height-tablet-25{height:25%!important;}.is-height-tablet-33{height:33.333333%!important;}.is-height-tablet-50{height:50%!important;}.is-height-tablet-66{height:66.666667%!important;}.is-height-tablet-75{height:75%!important;}.is-height-tablet-100{height:100%!important;}.is-height-tablet-auto{height:auto!important;}.is-max-width-tablet-100{max-width:100%!important;}.is-max-height-tablet-100{max-height:100%!important;}.is-min-viewport-width-tablet-100{min-width:100vw!important;}.is-min-viewport-height-tablet-100{min-height:100vh!important;}.is-viewport-width-tablet-100{width:100vw!important;}.is-viewport-height-tablet-100{height:100vh!important;}}@media(min-width:1215px){.is-width-desktop-25{width:25%!important;}.is-width-desktop-33{width:33.333333%!important;}.is-width-desktop-50{width:50%!important;}.is-width-desktop-66{width:66.666667%!important;}.is-width-desktop-75{width:75%!important;}.is-width-desktop-100{width:100%!important;}.is-width-desktop-auto{width:auto!important;}.is-height-desktop-25{height:25%!important;}.is-height-desktop-33{height:33.333333%!important;}.is-height-desktop-50{height:50%!important;}.is-height-desktop-66{height:66.666667%!important;}.is-height-desktop-75{height:75%!important;}.is-height-desktop-100{height:100%!important;}.is-height-desktop-auto{height:auto!important;}.is-max-width-desktop-100{max-width:100%!important;}.is-max-height-desktop-100{max-height:100%!important;}.is-min-viewport-width-desktop-100{min-width:100vw!important;}.is-min-viewport-height-desktop-100{min-height:100vh!important;}.is-viewport-width-desktop-100{width:100vw!important;}.is-viewport-height-desktop-100{height:100vh!important;}}@media(min-width:1407px){.is-width-widescreen-25{width:25%!important;}.is-width-widescreen-33{width:33.333333%!important;}.is-width-widescreen-50{width:50%!important;}.is-width-widescreen-66{width:66.666667%!important;}.is-width-widescreen-75{width:75%!important;}.is-width-widescreen-100{width:100%!important;}.is-width-widescreen-auto{width:auto!important;}.is-height-widescreen-25{height:25%!important;}.is-height-widescreen-33{height:33.333333%!important;}.is-height-widescreen-50{height:50%!important;}.is-height-widescreen-66{height:66.666667%!important;}.is-height-widescreen-75{height:75%!important;}.is-height-widescreen-100{height:100%!important;}.is-height-widescreen-auto{height:auto!important;}.is-max-width-widescreen-100{max-width:100%!important;}.is-max-height-widescreen-100{max-height:100%!important;}.is-min-viewport-width-widescreen-100{min-width:100vw!important;}.is-min-viewport-height-widescreen-100{min-height:100vh!important;}.is-viewport-width-widescreen-100{width:100vw!important;}.is-viewport-height-widescreen-100{height:100vh!important;}}@media(min-width:1907px){.is-width-fullhd-25{width:25%!important;}.is-width-fullhd-33{width:33.333333%!important;}.is-width-fullhd-50{width:50%!important;}.is-width-fullhd-66{width:66.666667%!important;}.is-width-fullhd-75{width:75%!important;}.is-width-fullhd-100{width:100%!important;}.is-width-fullhd-auto{width:auto!important;}.is-height-fullhd-25{height:25%!important;}.is-height-fullhd-33{height:33.333333%!important;}.is-height-fullhd-50{height:50%!important;}.is-height-fullhd-66{height:66.666667%!important;}.is-height-fullhd-75{height:75%!important;}.is-height-fullhd-100{height:100%!important;}.is-height-fullhd-auto{height:auto!important;}.is-max-width-fullhd-100{max-width:100%!important;}.is-max-height-fullhd-100{max-height:100%!important;}.is-min-viewport-width-fullhd-100{min-width:100vw!important;}.is-min-viewport-height-fullhd-100{min-height:100vh!important;}.is-viewport-width-fullhd-100{width:100vw!important;}.is-viewport-height-fullhd-100{height:100vh!important;}}@media(min-width:2560px){.is-width-quadhd-25{width:25%!important;}.is-width-quadhd-33{width:33.333333%!important;}.is-width-quadhd-50{width:50%!important;}.is-width-quadhd-66{width:66.666667%!important;}.is-width-quadhd-75{width:75%!important;}.is-width-quadhd-100{width:100%!important;}.is-width-quadhd-auto{width:auto!important;}.is-height-quadhd-25{height:25%!important;}.is-height-quadhd-33{height:33.333333%!important;}.is-height-quadhd-50{height:50%!important;}.is-height-quadhd-66{height:66.666667%!important;}.is-height-quadhd-75{height:75%!important;}.is-height-quadhd-100{height:100%!important;}.is-height-quadhd-auto{height:auto!important;}.is-max-width-quadhd-100{max-width:100%!important;}.is-max-height-quadhd-100{max-height:100%!important;}.is-min-viewport-width-quadhd-100{min-width:100vw!important;}.is-min-viewport-height-quadhd-100{min-height:100vh!important;}.is-viewport-width-quadhd-100{width:100vw!important;}.is-viewport-height-quadhd-100{height:100vh!important;}}.is-m-0{margin:0!important;}.is-mt-0,.is-my-0{margin-top:0!important;}.is-mr-0,.is-mx-0{margin-right:0!important;}.is-mb-0,.is-my-0{margin-bottom:0!important;}.is-ml-0,.is-mx-0{margin-left:0!important;}.is-m-1{margin:.25rem!important;}.is-mt-1,.is-my-1{margin-top:.25rem!important;}.is-mr-1,.is-mx-1{margin-right:.25rem!important;}.is-mb-1,.is-my-1{margin-bottom:.25rem!important;}.is-ml-1,.is-mx-1{margin-left:.25rem!important;}.is-m-2{margin:.5rem!important;}.is-mt-2,.is-my-2{margin-top:.5rem!important;}.is-mr-2,.is-mx-2{margin-right:.5rem!important;}.is-mb-2,.is-my-2{margin-bottom:.5rem!important;}.is-ml-2,.is-mx-2{margin-left:.5rem!important;}.is-m-3{margin:1rem!important;}.is-mt-3,.is-my-3{margin-top:1rem!important;}.is-mr-3,.is-mx-3{margin-right:1rem!important;}.is-mb-3,.is-my-3{margin-bottom:1rem!important;}.is-ml-3,.is-mx-3{margin-left:1rem!important;}.is-m-4{margin:1.5rem!important;}.is-mt-4,.is-my-4{margin-top:1.5rem!important;}.is-mr-4,.is-mx-4{margin-right:1.5rem!important;}.is-mb-4,.is-my-4{margin-bottom:1.5rem!important;}.is-ml-4,.is-mx-4{margin-left:1.5rem!important;}.is-m-5{margin:3rem!important;}.is-mt-5,.is-my-5{margin-top:3rem!important;}.is-mr-5,.is-mx-5{margin-right:3rem!important;}.is-mb-5,.is-my-5{margin-bottom:3rem!important;}.is-ml-5,.is-mx-5{margin-left:3rem!important;}.is-p-0{padding:0!important;}.is-pt-0,.is-py-0{padding-top:0!important;}.is-pr-0,.is-px-0{padding-right:0!important;}.is-pb-0,.is-py-0{padding-bottom:0!important;}.is-pl-0,.is-px-0{padding-left:0!important;}.is-p-1{padding:.25rem!important;}.is-pt-1,.is-py-1{padding-top:.25rem!important;}.is-pr-1,.is-px-1{padding-right:.25rem!important;}.is-pb-1,.is-py-1{padding-bottom:.25rem!important;}.is-pl-1,.is-px-1{padding-left:.25rem!important;}.is-p-2{padding:.5rem!important;}.is-pt-2,.is-py-2{padding-top:.5rem!important;}.is-pr-2,.is-px-2{padding-right:.5rem!important;}.is-pb-2,.is-py-2{padding-bottom:.5rem!important;}.is-pl-2,.is-px-2{padding-left:.5rem!important;}.is-p-3{padding:1rem!important;}.is-pt-3,.is-py-3{padding-top:1rem!important;}.is-pr-3,.is-px-3{padding-right:1rem!important;}.is-pb-3,.is-py-3{padding-bottom:1rem!important;}.is-pl-3,.is-px-3{padding-left:1rem!important;}.is-p-4{padding:1.5rem!important;}.is-pt-4,.is-py-4{padding-top:1.5rem!important;}.is-pr-4,.is-px-4{padding-right:1.5rem!important;}.is-pb-4,.is-py-4{padding-bottom:1.5rem!important;}.is-pl-4,.is-px-4{padding-left:1.5rem!important;}.is-p-5{padding:3rem!important;}.is-pt-5,.is-py-5{padding-top:3rem!important;}.is-pr-5,.is-px-5{padding-right:3rem!important;}.is-pb-5,.is-py-5{padding-bottom:3rem!important;}.is-pl-5,.is-px-5{padding-left:3rem!important;}.is-m-auto{margin:auto!important;}.is-mt-auto,.is-my-auto{margin-top:auto!important;}.is-mr-auto,.is-mx-auto{margin-right:auto!important;}.is-mb-auto,.is-my-auto{margin-bottom:auto!important;}.is-ml-auto,.is-mx-auto{margin-left:auto!important;}.is-table{display:table!important;}.is-table-row{display:table-row!important;}.is-table-cell{display:table-cell!important;}@media(min-width:576px){.is-m-mobile-0{margin:0!important;}.is-mt-mobile-0,.is-my-mobile-0{margin-top:0!important;}.is-mr-mobile-0,.is-mx-mobile-0{margin-right:0!important;}.is-mb-mobile-0,.is-my-mobile-0{margin-bottom:0!important;}.is-ml-mobile-0,.is-mx-mobile-0{margin-left:0!important;}.is-m-mobile-1{margin:.25rem!important;}.is-mt-mobile-1,.is-my-mobile-1{margin-top:.25rem!important;}.is-mr-mobile-1,.is-mx-mobile-1{margin-right:.25rem!important;}.is-mb-mobile-1,.is-my-mobile-1{margin-bottom:.25rem!important;}.is-ml-mobile-1,.is-mx-mobile-1{margin-left:.25rem!important;}.is-m-mobile-2{margin:.5rem!important;}.is-mt-mobile-2,.is-my-mobile-2{margin-top:.5rem!important;}.is-mr-mobile-2,.is-mx-mobile-2{margin-right:.5rem!important;}.is-mb-mobile-2,.is-my-mobile-2{margin-bottom:.5rem!important;}.is-ml-mobile-2,.is-mx-mobile-2{margin-left:.5rem!important;}.is-m-mobile-3{margin:1rem!important;}.is-mt-mobile-3,.is-my-mobile-3{margin-top:1rem!important;}.is-mr-mobile-3,.is-mx-mobile-3{margin-right:1rem!important;}.is-mb-mobile-3,.is-my-mobile-3{margin-bottom:1rem!important;}.is-ml-mobile-3,.is-mx-mobile-3{margin-left:1rem!important;}.is-m-mobile-4{margin:1.5rem!important;}.is-mt-mobile-4,.is-my-mobile-4{margin-top:1.5rem!important;}.is-mr-mobile-4,.is-mx-mobile-4{margin-right:1.5rem!important;}.is-mb-mobile-4,.is-my-mobile-4{margin-bottom:1.5rem!important;}.is-ml-mobile-4,.is-mx-mobile-4{margin-left:1.5rem!important;}.is-m-mobile-5{margin:3rem!important;}.is-mt-mobile-5,.is-my-mobile-5{margin-top:3rem!important;}.is-mr-mobile-5,.is-mx-mobile-5{margin-right:3rem!important;}.is-mb-mobile-5,.is-my-mobile-5{margin-bottom:3rem!important;}.is-ml-mobile-5,.is-mx-mobile-5{margin-left:3rem!important;}.is-p-mobile-0{padding:0!important;}.is-pt-mobile-0,.is-py-mobile-0{padding-top:0!important;}.is-pr-mobile-0,.is-px-mobile-0{padding-right:0!important;}.is-pb-mobile-0,.is-py-mobile-0{padding-bottom:0!important;}.is-pl-mobile-0,.is-px-mobile-0{padding-left:0!important;}.is-p-mobile-1{padding:.25rem!important;}.is-pt-mobile-1,.is-py-mobile-1{padding-top:.25rem!important;}.is-pr-mobile-1,.is-px-mobile-1{padding-right:.25rem!important;}.is-pb-mobile-1,.is-py-mobile-1{padding-bottom:.25rem!important;}.is-pl-mobile-1,.is-px-mobile-1{padding-left:.25rem!important;}.is-p-mobile-2{padding:.5rem!important;}.is-pt-mobile-2,.is-py-mobile-2{padding-top:.5rem!important;}.is-pr-mobile-2,.is-px-mobile-2{padding-right:.5rem!important;}.is-pb-mobile-2,.is-py-mobile-2{padding-bottom:.5rem!important;}.is-pl-mobile-2,.is-px-mobile-2{padding-left:.5rem!important;}.is-p-mobile-3{padding:1rem!important;}.is-pt-mobile-3,.is-py-mobile-3{padding-top:1rem!important;}.is-pr-mobile-3,.is-px-mobile-3{padding-right:1rem!important;}.is-pb-mobile-3,.is-py-mobile-3{padding-bottom:1rem!important;}.is-pl-mobile-3,.is-px-mobile-3{padding-left:1rem!important;}.is-p-mobile-4{padding:1.5rem!important;}.is-pt-mobile-4,.is-py-mobile-4{padding-top:1.5rem!important;}.is-pr-mobile-4,.is-px-mobile-4{padding-right:1.5rem!important;}.is-pb-mobile-4,.is-py-mobile-4{padding-bottom:1.5rem!important;}.is-pl-mobile-4,.is-px-mobile-4{padding-left:1.5rem!important;}.is-p-mobile-5{padding:3rem!important;}.is-pt-mobile-5,.is-py-mobile-5{padding-top:3rem!important;}.is-pr-mobile-5,.is-px-mobile-5{padding-right:3rem!important;}.is-pb-mobile-5,.is-py-mobile-5{padding-bottom:3rem!important;}.is-pl-mobile-5,.is-px-mobile-5{padding-left:3rem!important;}.is-m-mobile-auto{margin:auto!important;}.is-mt-mobile-auto,.is-my-mobile-auto{margin-top:auto!important;}.is-mr-mobile-auto,.is-mx-mobile-auto{margin-right:auto!important;}.is-mb-mobile-auto,.is-my-mobile-auto{margin-bottom:auto!important;}.is-ml-mobile-auto,.is-mx-mobile-auto{margin-left:auto!important;}.is-table-mobile{display:table!important;}.is-table-row-mobile{display:table-row!important;}.is-table-cell-mobile{display:table-cell!important;}}@media(min-width:1023px){.is-m-tablet-0{margin:0!important;}.is-mt-tablet-0,.is-my-tablet-0{margin-top:0!important;}.is-mr-tablet-0,.is-mx-tablet-0{margin-right:0!important;}.is-mb-tablet-0,.is-my-tablet-0{margin-bottom:0!important;}.is-ml-tablet-0,.is-mx-tablet-0{margin-left:0!important;}.is-m-tablet-1{margin:.25rem!important;}.is-mt-tablet-1,.is-my-tablet-1{margin-top:.25rem!important;}.is-mr-tablet-1,.is-mx-tablet-1{margin-right:.25rem!important;}.is-mb-tablet-1,.is-my-tablet-1{margin-bottom:.25rem!important;}.is-ml-tablet-1,.is-mx-tablet-1{margin-left:.25rem!important;}.is-m-tablet-2{margin:.5rem!important;}.is-mt-tablet-2,.is-my-tablet-2{margin-top:.5rem!important;}.is-mr-tablet-2,.is-mx-tablet-2{margin-right:.5rem!important;}.is-mb-tablet-2,.is-my-tablet-2{margin-bottom:.5rem!important;}.is-ml-tablet-2,.is-mx-tablet-2{margin-left:.5rem!important;}.is-m-tablet-3{margin:1rem!important;}.is-mt-tablet-3,.is-my-tablet-3{margin-top:1rem!important;}.is-mr-tablet-3,.is-mx-tablet-3{margin-right:1rem!important;}.is-mb-tablet-3,.is-my-tablet-3{margin-bottom:1rem!important;}.is-ml-tablet-3,.is-mx-tablet-3{margin-left:1rem!important;}.is-m-tablet-4{margin:1.5rem!important;}.is-mt-tablet-4,.is-my-tablet-4{margin-top:1.5rem!important;}.is-mr-tablet-4,.is-mx-tablet-4{margin-right:1.5rem!important;}.is-mb-tablet-4,.is-my-tablet-4{margin-bottom:1.5rem!important;}.is-ml-tablet-4,.is-mx-tablet-4{margin-left:1.5rem!important;}.is-m-tablet-5{margin:3rem!important;}.is-mt-tablet-5,.is-my-tablet-5{margin-top:3rem!important;}.is-mr-tablet-5,.is-mx-tablet-5{margin-right:3rem!important;}.is-mb-tablet-5,.is-my-tablet-5{margin-bottom:3rem!important;}.is-ml-tablet-5,.is-mx-tablet-5{margin-left:3rem!important;}.is-p-tablet-0{padding:0!important;}.is-pt-tablet-0,.is-py-tablet-0{padding-top:0!important;}.is-pr-tablet-0,.is-px-tablet-0{padding-right:0!important;}.is-pb-tablet-0,.is-py-tablet-0{padding-bottom:0!important;}.is-pl-tablet-0,.is-px-tablet-0{padding-left:0!important;}.is-p-tablet-1{padding:.25rem!important;}.is-pt-tablet-1,.is-py-tablet-1{padding-top:.25rem!important;}.is-pr-tablet-1,.is-px-tablet-1{padding-right:.25rem!important;}.is-pb-tablet-1,.is-py-tablet-1{padding-bottom:.25rem!important;}.is-pl-tablet-1,.is-px-tablet-1{padding-left:.25rem!important;}.is-p-tablet-2{padding:.5rem!important;}.is-pt-tablet-2,.is-py-tablet-2{padding-top:.5rem!important;}.is-pr-tablet-2,.is-px-tablet-2{padding-right:.5rem!important;}.is-pb-tablet-2,.is-py-tablet-2{padding-bottom:.5rem!important;}.is-pl-tablet-2,.is-px-tablet-2{padding-left:.5rem!important;}.is-p-tablet-3{padding:1rem!important;}.is-pt-tablet-3,.is-py-tablet-3{padding-top:1rem!important;}.is-pr-tablet-3,.is-px-tablet-3{padding-right:1rem!important;}.is-pb-tablet-3,.is-py-tablet-3{padding-bottom:1rem!important;}.is-pl-tablet-3,.is-px-tablet-3{padding-left:1rem!important;}.is-p-tablet-4{padding:1.5rem!important;}.is-pt-tablet-4,.is-py-tablet-4{padding-top:1.5rem!important;}.is-pr-tablet-4,.is-px-tablet-4{padding-right:1.5rem!important;}.is-pb-tablet-4,.is-py-tablet-4{padding-bottom:1.5rem!important;}.is-pl-tablet-4,.is-px-tablet-4{padding-left:1.5rem!important;}.is-p-tablet-5{padding:3rem!important;}.is-pt-tablet-5,.is-py-tablet-5{padding-top:3rem!important;}.is-pr-tablet-5,.is-px-tablet-5{padding-right:3rem!important;}.is-pb-tablet-5,.is-py-tablet-5{padding-bottom:3rem!important;}.is-pl-tablet-5,.is-px-tablet-5{padding-left:3rem!important;}.is-m-tablet-auto{margin:auto!important;}.is-mt-tablet-auto,.is-my-tablet-auto{margin-top:auto!important;}.is-mr-tablet-auto,.is-mx-tablet-auto{margin-right:auto!important;}.is-mb-tablet-auto,.is-my-tablet-auto{margin-bottom:auto!important;}.is-ml-tablet-auto,.is-mx-tablet-auto{margin-left:auto!important;}.is-table-tablet{display:table!important;}.is-table-row-tablet{display:table-row!important;}.is-table-cell-tablet{display:table-cell!important;}}@media(min-width:1215px){.is-m-desktop-0{margin:0!important;}.is-mt-desktop-0,.is-my-desktop-0{margin-top:0!important;}.is-mr-desktop-0,.is-mx-desktop-0{margin-right:0!important;}.is-mb-desktop-0,.is-my-desktop-0{margin-bottom:0!important;}.is-ml-desktop-0,.is-mx-desktop-0{margin-left:0!important;}.is-m-desktop-1{margin:.25rem!important;}.is-mt-desktop-1,.is-my-desktop-1{margin-top:.25rem!important;}.is-mr-desktop-1,.is-mx-desktop-1{margin-right:.25rem!important;}.is-mb-desktop-1,.is-my-desktop-1{margin-bottom:.25rem!important;}.is-ml-desktop-1,.is-mx-desktop-1{margin-left:.25rem!important;}.is-m-desktop-2{margin:.5rem!important;}.is-mt-desktop-2,.is-my-desktop-2{margin-top:.5rem!important;}.is-mr-desktop-2,.is-mx-desktop-2{margin-right:.5rem!important;}.is-mb-desktop-2,.is-my-desktop-2{margin-bottom:.5rem!important;}.is-ml-desktop-2,.is-mx-desktop-2{margin-left:.5rem!important;}.is-m-desktop-3{margin:1rem!important;}.is-mt-desktop-3,.is-my-desktop-3{margin-top:1rem!important;}.is-mr-desktop-3,.is-mx-desktop-3{margin-right:1rem!important;}.is-mb-desktop-3,.is-my-desktop-3{margin-bottom:1rem!important;}.is-ml-desktop-3,.is-mx-desktop-3{margin-left:1rem!important;}.is-m-desktop-4{margin:1.5rem!important;}.is-mt-desktop-4,.is-my-desktop-4{margin-top:1.5rem!important;}.is-mr-desktop-4,.is-mx-desktop-4{margin-right:1.5rem!important;}.is-mb-desktop-4,.is-my-desktop-4{margin-bottom:1.5rem!important;}.is-ml-desktop-4,.is-mx-desktop-4{margin-left:1.5rem!important;}.is-m-desktop-5{margin:3rem!important;}.is-mt-desktop-5,.is-my-desktop-5{margin-top:3rem!important;}.is-mr-desktop-5,.is-mx-desktop-5{margin-right:3rem!important;}.is-mb-desktop-5,.is-my-desktop-5{margin-bottom:3rem!important;}.is-ml-desktop-5,.is-mx-desktop-5{margin-left:3rem!important;}.is-p-desktop-0{padding:0!important;}.is-pt-desktop-0,.is-py-desktop-0{padding-top:0!important;}.is-pr-desktop-0,.is-px-desktop-0{padding-right:0!important;}.is-pb-desktop-0,.is-py-desktop-0{padding-bottom:0!important;}.is-pl-desktop-0,.is-px-desktop-0{padding-left:0!important;}.is-p-desktop-1{padding:.25rem!important;}.is-pt-desktop-1,.is-py-desktop-1{padding-top:.25rem!important;}.is-pr-desktop-1,.is-px-desktop-1{padding-right:.25rem!important;}.is-pb-desktop-1,.is-py-desktop-1{padding-bottom:.25rem!important;}.is-pl-desktop-1,.is-px-desktop-1{padding-left:.25rem!important;}.is-p-desktop-2{padding:.5rem!important;}.is-pt-desktop-2,.is-py-desktop-2{padding-top:.5rem!important;}.is-pr-desktop-2,.is-px-desktop-2{padding-right:.5rem!important;}.is-pb-desktop-2,.is-py-desktop-2{padding-bottom:.5rem!important;}.is-pl-desktop-2,.is-px-desktop-2{padding-left:.5rem!important;}.is-p-desktop-3{padding:1rem!important;}.is-pt-desktop-3,.is-py-desktop-3{padding-top:1rem!important;}.is-pr-desktop-3,.is-px-desktop-3{padding-right:1rem!important;}.is-pb-desktop-3,.is-py-desktop-3{padding-bottom:1rem!important;}.is-pl-desktop-3,.is-px-desktop-3{padding-left:1rem!important;}.is-p-desktop-4{padding:1.5rem!important;}.is-pt-desktop-4,.is-py-desktop-4{padding-top:1.5rem!important;}.is-pr-desktop-4,.is-px-desktop-4{padding-right:1.5rem!important;}.is-pb-desktop-4,.is-py-desktop-4{padding-bottom:1.5rem!important;}.is-pl-desktop-4,.is-px-desktop-4{padding-left:1.5rem!important;}.is-p-desktop-5{padding:3rem!important;}.is-pt-desktop-5,.is-py-desktop-5{padding-top:3rem!important;}.is-pr-desktop-5,.is-px-desktop-5{padding-right:3rem!important;}.is-pb-desktop-5,.is-py-desktop-5{padding-bottom:3rem!important;}.is-pl-desktop-5,.is-px-desktop-5{padding-left:3rem!important;}.is-m-desktop-auto{margin:auto!important;}.is-mt-desktop-auto,.is-my-desktop-auto{margin-top:auto!important;}.is-mr-desktop-auto,.is-mx-desktop-auto{margin-right:auto!important;}.is-mb-desktop-auto,.is-my-desktop-auto{margin-bottom:auto!important;}.is-ml-desktop-auto,.is-mx-desktop-auto{margin-left:auto!important;}.is-table-desktop{display:table!important;}.is-table-row-desktop{display:table-row!important;}.is-table-cell-desktop{display:table-cell!important;}}@media(min-width:1407px){.is-m-widescreen-0{margin:0!important;}.is-mt-widescreen-0,.is-my-widescreen-0{margin-top:0!important;}.is-mr-widescreen-0,.is-mx-widescreen-0{margin-right:0!important;}.is-mb-widescreen-0,.is-my-widescreen-0{margin-bottom:0!important;}.is-ml-widescreen-0,.is-mx-widescreen-0{margin-left:0!important;}.is-m-widescreen-1{margin:.25rem!important;}.is-mt-widescreen-1,.is-my-widescreen-1{margin-top:.25rem!important;}.is-mr-widescreen-1,.is-mx-widescreen-1{margin-right:.25rem!important;}.is-mb-widescreen-1,.is-my-widescreen-1{margin-bottom:.25rem!important;}.is-ml-widescreen-1,.is-mx-widescreen-1{margin-left:.25rem!important;}.is-m-widescreen-2{margin:.5rem!important;}.is-mt-widescreen-2,.is-my-widescreen-2{margin-top:.5rem!important;}.is-mr-widescreen-2,.is-mx-widescreen-2{margin-right:.5rem!important;}.is-mb-widescreen-2,.is-my-widescreen-2{margin-bottom:.5rem!important;}.is-ml-widescreen-2,.is-mx-widescreen-2{margin-left:.5rem!important;}.is-m-widescreen-3{margin:1rem!important;}.is-mt-widescreen-3,.is-my-widescreen-3{margin-top:1rem!important;}.is-mr-widescreen-3,.is-mx-widescreen-3{margin-right:1rem!important;}.is-mb-widescreen-3,.is-my-widescreen-3{margin-bottom:1rem!important;}.is-ml-widescreen-3,.is-mx-widescreen-3{margin-left:1rem!important;}.is-m-widescreen-4{margin:1.5rem!important;}.is-mt-widescreen-4,.is-my-widescreen-4{margin-top:1.5rem!important;}.is-mr-widescreen-4,.is-mx-widescreen-4{margin-right:1.5rem!important;}.is-mb-widescreen-4,.is-my-widescreen-4{margin-bottom:1.5rem!important;}.is-ml-widescreen-4,.is-mx-widescreen-4{margin-left:1.5rem!important;}.is-m-widescreen-5{margin:3rem!important;}.is-mt-widescreen-5,.is-my-widescreen-5{margin-top:3rem!important;}.is-mr-widescreen-5,.is-mx-widescreen-5{margin-right:3rem!important;}.is-mb-widescreen-5,.is-my-widescreen-5{margin-bottom:3rem!important;}.is-ml-widescreen-5,.is-mx-widescreen-5{margin-left:3rem!important;}.is-p-widescreen-0{padding:0!important;}.is-pt-widescreen-0,.is-py-widescreen-0{padding-top:0!important;}.is-pr-widescreen-0,.is-px-widescreen-0{padding-right:0!important;}.is-pb-widescreen-0,.is-py-widescreen-0{padding-bottom:0!important;}.is-pl-widescreen-0,.is-px-widescreen-0{padding-left:0!important;}.is-p-widescreen-1{padding:.25rem!important;}.is-pt-widescreen-1,.is-py-widescreen-1{padding-top:.25rem!important;}.is-pr-widescreen-1,.is-px-widescreen-1{padding-right:.25rem!important;}.is-pb-widescreen-1,.is-py-widescreen-1{padding-bottom:.25rem!important;}.is-pl-widescreen-1,.is-px-widescreen-1{padding-left:.25rem!important;}.is-p-widescreen-2{padding:.5rem!important;}.is-pt-widescreen-2,.is-py-widescreen-2{padding-top:.5rem!important;}.is-pr-widescreen-2,.is-px-widescreen-2{padding-right:.5rem!important;}.is-pb-widescreen-2,.is-py-widescreen-2{padding-bottom:.5rem!important;}.is-pl-widescreen-2,.is-px-widescreen-2{padding-left:.5rem!important;}.is-p-widescreen-3{padding:1rem!important;}.is-pt-widescreen-3,.is-py-widescreen-3{padding-top:1rem!important;}.is-pr-widescreen-3,.is-px-widescreen-3{padding-right:1rem!important;}.is-pb-widescreen-3,.is-py-widescreen-3{padding-bottom:1rem!important;}.is-pl-widescreen-3,.is-px-widescreen-3{padding-left:1rem!important;}.is-p-widescreen-4{padding:1.5rem!important;}.is-pt-widescreen-4,.is-py-widescreen-4{padding-top:1.5rem!important;}.is-pr-widescreen-4,.is-px-widescreen-4{padding-right:1.5rem!important;}.is-pb-widescreen-4,.is-py-widescreen-4{padding-bottom:1.5rem!important;}.is-pl-widescreen-4,.is-px-widescreen-4{padding-left:1.5rem!important;}.is-p-widescreen-5{padding:3rem!important;}.is-pt-widescreen-5,.is-py-widescreen-5{padding-top:3rem!important;}.is-pr-widescreen-5,.is-px-widescreen-5{padding-right:3rem!important;}.is-pb-widescreen-5,.is-py-widescreen-5{padding-bottom:3rem!important;}.is-pl-widescreen-5,.is-px-widescreen-5{padding-left:3rem!important;}.is-m-widescreen-auto{margin:auto!important;}.is-mt-widescreen-auto,.is-my-widescreen-auto{margin-top:auto!important;}.is-mr-widescreen-auto,.is-mx-widescreen-auto{margin-right:auto!important;}.is-mb-widescreen-auto,.is-my-widescreen-auto{margin-bottom:auto!important;}.is-ml-widescreen-auto,.is-mx-widescreen-auto{margin-left:auto!important;}.is-table-widescreen{display:table!important;}.is-table-row-widescreen{display:table-row!important;}.is-table-cell-widescreen{display:table-cell!important;}}@media(min-width:1907px){.is-m-fullhd-0{margin:0!important;}.is-mt-fullhd-0,.is-my-fullhd-0{margin-top:0!important;}.is-mr-fullhd-0,.is-mx-fullhd-0{margin-right:0!important;}.is-mb-fullhd-0,.is-my-fullhd-0{margin-bottom:0!important;}.is-ml-fullhd-0,.is-mx-fullhd-0{margin-left:0!important;}.is-m-fullhd-1{margin:.25rem!important;}.is-mt-fullhd-1,.is-my-fullhd-1{margin-top:.25rem!important;}.is-mr-fullhd-1,.is-mx-fullhd-1{margin-right:.25rem!important;}.is-mb-fullhd-1,.is-my-fullhd-1{margin-bottom:.25rem!important;}.is-ml-fullhd-1,.is-mx-fullhd-1{margin-left:.25rem!important;}.is-m-fullhd-2{margin:.5rem!important;}.is-mt-fullhd-2,.is-my-fullhd-2{margin-top:.5rem!important;}.is-mr-fullhd-2,.is-mx-fullhd-2{margin-right:.5rem!important;}.is-mb-fullhd-2,.is-my-fullhd-2{margin-bottom:.5rem!important;}.is-ml-fullhd-2,.is-mx-fullhd-2{margin-left:.5rem!important;}.is-m-fullhd-3{margin:1rem!important;}.is-mt-fullhd-3,.is-my-fullhd-3{margin-top:1rem!important;}.is-mr-fullhd-3,.is-mx-fullhd-3{margin-right:1rem!important;}.is-mb-fullhd-3,.is-my-fullhd-3{margin-bottom:1rem!important;}.is-ml-fullhd-3,.is-mx-fullhd-3{margin-left:1rem!important;}.is-m-fullhd-4{margin:1.5rem!important;}.is-mt-fullhd-4,.is-my-fullhd-4{margin-top:1.5rem!important;}.is-mr-fullhd-4,.is-mx-fullhd-4{margin-right:1.5rem!important;}.is-mb-fullhd-4,.is-my-fullhd-4{margin-bottom:1.5rem!important;}.is-ml-fullhd-4,.is-mx-fullhd-4{margin-left:1.5rem!important;}.is-m-fullhd-5{margin:3rem!important;}.is-mt-fullhd-5,.is-my-fullhd-5{margin-top:3rem!important;}.is-mr-fullhd-5,.is-mx-fullhd-5{margin-right:3rem!important;}.is-mb-fullhd-5,.is-my-fullhd-5{margin-bottom:3rem!important;}.is-ml-fullhd-5,.is-mx-fullhd-5{margin-left:3rem!important;}.is-p-fullhd-0{padding:0!important;}.is-pt-fullhd-0,.is-py-fullhd-0{padding-top:0!important;}.is-pr-fullhd-0,.is-px-fullhd-0{padding-right:0!important;}.is-pb-fullhd-0,.is-py-fullhd-0{padding-bottom:0!important;}.is-pl-fullhd-0,.is-px-fullhd-0{padding-left:0!important;}.is-p-fullhd-1{padding:.25rem!important;}.is-pt-fullhd-1,.is-py-fullhd-1{padding-top:.25rem!important;}.is-pr-fullhd-1,.is-px-fullhd-1{padding-right:.25rem!important;}.is-pb-fullhd-1,.is-py-fullhd-1{padding-bottom:.25rem!important;}.is-pl-fullhd-1,.is-px-fullhd-1{padding-left:.25rem!important;}.is-p-fullhd-2{padding:.5rem!important;}.is-pt-fullhd-2,.is-py-fullhd-2{padding-top:.5rem!important;}.is-pr-fullhd-2,.is-px-fullhd-2{padding-right:.5rem!important;}.is-pb-fullhd-2,.is-py-fullhd-2{padding-bottom:.5rem!important;}.is-pl-fullhd-2,.is-px-fullhd-2{padding-left:.5rem!important;}.is-p-fullhd-3{padding:1rem!important;}.is-pt-fullhd-3,.is-py-fullhd-3{padding-top:1rem!important;}.is-pr-fullhd-3,.is-px-fullhd-3{padding-right:1rem!important;}.is-pb-fullhd-3,.is-py-fullhd-3{padding-bottom:1rem!important;}.is-pl-fullhd-3,.is-px-fullhd-3{padding-left:1rem!important;}.is-p-fullhd-4{padding:1.5rem!important;}.is-pt-fullhd-4,.is-py-fullhd-4{padding-top:1.5rem!important;}.is-pr-fullhd-4,.is-px-fullhd-4{padding-right:1.5rem!important;}.is-pb-fullhd-4,.is-py-fullhd-4{padding-bottom:1.5rem!important;}.is-pl-fullhd-4,.is-px-fullhd-4{padding-left:1.5rem!important;}.is-p-fullhd-5{padding:3rem!important;}.is-pt-fullhd-5,.is-py-fullhd-5{padding-top:3rem!important;}.is-pr-fullhd-5,.is-px-fullhd-5{padding-right:3rem!important;}.is-pb-fullhd-5,.is-py-fullhd-5{padding-bottom:3rem!important;}.is-pl-fullhd-5,.is-px-fullhd-5{padding-left:3rem!important;}.is-m-fullhd-auto{margin:auto!important;}.is-mt-fullhd-auto,.is-my-fullhd-auto{margin-top:auto!important;}.is-mr-fullhd-auto,.is-mx-fullhd-auto{margin-right:auto!important;}.is-mb-fullhd-auto,.is-my-fullhd-auto{margin-bottom:auto!important;}.is-ml-fullhd-auto,.is-mx-fullhd-auto{margin-left:auto!important;}.is-table-fullhd{display:table!important;}.is-table-row-fullhd{display:table-row!important;}.is-table-cell-fullhd{display:table-cell!important;}}@media(min-width:2560px){.is-m-quadhd-0{margin:0!important;}.is-mt-quadhd-0,.is-my-quadhd-0{margin-top:0!important;}.is-mr-quadhd-0,.is-mx-quadhd-0{margin-right:0!important;}.is-mb-quadhd-0,.is-my-quadhd-0{margin-bottom:0!important;}.is-ml-quadhd-0,.is-mx-quadhd-0{margin-left:0!important;}.is-m-quadhd-1{margin:.25rem!important;}.is-mt-quadhd-1,.is-my-quadhd-1{margin-top:.25rem!important;}.is-mr-quadhd-1,.is-mx-quadhd-1{margin-right:.25rem!important;}.is-mb-quadhd-1,.is-my-quadhd-1{margin-bottom:.25rem!important;}.is-ml-quadhd-1,.is-mx-quadhd-1{margin-left:.25rem!important;}.is-m-quadhd-2{margin:.5rem!important;}.is-mt-quadhd-2,.is-my-quadhd-2{margin-top:.5rem!important;}.is-mr-quadhd-2,.is-mx-quadhd-2{margin-right:.5rem!important;}.is-mb-quadhd-2,.is-my-quadhd-2{margin-bottom:.5rem!important;}.is-ml-quadhd-2,.is-mx-quadhd-2{margin-left:.5rem!important;}.is-m-quadhd-3{margin:1rem!important;}.is-mt-quadhd-3,.is-my-quadhd-3{margin-top:1rem!important;}.is-mr-quadhd-3,.is-mx-quadhd-3{margin-right:1rem!important;}.is-mb-quadhd-3,.is-my-quadhd-3{margin-bottom:1rem!important;}.is-ml-quadhd-3,.is-mx-quadhd-3{margin-left:1rem!important;}.is-m-quadhd-4{margin:1.5rem!important;}.is-mt-quadhd-4,.is-my-quadhd-4{margin-top:1.5rem!important;}.is-mr-quadhd-4,.is-mx-quadhd-4{margin-right:1.5rem!important;}.is-mb-quadhd-4,.is-my-quadhd-4{margin-bottom:1.5rem!important;}.is-ml-quadhd-4,.is-mx-quadhd-4{margin-left:1.5rem!important;}.is-m-quadhd-5{margin:3rem!important;}.is-mt-quadhd-5,.is-my-quadhd-5{margin-top:3rem!important;}.is-mr-quadhd-5,.is-mx-quadhd-5{margin-right:3rem!important;}.is-mb-quadhd-5,.is-my-quadhd-5{margin-bottom:3rem!important;}.is-ml-quadhd-5,.is-mx-quadhd-5{margin-left:3rem!important;}.is-p-quadhd-0{padding:0!important;}.is-pt-quadhd-0,.is-py-quadhd-0{padding-top:0!important;}.is-pr-quadhd-0,.is-px-quadhd-0{padding-right:0!important;}.is-pb-quadhd-0,.is-py-quadhd-0{padding-bottom:0!important;}.is-pl-quadhd-0,.is-px-quadhd-0{padding-left:0!important;}.is-p-quadhd-1{padding:.25rem!important;}.is-pt-quadhd-1,.is-py-quadhd-1{padding-top:.25rem!important;}.is-pr-quadhd-1,.is-px-quadhd-1{padding-right:.25rem!important;}.is-pb-quadhd-1,.is-py-quadhd-1{padding-bottom:.25rem!important;}.is-pl-quadhd-1,.is-px-quadhd-1{padding-left:.25rem!important;}.is-p-quadhd-2{padding:.5rem!important;}.is-pt-quadhd-2,.is-py-quadhd-2{padding-top:.5rem!important;}.is-pr-quadhd-2,.is-px-quadhd-2{padding-right:.5rem!important;}.is-pb-quadhd-2,.is-py-quadhd-2{padding-bottom:.5rem!important;}.is-pl-quadhd-2,.is-px-quadhd-2{padding-left:.5rem!important;}.is-p-quadhd-3{padding:1rem!important;}.is-pt-quadhd-3,.is-py-quadhd-3{padding-top:1rem!important;}.is-pr-quadhd-3,.is-px-quadhd-3{padding-right:1rem!important;}.is-pb-quadhd-3,.is-py-quadhd-3{padding-bottom:1rem!important;}.is-pl-quadhd-3,.is-px-quadhd-3{padding-left:1rem!important;}.is-p-quadhd-4{padding:1.5rem!important;}.is-pt-quadhd-4,.is-py-quadhd-4{padding-top:1.5rem!important;}.is-pr-quadhd-4,.is-px-quadhd-4{padding-right:1.5rem!important;}.is-pb-quadhd-4,.is-py-quadhd-4{padding-bottom:1.5rem!important;}.is-pl-quadhd-4,.is-px-quadhd-4{padding-left:1.5rem!important;}.is-p-quadhd-5{padding:3rem!important;}.is-pt-quadhd-5,.is-py-quadhd-5{padding-top:3rem!important;}.is-pr-quadhd-5,.is-px-quadhd-5{padding-right:3rem!important;}.is-pb-quadhd-5,.is-py-quadhd-5{padding-bottom:3rem!important;}.is-pl-quadhd-5,.is-px-quadhd-5{padding-left:3rem!important;}.is-m-quadhd-auto{margin:auto!important;}.is-mt-quadhd-auto,.is-my-quadhd-auto{margin-top:auto!important;}.is-mr-quadhd-auto,.is-mx-quadhd-auto{margin-right:auto!important;}.is-mb-quadhd-auto,.is-my-quadhd-auto{margin-bottom:auto!important;}.is-ml-quadhd-auto,.is-mx-quadhd-auto{margin-left:auto!important;}.is-table-quadhd{display:table!important;}.is-table-row-quadhd{display:table-row!important;}.is-table-cell-quadhd{display:table-cell!important;}}.is-gap-0{gap:0!important;}.is-gap-y-0{row-gap:0!important;}.is-gap-x-0{column-gap:0!important;}.is-gap-1{gap:.25rem!important;}.is-gap-y-1{row-gap:.25rem!important;}.is-gap-x-1{column-gap:.25rem!important;}.is-gap-2{gap:.5rem!important;}.is-gap-y-2{row-gap:.5rem!important;}.is-gap-x-2{column-gap:.5rem!important;}.is-gap-3{gap:1rem!important;}.is-gap-y-3{row-gap:1rem!important;}.is-gap-x-3{column-gap:1rem!important;}.is-gap-4{gap:1.5rem!important;}.is-gap-y-4{row-gap:1.5rem!important;}.is-gap-x-4{column-gap:1.5rem!important;}.is-gap-5{gap:3rem!important;}.is-gap-y-5{row-gap:3rem!important;}.is-gap-x-5{column-gap:3rem!important;}.has-text-wrap{white-space:normal!important;}.has-text-nowrap{white-space:nowrap!important;}.has-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.is-unordered-list-unstyled{padding-left:0;list-style:none;}ol.is-ordered-list:not(.is-ordered-list-unstyled){margin-left:2rem;margin-bottom:1rem;}ol.is-ordered-list-unstyled{padding-left:0;list-style:none;}ol.is-ordered-list-lower-alpha{list-style-type:lower-alpha;}ol.is-ordered-list-lower-roman{list-style-type:lower-roman;}ol.is-ordered-list-upper-alpha{list-style-type:upper-alpha;}ol.is-ordered-list-upper-roman{list-style-type:upper-roman;}.lead{font-size:1.25rem;font-weight:300;margin-bottom:1rem;}.is-size-xs{font-size:.65rem!important;}.is-size-sm{font-size:.75rem!important;}.is-size-md{font-size:1.25rem!important;}.is-size-lg{font-size:1.5rem!important;}.is-size-xl{font-size:2rem!important;}.is-size-1{font-size:3rem!important;}.is-size-2{font-size:2.5rem!important;}.is-size-3{font-size:2.5rem!important;}.is-size-4{font-size:1.5rem!important;}.is-size-5{font-size:1.25rem!important;}.is-size-6{font-size:1rem!important;}@media(min-width:576px){.is-size-xs-mobile{font-size:.65rem!important;}.is-size-sm-mobile{font-size:.75rem!important;}.is-size-md-mobile{font-size:1.25rem!important;}.is-size-lg-mobile{font-size:1.5rem!important;}.is-size-xl-mobile{font-size:2rem!important;}.is-size-1-mobile{font-size:3rem!important;}.is-size-2-mobile{font-size:2.5rem!important;}.is-size-3-mobile{font-size:2.5rem!important;}.is-size-4-mobile{font-size:1.5rem!important;}.is-size-5-mobile{font-size:1.25rem!important;}.is-size-6-mobile{font-size:1rem!important;}}@media(min-width:1023px){.is-size-xs-tablet{font-size:.65rem!important;}.is-size-sm-tablet{font-size:.75rem!important;}.is-size-md-tablet{font-size:1.25rem!important;}.is-size-lg-tablet{font-size:1.5rem!important;}.is-size-xl-tablet{font-size:2rem!important;}.is-size-1-tablet{font-size:3rem!important;}.is-size-2-tablet{font-size:2.5rem!important;}.is-size-3-tablet{font-size:2.5rem!important;}.is-size-4-tablet{font-size:1.5rem!important;}.is-size-5-tablet{font-size:1.25rem!important;}.is-size-6-tablet{font-size:1rem!important;}}@media(min-width:1215px){.is-size-xs-desktop{font-size:.65rem!important;}.is-size-sm-desktop{font-size:.75rem!important;}.is-size-md-desktop{font-size:1.25rem!important;}.is-size-lg-desktop{font-size:1.5rem!important;}.is-size-xl-desktop{font-size:2rem!important;}.is-size-1-desktop{font-size:3rem!important;}.is-size-2-desktop{font-size:2.5rem!important;}.is-size-3-desktop{font-size:2.5rem!important;}.is-size-4-desktop{font-size:1.5rem!important;}.is-size-5-desktop{font-size:1.25rem!important;}.is-size-6-desktop{font-size:1rem!important;}}@media(min-width:1407px){.is-size-xs-widescreen{font-size:.65rem!important;}.is-size-sm-widescreen{font-size:.75rem!important;}.is-size-md-widescreen{font-size:1.25rem!important;}.is-size-lg-widescreen{font-size:1.5rem!important;}.is-size-xl-widescreen{font-size:2rem!important;}.is-size-1-widescreen{font-size:3rem!important;}.is-size-2-widescreen{font-size:2.5rem!important;}.is-size-3-widescreen{font-size:2.5rem!important;}.is-size-4-widescreen{font-size:1.5rem!important;}.is-size-5-widescreen{font-size:1.25rem!important;}.is-size-6-widescreen{font-size:1rem!important;}}@media(min-width:1907px){.is-size-xs-fullhd{font-size:.65rem!important;}.is-size-sm-fullhd{font-size:.75rem!important;}.is-size-md-fullhd{font-size:1.25rem!important;}.is-size-lg-fullhd{font-size:1.5rem!important;}.is-size-xl-fullhd{font-size:2rem!important;}.is-size-1-fullhd{font-size:3rem!important;}.is-size-2-fullhd{font-size:2.5rem!important;}.is-size-3-fullhd{font-size:2.5rem!important;}.is-size-4-fullhd{font-size:1.5rem!important;}.is-size-5-fullhd{font-size:1.25rem!important;}.is-size-6-fullhd{font-size:1rem!important;}}@media(min-width:2560px){.is-size-xs-quadhd{font-size:.65rem!important;}.is-size-sm-quadhd{font-size:.75rem!important;}.is-size-md-quadhd{font-size:1.25rem!important;}.is-size-lg-quadhd{font-size:1.5rem!important;}.is-size-xl-quadhd{font-size:2rem!important;}.is-size-1-quadhd{font-size:3rem!important;}.is-size-2-quadhd{font-size:2.5rem!important;}.is-size-3-quadhd{font-size:2.5rem!important;}.is-size-4-quadhd{font-size:1.5rem!important;}.is-size-5-quadhd{font-size:1.25rem!important;}.is-size-6-quadhd{font-size:1rem!important;}}.has-text-decoration-underline{text-decoration:underline!important;}.has-text-decoration-overline{text-decoration:overline!important;}.has-text-decoration-line-through{text-decoration:line-through!important;}.has-text-decoration-inherit{text-decoration:inherit!important;}.has-text-decoration-none{text-decoration:none!important;}.is-visible{visibility:visible!important;}.flatpickr-months{margin:.5rem 0;}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{height:auto;position:relative;}.flatpickr-months .flatpickr-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#00d1b2;}.flatpickr-months .flatpickr-month{color:#212529;}.flatpickr-current-month{padding:13px 0 0 0;font-size:115%;}.flatpickr-current-month span.cur-month{font-weight:700;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,209,178,.15);}.numInputWrapper:hover{background:rgba(0,209,178,.15);}.flatpickr-day{border-radius:50%;font-weight:500;color:#212529;}.flatpickr-day.today{border-color:#00d1b2;}.flatpickr-day.today:hover{background:#00d1b2;border-color:#00d1b2;}.flatpickr-day:hover{background:rgba(0,209,178,.1);border-color:rgba(0,0,0,0);}span.flatpickr-weekday{color:#212529;}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#00d1b2;border-color:#00d1b2;}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #00d1b2;}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50%;}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:50%;}.flatpickr-monthSelect-month:hover,.flatpickr-monthSelect-month:focus{background:rgba(0,209,178,.1);}.flatpickr-monthSelect-month.selected{background-color:#00d1b2;} \ No newline at end of file +@charset "UTF-8";.b-bar-vertical-inline.b-bar-dark .is-active,.b-bar-vertical.b-bar-dark .is-active{color:#fff!important;}.navbar-dropdown[data-visible=true]{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeIn;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-dropdown{border:0;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-dropdown .dropdown>.dropdown-item{width:100%;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-dropdown .dropdown>div>.navbar-dropdown{display:none;top:0;left:100%;margin-left:0;margin-right:.1rem;}.b-bar-horizontal .nav-item.dropdown.has-dropdown .navbar-link.b-bar-dropdown-toggle.navbar-link-disabled{pointer-events:none;opacity:.65;}.b-bar-vertical-inline .navbar-burger,.b-bar-vertical-popout .navbar-burger,.b-bar-vertical-small .navbar-burger{color:inherit;}.blockquote{margin-bottom:1rem;font-size:1.25rem;}.blockquote-footer{display:block;font-size:.75rem;color:#6c757d;}.blockquote-footer::before{content:"— ";}.button.is-secondary{background-color:#6c757d;border-color:transparent;color:#fff;}.button.is-secondary:hover,.button.is-secondary.is-hovered{background-color:#5a6268;border-color:transparent;color:#fff;}.button.is-secondary:focus,.button.is-secondary.is-focused{border-color:transparent;color:#fff;}.button.is-secondary:focus:not(:active),.button.is-secondary.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25);}.button.is-secondary:active,.button.is-secondary.is-active{background-color:#545b62;border-color:transparent;color:#fff;}.button.is-secondary[disabled],fieldset[disabled] .button.is-secondary{background-color:#6c757d;border-color:transparent;box-shadow:none;}.button.is-secondary.is-inverted{background-color:#fff;color:#6c757d;}.button.is-secondary.is-inverted:hover,.button.is-secondary.is-inverted.is-hovered{background-color:#f2f2f2;}.button.is-secondary.is-inverted[disabled],fieldset[disabled] .button.is-secondary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#6c757d;}.button.is-secondary.is-loading::after{border-color:transparent transparent #fff #fff!important;}.button.is-secondary.is-outlined{background-color:transparent;border-color:#6c757d;color:#6c757d;}.button.is-secondary.is-outlined:hover,.button.is-secondary.is-outlined.is-hovered,.button.is-secondary.is-outlined:focus,.button.is-secondary.is-outlined.is-focused{background-color:#6c757d;border-color:#6c757d;color:#fff;}.button.is-secondary.is-outlined.is-loading::after{border-color:transparent transparent #6c757d #6c757d!important;}.button.is-secondary.is-outlined.is-loading:hover::after,.button.is-secondary.is-outlined.is-loading.is-hovered::after,.button.is-secondary.is-outlined.is-loading:focus::after,.button.is-secondary.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #fff #fff!important;}.button.is-secondary.is-outlined[disabled],fieldset[disabled] .button.is-secondary.is-outlined{background-color:transparent;border-color:#6c757d;box-shadow:none;color:#6c757d;}.button.is-secondary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff;}.button.is-secondary.is-inverted.is-outlined:hover,.button.is-secondary.is-inverted.is-outlined.is-hovered,.button.is-secondary.is-inverted.is-outlined:focus,.button.is-secondary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#6c757d;}.button.is-secondary.is-inverted.is-outlined.is-loading:hover::after,.button.is-secondary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-secondary.is-inverted.is-outlined.is-loading:focus::after,.button.is-secondary.is-inverted.is-outlined.is-loading.is-focused::after{border-color:transparent transparent #6c757d #6c757d!important;}.button.is-secondary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-secondary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff;}.button.is-extra-small,.field.has-addons.are-extra-small>.control>.button{font-size:.65rem;}.button.is-small,.field.has-addons.are-small>.control>.button{font-size:.75rem;}.button.is-medium,.field.has-addons.are-medium>.control>.button{font-size:1.25rem;}.button.is-large,.field.has-addons.are-large>.control>.button{font-size:1.5rem;}.button.is-extra-large,.field.has-addons.are-extra-large>.control>.button{font-size:2rem;}.card{overflow:initial;}.card .card-content .card-text{margin-bottom:1rem;}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}.card-group>.card{margin-bottom:15px;}.card-deck{display:flex;flex-flow:row wrap;margin-right:-.75rem;margin-left:-.75rem;}.card-deck .card{margin-bottom:.75rem;}.card-deck .card{flex:1 0 0%;margin-right:.75rem;margin-bottom:0;margin-left:.75rem;}@media(min-width:768px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap;}.card-group>.card{-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:first-child{border-top-right-radius:0;border-bottom-right-radius:0;}.card-group>.card:first-child .card-image,.card-group>.card:first-child .card-header{border-top-right-radius:0;}.card-group>.card:first-child .card-footer{border-bottom-right-radius:0;}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0;}.card-group>.card:last-child .card-image,.card-group>.card:last-child .card-header{border-top-left-radius:0;}.card-group>.card:last-child .card-footer{border-bottom-left-radius:0;}.card-group>.card:only-child{border-radius:.25rem;}.card-group>.card:only-child .card-image,.card-group>.card:only-child .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem;}.card-group>.card:only-child .card-footer{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0;}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-image,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0;}}.carousel-list,.carousel{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.carousel{min-height:120px;position:relative;}.carousel.is-overlay{background-color:rgba(0,0,0,.86);align-items:center;flex-direction:column;justify-content:center;display:flex;max-height:100vh;position:fixed;z-index:40;}.carousel.is-overlay .carousel-item img{cursor:default;}.carousel.is-overlay .carousel-indicator.has-background{background:transparent;}.carousel .progress{border-radius:2px;height:.25rem;margin-bottom:0;}.carousel .carousel-items{position:relative;display:flex;overflow:hidden;width:100%;}@media screen and (min-width:1023px),print{.carousel .carousel-items:hover .carousel-arrow.is-hovered{opacity:1;}}.carousel .carousel-items .carousel-item{flex-shrink:0;width:100%;}.carousel .carousel-items .carousel-item-hidden{display:none;}.carousel .carousel-pause{pointer-events:none;position:absolute;top:0;right:.15rem;z-index:1;}.carousel .carousel-indicator{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:center;}.carousel .carousel-indicator.has-background{background:rgba(0,0,0,.5);}.carousel .carousel-indicator.has-custom{flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-x:auto;}.carousel .carousel-indicator.has-custom.is-small .indicator-item,.carousel .field.has-addons.are-small>.control>.carousel-indicator.has-custom.button .indicator-item{flex:1 0 10%;}.carousel .carousel-indicator.has-custom.is-medium .indicator-item,.carousel .field.has-addons.are-medium>.control>.carousel-indicator.has-custom.button .indicator-item{flex:1 0 16.66667%;}.carousel .carousel-indicator.is-inside{position:absolute;}.carousel .carousel-indicator.is-inside.is-bottom{bottom:0;}.carousel .carousel-indicator.is-inside.is-top{top:0;}.carousel .carousel-indicator .indicator-item:not(:last-child){margin-right:.5rem;}.carousel .carousel-indicator .indicator-item.is-active .indicator-style,.carousel .carousel-indicator .indicator-item .indicator-style:hover{background:var(--b-theme-primary,#00d1b2);border:1px solid var(--b-theme-white,#fff);}.carousel .carousel-indicator .indicator-item .indicator-style{display:block;border:1px solid var(--b-theme-primary,#00d1b2);background:var(--b-theme-white,#fff);outline:0;transition:150ms ease-out;}.carousel .carousel-indicator .indicator-item .indicator-style.is-boxes{height:10px;width:10px;}.carousel .carousel-indicator .indicator-item .indicator-style.is-dots{border-radius:10px;height:10px;width:10px;}.carousel .carousel-indicator .indicator-item .indicator-style.is-lines{height:5px;width:25px;}.carousel-list{position:relative;overflow:hidden;width:100%;}.carousel-list.has-shadow{box-shadow:0 0 10px rgba(0,0,0,.25);}@media screen and (min-width:1023px),print{.carousel-list:hover .carousel-arrow.is-hovered{opacity:1;}}.carousel-list .carousel-slides{position:relative;display:flex;width:100%;}.carousel-list .carousel-slides:not(.is-dragging){transition:all 250ms ease-out 0s;}.carousel-list .carousel-slides.has-grayscale .carousel-slide img{filter:grayscale(100%);}.carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img{filter:grayscale(0%);}.carousel-list .carousel-slides.has-opacity .carousel-slide img{opacity:.25;}.carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img{opacity:1;}.carousel-list .carousel-slides .carousel-slide{border:2px solid transparent;flex-shrink:0;}.carousel-arrow{transition:150ms ease-out;}.carousel-arrow.is-hovered{opacity:0;}.carousel-arrow .icon{background:var(--b-theme-white,#fff);color:var(--b-theme-primary,#00d1b2);cursor:pointer;border:1px solid var(--b-theme-white,#fff);border-radius:290486px;outline:0;}.carousel-arrow .icon:hover{border:1px solid var(--b-theme-primary,#00d1b2);opacity:1;}.carousel-arrow .icon.has-icons-left,.carousel-arrow .icon.has-icons-right{position:absolute;top:50%;transform:translateY(-50%);z-index:1;}.carousel-arrow .icon.has-icons-left{left:1.5rem;}.carousel-arrow .icon.has-icons-right{right:1.5rem;}.is-checkradio[type=radio],.is-checkradio[type=checkbox]{outline:0;user-select:none;display:inline-block;position:absolute;opacity:0;}.is-checkradio[type=radio]+label,.is-checkradio[type=checkbox]+label{position:relative;display:initial;cursor:pointer;vertical-align:middle;margin:.5em;padding:.2rem .5rem .2rem 0;border-radius:4px;}.is-checkradio[type=radio]+label:first-of-type,.is-checkradio[type=checkbox]+label:first-of-type{margin-left:0;}.is-checkradio[type=radio]+label:hover::before,.is-checkradio[type=radio]+label:hover:before,.is-checkradio[type=checkbox]+label:hover::before,.is-checkradio[type=checkbox]+label:hover:before{animation-duration:.4s;animation-fill-mode:both;animation-name:hover-color;}.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before,.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{position:absolute;left:0;top:0;content:"";border:.1rem solid hsl(0deg,0%,86%);}.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after,.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{position:absolute;display:none;content:"";top:0;}.is-checkradio[type=radio].is-rtl+label,.is-checkradio[type=checkbox].is-rtl+label{margin-right:0;margin-left:.5rem;}.is-checkradio[type=radio].is-rtl+label::before,.is-checkradio[type=radio].is-rtl+label:before,.is-checkradio[type=checkbox].is-rtl+label::before,.is-checkradio[type=checkbox].is-rtl+label:before{left:auto;right:0;}.is-checkradio[type=radio]:focus+label::before,.is-checkradio[type=radio]:focus+label:before,.is-checkradio[type=checkbox]:focus+label::before,.is-checkradio[type=checkbox]:focus+label:before{outline:1px dotted hsl(0deg,0%,71%);}.is-checkradio[type=radio]:hover:not([disabled])+label::before,.is-checkradio[type=radio]:hover:not([disabled])+label:before,.is-checkradio[type=checkbox]:hover:not([disabled])+label::before,.is-checkradio[type=checkbox]:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=radio]:checked+label::before,.is-checkradio[type=radio]:checked+label:before,.is-checkradio[type=checkbox]:checked+label::before,.is-checkradio[type=checkbox]:checked+label:before{border:.1rem solid hsl(0deg,0%,86%);}.is-checkradio[type=radio]:checked[disabled],.is-checkradio[type=checkbox]:checked[disabled]{cursor:not-allowed;}.is-checkradio[type=radio]:checked[disabled]+label,.is-checkradio[type=checkbox]:checked[disabled]+label{opacity:.5;}.is-checkradio[type=radio]:checked+label::before,.is-checkradio[type=radio]:checked+label:before,.is-checkradio[type=checkbox]:checked+label::before,.is-checkradio[type=checkbox]:checked+label:before{animation-name:none;}.is-checkradio[type=radio]:checked+label::after,.is-checkradio[type=radio]:checked+label:after,.is-checkradio[type=checkbox]:checked+label::after,.is-checkradio[type=checkbox]:checked+label:after{display:inline-block;}.is-checkradio[type=radio][disabled],.is-checkradio[type=checkbox][disabled]{cursor:not-allowed;}.is-checkradio[type=radio][disabled]+label,.is-checkradio[type=checkbox][disabled]+label{opacity:.5;cursor:not-allowed;}.is-checkradio[type=radio][disabled]+label:hover,.is-checkradio[type=radio][disabled]+label:before,.is-checkradio[type=radio][disabled]+label::before,.is-checkradio[type=radio][disabled]+label::after,.is-checkradio[type=radio][disabled]+label:after,.is-checkradio[type=checkbox][disabled]+label:hover,.is-checkradio[type=checkbox][disabled]+label:before,.is-checkradio[type=checkbox][disabled]+label::before,.is-checkradio[type=checkbox][disabled]+label::after,.is-checkradio[type=checkbox][disabled]+label:after{cursor:not-allowed;}.is-checkradio[type=radio][disabled]:hover,.is-checkradio[type=checkbox][disabled]:hover{cursor:not-allowed;}.is-checkradio[type=radio][disabled]:hover::before,.is-checkradio[type=radio][disabled]:hover:before,.is-checkradio[type=checkbox][disabled]:hover::before,.is-checkradio[type=checkbox][disabled]:hover:before{animation-name:none;}.is-checkradio[type=radio][disabled]::before,.is-checkradio[type=radio][disabled]:before,.is-checkradio[type=checkbox][disabled]::before,.is-checkradio[type=checkbox][disabled]:before{cursor:not-allowed;}.is-checkradio[type=radio][disabled]::after,.is-checkradio[type=radio][disabled]:after,.is-checkradio[type=checkbox][disabled]::after,.is-checkradio[type=checkbox][disabled]:after{cursor:not-allowed;}.is-checkradio[type=radio].has-no-border+label::before,.is-checkradio[type=radio].has-no-border+label:before,.is-checkradio[type=checkbox].has-no-border+label::before,.is-checkradio[type=checkbox].has-no-border+label:before{border:0!important;}.is-checkradio[type=radio].is-block,.is-checkradio[type=checkbox].is-block{display:none!important;}.is-checkradio[type=radio].is-block+label,.is-checkradio[type=checkbox].is-block+label{width:100%!important;background:hsl(0deg,0%,96%);color:findColorInvert(hsl(0deg,0%,96%));padding-right:.75em;}.is-checkradio[type=radio].is-block:hover:not([disabled])+label,.is-checkradio[type=checkbox].is-block:hover:not([disabled])+label{background:#e8e8e8;}.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{border-radius:4px;}.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{box-sizing:border-box;transform:translateY(0) rotate(45deg);border-width:.1rem;border-style:solid;border-color:#00d1b2;border-top:0;border-left:0;}.is-checkradio[type=checkbox].is-circle+label::before,.is-checkradio[type=checkbox].is-circle+label:before{border-radius:50%;}.is-checkradio[type=checkbox]+label{font-size:1rem;padding-left:2rem;}.is-checkradio[type=checkbox]+label::before,.is-checkradio[type=checkbox]+label:before{width:1.5rem;height:1.5rem;}.is-checkradio[type=checkbox]+label::after,.is-checkradio[type=checkbox]+label:after{width:.375rem;height:.6rem;top:.405rem;left:.6rem;}.is-checkradio[type=checkbox].is-block+label::before,.is-checkradio[type=checkbox].is-block+label:before{width:1.25rem;height:1.25rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-block+label::after,.is-checkradio[type=checkbox].is-block+label:after{top:.325rem;left:.65rem;}.is-checkradio[type=checkbox].is-rtl+label{padding-left:0;padding-right:2rem;}.is-checkradio[type=checkbox].is-rtl+label::after,.is-checkradio[type=checkbox].is-rtl+label:after{left:auto;right:.6rem;}.is-checkradio[type=checkbox].is-extra-small+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].button+label{font-size:.65rem;padding-left:1.3rem;}.is-checkradio[type=checkbox].is-extra-small+label::before,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-extra-small+label:before{width:.975rem;height:.975rem;}.is-checkradio[type=checkbox].is-extra-small+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-extra-small+label:after{width:.24375rem;height:.39rem;top:.26325rem;left:.39rem;}.is-checkradio[type=checkbox].is-extra-small.is-block+label::before,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-extra-small.is-block+label:before{width:.8125rem;height:.8125rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-extra-small.is-block+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-extra-small.is-block+label:after{top:.28125rem;left:.4925rem;}.is-checkradio[type=checkbox].is-extra-small.is-rtl+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:1.3rem;}.is-checkradio[type=checkbox].is-extra-small.is-rtl+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-extra-small.is-rtl+label:after{left:auto;right:.39rem;}.is-checkradio[type=checkbox].is-small+label,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].button+label{font-size:.75rem;padding-left:1.5rem;}.is-checkradio[type=checkbox].is-small+label::before,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-small+label:before{width:1.125rem;height:1.125rem;}.is-checkradio[type=checkbox].is-small+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-small+label:after{width:.28125rem;height:.45rem;top:.30375rem;left:.45rem;}.is-checkradio[type=checkbox].is-small.is-block+label::before,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-small.is-block+label:before{width:.9375rem;height:.9375rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-small.is-block+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-small.is-block+label:after{top:.29375rem;left:.5375rem;}.is-checkradio[type=checkbox].is-small.is-rtl+label,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:1.5rem;}.is-checkradio[type=checkbox].is-small.is-rtl+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-small.is-rtl+label:after{left:auto;right:.45rem;}.is-checkradio[type=checkbox].is-medium+label,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].button+label{font-size:1.25rem;padding-left:2.5rem;}.is-checkradio[type=checkbox].is-medium+label::before,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-medium+label:before{width:1.875rem;height:1.875rem;}.is-checkradio[type=checkbox].is-medium+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-medium+label:after{width:.46875rem;height:.75rem;top:.50625rem;left:.75rem;}.is-checkradio[type=checkbox].is-medium.is-block+label::before,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-medium.is-block+label:before{width:1.5625rem;height:1.5625rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-medium.is-block+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-medium.is-block+label:after{top:.35625rem;left:.7625rem;}.is-checkradio[type=checkbox].is-medium.is-rtl+label,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:2.5rem;}.is-checkradio[type=checkbox].is-medium.is-rtl+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-medium.is-rtl+label:after{left:auto;right:.75rem;}.is-checkradio[type=checkbox].is-large+label,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].button+label{font-size:1.5rem;padding-left:3rem;}.is-checkradio[type=checkbox].is-large+label::before,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-large+label:before{width:2.25rem;height:2.25rem;}.is-checkradio[type=checkbox].is-large+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-large+label:after{width:.5625rem;height:.9rem;top:.6075rem;left:.9rem;}.is-checkradio[type=checkbox].is-large.is-block+label::before,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-large.is-block+label:before{width:1.875rem;height:1.875rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-large.is-block+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-large.is-block+label:after{top:.3875rem;left:.875rem;}.is-checkradio[type=checkbox].is-large.is-rtl+label,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:3rem;}.is-checkradio[type=checkbox].is-large.is-rtl+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-large.is-rtl+label:after{left:auto;right:.9rem;}.is-checkradio[type=checkbox].is-extra-large+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].button+label{font-size:2rem;padding-left:4rem;}.is-checkradio[type=checkbox].is-extra-large+label::before,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].button+label::before,.is-checkradio[type=checkbox].is-extra-large+label:before{width:3rem;height:3rem;}.is-checkradio[type=checkbox].is-extra-large+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].button+label::after,.is-checkradio[type=checkbox].is-extra-large+label:after{width:.75rem;height:1.2rem;top:.81rem;left:1.2rem;}.is-checkradio[type=checkbox].is-extra-large.is-block+label::before,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-block.button+label::before,.is-checkradio[type=checkbox].is-extra-large.is-block+label:before{width:2.5rem;height:2.5rem;left:.175rem;top:.175rem;}.is-checkradio[type=checkbox].is-extra-large.is-block+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-block.button+label::after,.is-checkradio[type=checkbox].is-extra-large.is-block+label:after{top:.45rem;left:1.1rem;}.is-checkradio[type=checkbox].is-extra-large.is-rtl+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label{padding-left:0;padding-right:4rem;}.is-checkradio[type=checkbox].is-extra-large.is-rtl+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=checkbox].is-rtl.button+label::after,.is-checkradio[type=checkbox].is-extra-large.is-rtl+label:after{left:auto;right:1.2rem;}.is-checkradio[type=checkbox].is-primary.has-background-color+label::before,.is-checkradio[type=checkbox].is-primary.has-background-color+label:before{border-color:transparent!important;background-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-primary:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:checked+label::after,.is-checkradio[type=checkbox].is-primary:checked+label:after{border-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:before{border-color:transparent!important;background-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-primary:checked.has-background-color+label:after{background-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-primary.is-block:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=checkbox].is-primary.is-block:checked+label{border-color:#00d1b2!important;background:#00d1b2;}.is-checkradio[type=checkbox].is-primary.is-block:checked:hover:not([disabled])+label{background:#00b89c;}.is-checkradio[type=checkbox].is-secondary.has-background-color+label::before,.is-checkradio[type=checkbox].is-secondary.has-background-color+label:before{border-color:transparent!important;background-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-secondary:hover:not([disabled])+label:before{border-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:checked+label::after,.is-checkradio[type=checkbox].is-secondary:checked+label:after{border-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label:before{border-color:transparent!important;background-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-secondary:checked.has-background-color+label:after{background-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-secondary.is-block:hover:not([disabled])+label:before{border-color:#6c757d!important;}.is-checkradio[type=checkbox].is-secondary.is-block:checked+label{border-color:#6c757d!important;background:#6c757d;}.is-checkradio[type=checkbox].is-secondary.is-block:checked:hover:not([disabled])+label{background:#60686f;}.is-checkradio[type=checkbox].is-success.has-background-color+label::before,.is-checkradio[type=checkbox].is-success.has-background-color+label:before{border-color:transparent!important;background-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-success:hover:not([disabled])+label:before{border-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:checked+label::after,.is-checkradio[type=checkbox].is-success:checked+label:after{border-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:before{border-color:transparent!important;background-color:#48c774!important;}.is-checkradio[type=checkbox].is-success:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-success:checked.has-background-color+label:after{background-color:#48c774!important;}.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-success.is-block:hover:not([disabled])+label:before{border-color:#48c774!important;}.is-checkradio[type=checkbox].is-success.is-block:checked+label{border-color:#48c774!important;background:#48c774;}.is-checkradio[type=checkbox].is-success.is-block:checked:hover:not([disabled])+label{background:#3abc67;}.is-checkradio[type=checkbox].is-info.has-background-color+label::before,.is-checkradio[type=checkbox].is-info.has-background-color+label:before{border-color:transparent!important;background-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-info:hover:not([disabled])+label:before{border-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:checked+label::after,.is-checkradio[type=checkbox].is-info:checked+label:after{border-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:before{border-color:transparent!important;background-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-info:checked.has-background-color+label:after{background-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-info.is-block:hover:not([disabled])+label:before{border-color:#238cd1!important;}.is-checkradio[type=checkbox].is-info.is-block:checked+label{border-color:#238cd1!important;background:#238cd1;}.is-checkradio[type=checkbox].is-info.is-block:checked:hover:not([disabled])+label{background:#1f7dbb;}.is-checkradio[type=checkbox].is-warning.has-background-color+label::before,.is-checkradio[type=checkbox].is-warning.has-background-color+label:before{border-color:transparent!important;background-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-warning:hover:not([disabled])+label:before{border-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:checked+label::after,.is-checkradio[type=checkbox].is-warning:checked+label:after{border-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:before{border-color:transparent!important;background-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-warning:checked.has-background-color+label:after{background-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-warning.is-block:hover:not([disabled])+label:before{border-color:#ffd83d!important;}.is-checkradio[type=checkbox].is-warning.is-block:checked+label{border-color:#ffd83d!important;background:#ffd83d;}.is-checkradio[type=checkbox].is-warning.is-block:checked:hover:not([disabled])+label{background:#ffd324;}.is-checkradio[type=checkbox].is-danger.has-background-color+label::before,.is-checkradio[type=checkbox].is-danger.has-background-color+label:before{border-color:transparent!important;background-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-danger:hover:not([disabled])+label:before{border-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:checked+label::after,.is-checkradio[type=checkbox].is-danger:checked+label:after{border-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:before{border-color:transparent!important;background-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-danger:checked.has-background-color+label:after{background-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-danger.is-block:hover:not([disabled])+label:before{border-color:#ef2e55!important;}.is-checkradio[type=checkbox].is-danger.is-block:checked+label{border-color:#ef2e55!important;background:#ef2e55;}.is-checkradio[type=checkbox].is-danger.is-block:checked:hover:not([disabled])+label{background:#ed1642;}.is-checkradio[type=checkbox].is-light.has-background-color+label::before,.is-checkradio[type=checkbox].is-light.has-background-color+label:before{border-color:transparent!important;background-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-light:hover:not([disabled])+label:before{border-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:checked+label::after,.is-checkradio[type=checkbox].is-light:checked+label:after{border-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:before{border-color:transparent!important;background-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-light:checked.has-background-color+label:after{background-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-light.is-block:hover:not([disabled])+label:before{border-color:#f5f5f5!important;}.is-checkradio[type=checkbox].is-light.is-block:checked+label{border-color:#f5f5f5!important;background:#f5f5f5;}.is-checkradio[type=checkbox].is-light.is-block:checked:hover:not([disabled])+label{background:#e8e8e8;}.is-checkradio[type=checkbox].is-dark.has-background-color+label::before,.is-checkradio[type=checkbox].is-dark.has-background-color+label:before{border-color:transparent!important;background-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-dark:hover:not([disabled])+label:before{border-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:checked+label::after,.is-checkradio[type=checkbox].is-dark:checked+label:after{border-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:before{border-color:transparent!important;background-color:#363636!important;}.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-dark:checked.has-background-color+label:after{background-color:#363636!important;}.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-dark.is-block:hover:not([disabled])+label:before{border-color:#363636!important;}.is-checkradio[type=checkbox].is-dark.is-block:checked+label{border-color:#363636!important;background:#363636;}.is-checkradio[type=checkbox].is-dark.is-block:checked:hover:not([disabled])+label{background:#292929;}.is-checkradio[type=checkbox].is-link.has-background-color+label::before,.is-checkradio[type=checkbox].is-link.has-background-color+label:before{border-color:transparent!important;background-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-link:hover:not([disabled])+label:before{border-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:checked+label::after,.is-checkradio[type=checkbox].is-link:checked+label:after{border-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::before,.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:before{border-color:transparent!important;background-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link:checked.has-background-color+label::after,.is-checkradio[type=checkbox].is-link:checked.has-background-color+label:after{background-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label::after,.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label:after,.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label::before,.is-checkradio[type=checkbox].is-link.is-block:hover:not([disabled])+label:before{border-color:#3273dc!important;}.is-checkradio[type=checkbox].is-link.is-block:checked+label{border-color:#3273dc!important;background:#3273dc;}.is-checkradio[type=checkbox].is-link.is-block:checked:hover:not([disabled])+label{background:#2466d1;}.is-checkradio[type=checkbox]:indeterminate+label::after,.is-checkradio[type=checkbox]:indeterminate+label:after{display:inline-block;transform:rotate(90deg);border-bottom:0;}.is-checkradio[type=checkbox]:indeterminate.is-primary+label::after,.is-checkradio[type=checkbox]:indeterminate.is-primary+label:after{border-color:#00d1b2;}.is-checkradio[type=checkbox]:indeterminate.is-secondary+label::after,.is-checkradio[type=checkbox]:indeterminate.is-secondary+label:after{border-color:#6c757d;}.is-checkradio[type=checkbox]:indeterminate.is-success+label::after,.is-checkradio[type=checkbox]:indeterminate.is-success+label:after{border-color:#48c774;}.is-checkradio[type=checkbox]:indeterminate.is-info+label::after,.is-checkradio[type=checkbox]:indeterminate.is-info+label:after{border-color:#238cd1;}.is-checkradio[type=checkbox]:indeterminate.is-warning+label::after,.is-checkradio[type=checkbox]:indeterminate.is-warning+label:after{border-color:#ffd83d;}.is-checkradio[type=checkbox]:indeterminate.is-danger+label::after,.is-checkradio[type=checkbox]:indeterminate.is-danger+label:after{border-color:#ef2e55;}.is-checkradio[type=checkbox]:indeterminate.is-light+label::after,.is-checkradio[type=checkbox]:indeterminate.is-light+label:after{border-color:#f5f5f5;}.is-checkradio[type=checkbox]:indeterminate.is-dark+label::after,.is-checkradio[type=checkbox]:indeterminate.is-dark+label:after{border-color:#363636;}.is-checkradio[type=checkbox]:indeterminate.is-link+label::after,.is-checkradio[type=checkbox]:indeterminate.is-link+label:after{border-color:#3273dc;}.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before{border-radius:50%;}.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after{border-radius:50%;background:#00d1b2;left:0;transform:scale(.5);}.is-checkradio[type=radio]:checked.has-background-color+label::before,.is-checkradio[type=radio]:checked.has-background-color+label:before{border-color:hsl(0deg,0%,29%)!important;background-color:hsl(0deg,0%,29%)!important;}.is-checkradio[type=radio]:checked.has-background-color+label::after,.is-checkradio[type=radio]:checked.has-background-color+label:after{border-color:hsl(0deg,0%,29%)!important;background-color:hsl(0deg,0%,29%)!important;}.is-checkradio[type=radio].is-rtl+label{padding-left:0;}.is-checkradio[type=radio].is-rtl+label::after,.is-checkradio[type=radio].is-rtl+label:after{left:auto;right:0;}.is-checkradio[type=radio]+label{font-size:1rem;line-height:1.5rem;padding-left:2rem;}.is-checkradio[type=radio]+label::before,.is-checkradio[type=radio]+label:before,.is-checkradio[type=radio]+label::after,.is-checkradio[type=radio]+label:after{width:1.5rem;height:1.5rem;}.is-checkradio[type=radio].is-rtl+label{padding-right:2rem;}.is-checkradio[type=radio].is-extra-small+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].button+label{font-size:.65rem;line-height:.975rem;padding-left:1.3rem;}.is-checkradio[type=radio].is-extra-small+label:before,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-extra-small+label::after,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-extra-small+label:after{width:.975rem;height:.975rem;}.is-checkradio[type=radio].is-extra-small.is-rtl+label,.field.has-addons.are-extra-small>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:1.3rem;}.is-checkradio[type=radio].is-small+label,.field.has-addons.are-small>.control>.is-checkradio[type=radio].button+label{font-size:.75rem;line-height:1.125rem;padding-left:1.5rem;}.is-checkradio[type=radio].is-small+label:before,.field.has-addons.are-small>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-small+label::after,.field.has-addons.are-small>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-small+label:after{width:1.125rem;height:1.125rem;}.is-checkradio[type=radio].is-small.is-rtl+label,.field.has-addons.are-small>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:1.5rem;}.is-checkradio[type=radio].is-medium+label,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].button+label{font-size:1.25rem;line-height:1.875rem;padding-left:2.5rem;}.is-checkradio[type=radio].is-medium+label:before,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-medium+label::after,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-medium+label:after{width:1.875rem;height:1.875rem;}.is-checkradio[type=radio].is-medium.is-rtl+label,.field.has-addons.are-medium>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:2.5rem;}.is-checkradio[type=radio].is-large+label,.field.has-addons.are-large>.control>.is-checkradio[type=radio].button+label{font-size:1.5rem;line-height:2.25rem;padding-left:3rem;}.is-checkradio[type=radio].is-large+label:before,.field.has-addons.are-large>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-large+label::after,.field.has-addons.are-large>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-large+label:after{width:2.25rem;height:2.25rem;}.is-checkradio[type=radio].is-large.is-rtl+label,.field.has-addons.are-large>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:3rem;}.is-checkradio[type=radio].is-extra-large+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].button+label{font-size:2rem;line-height:3rem;padding-left:4rem;}.is-checkradio[type=radio].is-extra-large+label:before,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].button+label::before,.is-checkradio[type=radio].is-extra-large+label::after,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].button+label::after,.is-checkradio[type=radio].is-extra-large+label:after{width:3rem;height:3rem;}.is-checkradio[type=radio].is-extra-large.is-rtl+label,.field.has-addons.are-extra-large>.control>.is-checkradio[type=radio].is-rtl.button+label{padding-right:4rem;}.is-checkradio[type=radio].is-primary.has-background-color+label::before,.is-checkradio[type=radio].is-primary.has-background-color+label:before{border-color:#00d1b2!important;background-color:#00d1b2!important;}.is-checkradio[type=radio].is-primary:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-primary:hover:not([disabled])+label:before{border-color:#00d1b2!important;}.is-checkradio[type=radio].is-primary:checked+label::after,.is-checkradio[type=radio].is-primary:checked+label:after{border-color:#00d1b2!important;background-color:#00d1b2!important;}.is-checkradio[type=radio].is-primary:checked.has-background-color+label::before,.is-checkradio[type=radio].is-primary:checked.has-background-color+label:before{border-color:#00d1b2!important;background-color:#00d1b2!important;}.is-checkradio[type=radio].is-secondary.has-background-color+label::before,.is-checkradio[type=radio].is-secondary.has-background-color+label:before{border-color:#6c757d!important;background-color:#6c757d!important;}.is-checkradio[type=radio].is-secondary:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-secondary:hover:not([disabled])+label:before{border-color:#6c757d!important;}.is-checkradio[type=radio].is-secondary:checked+label::after,.is-checkradio[type=radio].is-secondary:checked+label:after{border-color:#6c757d!important;background-color:#6c757d!important;}.is-checkradio[type=radio].is-secondary:checked.has-background-color+label::before,.is-checkradio[type=radio].is-secondary:checked.has-background-color+label:before{border-color:#6c757d!important;background-color:#6c757d!important;}.is-checkradio[type=radio].is-success.has-background-color+label::before,.is-checkradio[type=radio].is-success.has-background-color+label:before{border-color:#48c774!important;background-color:#48c774!important;}.is-checkradio[type=radio].is-success:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-success:hover:not([disabled])+label:before{border-color:#48c774!important;}.is-checkradio[type=radio].is-success:checked+label::after,.is-checkradio[type=radio].is-success:checked+label:after{border-color:#48c774!important;background-color:#48c774!important;}.is-checkradio[type=radio].is-success:checked.has-background-color+label::before,.is-checkradio[type=radio].is-success:checked.has-background-color+label:before{border-color:#48c774!important;background-color:#48c774!important;}.is-checkradio[type=radio].is-info.has-background-color+label::before,.is-checkradio[type=radio].is-info.has-background-color+label:before{border-color:#238cd1!important;background-color:#238cd1!important;}.is-checkradio[type=radio].is-info:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-info:hover:not([disabled])+label:before{border-color:#238cd1!important;}.is-checkradio[type=radio].is-info:checked+label::after,.is-checkradio[type=radio].is-info:checked+label:after{border-color:#238cd1!important;background-color:#238cd1!important;}.is-checkradio[type=radio].is-info:checked.has-background-color+label::before,.is-checkradio[type=radio].is-info:checked.has-background-color+label:before{border-color:#238cd1!important;background-color:#238cd1!important;}.is-checkradio[type=radio].is-warning.has-background-color+label::before,.is-checkradio[type=radio].is-warning.has-background-color+label:before{border-color:#ffd83d!important;background-color:#ffd83d!important;}.is-checkradio[type=radio].is-warning:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-warning:hover:not([disabled])+label:before{border-color:#ffd83d!important;}.is-checkradio[type=radio].is-warning:checked+label::after,.is-checkradio[type=radio].is-warning:checked+label:after{border-color:#ffd83d!important;background-color:#ffd83d!important;}.is-checkradio[type=radio].is-warning:checked.has-background-color+label::before,.is-checkradio[type=radio].is-warning:checked.has-background-color+label:before{border-color:#ffd83d!important;background-color:#ffd83d!important;}.is-checkradio[type=radio].is-danger.has-background-color+label::before,.is-checkradio[type=radio].is-danger.has-background-color+label:before{border-color:#ef2e55!important;background-color:#ef2e55!important;}.is-checkradio[type=radio].is-danger:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-danger:hover:not([disabled])+label:before{border-color:#ef2e55!important;}.is-checkradio[type=radio].is-danger:checked+label::after,.is-checkradio[type=radio].is-danger:checked+label:after{border-color:#ef2e55!important;background-color:#ef2e55!important;}.is-checkradio[type=radio].is-danger:checked.has-background-color+label::before,.is-checkradio[type=radio].is-danger:checked.has-background-color+label:before{border-color:#ef2e55!important;background-color:#ef2e55!important;}.is-checkradio[type=radio].is-light.has-background-color+label::before,.is-checkradio[type=radio].is-light.has-background-color+label:before{border-color:#f5f5f5!important;background-color:#f5f5f5!important;}.is-checkradio[type=radio].is-light:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-light:hover:not([disabled])+label:before{border-color:#f5f5f5!important;}.is-checkradio[type=radio].is-light:checked+label::after,.is-checkradio[type=radio].is-light:checked+label:after{border-color:#f5f5f5!important;background-color:#f5f5f5!important;}.is-checkradio[type=radio].is-light:checked.has-background-color+label::before,.is-checkradio[type=radio].is-light:checked.has-background-color+label:before{border-color:#f5f5f5!important;background-color:#f5f5f5!important;}.is-checkradio[type=radio].is-dark.has-background-color+label::before,.is-checkradio[type=radio].is-dark.has-background-color+label:before{border-color:#363636!important;background-color:#363636!important;}.is-checkradio[type=radio].is-dark:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-dark:hover:not([disabled])+label:before{border-color:#363636!important;}.is-checkradio[type=radio].is-dark:checked+label::after,.is-checkradio[type=radio].is-dark:checked+label:after{border-color:#363636!important;background-color:#363636!important;}.is-checkradio[type=radio].is-dark:checked.has-background-color+label::before,.is-checkradio[type=radio].is-dark:checked.has-background-color+label:before{border-color:#363636!important;background-color:#363636!important;}.is-checkradio[type=radio].is-link.has-background-color+label::before,.is-checkradio[type=radio].is-link.has-background-color+label:before{border-color:#3273dc!important;background-color:#3273dc!important;}.is-checkradio[type=radio].is-link:hover:not([disabled])+label::before,.is-checkradio[type=radio].is-link:hover:not([disabled])+label:before{border-color:#3273dc!important;}.is-checkradio[type=radio].is-link:checked+label::after,.is-checkradio[type=radio].is-link:checked+label:after{border-color:#3273dc!important;background-color:#3273dc!important;}.is-checkradio[type=radio].is-link:checked.has-background-color+label::before,.is-checkradio[type=radio].is-link:checked.has-background-color+label:before{border-color:#3273dc!important;background-color:#3273dc!important;}.collapse:not(.show){display:none;}.accordion>.card{overflow:hidden;}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0;}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0;}.accordion>.card:first-of-type:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}.accordion>.card:last-of-type{border-top-left-radius:0;}.accordion>.card .card-header{margin-bottom:1px;}.accordion>.card .card-header .title{width:100%;}.accordion>.card .card-header .accordion-toggle{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;position:relative;}.table-container-fixed-header .table thead tr th.dropdown-table-fixed-header-visible{z-index:11;}.dropdown-menu-position-strategy{width:max-content;top:0;left:0;}.dropdown-menu-position-strategy-absolute{position:absolute;}.dropdown-menu-position-strategy-fixed{position:fixed;}.dropdown.is-active .dropdown-menu{animation-duration:.3s;animation-fill-mode:both;animation-name:fadeIn;}.dropdown .dropdown-menu>.dropdown-content>.dropdown-item.is-disabled{pointer-events:none;opacity:.65;}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.75rem;color:hsl(0deg,0%,71%);white-space:nowrap;}.dropdown-menu.dropdown-menu-scrollable{max-height:var(--dropdown-list-menu-max-height,200px);overflow-y:scroll;}.b-is-autocomplete .dropdown-menu{width:100%;max-height:var(--autocomplete-menu-max-height,200px);overflow-y:scroll;}.b-is-autocomplete .dropdown-menu .dropdown-item.focus{background-color:#f5f5f5;color:#0a0a0a!important;}.b-is-autocomplete.b-is-autocomplete-multipleselection{display:flex;align-items:center;flex-wrap:wrap;max-width:100%;width:100%;cursor:text;border-color:hsl(0deg,0%,86%);border-style:solid;border-width:1px;border-radius:.25rem;}.b-is-autocomplete.b-is-autocomplete-multipleselection .field{flex-grow:1;}.b-is-autocomplete.b-is-autocomplete-multipleselection input:not(.is-success,.is-danger){border:0;}.b-is-autocomplete.b-is-autocomplete-multipleselection input{box-shadow:none;outline:0;background-color:transparent;max-width:inherit;width:100%;}.b-is-autocomplete.b-is-autocomplete-multipleselection .tag{align-self:center;margin-top:.25rem;margin-bottom:.25rem;line-height:1.5;flex-grow:initial;}.b-is-autocomplete.b-is-autocomplete-multipleselection.focus{outline:0;border:1px solid transparent;border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25);}.dropdown .button.dropdown-trigger:not(.is-outlined){box-shadow:none;border:0;}.dropdown.is-disabled.b-is-autocomplete{background-color:var(--b-theme-light,#f5f5f5);}.dropdown .dropdown-menu>.dropdown-content .dropdown{width:100%;}.dropdown .dropdown-menu>.dropdown-content .dropdown-trigger{width:100%;}.dropdown .dropdown-menu>.dropdown-content .dropdown-item{padding-right:.5rem;display:flex;justify-content:space-between;}.dropdown .dropdown-menu>.dropdown-content>.dropdown:not(.is-up,.is-right,.is-left)>.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;}.dropdown .dropdown-menu>.dropdown-content>.dropdown:not(.is-up,.is-right,.is-left).is-active>.dropdown-menu{display:block;}.dropdown.is-up>.dropdown-menu{display:none!important;bottom:auto;padding-bottom:4px;padding-top:initial;top:auto;}.dropdown.is-up.is-active>.dropdown-menu{display:block!important;}.dropdown.is-right>.dropdown-menu{display:none!important;left:auto;bottom:auto;right:0;}.dropdown.is-right.is-active>.dropdown-menu{display:block!important;}.dropdown.is-left>.dropdown-menu{left:0;right:auto;bottom:auto;display:none!important;}.dropdown.is-left.is-active>.dropdown-menu{display:block!important;}label.radio.button{display:flex;}label.radio.button{outline:0;display:inline-flex;align-items:center;}label.radio.button input[type=radio]{position:absolute;left:0;opacity:0;outline:0;z-index:-1;}.buttons.has-addons.are-vertical{flex-direction:column;align-items:center;justify-content:center;}.buttons.has-addons.are-vertical .button{display:block;width:100%;border-radius:0;}.buttons.has-addons.are-vertical .button:not(:last-child){margin:-1px;}.field-body .switch[type=checkbox]+label{margin-top:.375em;}.field-body .slider[type=range]{width:100%;}.file.has-name.is-fullwidth{width:100%;}.has-addons.is-extra-small>.control>.button,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.button,.has-addons.is-extra-small>.control>.control>.button,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.control>.button,.has-addons.is-extra-small>.control>.field>.control>.input,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-extra-small>.control>.field>.control>.select,.field.has-addons.are-extra-small>.control>.has-addons.button>.control>.field>.control>.select,.input.is-extra-small,.field.has-addons.are-extra-small>.control>.input.button{font-size:.65rem;}.has-addons.is-small>.control>.button,.field.has-addons.are-small>.control>.has-addons.button>.control>.button,.has-addons.is-small>.control>.control>.button,.field.has-addons.are-small>.control>.has-addons.button>.control>.control>.button,.has-addons.is-small>.control>.field>.control>.input,.field.has-addons.are-small>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-small>.control>.field>.control>.select,.field.has-addons.are-small>.control>.has-addons.button>.control>.field>.control>.select{font-size:.75rem;}.has-addons.is-medium>.control>.button,.field.has-addons.are-medium>.control>.has-addons.button>.control>.button,.has-addons.is-medium>.control>.control>.button,.field.has-addons.are-medium>.control>.has-addons.button>.control>.control>.button,.has-addons.is-medium>.control>.field>.control>.input,.field.has-addons.are-medium>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-medium>.control>.field>.control>.select,.field.has-addons.are-medium>.control>.has-addons.button>.control>.field>.control>.select{font-size:1.25rem;}.has-addons.is-large>.control>.button,.field.has-addons.are-large>.control>.has-addons.button>.control>.button,.has-addons.is-large>.control>.control>.button,.field.has-addons.are-large>.control>.has-addons.button>.control>.control>.button,.has-addons.is-large>.control>.field>.control>.input,.field.has-addons.are-large>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-large>.control>.field>.control>.select,.field.has-addons.are-large>.control>.has-addons.button>.control>.field>.control>.select{font-size:1.5rem;}.has-addons.is-extra-large>.control>.button,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.button,.has-addons.is-extra-large>.control>.control>.button,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.control>.button,.has-addons.is-extra-large>.control>.field>.control>.input,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.field>.control>.input,.has-addons.is-extra-large>.control>.field>.control>.select,.field.has-addons.are-extra-large>.control>.has-addons.button>.control>.field>.control>.select,.input.is-extra-large,.field.has-addons.are-extra-large>.control>.input.button{font-size:2rem;}.select.is-extra-small,.field.has-addons.are-extra-small>.control>.select.button{font-size:.65rem;}.select.is-extra-large,.field.has-addons.are-extra-large>.control>.select.button{font-size:2rem;}.textarea.is-extra-small,.field.has-addons.are-extra-small>.control>.textarea.button{font-size:.65rem;}.textarea.is-extra-large,.field.has-addons.are-extra-large>.control>.textarea.button{font-size:2rem;}.textarea.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0;}select[readonly]{pointer-events:none;}select[readonly] option,select[readonly] optgroup{display:none;}.focus-trap{display:contents;}.field-label-required:after{content:" *";color:var(--b-theme-danger,#ef2e55);}.hero.is-primary{background-color:#00d1b2;color:#fff;}.hero.is-secondary{background-color:#6c757d;color:#fff;}.hero.is-success{background-color:#48c774;color:#212529;}.hero.is-info{background-color:#238cd1;color:#fff;}.hero.is-warning{background-color:#ffd83d;color:#212529;}.hero.is-danger{background-color:#ef2e55;color:#fff;}.hero.is-light{background-color:#f5f5f5;color:#212529;}.hero.is-dark{background-color:#363636;color:#fff;}.hero.is-link{background-color:#3273dc;color:#fff;}body::-webkit-scrollbar{display:none;}.are-columns-1>*{flex:0 0 100%;max-width:100%;}.are-columns-2>*{flex:0 0 50%;max-width:50%;}.are-columns-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-4>*{flex:0 0 25%;max-width:25%;}.are-columns-5>*{flex:0 0 20%;max-width:20%;}.are-columns-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}@media(min-width:576px){.are-columns-mobile-1>*{flex:0 0 100%;max-width:100%;}.are-columns-mobile-2>*{flex:0 0 50%;max-width:50%;}.are-columns-mobile-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-mobile-4>*{flex:0 0 25%;max-width:25%;}.are-columns-mobile-5>*{flex:0 0 20%;max-width:20%;}.are-columns-mobile-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1023px){.are-columns-tablet-1>*{flex:0 0 100%;max-width:100%;}.are-columns-tablet-2>*{flex:0 0 50%;max-width:50%;}.are-columns-tablet-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-tablet-4>*{flex:0 0 25%;max-width:25%;}.are-columns-tablet-5>*{flex:0 0 20%;max-width:20%;}.are-columns-tablet-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1215px){.are-columns-desktop-1>*{flex:0 0 100%;max-width:100%;}.are-columns-desktop-2>*{flex:0 0 50%;max-width:50%;}.are-columns-desktop-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-desktop-4>*{flex:0 0 25%;max-width:25%;}.are-columns-desktop-5>*{flex:0 0 20%;max-width:20%;}.are-columns-desktop-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1407px){.are-columns-widescreen-1>*{flex:0 0 100%;max-width:100%;}.are-columns-widescreen-2>*{flex:0 0 50%;max-width:50%;}.are-columns-widescreen-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-widescreen-4>*{flex:0 0 25%;max-width:25%;}.are-columns-widescreen-5>*{flex:0 0 20%;max-width:20%;}.are-columns-widescreen-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:1907px){.are-columns-fullhd-1>*{flex:0 0 100%;max-width:100%;}.are-columns-fullhd-2>*{flex:0 0 50%;max-width:50%;}.are-columns-fullhd-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-fullhd-4>*{flex:0 0 25%;max-width:25%;}.are-columns-fullhd-5>*{flex:0 0 20%;max-width:20%;}.are-columns-fullhd-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}@media(min-width:2560px){.are-columns-quadhd-1>*{flex:0 0 100%;max-width:100%;}.are-columns-quadhd-2>*{flex:0 0 50%;max-width:50%;}.are-columns-quadhd-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%;}.are-columns-quadhd-4>*{flex:0 0 25%;max-width:25%;}.are-columns-quadhd-5>*{flex:0 0 20%;max-width:20%;}.are-columns-quadhd-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%;}}.b-layout-header{z-index:30;}a.is-link-unstyled{text-decoration:none;color:inherit;}a.is-link-disabled[aria-disabled=true]{pointer-events:none;opacity:.65;}.is-link-stretched::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem;}.list-group>.list-group-item.is-primary{color:#00d1b2;background-color:#b8f2e9;}.list-group>.list-group-item.is-primary.list-group-item-action:hover,.list-group>.list-group-item.is-primary.list-group-item-action:focus{color:#00d1b2;background-color:#a2eee2;}.list-group>.list-group-item.is-primary.list-group-item-action.is-active{color:#fff;background-color:#00d1b2;border-color:#00d1b2;}.list-group>.list-group-item.is-secondary{color:#6c757d;background-color:#d6d8db;}.list-group>.list-group-item.is-secondary.list-group-item-action:hover,.list-group>.list-group-item.is-secondary.list-group-item-action:focus{color:#6c757d;background-color:#c8cbcf;}.list-group>.list-group-item.is-secondary.list-group-item-action.is-active{color:#fff;background-color:#6c757d;border-color:#6c757d;}.list-group>.list-group-item.is-success{color:#48c774;background-color:#ccefd8;}.list-group>.list-group-item.is-success.list-group-item-action:hover,.list-group>.list-group-item.is-success.list-group-item-action:focus{color:#48c774;background-color:#b9e9c9;}.list-group>.list-group-item.is-success.list-group-item-action.is-active{color:#fff;background-color:#48c774;border-color:#48c774;}.list-group>.list-group-item.is-info{color:#238cd1;background-color:#c1dff2;}.list-group>.list-group-item.is-info.list-group-item-action:hover,.list-group>.list-group-item.is-info.list-group-item-action:focus{color:#238cd1;background-color:#acd4ee;}.list-group>.list-group-item.is-info.list-group-item-action.is-active{color:#fff;background-color:#238cd1;border-color:#238cd1;}.list-group>.list-group-item.is-warning{color:#ffd83d;background-color:#fff4c9;}.list-group>.list-group-item.is-warning.list-group-item-action:hover,.list-group>.list-group-item.is-warning.list-group-item-action:focus{color:#ffd83d;background-color:#ffefb0;}.list-group>.list-group-item.is-warning.list-group-item-action.is-active{color:#fff;background-color:#ffd83d;border-color:#ffd83d;}.list-group>.list-group-item.is-danger{color:#ef2e55;background-color:#fbc4cf;}.list-group>.list-group-item.is-danger.list-group-item-action:hover,.list-group>.list-group-item.is-danger.list-group-item-action:focus{color:#ef2e55;background-color:#f9acbc;}.list-group>.list-group-item.is-danger.list-group-item-action.is-active{color:#fff;background-color:#ef2e55;border-color:#ef2e55;}.list-group>.list-group-item.is-light{color:#f5f5f5;background-color:#fcfcfc;}.list-group>.list-group-item.is-light.list-group-item-action:hover,.list-group>.list-group-item.is-light.list-group-item-action:focus{color:#f5f5f5;background-color:#efefef;}.list-group>.list-group-item.is-light.list-group-item-action.is-active{color:#fff;background-color:#f5f5f5;border-color:#f5f5f5;}.list-group>.list-group-item.is-dark{color:#363636;background-color:#c7c7c7;}.list-group>.list-group-item.is-dark.list-group-item-action:hover,.list-group>.list-group-item.is-dark.list-group-item-action:focus{color:#363636;background-color:#bababa;}.list-group>.list-group-item.is-dark.list-group-item-action.is-active{color:#fff;background-color:#363636;border-color:#363636;}.list-group>.list-group-item.is-link{color:#3273dc;background-color:#c6d8f5;}.list-group>.list-group-item.is-link.list-group-item-action:hover,.list-group>.list-group-item.is-link.list-group-item-action:focus{color:#3273dc;background-color:#b0c9f1;}.list-group>.list-group-item.is-link.list-group-item-action.is-active{color:#fff;background-color:#3273dc;border-color:#3273dc;}.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{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.is-active{z-index:2;color:#fff;background-color:theme-color("primary");border-color:theme-color("primary");}.list-group-item+.list-group-item{border-top-width:0;}.list-group-item+.list-group-item.is-active{margin-top:-1px;border-top-width:1px;}.list-group-item-action{width:100%;color:#495057;text-align:inherit;}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa;}.list-group-item-action:active{color:#212529;background-color:#e9ecef;}li.list-group-item-action{cursor:pointer;}.list-group-scrollable{overflow-y:scroll;}@media(min-width:576px){.modal-sm{width:300px;}}@media(min-width:992px){.modal-lg{width:800px;}}@media(min-width:1200px){.modal-xl{width:1140px;}}.modal .modal-content.modal-fullscreen{width:100%;height:100%;max-height:100vh;margin:0;background-color:#fff;}.modal.is-active.fade{animation-duration:var(--modal-animation-duration,300ms);animation-fill-mode:both;animation-name:fadeIn;}.offcanvas{position:fixed;display:flex;flex-direction:column;background-color:#fff;z-index:1050;transform:translateX(-100%);transition:transform .3s ease-in-out;}.offcanvas.is-active{transform:translateX(0);}.is-showing,.is-active:not(.is-hiding){transform:none;}.is-showing,.is-hiding,.is-showing{visibility:visible;}.is-start{top:0;left:0;height:100%;width:20rem;transform-origin:left;}.is-end{top:0;right:0;height:100%;transform:translateX(100%);}.is-end.is-active{transform:none;width:20rem;}.is-top{top:0;left:0;right:0;transform-origin:top;transform:translateY(-100%);width:100%;}.is-top.is-active{transform:none;height:20rem;}.is-bottom{bottom:0;left:0;right:0;transform-origin:bottom;transform:translateY(100%);width:100%;}.is-bottom.is-active{transform:none;height:20rem;}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;}.offcanvas-footer{position:sticky;bottom:0;top:auto;display:flex;align-items:center;justify-content:space-between;padding:1rem;}.offcanvas-body{display:flex;flex-grow:1;overflow-y:auto;padding:1rem;}.offcanvas-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease-in-out;z-index:1040;}.offcanvas-backdrop.is-active{opacity:1;}.pagination.is-extra-small,.field.has-addons.are-extra-small>.control>.pagination.button{font-size:.65rem;}.pagination.is-extra-large,.field.has-addons.are-extra-large>.control>.pagination.button{font-size:2rem;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-primary{background-color:#00d1b2;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-secondary{background-color:#6c757d;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-success{background-color:#48c774;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-info{background-color:#238cd1;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-warning{background-color:#ffd83d;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-danger{background-color:#ef2e55;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-light{background-color:#f5f5f5;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-dark{background-color:#363636;}.b-page-progress .b-page-progress-indicator.b-page-progress-indicator-link{background-color:#3273dc;}@-webkit-keyframes animate-stripes{100%{background-position:-40px 0;}}@keyframes animate-stripes{100%{background-position:-40px 0;}}.progress-wrapper{position:relative;display:flex;}.progress-wrapper .progress.is-extra-small,.progress-wrapper .field.has-addons.are-extra-small>.control>.progress.button{height:.65rem;}.progress-wrapper .progress.is-extra-large,.progress-wrapper .field.has-addons.are-extra-large>.control>.progress.button{height:2rem;}.progress-wrapper .progress[value].progress-animated::-webkit-progress-value{-webkit-animation:animate-stripes 5s linear infinite;animation:animate-stripes 5s linear infinite;}.progress-wrapper .progress[value].progress-striped::-webkit-progress-value{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem;}.progress-bars-wrapper{position:relative;overflow:hidden;-moz-appearance:none;-webkit-appearance:none;border:0;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%;white-space:nowrap;background-color:hsl(0deg,0%,93%);border-radius:290486px;}.progress-bars-wrapper:not(:last-child){margin-bottom:1.5rem;}.progress-bars-wrapper .progress-value{position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:calc(1rem/1.5);line-height:1rem;font-weight:700;color:findColorInvert(hsl(0deg,0%,93%));white-space:nowrap;}.progress-bars-wrapper .progress-bar{margin-bottom:0;}.progress-bars-wrapper .progress-bar.is-extra-small+.progress-value,.progress-bars-wrapper .field.has-addons.are-extra-small>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-extra-small .progress-value,.progress-bars-wrapper .field.has-addons.are-extra-small>.control>.progress-bar.button .progress-value{font-size:calc(.65rem/1.5);line-height:.65rem;}.progress-bars-wrapper .progress-bar.is-small+.progress-value,.progress-bars-wrapper .field.has-addons.are-small>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-small .progress-value,.progress-bars-wrapper .field.has-addons.are-small>.control>.progress-bar.button .progress-value{font-size:calc(.75rem/1.5);line-height:.75rem;}.progress-bars-wrapper .progress-bar.is-medium+.progress-value,.progress-bars-wrapper .field.has-addons.are-medium>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-medium .progress-value,.progress-bars-wrapper .field.has-addons.are-medium>.control>.progress-bar.button .progress-value{font-size:calc(1.25rem/1.5);line-height:1.25rem;}.progress-bars-wrapper .progress-bar.is-large+.progress-value,.progress-bars-wrapper .field.has-addons.are-large>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-large .progress-value,.progress-bars-wrapper .field.has-addons.are-large>.control>.progress-bar.button .progress-value{font-size:calc(1.5rem/1.5);line-height:1.5rem;}.progress-bars-wrapper .progress-bar.is-extra-large+.progress-value,.progress-bars-wrapper .field.has-addons.are-extra-large>.control>.progress-bar.button+.progress-value,.progress-bars-wrapper .progress-bar.is-extra-large .progress-value,.progress-bars-wrapper .field.has-addons.are-extra-large>.control>.progress-bar.button .progress-value{font-size:calc(2rem/1.5);line-height:2rem;}.progress-bars-wrapper .progress-bar::-webkit-progress-value{transition:width .5s ease;}.progress-bars-wrapper .progress-bar.is-more-than-half+.progress-value{color:findColorInvert(hsl(0deg,0%,29%));}.progress-bars-wrapper .progress-bar.is-more-than-half.is-primary+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-secondary+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-success+.progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-info+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-warning+.progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-danger+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-light+.progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-dark+.progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-more-than-half.is-link+.progress-value{color:#fff;}.progress-bars-wrapper:not(:last-child){margin-bottom:1.5rem;}.progress-bars-wrapper::-webkit-progress-bar{background-color:hsl(0deg,0%,93%);}.progress-bars-wrapper::-webkit-progress-value{background-color:hsl(0deg,0%,29%);}.progress-bars-wrapper::-moz-progress-bar{background-color:hsl(0deg,0%,29%);}.progress-bars-wrapper::-ms-fill{background-color:hsl(0deg,0%,29%);border:0;}.progress-bars-wrapper .progress-bar{position:relative;display:inline-block;vertical-align:top;height:100%;background-color:hsl(0deg,0%,29%);}.progress-bars-wrapper .progress-bar .progress-value{color:findColorInvert(hsl(0deg,0%,29%));}.progress-bars-wrapper .progress-bar.is-primary{background-color:#00d1b2;}.progress-bars-wrapper .progress-bar.is-primary .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-secondary{background-color:#6c757d;}.progress-bars-wrapper .progress-bar.is-secondary .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-success{background-color:#48c774;}.progress-bars-wrapper .progress-bar.is-success .progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-info{background-color:#238cd1;}.progress-bars-wrapper .progress-bar.is-info .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-warning{background-color:#ffd83d;}.progress-bars-wrapper .progress-bar.is-warning .progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-danger{background-color:#ef2e55;}.progress-bars-wrapper .progress-bar.is-danger .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-light{background-color:#f5f5f5;}.progress-bars-wrapper .progress-bar.is-light .progress-value{color:#212529;}.progress-bars-wrapper .progress-bar.is-dark{background-color:#363636;}.progress-bars-wrapper .progress-bar.is-dark .progress-value{color:#fff;}.progress-bars-wrapper .progress-bar.is-link{background-color:#3273dc;}.progress-bars-wrapper .progress-bar.is-link .progress-value{color:#fff;}.rating:not(.rating-disabled):not(.rating-readonly):hover .rating-item{cursor:pointer;}.rating.rating-disabled{opacity:.65;}.rating .rating-item.is-primary{color:#00d1b2;}.rating .rating-item.is-secondary{color:#6c757d;}.rating .rating-item.is-success{color:#48c774;}.rating .rating-item.is-info{color:#238cd1;}.rating .rating-item.is-warning{color:#ffd83d;}.rating .rating-item.is-danger{color:#ef2e55;}.rating .rating-item.is-light{color:#f5f5f5;}.rating .rating-item.is-dark{color:#363636;}.rating .rating-item.is-link{color:#3273dc;}.rating .rating-item.is-hover{opacity:.7;}.skeleton-lines{color:transparent!important;display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;position:relative;}.skeleton-lines:not(.skeleton-lines-pulse)>.skeleton-line{background-color:hsl(0deg,0%,90.2%);}.skeleton-lines>.skeleton-line{position:relative;min-height:1rem;overflow:hidden;padding:0;}.skeleton-lines-pulse>.skeleton-line{animation-duration:2s;animation-iteration-count:infinite;animation-name:skeleton-wave-pulse;animation-timing-function:cubic-bezier(.4,0,.6,1);background-color:hsl(221deg,14%,86%);border-radius:.25rem;box-shadow:none;pointer-events:none;}.skeleton-lines-wave>.skeleton-line::after{transform:translate(-100%);background-image:linear-gradient(to right,hsl(221deg,14%,86%) 0%,hsl(0deg,0%,90.2%) 50%,hsl(221deg,14%,86%) 100%);animation-name:skeleton-wave-anim;animation-timing-function:ease-in-out;animation-duration:3s;animation-iteration-count:infinite;position:absolute;display:block;content:"";inset:0;}@keyframes skeleton-wave-anim{100%{transform:translate(100%);}}@keyframes skeleton-wave-pulse{50%{opacity:.5;}}.steps{display:flex;flex-wrap:wrap;font-size:1rem;min-height:2rem;}.steps:not(:last-child){margin-bottom:1.5rem;}.steps .step-item{margin-top:0;position:relative;flex-grow:1;flex-basis:0;}.steps .step-item:not(:first-child){flex-basis:1em;flex-grow:1;flex-shrink:1;}.steps .step-item:not(:first-child)::before{content:" ";display:block;position:absolute;}.steps .step-item::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#00d1b2 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item::before .step-marker{color:#fff;}.steps .step-item.is-completed::before{background-position:left bottom;}.steps .step-item.is-completed .step-marker{color:#fff;background-color:#48c774;}.steps .step-item.is-active::before{background-position:left bottom;}.steps .step-item.is-active.is-completed .step-marker,.steps .step-item.is-active .step-marker{background-color:#00d1b2;color:#fff;}.steps .step-item .step-marker{align-items:center;display:flex;border-radius:50%;font-weight:700;justify-content:center;background:hsl(0deg,0%,71%);color:#fff;border:.2em solid #fff;z-index:1;}.steps .step-item .step-details{text-align:center;}.steps .step-item.is-primary::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#00d1b2 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-primary .step-marker{background-color:#00d1b2;color:#fff;}.steps .step-item.is-primary.is-completed::before{background-position:left bottom;}.steps .step-item.is-primary.is-completed .step-marker{background-color:#00d1b2;color:#fff;}.steps .step-item.is-primary.is-active::before{background-position:left bottom;}.steps .step-item.is-primary.is-active.is-completed .step-marker,.steps .step-item.is-primary.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-secondary::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#6c757d 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-secondary .step-marker{background-color:#6c757d;color:#fff;}.steps .step-item.is-secondary.is-completed::before{background-position:left bottom;}.steps .step-item.is-secondary.is-completed .step-marker{background-color:#6c757d;color:#fff;}.steps .step-item.is-secondary.is-active::before{background-position:left bottom;}.steps .step-item.is-secondary.is-active.is-completed .step-marker,.steps .step-item.is-secondary.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-success::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#48c774 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-success .step-marker{background-color:#48c774;color:#fff;}.steps .step-item.is-success.is-completed::before{background-position:left bottom;}.steps .step-item.is-success.is-completed .step-marker{background-color:#48c774;color:#fff;}.steps .step-item.is-success.is-active::before{background-position:left bottom;}.steps .step-item.is-success.is-active.is-completed .step-marker,.steps .step-item.is-success.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-info::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#238cd1 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-info .step-marker{background-color:#238cd1;color:#fff;}.steps .step-item.is-info.is-completed::before{background-position:left bottom;}.steps .step-item.is-info.is-completed .step-marker{background-color:#238cd1;color:#fff;}.steps .step-item.is-info.is-active::before{background-position:left bottom;}.steps .step-item.is-info.is-active.is-completed .step-marker,.steps .step-item.is-info.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-warning::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#ffd83d 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-warning .step-marker{background-color:#ffd83d;color:#fff;}.steps .step-item.is-warning.is-completed::before{background-position:left bottom;}.steps .step-item.is-warning.is-completed .step-marker{background-color:#ffd83d;color:#fff;}.steps .step-item.is-warning.is-active::before{background-position:left bottom;}.steps .step-item.is-warning.is-active.is-completed .step-marker,.steps .step-item.is-warning.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-danger::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#ef2e55 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-danger .step-marker{background-color:#ef2e55;color:#fff;}.steps .step-item.is-danger.is-completed::before{background-position:left bottom;}.steps .step-item.is-danger.is-completed .step-marker{background-color:#ef2e55;color:#fff;}.steps .step-item.is-danger.is-active::before{background-position:left bottom;}.steps .step-item.is-danger.is-active.is-completed .step-marker,.steps .step-item.is-danger.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-light::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#f5f5f5 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-light .step-marker{background-color:#f5f5f5;color:#fff;}.steps .step-item.is-light.is-completed::before{background-position:left bottom;}.steps .step-item.is-light.is-completed .step-marker{background-color:#f5f5f5;color:#fff;}.steps .step-item.is-light.is-active::before{background-position:left bottom;}.steps .step-item.is-light.is-active.is-completed .step-marker,.steps .step-item.is-light.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-dark::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#363636 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-dark .step-marker{background-color:#363636;color:#fff;}.steps .step-item.is-dark.is-completed::before{background-position:left bottom;}.steps .step-item.is-dark.is-completed .step-marker{background-color:#363636;color:#fff;}.steps .step-item.is-dark.is-active::before{background-position:left bottom;}.steps .step-item.is-dark.is-active.is-completed .step-marker,.steps .step-item.is-dark.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .step-item.is-link::before{background:linear-gradient(to left,hsl(0deg,0%,86%) 50%,#3273dc 50%);background-size:200% 100%;background-position:right bottom;}.steps .step-item.is-link .step-marker{background-color:#3273dc;color:#fff;}.steps .step-item.is-link.is-completed::before{background-position:left bottom;}.steps .step-item.is-link.is-completed .step-marker{background-color:#3273dc;color:#fff;}.steps .step-item.is-link.is-active::before{background-position:left bottom;}.steps .step-item.is-link.is-active.is-completed .step-marker,.steps .step-item.is-link.is-active .step-marker{background-color:#00d1b2;border-color:#00d1b2;color:#fff;}.steps .steps-actions{display:flex;align-items:stretch;flex-basis:100%;}.steps .steps-actions .steps-action{display:flex;flex-basis:0;flex-grow:1;margin:.5rem;justify-content:center;align-items:center;}.steps.is-animated .step-item::before{transition:all 2s ease;}.steps.is-animated .step-item .step-marker{transition:all 0s ease;transition-delay:1.5s;}.steps .step-item:not(:first-child)::before{height:.2em;width:100%;bottom:0;left:-50%;top:1rem;}.steps .step-item .step-marker{height:2rem;width:2rem;position:absolute;left:calc(50% - 1rem);}.steps .step-item .step-marker .icon *{font-size:1rem;}.steps .step-item .step-details{margin-top:2rem;margin-left:.5em;margin-right:.5em;padding-top:.2em;}.steps .step-item .step-details .step-title{font-size:1.2rem;font-weight:600;}.steps-content{align-items:stretch;flex-basis:100%;margin:2rem 0;}.steps-content .step-content{display:none;}.steps-content .step-content.is-active{display:block;}.switch[type=checkbox]{outline:0;user-select:none;display:inline-block;position:absolute;opacity:0;}.switch[type=checkbox]+label{position:relative;display:initial;font-size:1rem;line-height:1.5;padding-left:3.5rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox]+label::before,.switch[type=checkbox]+label:before{position:absolute;display:block;top:calc(50% - 1.5rem/2);left:0;width:3rem;height:1.5rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox]+label::after,.switch[type=checkbox]+label:after{display:block;position:absolute;top:calc(50% - 1rem/2);left:.25rem;width:1rem;height:1rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox]:checked+label::before,.switch[type=checkbox]:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox]:checked+label::after{left:1.625rem;}.switch[type=checkbox].is-extra-small+label,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:.65rem;line-height:1.5;padding-left:2.45rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-extra-small+label::before,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-extra-small+label:before{position:absolute;display:block;top:calc(50% - .975rem/2);left:0;width:1.95rem;height:.975rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-extra-small+label::after,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-extra-small+label:after{display:block;position:absolute;top:calc(50% - .475rem/2);left:.25rem;width:.475rem;height:.475rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-extra-small:checked+label::before,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-extra-small:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-extra-small:checked+label::after,.field.has-addons.are-extra-small>.control>.switch[type=checkbox].button:checked+label::after{left:1.1rem;}.switch[type=checkbox].is-small+label,.field.has-addons.are-small>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:.75rem;line-height:1.5;padding-left:2.75rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-small+label::before,.field.has-addons.are-small>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-small+label:before{position:absolute;display:block;top:calc(50% - 1.125rem/2);left:0;width:2.25rem;height:1.125rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-small+label::after,.field.has-addons.are-small>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-small+label:after{display:block;position:absolute;top:calc(50% - .625rem/2);left:.25rem;width:.625rem;height:.625rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-small:checked+label::before,.field.has-addons.are-small>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-small:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-small:checked+label::after,.field.has-addons.are-small>.control>.switch[type=checkbox].button:checked+label::after{left:1.25rem;}.switch[type=checkbox].is-medium+label,.field.has-addons.are-medium>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:1.25rem;line-height:1.5;padding-left:4.25rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-medium+label::before,.field.has-addons.are-medium>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-medium+label:before{position:absolute;display:block;top:calc(50% - 1.875rem/2);left:0;width:3.75rem;height:1.875rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-medium+label::after,.field.has-addons.are-medium>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-medium+label:after{display:block;position:absolute;top:calc(50% - 1.375rem/2);left:.25rem;width:1.375rem;height:1.375rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-medium:checked+label::before,.field.has-addons.are-medium>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-medium:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-medium:checked+label::after,.field.has-addons.are-medium>.control>.switch[type=checkbox].button:checked+label::after{left:2rem;}.switch[type=checkbox].is-large+label,.field.has-addons.are-large>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:1.5rem;line-height:1.5;padding-left:5rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-large+label::before,.field.has-addons.are-large>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-large+label:before{position:absolute;display:block;top:calc(50% - 2.25rem/2);left:0;width:4.5rem;height:2.25rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-large+label::after,.field.has-addons.are-large>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-large+label:after{display:block;position:absolute;top:calc(50% - 1.75rem/2);left:.25rem;width:1.75rem;height:1.75rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-large:checked+label::before,.field.has-addons.are-large>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-large:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-large:checked+label::after,.field.has-addons.are-large>.control>.switch[type=checkbox].button:checked+label::after{left:2.375rem;}.switch[type=checkbox].is-extra-large+label,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button+label{position:relative;display:initial;font-size:2rem;line-height:1.5;padding-left:6.5rem;padding-top:.2rem;cursor:pointer;}.switch[type=checkbox].is-extra-large+label::before,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button+label::before,.switch[type=checkbox].is-extra-large+label:before{position:absolute;display:block;top:calc(50% - 3rem/2);left:0;width:6rem;height:3rem;border:.1rem solid transparent;border-radius:4px;background:rgba(0,0,0,.125);content:"";}.switch[type=checkbox].is-extra-large+label::after,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button+label::after,.switch[type=checkbox].is-extra-large+label:after{display:block;position:absolute;top:calc(50% - 2.5rem/2);left:.25rem;width:2.5rem;height:2.5rem;transform:translate3d(0,0,0);border-radius:4px;background:var(--b-theme-white,#fff);transition:all .25s ease-out;content:"";}.switch[type=checkbox].is-extra-large:checked+label::before,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button:checked+label::before,.switch[type=checkbox].is-extra-large:checked+label:before{background:var(--b-theme-primary,hsl(171deg,100%,41%));}.switch[type=checkbox].is-extra-large:checked+label::after,.field.has-addons.are-extra-large>.control>.switch[type=checkbox].button:checked+label::after{left:3.125rem;}.switch[type=checkbox].is-primary:checked+label::before,.switch[type=checkbox].is-primary:checked+label:before{background-color:#00d1b2;}.switch[type=checkbox]:disabled.is-primary:checked+label::before{background-color:rgba(0,209,178,.5);}.switch[type=checkbox].is-secondary:checked+label::before,.switch[type=checkbox].is-secondary:checked+label:before{background-color:#6c757d;}.switch[type=checkbox]:disabled.is-secondary:checked+label::before{background-color:rgba(108,117,125,.5);}.switch[type=checkbox].is-success:checked+label::before,.switch[type=checkbox].is-success:checked+label:before{background-color:#48c774;}.switch[type=checkbox]:disabled.is-success:checked+label::before{background-color:rgba(72,199,116,.5);}.switch[type=checkbox].is-info:checked+label::before,.switch[type=checkbox].is-info:checked+label:before{background-color:#238cd1;}.switch[type=checkbox]:disabled.is-info:checked+label::before{background-color:rgba(35,140,209,.5);}.switch[type=checkbox].is-warning:checked+label::before,.switch[type=checkbox].is-warning:checked+label:before{background-color:#ffd83d;}.switch[type=checkbox]:disabled.is-warning:checked+label::before{background-color:rgba(255,216,61,.5);}.switch[type=checkbox].is-danger:checked+label::before,.switch[type=checkbox].is-danger:checked+label:before{background-color:#ef2e55;}.switch[type=checkbox]:disabled.is-danger:checked+label::before{background-color:rgba(239,46,85,.5);}.switch[type=checkbox].is-light:checked+label::before,.switch[type=checkbox].is-light:checked+label:before{background-color:#f5f5f5;}.switch[type=checkbox]:disabled.is-light:checked+label::before{background-color:rgba(245,245,245,.5);}.switch[type=checkbox].is-dark:checked+label::before,.switch[type=checkbox].is-dark:checked+label:before{background-color:#363636;}.switch[type=checkbox]:disabled.is-dark:checked+label::before{background-color:rgba(54,54,54,.5);}.switch[type=checkbox].is-link:checked+label::before,.switch[type=checkbox].is-link:checked+label:before{background-color:#3273dc;}.switch[type=checkbox]:disabled.is-link:checked+label::before{background-color:rgba(50,115,220,.5);}table.is-borderless td,table.is-borderless th,table.is-borderless tr{border:0!important;}table tbody tr.table-group{cursor:pointer;background-color:var(--b-theme-light,var(--bs-light,#f5f5f5));font-weight:700;}tr.table-row-selectable:hover,tr.table-row-selectable.is-hovered{cursor:pointer;}tr.table-row-selectable:focus[tabindex="0"]{outline:0;}.table-container-fixed-header{overflow-y:auto;}.table-container-fixed-header .table{border-collapse:separate;border-spacing:0;}.table-container-fixed-header .table thead:not(.table-thead-theme) th{background:#fff;}.table-container-fixed-header .table thead tr th{border-top:0;position:sticky;z-index:10;}.table-container-fixed-header .table thead tr:nth-child(1) th{top:0;}.table-container-fixed-columns{width:100%;overflow-x:auto;white-space:nowrap;position:relative;}.table-container-fixed-columns .table{table-layout:fixed;overflow-x:auto;white-space:nowrap;border-collapse:separate;border-spacing:0;border:0;}.table-container-fixed-columns .table .is-header-cell-fixed-start,.table-container-fixed-columns .table .is-row-header-fixed-start,.table-container-fixed-columns .table .is-row-cell-fixed-start{position:sticky;border-left:0;z-index:11;background-color:#fff;border-inline-start-width:0;left:0;}.table-container-fixed-columns .table .is-header-cell-fixed-end,.table-container-fixed-columns .table .is-row-header-fixed-end,.table-container-fixed-columns .table .is-row-cell-fixed-end{position:sticky;border-left:0;z-index:11;background-color:#fff;border-inline-start-width:0;right:0;}td:focus{outline:-webkit-focus-ring-color auto 1px;}@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){.is-table-mobile [data-caption]:before{content:attr(data-caption);}.is-table-mobile thead,.is-table-mobile tbody,.is-table-mobile th,.is-table-mobile td,.is-table-mobile tr{display:block;}.is-table-mobile thead tr{position:absolute;top:-9999px;left:-9999px;}.is-table-mobile td,.is-table-mobile th{position:relative;padding-top:1.5rem!important;}.is-table-mobile td:before,.is-table-mobile th:before{position:absolute;top:0;white-space:nowrap;font-weight:bold;}.is-table-mobile:not(.is-borderless) tr{border-bottom:1px solid;}}.tab-pane{display:none;}.tab-pane.is-active{display:block;}.tabs.is-justified li{flex-basis:0;flex-grow:1;text-align:center;}.tabs.is-vertical ul{-webkit-flex-direction:column;flex-direction:column;}.tabs.is-vertical li{width:100%;}.tabs.is-vertical li>a{border:0;}.toast-container{width:100%;z-index:99999;pointer-events:none;display:flex;flex-direction:column;padding:15px;}.toast-container-fixed{position:fixed;}.toast-container-absolute{position:absolute;}.toast-container-top{left:0;right:0;top:0;align-items:center;}.toast-container-top-left{left:0;top:0;text-align:left;align-items:flex-start;}.toast-container-top-right{right:0;top:0;text-align:right;align-items:flex-end;}.toast-container-bottom{left:0;right:0;bottom:0;align-items:center;}.toast-container-bottom-left{left:0;bottom:0;text-align:left;align-items:flex-start;}.toast-container-bottom-right{right:0;bottom:0;text-align:right;align-items:flex-end;}.toast{background-color:#f5f5f5;border-radius:4px;position:relative;width:auto;pointer-events:auto;display:flex;flex-direction:column;white-space:pre-wrap;animation-fill-mode:both;padding:1.25rem;}.toast-show{opacity:1;}.toast-hide{opacity:0;}.toast-showing{animation-name:toast-fadeIn;}.toast-hiding{animation-name:toast-fadeOut;}.toast .toast-header{display:flex;align-items:center;font-weight:700;padding-bottom:.75rem;}.toast:not(:last-child){margin-bottom:1.5rem;}@keyframes toast-fadeIn{0%{opacity:0;}to{opacity:1;}}@keyframes toast-fadeOut{0%{opacity:1;}to{opacity:0;}}.is-vertical-align-baseline{vertical-align:baseline!important;}.is-vertical-align-top{vertical-align:top!important;}.is-vertical-align-middle{vertical-align:middle!important;}.is-vertical-align-bottom{vertical-align:bottom!important;}.is-vertical-align-text-bottom{vertical-align:text-bottom!important;}.is-vertical-align-text-top{vertical-align:text-top!important;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}0%{opacity:0;}}@keyframes slideIn{0%{transform:translateY(1rem);opacity:0;}100%{transform:translateY(0);opacity:1;}0%{transform:translateY(1rem);opacity:0;}}.is-borderless{border:0!important;}.has-border{border:1px solid #adb5bd!important;}.has-border-top{border-top:1px solid #adb5bd!important;}.has-border-right{border-right:1px solid #adb5bd!important;}.has-border-bottom{border-bottom:1px solid #adb5bd!important;}.has-border-left{border-left:1px solid #adb5bd!important;}.has-border-0{border:0!important;}.has-border-top-0{border-top:0!important;}.has-border-right-0{border-right:0!important;}.has-border-bottom-0{border-bottom:0!important;}.has-border-left-0{border-left:0!important;}.has-border-primary{border-color:#00d1b2!important;}.has-border-secondary{border-color:#6c757d!important;}.has-border-success{border-color:#48c774!important;}.has-border-info{border-color:#238cd1!important;}.has-border-warning{border-color:#ffd83d!important;}.has-border-danger{border-color:#ef2e55!important;}.has-border-light{border-color:#f5f5f5!important;}.has-border-dark{border-color:#363636!important;}.has-border-link{border-color:#3273dc!important;}.has-border-white{border-color:#fff!important;}.has-rounded-border{border-radius:4px!important;}.has-rounded-border-top{border-top-left-radius:4px!important;border-top-right-radius:4px!important;}.has-rounded-border-right{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important;}.has-rounded-border-bottom{border-bottom-right-radius:4px!important;border-bottom-left-radius:4px!important;}.has-rounded-border-left{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important;}.has-rounded-border-circle{border-radius:50%!important;}.has-rounded-border-pill{border-radius:50rem!important;}.has-rounded-border-0{border-radius:0!important;}.has-border-1{border:1px solid #adb5bd!important;}.has-border-primary-1{border:1px solid #00d1b2!important;}.has-border-secondary-1{border:1px solid #6c757d!important;}.has-border-success-1{border:1px solid #48c774!important;}.has-border-info-1{border:1px solid #238cd1!important;}.has-border-warning-1{border:1px solid #ffd83d!important;}.has-border-danger-1{border:1px solid #ef2e55!important;}.has-border-light-1{border:1px solid #f5f5f5!important;}.has-border-dark-1{border:1px solid #363636!important;}.has-border-link-1{border:1px solid #3273dc!important;}.has-border-top-1{border-top:1px solid #adb5bd!important;}.has-border-primary-top-1{border-top:1px solid #00d1b2!important;}.has-border-secondary-top-1{border-top:1px solid #6c757d!important;}.has-border-success-top-1{border-top:1px solid #48c774!important;}.has-border-info-top-1{border-top:1px solid #238cd1!important;}.has-border-warning-top-1{border-top:1px solid #ffd83d!important;}.has-border-danger-top-1{border-top:1px solid #ef2e55!important;}.has-border-light-top-1{border-top:1px solid #f5f5f5!important;}.has-border-dark-top-1{border-top:1px solid #363636!important;}.has-border-link-top-1{border-top:1px solid #3273dc!important;}.has-border-right-1{border-right:1px solid #adb5bd!important;}.has-border-primary-right-1{border-right:1px solid #00d1b2!important;}.has-border-secondary-right-1{border-right:1px solid #6c757d!important;}.has-border-success-right-1{border-right:1px solid #48c774!important;}.has-border-info-right-1{border-right:1px solid #238cd1!important;}.has-border-warning-right-1{border-right:1px solid #ffd83d!important;}.has-border-danger-right-1{border-right:1px solid #ef2e55!important;}.has-border-light-right-1{border-right:1px solid #f5f5f5!important;}.has-border-dark-right-1{border-right:1px solid #363636!important;}.has-border-link-right-1{border-right:1px solid #3273dc!important;}.has-border-bottom-1{border-bottom:1px solid #adb5bd!important;}.has-border-primary-bottom-1{border-bottom:1px solid #00d1b2!important;}.has-border-secondary-bottom-1{border-bottom:1px solid #6c757d!important;}.has-border-success-bottom-1{border-bottom:1px solid #48c774!important;}.has-border-info-bottom-1{border-bottom:1px solid #238cd1!important;}.has-border-warning-bottom-1{border-bottom:1px solid #ffd83d!important;}.has-border-danger-bottom-1{border-bottom:1px solid #ef2e55!important;}.has-border-light-bottom-1{border-bottom:1px solid #f5f5f5!important;}.has-border-dark-bottom-1{border-bottom:1px solid #363636!important;}.has-border-link-bottom-1{border-bottom:1px solid #3273dc!important;}.has-border-left-1{border-left:1px solid #adb5bd!important;}.has-border-primary-left-1{border-left:1px solid #00d1b2!important;}.has-border-secondary-left-1{border-left:1px solid #6c757d!important;}.has-border-success-left-1{border-left:1px solid #48c774!important;}.has-border-info-left-1{border-left:1px solid #238cd1!important;}.has-border-warning-left-1{border-left:1px solid #ffd83d!important;}.has-border-danger-left-1{border-left:1px solid #ef2e55!important;}.has-border-light-left-1{border-left:1px solid #f5f5f5!important;}.has-border-dark-left-1{border-left:1px solid #363636!important;}.has-border-link-left-1{border-left:1px solid #3273dc!important;}.has-border-2{border:2px solid #adb5bd!important;}.has-border-primary-2{border:2px solid #00d1b2!important;}.has-border-secondary-2{border:2px solid #6c757d!important;}.has-border-success-2{border:2px solid #48c774!important;}.has-border-info-2{border:2px solid #238cd1!important;}.has-border-warning-2{border:2px solid #ffd83d!important;}.has-border-danger-2{border:2px solid #ef2e55!important;}.has-border-light-2{border:2px solid #f5f5f5!important;}.has-border-dark-2{border:2px solid #363636!important;}.has-border-link-2{border:2px solid #3273dc!important;}.has-border-top-2{border-top:2px solid #adb5bd!important;}.has-border-primary-top-2{border-top:2px solid #00d1b2!important;}.has-border-secondary-top-2{border-top:2px solid #6c757d!important;}.has-border-success-top-2{border-top:2px solid #48c774!important;}.has-border-info-top-2{border-top:2px solid #238cd1!important;}.has-border-warning-top-2{border-top:2px solid #ffd83d!important;}.has-border-danger-top-2{border-top:2px solid #ef2e55!important;}.has-border-light-top-2{border-top:2px solid #f5f5f5!important;}.has-border-dark-top-2{border-top:2px solid #363636!important;}.has-border-link-top-2{border-top:2px solid #3273dc!important;}.has-border-right-2{border-right:2px solid #adb5bd!important;}.has-border-primary-right-2{border-right:2px solid #00d1b2!important;}.has-border-secondary-right-2{border-right:2px solid #6c757d!important;}.has-border-success-right-2{border-right:2px solid #48c774!important;}.has-border-info-right-2{border-right:2px solid #238cd1!important;}.has-border-warning-right-2{border-right:2px solid #ffd83d!important;}.has-border-danger-right-2{border-right:2px solid #ef2e55!important;}.has-border-light-right-2{border-right:2px solid #f5f5f5!important;}.has-border-dark-right-2{border-right:2px solid #363636!important;}.has-border-link-right-2{border-right:2px solid #3273dc!important;}.has-border-bottom-2{border-bottom:2px solid #adb5bd!important;}.has-border-primary-bottom-2{border-bottom:2px solid #00d1b2!important;}.has-border-secondary-bottom-2{border-bottom:2px solid #6c757d!important;}.has-border-success-bottom-2{border-bottom:2px solid #48c774!important;}.has-border-info-bottom-2{border-bottom:2px solid #238cd1!important;}.has-border-warning-bottom-2{border-bottom:2px solid #ffd83d!important;}.has-border-danger-bottom-2{border-bottom:2px solid #ef2e55!important;}.has-border-light-bottom-2{border-bottom:2px solid #f5f5f5!important;}.has-border-dark-bottom-2{border-bottom:2px solid #363636!important;}.has-border-link-bottom-2{border-bottom:2px solid #3273dc!important;}.has-border-left-2{border-left:2px solid #adb5bd!important;}.has-border-primary-left-2{border-left:2px solid #00d1b2!important;}.has-border-secondary-left-2{border-left:2px solid #6c757d!important;}.has-border-success-left-2{border-left:2px solid #48c774!important;}.has-border-info-left-2{border-left:2px solid #238cd1!important;}.has-border-warning-left-2{border-left:2px solid #ffd83d!important;}.has-border-danger-left-2{border-left:2px solid #ef2e55!important;}.has-border-light-left-2{border-left:2px solid #f5f5f5!important;}.has-border-dark-left-2{border-left:2px solid #363636!important;}.has-border-link-left-2{border-left:2px solid #3273dc!important;}.has-border-3{border:3px solid #adb5bd!important;}.has-border-primary-3{border:3px solid #00d1b2!important;}.has-border-secondary-3{border:3px solid #6c757d!important;}.has-border-success-3{border:3px solid #48c774!important;}.has-border-info-3{border:3px solid #238cd1!important;}.has-border-warning-3{border:3px solid #ffd83d!important;}.has-border-danger-3{border:3px solid #ef2e55!important;}.has-border-light-3{border:3px solid #f5f5f5!important;}.has-border-dark-3{border:3px solid #363636!important;}.has-border-link-3{border:3px solid #3273dc!important;}.has-border-top-3{border-top:3px solid #adb5bd!important;}.has-border-primary-top-3{border-top:3px solid #00d1b2!important;}.has-border-secondary-top-3{border-top:3px solid #6c757d!important;}.has-border-success-top-3{border-top:3px solid #48c774!important;}.has-border-info-top-3{border-top:3px solid #238cd1!important;}.has-border-warning-top-3{border-top:3px solid #ffd83d!important;}.has-border-danger-top-3{border-top:3px solid #ef2e55!important;}.has-border-light-top-3{border-top:3px solid #f5f5f5!important;}.has-border-dark-top-3{border-top:3px solid #363636!important;}.has-border-link-top-3{border-top:3px solid #3273dc!important;}.has-border-right-3{border-right:3px solid #adb5bd!important;}.has-border-primary-right-3{border-right:3px solid #00d1b2!important;}.has-border-secondary-right-3{border-right:3px solid #6c757d!important;}.has-border-success-right-3{border-right:3px solid #48c774!important;}.has-border-info-right-3{border-right:3px solid #238cd1!important;}.has-border-warning-right-3{border-right:3px solid #ffd83d!important;}.has-border-danger-right-3{border-right:3px solid #ef2e55!important;}.has-border-light-right-3{border-right:3px solid #f5f5f5!important;}.has-border-dark-right-3{border-right:3px solid #363636!important;}.has-border-link-right-3{border-right:3px solid #3273dc!important;}.has-border-bottom-3{border-bottom:3px solid #adb5bd!important;}.has-border-primary-bottom-3{border-bottom:3px solid #00d1b2!important;}.has-border-secondary-bottom-3{border-bottom:3px solid #6c757d!important;}.has-border-success-bottom-3{border-bottom:3px solid #48c774!important;}.has-border-info-bottom-3{border-bottom:3px solid #238cd1!important;}.has-border-warning-bottom-3{border-bottom:3px solid #ffd83d!important;}.has-border-danger-bottom-3{border-bottom:3px solid #ef2e55!important;}.has-border-light-bottom-3{border-bottom:3px solid #f5f5f5!important;}.has-border-dark-bottom-3{border-bottom:3px solid #363636!important;}.has-border-link-bottom-3{border-bottom:3px solid #3273dc!important;}.has-border-left-3{border-left:3px solid #adb5bd!important;}.has-border-primary-left-3{border-left:3px solid #00d1b2!important;}.has-border-secondary-left-3{border-left:3px solid #6c757d!important;}.has-border-success-left-3{border-left:3px solid #48c774!important;}.has-border-info-left-3{border-left:3px solid #238cd1!important;}.has-border-warning-left-3{border-left:3px solid #ffd83d!important;}.has-border-danger-left-3{border-left:3px solid #ef2e55!important;}.has-border-light-left-3{border-left:3px solid #f5f5f5!important;}.has-border-dark-left-3{border-left:3px solid #363636!important;}.has-border-link-left-3{border-left:3px solid #3273dc!important;}.has-border-4{border:4px solid #adb5bd!important;}.has-border-primary-4{border:4px solid #00d1b2!important;}.has-border-secondary-4{border:4px solid #6c757d!important;}.has-border-success-4{border:4px solid #48c774!important;}.has-border-info-4{border:4px solid #238cd1!important;}.has-border-warning-4{border:4px solid #ffd83d!important;}.has-border-danger-4{border:4px solid #ef2e55!important;}.has-border-light-4{border:4px solid #f5f5f5!important;}.has-border-dark-4{border:4px solid #363636!important;}.has-border-link-4{border:4px solid #3273dc!important;}.has-border-top-4{border-top:4px solid #adb5bd!important;}.has-border-primary-top-4{border-top:4px solid #00d1b2!important;}.has-border-secondary-top-4{border-top:4px solid #6c757d!important;}.has-border-success-top-4{border-top:4px solid #48c774!important;}.has-border-info-top-4{border-top:4px solid #238cd1!important;}.has-border-warning-top-4{border-top:4px solid #ffd83d!important;}.has-border-danger-top-4{border-top:4px solid #ef2e55!important;}.has-border-light-top-4{border-top:4px solid #f5f5f5!important;}.has-border-dark-top-4{border-top:4px solid #363636!important;}.has-border-link-top-4{border-top:4px solid #3273dc!important;}.has-border-right-4{border-right:4px solid #adb5bd!important;}.has-border-primary-right-4{border-right:4px solid #00d1b2!important;}.has-border-secondary-right-4{border-right:4px solid #6c757d!important;}.has-border-success-right-4{border-right:4px solid #48c774!important;}.has-border-info-right-4{border-right:4px solid #238cd1!important;}.has-border-warning-right-4{border-right:4px solid #ffd83d!important;}.has-border-danger-right-4{border-right:4px solid #ef2e55!important;}.has-border-light-right-4{border-right:4px solid #f5f5f5!important;}.has-border-dark-right-4{border-right:4px solid #363636!important;}.has-border-link-right-4{border-right:4px solid #3273dc!important;}.has-border-bottom-4{border-bottom:4px solid #adb5bd!important;}.has-border-primary-bottom-4{border-bottom:4px solid #00d1b2!important;}.has-border-secondary-bottom-4{border-bottom:4px solid #6c757d!important;}.has-border-success-bottom-4{border-bottom:4px solid #48c774!important;}.has-border-info-bottom-4{border-bottom:4px solid #238cd1!important;}.has-border-warning-bottom-4{border-bottom:4px solid #ffd83d!important;}.has-border-danger-bottom-4{border-bottom:4px solid #ef2e55!important;}.has-border-light-bottom-4{border-bottom:4px solid #f5f5f5!important;}.has-border-dark-bottom-4{border-bottom:4px solid #363636!important;}.has-border-link-bottom-4{border-bottom:4px solid #3273dc!important;}.has-border-left-4{border-left:4px solid #adb5bd!important;}.has-border-primary-left-4{border-left:4px solid #00d1b2!important;}.has-border-secondary-left-4{border-left:4px solid #6c757d!important;}.has-border-success-left-4{border-left:4px solid #48c774!important;}.has-border-info-left-4{border-left:4px solid #238cd1!important;}.has-border-warning-left-4{border-left:4px solid #ffd83d!important;}.has-border-danger-left-4{border-left:4px solid #ef2e55!important;}.has-border-light-left-4{border-left:4px solid #f5f5f5!important;}.has-border-dark-left-4{border-left:4px solid #363636!important;}.has-border-link-left-4{border-left:4px solid #3273dc!important;}.has-border-5{border:5px solid #adb5bd!important;}.has-border-primary-5{border:5px solid #00d1b2!important;}.has-border-secondary-5{border:5px solid #6c757d!important;}.has-border-success-5{border:5px solid #48c774!important;}.has-border-info-5{border:5px solid #238cd1!important;}.has-border-warning-5{border:5px solid #ffd83d!important;}.has-border-danger-5{border:5px solid #ef2e55!important;}.has-border-light-5{border:5px solid #f5f5f5!important;}.has-border-dark-5{border:5px solid #363636!important;}.has-border-link-5{border:5px solid #3273dc!important;}.has-border-top-5{border-top:5px solid #adb5bd!important;}.has-border-primary-top-5{border-top:5px solid #00d1b2!important;}.has-border-secondary-top-5{border-top:5px solid #6c757d!important;}.has-border-success-top-5{border-top:5px solid #48c774!important;}.has-border-info-top-5{border-top:5px solid #238cd1!important;}.has-border-warning-top-5{border-top:5px solid #ffd83d!important;}.has-border-danger-top-5{border-top:5px solid #ef2e55!important;}.has-border-light-top-5{border-top:5px solid #f5f5f5!important;}.has-border-dark-top-5{border-top:5px solid #363636!important;}.has-border-link-top-5{border-top:5px solid #3273dc!important;}.has-border-right-5{border-right:5px solid #adb5bd!important;}.has-border-primary-right-5{border-right:5px solid #00d1b2!important;}.has-border-secondary-right-5{border-right:5px solid #6c757d!important;}.has-border-success-right-5{border-right:5px solid #48c774!important;}.has-border-info-right-5{border-right:5px solid #238cd1!important;}.has-border-warning-right-5{border-right:5px solid #ffd83d!important;}.has-border-danger-right-5{border-right:5px solid #ef2e55!important;}.has-border-light-right-5{border-right:5px solid #f5f5f5!important;}.has-border-dark-right-5{border-right:5px solid #363636!important;}.has-border-link-right-5{border-right:5px solid #3273dc!important;}.has-border-bottom-5{border-bottom:5px solid #adb5bd!important;}.has-border-primary-bottom-5{border-bottom:5px solid #00d1b2!important;}.has-border-secondary-bottom-5{border-bottom:5px solid #6c757d!important;}.has-border-success-bottom-5{border-bottom:5px solid #48c774!important;}.has-border-info-bottom-5{border-bottom:5px solid #238cd1!important;}.has-border-warning-bottom-5{border-bottom:5px solid #ffd83d!important;}.has-border-danger-bottom-5{border-bottom:5px solid #ef2e55!important;}.has-border-light-bottom-5{border-bottom:5px solid #f5f5f5!important;}.has-border-dark-bottom-5{border-bottom:5px solid #363636!important;}.has-border-link-bottom-5{border-bottom:5px solid #3273dc!important;}.has-border-left-5{border-left:5px solid #adb5bd!important;}.has-border-primary-left-5{border-left:5px solid #00d1b2!important;}.has-border-secondary-left-5{border-left:5px solid #6c757d!important;}.has-border-success-left-5{border-left:5px solid #48c774!important;}.has-border-info-left-5{border-left:5px solid #238cd1!important;}.has-border-warning-left-5{border-left:5px solid #ffd83d!important;}.has-border-danger-left-5{border-left:5px solid #ef2e55!important;}.has-border-light-left-5{border-left:5px solid #f5f5f5!important;}.has-border-dark-left-5{border-left:5px solid #363636!important;}.has-border-link-left-5{border-left:5px solid #3273dc!important;}.is-cursor-pointer{cursor:pointer;}.is-flex-direction-row{flex-direction:row!important;}.is-flex-direction-column{flex-direction:column!important;}.is-flex-direction-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-wrap{flex-wrap:wrap!important;}.is-flex-wrap-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-fill{flex:1 1 auto!important;}.is-flex-grow-0{flex-grow:0!important;}.is-flex-grow-1{flex-grow:1!important;}.is-flex-shrink-0{flex-shrink:0!important;}.is-flex-shrink-1{flex-shrink:1!important;}.is-justify-content-flex-start{justify-content:flex-start!important;}.is-justify-content-flex-end{justify-content:flex-end!important;}.is-justify-content-center{justify-content:center!important;}.is-justify-content-space-between{justify-content:space-between!important;}.is-justify-content-space-around{justify-content:space-around!important;}.is-align-items-flex-start{align-items:flex-start!important;}.is-align-items-flex-end{align-items:flex-end!important;}.is-align-items-center{align-items:center!important;}.is-align-items-baseline{align-items:baseline!important;}.is-align-items-stretch{align-items:stretch!important;}.is-align-self-auto{align-self:auto!important;}.is-align-self-flex-start{align-self:flex-start!important;}.is-align-self-flex-end{align-self:flex-end!important;}.is-align-self-center{align-self:center!important;}.is-align-self-baseline{align-self:baseline!important;}.is-align-self-stretch{align-self:stretch!important;}.is-align-content-flex-start{align-content:flex-start!important;}.is-align-content-flex-end{align-content:flex-end!important;}.is-align-content-center{align-content:center!important;}.is-align-content-space-between{align-content:space-between!important;}.is-align-content-space-around{align-content:space-around!important;}.is-align-content-stretch{align-content:stretch!important;}.is-flex-order-0{order:0;}.is-flex-order-1{order:1;}.is-flex-order-2{order:2;}.is-flex-order-3{order:3;}.is-flex-order-4{order:4;}.is-flex-order-5{order:5;}.is-flex-order-6{order:6;}.is-flex-order-7{order:7;}.is-flex-order-8{order:8;}.is-flex-order-9{order:9;}.is-flex-order-10{order:10;}.is-flex-order-11{order:11;}.is-flex-order-12{order:12;}@media(min-width:576px){.is-flex-direction-mobile-row{flex-direction:row!important;}.is-flex-direction-mobile-column{flex-direction:column!important;}.is-flex-direction-mobile-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-mobile-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-mobile-wrap{flex-wrap:wrap!important;}.is-flex-wrap-mobile-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-mobile-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-mobile-fill{flex:1 1 auto!important;}.is-flex-mobile-grow-0{flex-grow:0!important;}.is-flex-mobile-grow-1{flex-grow:1!important;}.is-flex-mobile-shrink-0{flex-shrink:0!important;}.is-flex-mobile-shrink-1{flex-shrink:1!important;}.is-justify-content-mobile-flex-start{justify-content:flex-start!important;}.is-justify-content-mobile-flex-end{justify-content:flex-end!important;}.is-justify-content-mobile-center{justify-content:center!important;}.is-justify-content-mobile-space-between{justify-content:space-between!important;}.is-justify-content-mobile-space-around{justify-content:space-around!important;}.is-align-items-mobile-flex-start{align-items:flex-start!important;}.is-align-items-mobile-flex-end{align-items:flex-end!important;}.is-align-items-mobile-center{align-items:center!important;}.is-align-items-mobile-baseline{align-items:baseline!important;}.is-align-items-mobile-stretch{align-items:stretch!important;}.is-align-self-mobile-auto{align-self:auto!important;}.is-align-self-mobile-flex-start{align-self:flex-start!important;}.is-align-self-mobile-flex-end{align-self:flex-end!important;}.is-align-self-mobile-center{align-self:center!important;}.is-align-self-mobile-baseline{align-self:baseline!important;}.is-align-self-mobile-stretch{align-self:stretch!important;}.is-align-content-mobile-flex-start{align-content:flex-start!important;}.is-align-content-mobile-flex-end{align-content:flex-end!important;}.is-align-content-mobile-center{align-content:center!important;}.is-align-content-mobile-space-between{align-content:space-between!important;}.is-align-content-mobile-space-around{align-content:space-around!important;}.is-align-content-mobile-stretch{align-content:stretch!important;}.is-flex-order-mobile-0{order:0;}.is-flex-order-mobile-1{order:1;}.is-flex-order-mobile-2{order:2;}.is-flex-order-mobile-3{order:3;}.is-flex-order-mobile-4{order:4;}.is-flex-order-mobile-5{order:5;}.is-flex-order-mobile-6{order:6;}.is-flex-order-mobile-7{order:7;}.is-flex-order-mobile-8{order:8;}.is-flex-order-mobile-9{order:9;}.is-flex-order-mobile-10{order:10;}.is-flex-order-mobile-11{order:11;}.is-flex-order-mobile-12{order:12;}}@media(min-width:1023px){.is-flex-direction-tablet-row{flex-direction:row!important;}.is-flex-direction-tablet-column{flex-direction:column!important;}.is-flex-direction-tablet-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-tablet-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-tablet-wrap{flex-wrap:wrap!important;}.is-flex-wrap-tablet-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-tablet-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-tablet-fill{flex:1 1 auto!important;}.is-flex-tablet-grow-0{flex-grow:0!important;}.is-flex-tablet-grow-1{flex-grow:1!important;}.is-flex-tablet-shrink-0{flex-shrink:0!important;}.is-flex-tablet-shrink-1{flex-shrink:1!important;}.is-justify-content-tablet-flex-start{justify-content:flex-start!important;}.is-justify-content-tablet-flex-end{justify-content:flex-end!important;}.is-justify-content-tablet-center{justify-content:center!important;}.is-justify-content-tablet-space-between{justify-content:space-between!important;}.is-justify-content-tablet-space-around{justify-content:space-around!important;}.is-align-items-tablet-flex-start{align-items:flex-start!important;}.is-align-items-tablet-flex-end{align-items:flex-end!important;}.is-align-items-tablet-center{align-items:center!important;}.is-align-items-tablet-baseline{align-items:baseline!important;}.is-align-items-tablet-stretch{align-items:stretch!important;}.is-align-self-tablet-auto{align-self:auto!important;}.is-align-self-tablet-flex-start{align-self:flex-start!important;}.is-align-self-tablet-flex-end{align-self:flex-end!important;}.is-align-self-tablet-center{align-self:center!important;}.is-align-self-tablet-baseline{align-self:baseline!important;}.is-align-self-tablet-stretch{align-self:stretch!important;}.is-align-content-tablet-flex-start{align-content:flex-start!important;}.is-align-content-tablet-flex-end{align-content:flex-end!important;}.is-align-content-tablet-center{align-content:center!important;}.is-align-content-tablet-space-between{align-content:space-between!important;}.is-align-content-tablet-space-around{align-content:space-around!important;}.is-align-content-tablet-stretch{align-content:stretch!important;}.is-flex-order-tablet-0{order:0;}.is-flex-order-tablet-1{order:1;}.is-flex-order-tablet-2{order:2;}.is-flex-order-tablet-3{order:3;}.is-flex-order-tablet-4{order:4;}.is-flex-order-tablet-5{order:5;}.is-flex-order-tablet-6{order:6;}.is-flex-order-tablet-7{order:7;}.is-flex-order-tablet-8{order:8;}.is-flex-order-tablet-9{order:9;}.is-flex-order-tablet-10{order:10;}.is-flex-order-tablet-11{order:11;}.is-flex-order-tablet-12{order:12;}}@media(min-width:1215px){.is-flex-direction-desktop-row{flex-direction:row!important;}.is-flex-direction-desktop-column{flex-direction:column!important;}.is-flex-direction-desktop-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-desktop-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-desktop-wrap{flex-wrap:wrap!important;}.is-flex-wrap-desktop-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-desktop-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-desktop-fill{flex:1 1 auto!important;}.is-flex-desktop-grow-0{flex-grow:0!important;}.is-flex-desktop-grow-1{flex-grow:1!important;}.is-flex-desktop-shrink-0{flex-shrink:0!important;}.is-flex-desktop-shrink-1{flex-shrink:1!important;}.is-justify-content-desktop-flex-start{justify-content:flex-start!important;}.is-justify-content-desktop-flex-end{justify-content:flex-end!important;}.is-justify-content-desktop-center{justify-content:center!important;}.is-justify-content-desktop-space-between{justify-content:space-between!important;}.is-justify-content-desktop-space-around{justify-content:space-around!important;}.is-align-items-desktop-flex-start{align-items:flex-start!important;}.is-align-items-desktop-flex-end{align-items:flex-end!important;}.is-align-items-desktop-center{align-items:center!important;}.is-align-items-desktop-baseline{align-items:baseline!important;}.is-align-items-desktop-stretch{align-items:stretch!important;}.is-align-self-desktop-auto{align-self:auto!important;}.is-align-self-desktop-flex-start{align-self:flex-start!important;}.is-align-self-desktop-flex-end{align-self:flex-end!important;}.is-align-self-desktop-center{align-self:center!important;}.is-align-self-desktop-baseline{align-self:baseline!important;}.is-align-self-desktop-stretch{align-self:stretch!important;}.is-align-content-desktop-flex-start{align-content:flex-start!important;}.is-align-content-desktop-flex-end{align-content:flex-end!important;}.is-align-content-desktop-center{align-content:center!important;}.is-align-content-desktop-space-between{align-content:space-between!important;}.is-align-content-desktop-space-around{align-content:space-around!important;}.is-align-content-desktop-stretch{align-content:stretch!important;}.is-flex-order-desktop-0{order:0;}.is-flex-order-desktop-1{order:1;}.is-flex-order-desktop-2{order:2;}.is-flex-order-desktop-3{order:3;}.is-flex-order-desktop-4{order:4;}.is-flex-order-desktop-5{order:5;}.is-flex-order-desktop-6{order:6;}.is-flex-order-desktop-7{order:7;}.is-flex-order-desktop-8{order:8;}.is-flex-order-desktop-9{order:9;}.is-flex-order-desktop-10{order:10;}.is-flex-order-desktop-11{order:11;}.is-flex-order-desktop-12{order:12;}}@media(min-width:1407px){.is-flex-direction-widescreen-row{flex-direction:row!important;}.is-flex-direction-widescreen-column{flex-direction:column!important;}.is-flex-direction-widescreen-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-widescreen-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-widescreen-wrap{flex-wrap:wrap!important;}.is-flex-wrap-widescreen-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-widescreen-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-widescreen-fill{flex:1 1 auto!important;}.is-flex-widescreen-grow-0{flex-grow:0!important;}.is-flex-widescreen-grow-1{flex-grow:1!important;}.is-flex-widescreen-shrink-0{flex-shrink:0!important;}.is-flex-widescreen-shrink-1{flex-shrink:1!important;}.is-justify-content-widescreen-flex-start{justify-content:flex-start!important;}.is-justify-content-widescreen-flex-end{justify-content:flex-end!important;}.is-justify-content-widescreen-center{justify-content:center!important;}.is-justify-content-widescreen-space-between{justify-content:space-between!important;}.is-justify-content-widescreen-space-around{justify-content:space-around!important;}.is-align-items-widescreen-flex-start{align-items:flex-start!important;}.is-align-items-widescreen-flex-end{align-items:flex-end!important;}.is-align-items-widescreen-center{align-items:center!important;}.is-align-items-widescreen-baseline{align-items:baseline!important;}.is-align-items-widescreen-stretch{align-items:stretch!important;}.is-align-self-widescreen-auto{align-self:auto!important;}.is-align-self-widescreen-flex-start{align-self:flex-start!important;}.is-align-self-widescreen-flex-end{align-self:flex-end!important;}.is-align-self-widescreen-center{align-self:center!important;}.is-align-self-widescreen-baseline{align-self:baseline!important;}.is-align-self-widescreen-stretch{align-self:stretch!important;}.is-align-content-widescreen-flex-start{align-content:flex-start!important;}.is-align-content-widescreen-flex-end{align-content:flex-end!important;}.is-align-content-widescreen-center{align-content:center!important;}.is-align-content-widescreen-space-between{align-content:space-between!important;}.is-align-content-widescreen-space-around{align-content:space-around!important;}.is-align-content-widescreen-stretch{align-content:stretch!important;}.is-flex-order-widescreen-0{order:0;}.is-flex-order-widescreen-1{order:1;}.is-flex-order-widescreen-2{order:2;}.is-flex-order-widescreen-3{order:3;}.is-flex-order-widescreen-4{order:4;}.is-flex-order-widescreen-5{order:5;}.is-flex-order-widescreen-6{order:6;}.is-flex-order-widescreen-7{order:7;}.is-flex-order-widescreen-8{order:8;}.is-flex-order-widescreen-9{order:9;}.is-flex-order-widescreen-10{order:10;}.is-flex-order-widescreen-11{order:11;}.is-flex-order-widescreen-12{order:12;}}@media(min-width:1907px){.is-flex-direction-fullhd-row{flex-direction:row!important;}.is-flex-direction-fullhd-column{flex-direction:column!important;}.is-flex-direction-fullhd-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-fullhd-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-fullhd-wrap{flex-wrap:wrap!important;}.is-flex-wrap-fullhd-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-fullhd-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-fullhd-fill{flex:1 1 auto!important;}.is-flex-fullhd-grow-0{flex-grow:0!important;}.is-flex-fullhd-grow-1{flex-grow:1!important;}.is-flex-fullhd-shrink-0{flex-shrink:0!important;}.is-flex-fullhd-shrink-1{flex-shrink:1!important;}.is-justify-content-fullhd-flex-start{justify-content:flex-start!important;}.is-justify-content-fullhd-flex-end{justify-content:flex-end!important;}.is-justify-content-fullhd-center{justify-content:center!important;}.is-justify-content-fullhd-space-between{justify-content:space-between!important;}.is-justify-content-fullhd-space-around{justify-content:space-around!important;}.is-align-items-fullhd-flex-start{align-items:flex-start!important;}.is-align-items-fullhd-flex-end{align-items:flex-end!important;}.is-align-items-fullhd-center{align-items:center!important;}.is-align-items-fullhd-baseline{align-items:baseline!important;}.is-align-items-fullhd-stretch{align-items:stretch!important;}.is-align-self-fullhd-auto{align-self:auto!important;}.is-align-self-fullhd-flex-start{align-self:flex-start!important;}.is-align-self-fullhd-flex-end{align-self:flex-end!important;}.is-align-self-fullhd-center{align-self:center!important;}.is-align-self-fullhd-baseline{align-self:baseline!important;}.is-align-self-fullhd-stretch{align-self:stretch!important;}.is-align-content-fullhd-flex-start{align-content:flex-start!important;}.is-align-content-fullhd-flex-end{align-content:flex-end!important;}.is-align-content-fullhd-center{align-content:center!important;}.is-align-content-fullhd-space-between{align-content:space-between!important;}.is-align-content-fullhd-space-around{align-content:space-around!important;}.is-align-content-fullhd-stretch{align-content:stretch!important;}.is-flex-order-fullhd-0{order:0;}.is-flex-order-fullhd-1{order:1;}.is-flex-order-fullhd-2{order:2;}.is-flex-order-fullhd-3{order:3;}.is-flex-order-fullhd-4{order:4;}.is-flex-order-fullhd-5{order:5;}.is-flex-order-fullhd-6{order:6;}.is-flex-order-fullhd-7{order:7;}.is-flex-order-fullhd-8{order:8;}.is-flex-order-fullhd-9{order:9;}.is-flex-order-fullhd-10{order:10;}.is-flex-order-fullhd-11{order:11;}.is-flex-order-fullhd-12{order:12;}}@media(min-width:2560px){.is-flex-direction-quadhd-row{flex-direction:row!important;}.is-flex-direction-quadhd-column{flex-direction:column!important;}.is-flex-direction-quadhd-row-reverse{flex-direction:row-reverse!important;}.is-flex-direction-quadhd-column-reverse{flex-direction:column-reverse!important;}.is-flex-wrap-quadhd-wrap{flex-wrap:wrap!important;}.is-flex-wrap-quadhd-nowrap{flex-wrap:nowrap!important;}.is-flex-wrap-quadhd-wrap-reverse{flex-wrap:wrap-reverse!important;}.is-flex-quadhd-fill{flex:1 1 auto!important;}.is-flex-quadhd-grow-0{flex-grow:0!important;}.is-flex-quadhd-grow-1{flex-grow:1!important;}.is-flex-quadhd-shrink-0{flex-shrink:0!important;}.is-flex-quadhd-shrink-1{flex-shrink:1!important;}.is-justify-content-quadhd-flex-start{justify-content:flex-start!important;}.is-justify-content-quadhd-flex-end{justify-content:flex-end!important;}.is-justify-content-quadhd-center{justify-content:center!important;}.is-justify-content-quadhd-space-between{justify-content:space-between!important;}.is-justify-content-quadhd-space-around{justify-content:space-around!important;}.is-align-items-quadhd-flex-start{align-items:flex-start!important;}.is-align-items-quadhd-flex-end{align-items:flex-end!important;}.is-align-items-quadhd-center{align-items:center!important;}.is-align-items-quadhd-baseline{align-items:baseline!important;}.is-align-items-quadhd-stretch{align-items:stretch!important;}.is-align-self-quadhd-auto{align-self:auto!important;}.is-align-self-quadhd-flex-start{align-self:flex-start!important;}.is-align-self-quadhd-flex-end{align-self:flex-end!important;}.is-align-self-quadhd-center{align-self:center!important;}.is-align-self-quadhd-baseline{align-self:baseline!important;}.is-align-self-quadhd-stretch{align-self:stretch!important;}.is-align-content-quadhd-flex-start{align-content:flex-start!important;}.is-align-content-quadhd-flex-end{align-content:flex-end!important;}.is-align-content-quadhd-center{align-content:center!important;}.is-align-content-quadhd-space-between{align-content:space-between!important;}.is-align-content-quadhd-space-around{align-content:space-around!important;}.is-align-content-quadhd-stretch{align-content:stretch!important;}.is-flex-order-quadhd-0{order:0;}.is-flex-order-quadhd-1{order:1;}.is-flex-order-quadhd-2{order:2;}.is-flex-order-quadhd-3{order:3;}.is-flex-order-quadhd-4{order:4;}.is-flex-order-quadhd-5{order:5;}.is-flex-order-quadhd-6{order:6;}.is-flex-order-quadhd-7{order:7;}.is-flex-order-quadhd-8{order:8;}.is-flex-order-quadhd-9{order:9;}.is-flex-order-quadhd-10{order:10;}.is-flex-order-quadhd-11{order:11;}.is-flex-order-quadhd-12{order:12;}}.grid{display:grid;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(12,1fr);gap:1.5rem;}.grid.are-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr));}@media(min-width:576px){.grid.are-grid-rows-mobile-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-mobile-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-mobile-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-mobile-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-mobile-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-mobile-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-mobile-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-mobile-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-mobile-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-mobile-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-mobile-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-mobile-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-mobile-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-mobile-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-mobile-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-mobile-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-mobile-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-mobile-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-mobile-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-mobile-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-mobile-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-mobile-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-mobile-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1023px){.grid.are-grid-rows-tablet-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-tablet-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-tablet-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-tablet-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-tablet-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-tablet-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-tablet-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-tablet-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-tablet-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-tablet-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-tablet-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-tablet-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-tablet-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-tablet-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-tablet-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-tablet-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-tablet-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-tablet-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-tablet-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-tablet-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-tablet-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-tablet-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-tablet-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-tablet-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1215px){.grid.are-grid-rows-desktop-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-desktop-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-desktop-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-desktop-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-desktop-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-desktop-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-desktop-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-desktop-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-desktop-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-desktop-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-desktop-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-desktop-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-desktop-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-desktop-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-desktop-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-desktop-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-desktop-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-desktop-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-desktop-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-desktop-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-desktop-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-desktop-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-desktop-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-desktop-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1407px){.grid.are-grid-rows-widescreen-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-widescreen-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-widescreen-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-widescreen-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-widescreen-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-widescreen-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-widescreen-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-widescreen-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-widescreen-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-widescreen-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-widescreen-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-widescreen-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-widescreen-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-widescreen-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-widescreen-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-widescreen-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-widescreen-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-widescreen-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-widescreen-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-widescreen-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-widescreen-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-widescreen-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-widescreen-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-widescreen-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:1907px){.grid.are-grid-rows-fullhd-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-fullhd-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-fullhd-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-fullhd-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-fullhd-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-fullhd-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-fullhd-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-fullhd-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-fullhd-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-fullhd-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-fullhd-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-fullhd-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-fullhd-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-fullhd-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-fullhd-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-fullhd-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-fullhd-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-fullhd-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-fullhd-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-fullhd-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-fullhd-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-fullhd-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-fullhd-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-fullhd-12{grid-template-columns:repeat(12,minmax(0,1fr));}}@media(min-width:2560px){.grid.are-grid-rows-quadhd-1{grid-template-rows:repeat(1,minmax(0,1fr));}.grid.are-grid-rows-quadhd-2{grid-template-rows:repeat(2,minmax(0,1fr));}.grid.are-grid-rows-quadhd-3{grid-template-rows:repeat(3,minmax(0,1fr));}.grid.are-grid-rows-quadhd-4{grid-template-rows:repeat(4,minmax(0,1fr));}.grid.are-grid-rows-quadhd-5{grid-template-rows:repeat(5,minmax(0,1fr));}.grid.are-grid-rows-quadhd-6{grid-template-rows:repeat(6,minmax(0,1fr));}.grid.are-grid-rows-quadhd-7{grid-template-rows:repeat(7,minmax(0,1fr));}.grid.are-grid-rows-quadhd-8{grid-template-rows:repeat(8,minmax(0,1fr));}.grid.are-grid-rows-quadhd-9{grid-template-rows:repeat(9,minmax(0,1fr));}.grid.are-grid-rows-quadhd-10{grid-template-rows:repeat(10,minmax(0,1fr));}.grid.are-grid-rows-quadhd-11{grid-template-rows:repeat(11,minmax(0,1fr));}.grid.are-grid-rows-quadhd-12{grid-template-rows:repeat(12,minmax(0,1fr));}.grid.are-grid-columns-quadhd-1{grid-template-columns:repeat(1,minmax(0,1fr));}.grid.are-grid-columns-quadhd-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid.are-grid-columns-quadhd-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid.are-grid-columns-quadhd-4{grid-template-columns:repeat(4,minmax(0,1fr));}.grid.are-grid-columns-quadhd-5{grid-template-columns:repeat(5,minmax(0,1fr));}.grid.are-grid-columns-quadhd-6{grid-template-columns:repeat(6,minmax(0,1fr));}.grid.are-grid-columns-quadhd-7{grid-template-columns:repeat(7,minmax(0,1fr));}.grid.are-grid-columns-quadhd-8{grid-template-columns:repeat(8,minmax(0,1fr));}.grid.are-grid-columns-quadhd-9{grid-template-columns:repeat(9,minmax(0,1fr));}.grid.are-grid-columns-quadhd-10{grid-template-columns:repeat(10,minmax(0,1fr));}.grid.are-grid-columns-quadhd-11{grid-template-columns:repeat(11,minmax(0,1fr));}.grid.are-grid-columns-quadhd-12{grid-template-columns:repeat(12,minmax(0,1fr));}}.grid .is-grid-column-1{grid-column:auto/span 1;}.grid .is-grid-column-2{grid-column:auto/span 2;}.grid .is-grid-column-3{grid-column:auto/span 3;}.grid .is-grid-column-4{grid-column:auto/span 4;}.grid .is-grid-column-5{grid-column:auto/span 5;}.grid .is-grid-column-6{grid-column:auto/span 6;}.grid .is-grid-column-7{grid-column:auto/span 7;}.grid .is-grid-column-8{grid-column:auto/span 8;}.grid .is-grid-column-9{grid-column:auto/span 9;}.grid .is-grid-column-10{grid-column:auto/span 10;}.grid .is-grid-column-11{grid-column:auto/span 11;}.grid .is-grid-column-12{grid-column:auto/span 12;}@media(min-width:576px){.grid .is-grid-column-1-mobile{grid-column:auto/span 1;}.grid .is-grid-column-2-mobile{grid-column:auto/span 2;}.grid .is-grid-column-3-mobile{grid-column:auto/span 3;}.grid .is-grid-column-4-mobile{grid-column:auto/span 4;}.grid .is-grid-column-5-mobile{grid-column:auto/span 5;}.grid .is-grid-column-6-mobile{grid-column:auto/span 6;}.grid .is-grid-column-7-mobile{grid-column:auto/span 7;}.grid .is-grid-column-8-mobile{grid-column:auto/span 8;}.grid .is-grid-column-9-mobile{grid-column:auto/span 9;}.grid .is-grid-column-10-mobile{grid-column:auto/span 10;}.grid .is-grid-column-11-mobile{grid-column:auto/span 11;}.grid .is-grid-column-12-mobile{grid-column:auto/span 12;}}@media(min-width:1023px){.grid .is-grid-column-1-tablet{grid-column:auto/span 1;}.grid .is-grid-column-2-tablet{grid-column:auto/span 2;}.grid .is-grid-column-3-tablet{grid-column:auto/span 3;}.grid .is-grid-column-4-tablet{grid-column:auto/span 4;}.grid .is-grid-column-5-tablet{grid-column:auto/span 5;}.grid .is-grid-column-6-tablet{grid-column:auto/span 6;}.grid .is-grid-column-7-tablet{grid-column:auto/span 7;}.grid .is-grid-column-8-tablet{grid-column:auto/span 8;}.grid .is-grid-column-9-tablet{grid-column:auto/span 9;}.grid .is-grid-column-10-tablet{grid-column:auto/span 10;}.grid .is-grid-column-11-tablet{grid-column:auto/span 11;}.grid .is-grid-column-12-tablet{grid-column:auto/span 12;}}@media(min-width:1215px){.grid .is-grid-column-1-desktop{grid-column:auto/span 1;}.grid .is-grid-column-2-desktop{grid-column:auto/span 2;}.grid .is-grid-column-3-desktop{grid-column:auto/span 3;}.grid .is-grid-column-4-desktop{grid-column:auto/span 4;}.grid .is-grid-column-5-desktop{grid-column:auto/span 5;}.grid .is-grid-column-6-desktop{grid-column:auto/span 6;}.grid .is-grid-column-7-desktop{grid-column:auto/span 7;}.grid .is-grid-column-8-desktop{grid-column:auto/span 8;}.grid .is-grid-column-9-desktop{grid-column:auto/span 9;}.grid .is-grid-column-10-desktop{grid-column:auto/span 10;}.grid .is-grid-column-11-desktop{grid-column:auto/span 11;}.grid .is-grid-column-12-desktop{grid-column:auto/span 12;}}@media(min-width:1407px){.grid .is-grid-column-1-widescreen{grid-column:auto/span 1;}.grid .is-grid-column-2-widescreen{grid-column:auto/span 2;}.grid .is-grid-column-3-widescreen{grid-column:auto/span 3;}.grid .is-grid-column-4-widescreen{grid-column:auto/span 4;}.grid .is-grid-column-5-widescreen{grid-column:auto/span 5;}.grid .is-grid-column-6-widescreen{grid-column:auto/span 6;}.grid .is-grid-column-7-widescreen{grid-column:auto/span 7;}.grid .is-grid-column-8-widescreen{grid-column:auto/span 8;}.grid .is-grid-column-9-widescreen{grid-column:auto/span 9;}.grid .is-grid-column-10-widescreen{grid-column:auto/span 10;}.grid .is-grid-column-11-widescreen{grid-column:auto/span 11;}.grid .is-grid-column-12-widescreen{grid-column:auto/span 12;}}@media(min-width:1907px){.grid .is-grid-column-1-fullhd{grid-column:auto/span 1;}.grid .is-grid-column-2-fullhd{grid-column:auto/span 2;}.grid .is-grid-column-3-fullhd{grid-column:auto/span 3;}.grid .is-grid-column-4-fullhd{grid-column:auto/span 4;}.grid .is-grid-column-5-fullhd{grid-column:auto/span 5;}.grid .is-grid-column-6-fullhd{grid-column:auto/span 6;}.grid .is-grid-column-7-fullhd{grid-column:auto/span 7;}.grid .is-grid-column-8-fullhd{grid-column:auto/span 8;}.grid .is-grid-column-9-fullhd{grid-column:auto/span 9;}.grid .is-grid-column-10-fullhd{grid-column:auto/span 10;}.grid .is-grid-column-11-fullhd{grid-column:auto/span 11;}.grid .is-grid-column-12-fullhd{grid-column:auto/span 12;}}@media(min-width:2560px){.grid .is-grid-column-1-quadhd{grid-column:auto/span 1;}.grid .is-grid-column-2-quadhd{grid-column:auto/span 2;}.grid .is-grid-column-3-quadhd{grid-column:auto/span 3;}.grid .is-grid-column-4-quadhd{grid-column:auto/span 4;}.grid .is-grid-column-5-quadhd{grid-column:auto/span 5;}.grid .is-grid-column-6-quadhd{grid-column:auto/span 6;}.grid .is-grid-column-7-quadhd{grid-column:auto/span 7;}.grid .is-grid-column-8-quadhd{grid-column:auto/span 8;}.grid .is-grid-column-9-quadhd{grid-column:auto/span 9;}.grid .is-grid-column-10-quadhd{grid-column:auto/span 10;}.grid .is-grid-column-11-quadhd{grid-column:auto/span 11;}.grid .is-grid-column-12-quadhd{grid-column:auto/span 12;}}.is-object-fit-contain{object-fit:contain!important;}.is-object-fit-cover{object-fit:cover!important;}.is-object-fit-fill{object-fit:fill!important;}.is-object-fit-scale{object-fit:scale-down!important;}.is-object-fit-none{object-fit:none!important;}@media(min-width:576px){.is-object-fit-mobile-contain{object-fit:contain!important;}.is-object-fit-mobile-cover{object-fit:cover!important;}.is-object-fit-mobile-fill{object-fit:fill!important;}.is-object-fit-mobile-scale{object-fit:scale-down!important;}.is-object-fit-mobile-none{object-fit:none!important;}}@media(min-width:1023px){.is-object-fit-tablet-contain{object-fit:contain!important;}.is-object-fit-tablet-cover{object-fit:cover!important;}.is-object-fit-tablet-fill{object-fit:fill!important;}.is-object-fit-tablet-scale{object-fit:scale-down!important;}.is-object-fit-tablet-none{object-fit:none!important;}}@media(min-width:1215px){.is-object-fit-desktop-contain{object-fit:contain!important;}.is-object-fit-desktop-cover{object-fit:cover!important;}.is-object-fit-desktop-fill{object-fit:fill!important;}.is-object-fit-desktop-scale{object-fit:scale-down!important;}.is-object-fit-desktop-none{object-fit:none!important;}}@media(min-width:1407px){.is-object-fit-widescreen-contain{object-fit:contain!important;}.is-object-fit-widescreen-cover{object-fit:cover!important;}.is-object-fit-widescreen-fill{object-fit:fill!important;}.is-object-fit-widescreen-scale{object-fit:scale-down!important;}.is-object-fit-widescreen-none{object-fit:none!important;}}@media(min-width:1907px){.is-object-fit-fullhd-contain{object-fit:contain!important;}.is-object-fit-fullhd-cover{object-fit:cover!important;}.is-object-fit-fullhd-fill{object-fit:fill!important;}.is-object-fit-fullhd-scale{object-fit:scale-down!important;}.is-object-fit-fullhd-none{object-fit:none!important;}}@media(min-width:2560px){.is-object-fit-quadhd-contain{object-fit:contain!important;}.is-object-fit-quadhd-cover{object-fit:cover!important;}.is-object-fit-quadhd-fill{object-fit:fill!important;}.is-object-fit-quadhd-scale{object-fit:scale-down!important;}.is-object-fit-quadhd-none{object-fit:none!important;}}.is-overflow-auto{overflow:auto!important;}.is-overflow-auto-auto{overflow:auto auto!important;}.is-overflow-auto-hidden{overflow:auto hidden!important;}.is-overflow-auto-visible{overflow:auto visible!important;}.is-overflow-auto-scroll{overflow:auto scroll!important;}.is-overflow-hidden{overflow:hidden!important;}.is-overflow-hidden-auto{overflow:hidden auto!important;}.is-overflow-hidden-hidden{overflow:hidden hidden!important;}.is-overflow-hidden-visible{overflow:hidden visible!important;}.is-overflow-hidden-scroll{overflow:hidden scroll!important;}.is-overflow-visible{overflow:visible!important;}.is-overflow-visible-auto{overflow:visible auto!important;}.is-overflow-visible-hidden{overflow:visible hidden!important;}.is-overflow-visible-visible{overflow:visible visible!important;}.is-overflow-visible-scroll{overflow:visible scroll!important;}.is-overflow-scroll{overflow:scroll!important;}.is-overflow-scroll-auto{overflow:scroll auto!important;}.is-overflow-scroll-hidden{overflow:scroll hidden!important;}.is-overflow-scroll-visible{overflow:scroll visible!important;}.is-overflow-scroll-scroll{overflow:scroll scroll!important;}.is-position-static{position:static!important;}.is-position-relative{position:relative!important;}.is-position-absolute{position:absolute!important;}.is-position-fixed{position:fixed!important;}.is-position-sticky{position:-webkit-sticky!important;position:sticky!important;}.is-top-0{top:0!important;}.is-bottom-0{bottom:0!important;}.is-left-0{left:0!important;}.is-right-0{right:0!important;}.is-top-50{top:50%!important;}.is-bottom-50{bottom:50%!important;}.is-left-50{left:50%!important;}.is-right-50{right:50%!important;}.is-top-100{top:100%!important;}.is-bottom-100{bottom:100%!important;}.is-left-100{left:100%!important;}.is-right-100{right:100%!important;}.is-translate-middle{transform:translate(-50%,-50%)!important;}.is-translate-middle-x{transform:translateX(-50%)!important;}.is-translate-middle-y{transform:translateY(-50%)!important;}.has-shadow-small{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;}.has-shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}.has-shadow-large{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;}.has-shadow-none{box-shadow:none!important;}.is-256x256{height:256px;width:256px;}.is-512x512{height:512px;width:512px;}.is-width-25{width:25%!important;}.is-width-33{width:33.333333%!important;}.is-width-50{width:50%!important;}.is-width-66{width:66.666667%!important;}.is-width-75{width:75%!important;}.is-width-100{width:100%!important;}.is-width-auto{width:auto!important;}.is-height-25{height:25%!important;}.is-height-33{height:33.333333%!important;}.is-height-50{height:50%!important;}.is-height-66{height:66.666667%!important;}.is-height-75{height:75%!important;}.is-height-100{height:100%!important;}.is-height-auto{height:auto!important;}.is-max-width-100{max-width:100%!important;}.is-max-height-100{max-height:100%!important;}.is-min-viewport-width-100{min-width:100vw!important;}.is-min-viewport-height-100{min-height:100vh!important;}.is-viewport-width-100{width:100vw!important;}.is-viewport-height-100{height:100vh!important;}@media(min-width:576px){.is-width-mobile-25{width:25%!important;}.is-width-mobile-33{width:33.333333%!important;}.is-width-mobile-50{width:50%!important;}.is-width-mobile-66{width:66.666667%!important;}.is-width-mobile-75{width:75%!important;}.is-width-mobile-100{width:100%!important;}.is-width-mobile-auto{width:auto!important;}.is-height-mobile-25{height:25%!important;}.is-height-mobile-33{height:33.333333%!important;}.is-height-mobile-50{height:50%!important;}.is-height-mobile-66{height:66.666667%!important;}.is-height-mobile-75{height:75%!important;}.is-height-mobile-100{height:100%!important;}.is-height-mobile-auto{height:auto!important;}.is-max-width-mobile-100{max-width:100%!important;}.is-max-height-mobile-100{max-height:100%!important;}.is-min-viewport-width-mobile-100{min-width:100vw!important;}.is-min-viewport-height-mobile-100{min-height:100vh!important;}.is-viewport-width-mobile-100{width:100vw!important;}.is-viewport-height-mobile-100{height:100vh!important;}}@media(min-width:1023px){.is-width-tablet-25{width:25%!important;}.is-width-tablet-33{width:33.333333%!important;}.is-width-tablet-50{width:50%!important;}.is-width-tablet-66{width:66.666667%!important;}.is-width-tablet-75{width:75%!important;}.is-width-tablet-100{width:100%!important;}.is-width-tablet-auto{width:auto!important;}.is-height-tablet-25{height:25%!important;}.is-height-tablet-33{height:33.333333%!important;}.is-height-tablet-50{height:50%!important;}.is-height-tablet-66{height:66.666667%!important;}.is-height-tablet-75{height:75%!important;}.is-height-tablet-100{height:100%!important;}.is-height-tablet-auto{height:auto!important;}.is-max-width-tablet-100{max-width:100%!important;}.is-max-height-tablet-100{max-height:100%!important;}.is-min-viewport-width-tablet-100{min-width:100vw!important;}.is-min-viewport-height-tablet-100{min-height:100vh!important;}.is-viewport-width-tablet-100{width:100vw!important;}.is-viewport-height-tablet-100{height:100vh!important;}}@media(min-width:1215px){.is-width-desktop-25{width:25%!important;}.is-width-desktop-33{width:33.333333%!important;}.is-width-desktop-50{width:50%!important;}.is-width-desktop-66{width:66.666667%!important;}.is-width-desktop-75{width:75%!important;}.is-width-desktop-100{width:100%!important;}.is-width-desktop-auto{width:auto!important;}.is-height-desktop-25{height:25%!important;}.is-height-desktop-33{height:33.333333%!important;}.is-height-desktop-50{height:50%!important;}.is-height-desktop-66{height:66.666667%!important;}.is-height-desktop-75{height:75%!important;}.is-height-desktop-100{height:100%!important;}.is-height-desktop-auto{height:auto!important;}.is-max-width-desktop-100{max-width:100%!important;}.is-max-height-desktop-100{max-height:100%!important;}.is-min-viewport-width-desktop-100{min-width:100vw!important;}.is-min-viewport-height-desktop-100{min-height:100vh!important;}.is-viewport-width-desktop-100{width:100vw!important;}.is-viewport-height-desktop-100{height:100vh!important;}}@media(min-width:1407px){.is-width-widescreen-25{width:25%!important;}.is-width-widescreen-33{width:33.333333%!important;}.is-width-widescreen-50{width:50%!important;}.is-width-widescreen-66{width:66.666667%!important;}.is-width-widescreen-75{width:75%!important;}.is-width-widescreen-100{width:100%!important;}.is-width-widescreen-auto{width:auto!important;}.is-height-widescreen-25{height:25%!important;}.is-height-widescreen-33{height:33.333333%!important;}.is-height-widescreen-50{height:50%!important;}.is-height-widescreen-66{height:66.666667%!important;}.is-height-widescreen-75{height:75%!important;}.is-height-widescreen-100{height:100%!important;}.is-height-widescreen-auto{height:auto!important;}.is-max-width-widescreen-100{max-width:100%!important;}.is-max-height-widescreen-100{max-height:100%!important;}.is-min-viewport-width-widescreen-100{min-width:100vw!important;}.is-min-viewport-height-widescreen-100{min-height:100vh!important;}.is-viewport-width-widescreen-100{width:100vw!important;}.is-viewport-height-widescreen-100{height:100vh!important;}}@media(min-width:1907px){.is-width-fullhd-25{width:25%!important;}.is-width-fullhd-33{width:33.333333%!important;}.is-width-fullhd-50{width:50%!important;}.is-width-fullhd-66{width:66.666667%!important;}.is-width-fullhd-75{width:75%!important;}.is-width-fullhd-100{width:100%!important;}.is-width-fullhd-auto{width:auto!important;}.is-height-fullhd-25{height:25%!important;}.is-height-fullhd-33{height:33.333333%!important;}.is-height-fullhd-50{height:50%!important;}.is-height-fullhd-66{height:66.666667%!important;}.is-height-fullhd-75{height:75%!important;}.is-height-fullhd-100{height:100%!important;}.is-height-fullhd-auto{height:auto!important;}.is-max-width-fullhd-100{max-width:100%!important;}.is-max-height-fullhd-100{max-height:100%!important;}.is-min-viewport-width-fullhd-100{min-width:100vw!important;}.is-min-viewport-height-fullhd-100{min-height:100vh!important;}.is-viewport-width-fullhd-100{width:100vw!important;}.is-viewport-height-fullhd-100{height:100vh!important;}}@media(min-width:2560px){.is-width-quadhd-25{width:25%!important;}.is-width-quadhd-33{width:33.333333%!important;}.is-width-quadhd-50{width:50%!important;}.is-width-quadhd-66{width:66.666667%!important;}.is-width-quadhd-75{width:75%!important;}.is-width-quadhd-100{width:100%!important;}.is-width-quadhd-auto{width:auto!important;}.is-height-quadhd-25{height:25%!important;}.is-height-quadhd-33{height:33.333333%!important;}.is-height-quadhd-50{height:50%!important;}.is-height-quadhd-66{height:66.666667%!important;}.is-height-quadhd-75{height:75%!important;}.is-height-quadhd-100{height:100%!important;}.is-height-quadhd-auto{height:auto!important;}.is-max-width-quadhd-100{max-width:100%!important;}.is-max-height-quadhd-100{max-height:100%!important;}.is-min-viewport-width-quadhd-100{min-width:100vw!important;}.is-min-viewport-height-quadhd-100{min-height:100vh!important;}.is-viewport-width-quadhd-100{width:100vw!important;}.is-viewport-height-quadhd-100{height:100vh!important;}}.is-m-0{margin:0!important;}.is-mt-0,.is-my-0{margin-top:0!important;}.is-mr-0,.is-mx-0{margin-right:0!important;}.is-mb-0,.is-my-0{margin-bottom:0!important;}.is-ml-0,.is-mx-0{margin-left:0!important;}.is-m-1{margin:.25rem!important;}.is-mt-1,.is-my-1{margin-top:.25rem!important;}.is-mr-1,.is-mx-1{margin-right:.25rem!important;}.is-mb-1,.is-my-1{margin-bottom:.25rem!important;}.is-ml-1,.is-mx-1{margin-left:.25rem!important;}.is-m-2{margin:.5rem!important;}.is-mt-2,.is-my-2{margin-top:.5rem!important;}.is-mr-2,.is-mx-2{margin-right:.5rem!important;}.is-mb-2,.is-my-2{margin-bottom:.5rem!important;}.is-ml-2,.is-mx-2{margin-left:.5rem!important;}.is-m-3{margin:1rem!important;}.is-mt-3,.is-my-3{margin-top:1rem!important;}.is-mr-3,.is-mx-3{margin-right:1rem!important;}.is-mb-3,.is-my-3{margin-bottom:1rem!important;}.is-ml-3,.is-mx-3{margin-left:1rem!important;}.is-m-4{margin:1.5rem!important;}.is-mt-4,.is-my-4{margin-top:1.5rem!important;}.is-mr-4,.is-mx-4{margin-right:1.5rem!important;}.is-mb-4,.is-my-4{margin-bottom:1.5rem!important;}.is-ml-4,.is-mx-4{margin-left:1.5rem!important;}.is-m-5{margin:3rem!important;}.is-mt-5,.is-my-5{margin-top:3rem!important;}.is-mr-5,.is-mx-5{margin-right:3rem!important;}.is-mb-5,.is-my-5{margin-bottom:3rem!important;}.is-ml-5,.is-mx-5{margin-left:3rem!important;}.is-p-0{padding:0!important;}.is-pt-0,.is-py-0{padding-top:0!important;}.is-pr-0,.is-px-0{padding-right:0!important;}.is-pb-0,.is-py-0{padding-bottom:0!important;}.is-pl-0,.is-px-0{padding-left:0!important;}.is-p-1{padding:.25rem!important;}.is-pt-1,.is-py-1{padding-top:.25rem!important;}.is-pr-1,.is-px-1{padding-right:.25rem!important;}.is-pb-1,.is-py-1{padding-bottom:.25rem!important;}.is-pl-1,.is-px-1{padding-left:.25rem!important;}.is-p-2{padding:.5rem!important;}.is-pt-2,.is-py-2{padding-top:.5rem!important;}.is-pr-2,.is-px-2{padding-right:.5rem!important;}.is-pb-2,.is-py-2{padding-bottom:.5rem!important;}.is-pl-2,.is-px-2{padding-left:.5rem!important;}.is-p-3{padding:1rem!important;}.is-pt-3,.is-py-3{padding-top:1rem!important;}.is-pr-3,.is-px-3{padding-right:1rem!important;}.is-pb-3,.is-py-3{padding-bottom:1rem!important;}.is-pl-3,.is-px-3{padding-left:1rem!important;}.is-p-4{padding:1.5rem!important;}.is-pt-4,.is-py-4{padding-top:1.5rem!important;}.is-pr-4,.is-px-4{padding-right:1.5rem!important;}.is-pb-4,.is-py-4{padding-bottom:1.5rem!important;}.is-pl-4,.is-px-4{padding-left:1.5rem!important;}.is-p-5{padding:3rem!important;}.is-pt-5,.is-py-5{padding-top:3rem!important;}.is-pr-5,.is-px-5{padding-right:3rem!important;}.is-pb-5,.is-py-5{padding-bottom:3rem!important;}.is-pl-5,.is-px-5{padding-left:3rem!important;}.is-m-auto{margin:auto!important;}.is-mt-auto,.is-my-auto{margin-top:auto!important;}.is-mr-auto,.is-mx-auto{margin-right:auto!important;}.is-mb-auto,.is-my-auto{margin-bottom:auto!important;}.is-ml-auto,.is-mx-auto{margin-left:auto!important;}.is-table{display:table!important;}.is-table-row{display:table-row!important;}.is-table-cell{display:table-cell!important;}@media(min-width:576px){.is-m-mobile-0{margin:0!important;}.is-mt-mobile-0,.is-my-mobile-0{margin-top:0!important;}.is-mr-mobile-0,.is-mx-mobile-0{margin-right:0!important;}.is-mb-mobile-0,.is-my-mobile-0{margin-bottom:0!important;}.is-ml-mobile-0,.is-mx-mobile-0{margin-left:0!important;}.is-m-mobile-1{margin:.25rem!important;}.is-mt-mobile-1,.is-my-mobile-1{margin-top:.25rem!important;}.is-mr-mobile-1,.is-mx-mobile-1{margin-right:.25rem!important;}.is-mb-mobile-1,.is-my-mobile-1{margin-bottom:.25rem!important;}.is-ml-mobile-1,.is-mx-mobile-1{margin-left:.25rem!important;}.is-m-mobile-2{margin:.5rem!important;}.is-mt-mobile-2,.is-my-mobile-2{margin-top:.5rem!important;}.is-mr-mobile-2,.is-mx-mobile-2{margin-right:.5rem!important;}.is-mb-mobile-2,.is-my-mobile-2{margin-bottom:.5rem!important;}.is-ml-mobile-2,.is-mx-mobile-2{margin-left:.5rem!important;}.is-m-mobile-3{margin:1rem!important;}.is-mt-mobile-3,.is-my-mobile-3{margin-top:1rem!important;}.is-mr-mobile-3,.is-mx-mobile-3{margin-right:1rem!important;}.is-mb-mobile-3,.is-my-mobile-3{margin-bottom:1rem!important;}.is-ml-mobile-3,.is-mx-mobile-3{margin-left:1rem!important;}.is-m-mobile-4{margin:1.5rem!important;}.is-mt-mobile-4,.is-my-mobile-4{margin-top:1.5rem!important;}.is-mr-mobile-4,.is-mx-mobile-4{margin-right:1.5rem!important;}.is-mb-mobile-4,.is-my-mobile-4{margin-bottom:1.5rem!important;}.is-ml-mobile-4,.is-mx-mobile-4{margin-left:1.5rem!important;}.is-m-mobile-5{margin:3rem!important;}.is-mt-mobile-5,.is-my-mobile-5{margin-top:3rem!important;}.is-mr-mobile-5,.is-mx-mobile-5{margin-right:3rem!important;}.is-mb-mobile-5,.is-my-mobile-5{margin-bottom:3rem!important;}.is-ml-mobile-5,.is-mx-mobile-5{margin-left:3rem!important;}.is-p-mobile-0{padding:0!important;}.is-pt-mobile-0,.is-py-mobile-0{padding-top:0!important;}.is-pr-mobile-0,.is-px-mobile-0{padding-right:0!important;}.is-pb-mobile-0,.is-py-mobile-0{padding-bottom:0!important;}.is-pl-mobile-0,.is-px-mobile-0{padding-left:0!important;}.is-p-mobile-1{padding:.25rem!important;}.is-pt-mobile-1,.is-py-mobile-1{padding-top:.25rem!important;}.is-pr-mobile-1,.is-px-mobile-1{padding-right:.25rem!important;}.is-pb-mobile-1,.is-py-mobile-1{padding-bottom:.25rem!important;}.is-pl-mobile-1,.is-px-mobile-1{padding-left:.25rem!important;}.is-p-mobile-2{padding:.5rem!important;}.is-pt-mobile-2,.is-py-mobile-2{padding-top:.5rem!important;}.is-pr-mobile-2,.is-px-mobile-2{padding-right:.5rem!important;}.is-pb-mobile-2,.is-py-mobile-2{padding-bottom:.5rem!important;}.is-pl-mobile-2,.is-px-mobile-2{padding-left:.5rem!important;}.is-p-mobile-3{padding:1rem!important;}.is-pt-mobile-3,.is-py-mobile-3{padding-top:1rem!important;}.is-pr-mobile-3,.is-px-mobile-3{padding-right:1rem!important;}.is-pb-mobile-3,.is-py-mobile-3{padding-bottom:1rem!important;}.is-pl-mobile-3,.is-px-mobile-3{padding-left:1rem!important;}.is-p-mobile-4{padding:1.5rem!important;}.is-pt-mobile-4,.is-py-mobile-4{padding-top:1.5rem!important;}.is-pr-mobile-4,.is-px-mobile-4{padding-right:1.5rem!important;}.is-pb-mobile-4,.is-py-mobile-4{padding-bottom:1.5rem!important;}.is-pl-mobile-4,.is-px-mobile-4{padding-left:1.5rem!important;}.is-p-mobile-5{padding:3rem!important;}.is-pt-mobile-5,.is-py-mobile-5{padding-top:3rem!important;}.is-pr-mobile-5,.is-px-mobile-5{padding-right:3rem!important;}.is-pb-mobile-5,.is-py-mobile-5{padding-bottom:3rem!important;}.is-pl-mobile-5,.is-px-mobile-5{padding-left:3rem!important;}.is-m-mobile-auto{margin:auto!important;}.is-mt-mobile-auto,.is-my-mobile-auto{margin-top:auto!important;}.is-mr-mobile-auto,.is-mx-mobile-auto{margin-right:auto!important;}.is-mb-mobile-auto,.is-my-mobile-auto{margin-bottom:auto!important;}.is-ml-mobile-auto,.is-mx-mobile-auto{margin-left:auto!important;}.is-table-mobile{display:table!important;}.is-table-row-mobile{display:table-row!important;}.is-table-cell-mobile{display:table-cell!important;}}@media(min-width:1023px){.is-m-tablet-0{margin:0!important;}.is-mt-tablet-0,.is-my-tablet-0{margin-top:0!important;}.is-mr-tablet-0,.is-mx-tablet-0{margin-right:0!important;}.is-mb-tablet-0,.is-my-tablet-0{margin-bottom:0!important;}.is-ml-tablet-0,.is-mx-tablet-0{margin-left:0!important;}.is-m-tablet-1{margin:.25rem!important;}.is-mt-tablet-1,.is-my-tablet-1{margin-top:.25rem!important;}.is-mr-tablet-1,.is-mx-tablet-1{margin-right:.25rem!important;}.is-mb-tablet-1,.is-my-tablet-1{margin-bottom:.25rem!important;}.is-ml-tablet-1,.is-mx-tablet-1{margin-left:.25rem!important;}.is-m-tablet-2{margin:.5rem!important;}.is-mt-tablet-2,.is-my-tablet-2{margin-top:.5rem!important;}.is-mr-tablet-2,.is-mx-tablet-2{margin-right:.5rem!important;}.is-mb-tablet-2,.is-my-tablet-2{margin-bottom:.5rem!important;}.is-ml-tablet-2,.is-mx-tablet-2{margin-left:.5rem!important;}.is-m-tablet-3{margin:1rem!important;}.is-mt-tablet-3,.is-my-tablet-3{margin-top:1rem!important;}.is-mr-tablet-3,.is-mx-tablet-3{margin-right:1rem!important;}.is-mb-tablet-3,.is-my-tablet-3{margin-bottom:1rem!important;}.is-ml-tablet-3,.is-mx-tablet-3{margin-left:1rem!important;}.is-m-tablet-4{margin:1.5rem!important;}.is-mt-tablet-4,.is-my-tablet-4{margin-top:1.5rem!important;}.is-mr-tablet-4,.is-mx-tablet-4{margin-right:1.5rem!important;}.is-mb-tablet-4,.is-my-tablet-4{margin-bottom:1.5rem!important;}.is-ml-tablet-4,.is-mx-tablet-4{margin-left:1.5rem!important;}.is-m-tablet-5{margin:3rem!important;}.is-mt-tablet-5,.is-my-tablet-5{margin-top:3rem!important;}.is-mr-tablet-5,.is-mx-tablet-5{margin-right:3rem!important;}.is-mb-tablet-5,.is-my-tablet-5{margin-bottom:3rem!important;}.is-ml-tablet-5,.is-mx-tablet-5{margin-left:3rem!important;}.is-p-tablet-0{padding:0!important;}.is-pt-tablet-0,.is-py-tablet-0{padding-top:0!important;}.is-pr-tablet-0,.is-px-tablet-0{padding-right:0!important;}.is-pb-tablet-0,.is-py-tablet-0{padding-bottom:0!important;}.is-pl-tablet-0,.is-px-tablet-0{padding-left:0!important;}.is-p-tablet-1{padding:.25rem!important;}.is-pt-tablet-1,.is-py-tablet-1{padding-top:.25rem!important;}.is-pr-tablet-1,.is-px-tablet-1{padding-right:.25rem!important;}.is-pb-tablet-1,.is-py-tablet-1{padding-bottom:.25rem!important;}.is-pl-tablet-1,.is-px-tablet-1{padding-left:.25rem!important;}.is-p-tablet-2{padding:.5rem!important;}.is-pt-tablet-2,.is-py-tablet-2{padding-top:.5rem!important;}.is-pr-tablet-2,.is-px-tablet-2{padding-right:.5rem!important;}.is-pb-tablet-2,.is-py-tablet-2{padding-bottom:.5rem!important;}.is-pl-tablet-2,.is-px-tablet-2{padding-left:.5rem!important;}.is-p-tablet-3{padding:1rem!important;}.is-pt-tablet-3,.is-py-tablet-3{padding-top:1rem!important;}.is-pr-tablet-3,.is-px-tablet-3{padding-right:1rem!important;}.is-pb-tablet-3,.is-py-tablet-3{padding-bottom:1rem!important;}.is-pl-tablet-3,.is-px-tablet-3{padding-left:1rem!important;}.is-p-tablet-4{padding:1.5rem!important;}.is-pt-tablet-4,.is-py-tablet-4{padding-top:1.5rem!important;}.is-pr-tablet-4,.is-px-tablet-4{padding-right:1.5rem!important;}.is-pb-tablet-4,.is-py-tablet-4{padding-bottom:1.5rem!important;}.is-pl-tablet-4,.is-px-tablet-4{padding-left:1.5rem!important;}.is-p-tablet-5{padding:3rem!important;}.is-pt-tablet-5,.is-py-tablet-5{padding-top:3rem!important;}.is-pr-tablet-5,.is-px-tablet-5{padding-right:3rem!important;}.is-pb-tablet-5,.is-py-tablet-5{padding-bottom:3rem!important;}.is-pl-tablet-5,.is-px-tablet-5{padding-left:3rem!important;}.is-m-tablet-auto{margin:auto!important;}.is-mt-tablet-auto,.is-my-tablet-auto{margin-top:auto!important;}.is-mr-tablet-auto,.is-mx-tablet-auto{margin-right:auto!important;}.is-mb-tablet-auto,.is-my-tablet-auto{margin-bottom:auto!important;}.is-ml-tablet-auto,.is-mx-tablet-auto{margin-left:auto!important;}.is-table-tablet{display:table!important;}.is-table-row-tablet{display:table-row!important;}.is-table-cell-tablet{display:table-cell!important;}}@media(min-width:1215px){.is-m-desktop-0{margin:0!important;}.is-mt-desktop-0,.is-my-desktop-0{margin-top:0!important;}.is-mr-desktop-0,.is-mx-desktop-0{margin-right:0!important;}.is-mb-desktop-0,.is-my-desktop-0{margin-bottom:0!important;}.is-ml-desktop-0,.is-mx-desktop-0{margin-left:0!important;}.is-m-desktop-1{margin:.25rem!important;}.is-mt-desktop-1,.is-my-desktop-1{margin-top:.25rem!important;}.is-mr-desktop-1,.is-mx-desktop-1{margin-right:.25rem!important;}.is-mb-desktop-1,.is-my-desktop-1{margin-bottom:.25rem!important;}.is-ml-desktop-1,.is-mx-desktop-1{margin-left:.25rem!important;}.is-m-desktop-2{margin:.5rem!important;}.is-mt-desktop-2,.is-my-desktop-2{margin-top:.5rem!important;}.is-mr-desktop-2,.is-mx-desktop-2{margin-right:.5rem!important;}.is-mb-desktop-2,.is-my-desktop-2{margin-bottom:.5rem!important;}.is-ml-desktop-2,.is-mx-desktop-2{margin-left:.5rem!important;}.is-m-desktop-3{margin:1rem!important;}.is-mt-desktop-3,.is-my-desktop-3{margin-top:1rem!important;}.is-mr-desktop-3,.is-mx-desktop-3{margin-right:1rem!important;}.is-mb-desktop-3,.is-my-desktop-3{margin-bottom:1rem!important;}.is-ml-desktop-3,.is-mx-desktop-3{margin-left:1rem!important;}.is-m-desktop-4{margin:1.5rem!important;}.is-mt-desktop-4,.is-my-desktop-4{margin-top:1.5rem!important;}.is-mr-desktop-4,.is-mx-desktop-4{margin-right:1.5rem!important;}.is-mb-desktop-4,.is-my-desktop-4{margin-bottom:1.5rem!important;}.is-ml-desktop-4,.is-mx-desktop-4{margin-left:1.5rem!important;}.is-m-desktop-5{margin:3rem!important;}.is-mt-desktop-5,.is-my-desktop-5{margin-top:3rem!important;}.is-mr-desktop-5,.is-mx-desktop-5{margin-right:3rem!important;}.is-mb-desktop-5,.is-my-desktop-5{margin-bottom:3rem!important;}.is-ml-desktop-5,.is-mx-desktop-5{margin-left:3rem!important;}.is-p-desktop-0{padding:0!important;}.is-pt-desktop-0,.is-py-desktop-0{padding-top:0!important;}.is-pr-desktop-0,.is-px-desktop-0{padding-right:0!important;}.is-pb-desktop-0,.is-py-desktop-0{padding-bottom:0!important;}.is-pl-desktop-0,.is-px-desktop-0{padding-left:0!important;}.is-p-desktop-1{padding:.25rem!important;}.is-pt-desktop-1,.is-py-desktop-1{padding-top:.25rem!important;}.is-pr-desktop-1,.is-px-desktop-1{padding-right:.25rem!important;}.is-pb-desktop-1,.is-py-desktop-1{padding-bottom:.25rem!important;}.is-pl-desktop-1,.is-px-desktop-1{padding-left:.25rem!important;}.is-p-desktop-2{padding:.5rem!important;}.is-pt-desktop-2,.is-py-desktop-2{padding-top:.5rem!important;}.is-pr-desktop-2,.is-px-desktop-2{padding-right:.5rem!important;}.is-pb-desktop-2,.is-py-desktop-2{padding-bottom:.5rem!important;}.is-pl-desktop-2,.is-px-desktop-2{padding-left:.5rem!important;}.is-p-desktop-3{padding:1rem!important;}.is-pt-desktop-3,.is-py-desktop-3{padding-top:1rem!important;}.is-pr-desktop-3,.is-px-desktop-3{padding-right:1rem!important;}.is-pb-desktop-3,.is-py-desktop-3{padding-bottom:1rem!important;}.is-pl-desktop-3,.is-px-desktop-3{padding-left:1rem!important;}.is-p-desktop-4{padding:1.5rem!important;}.is-pt-desktop-4,.is-py-desktop-4{padding-top:1.5rem!important;}.is-pr-desktop-4,.is-px-desktop-4{padding-right:1.5rem!important;}.is-pb-desktop-4,.is-py-desktop-4{padding-bottom:1.5rem!important;}.is-pl-desktop-4,.is-px-desktop-4{padding-left:1.5rem!important;}.is-p-desktop-5{padding:3rem!important;}.is-pt-desktop-5,.is-py-desktop-5{padding-top:3rem!important;}.is-pr-desktop-5,.is-px-desktop-5{padding-right:3rem!important;}.is-pb-desktop-5,.is-py-desktop-5{padding-bottom:3rem!important;}.is-pl-desktop-5,.is-px-desktop-5{padding-left:3rem!important;}.is-m-desktop-auto{margin:auto!important;}.is-mt-desktop-auto,.is-my-desktop-auto{margin-top:auto!important;}.is-mr-desktop-auto,.is-mx-desktop-auto{margin-right:auto!important;}.is-mb-desktop-auto,.is-my-desktop-auto{margin-bottom:auto!important;}.is-ml-desktop-auto,.is-mx-desktop-auto{margin-left:auto!important;}.is-table-desktop{display:table!important;}.is-table-row-desktop{display:table-row!important;}.is-table-cell-desktop{display:table-cell!important;}}@media(min-width:1407px){.is-m-widescreen-0{margin:0!important;}.is-mt-widescreen-0,.is-my-widescreen-0{margin-top:0!important;}.is-mr-widescreen-0,.is-mx-widescreen-0{margin-right:0!important;}.is-mb-widescreen-0,.is-my-widescreen-0{margin-bottom:0!important;}.is-ml-widescreen-0,.is-mx-widescreen-0{margin-left:0!important;}.is-m-widescreen-1{margin:.25rem!important;}.is-mt-widescreen-1,.is-my-widescreen-1{margin-top:.25rem!important;}.is-mr-widescreen-1,.is-mx-widescreen-1{margin-right:.25rem!important;}.is-mb-widescreen-1,.is-my-widescreen-1{margin-bottom:.25rem!important;}.is-ml-widescreen-1,.is-mx-widescreen-1{margin-left:.25rem!important;}.is-m-widescreen-2{margin:.5rem!important;}.is-mt-widescreen-2,.is-my-widescreen-2{margin-top:.5rem!important;}.is-mr-widescreen-2,.is-mx-widescreen-2{margin-right:.5rem!important;}.is-mb-widescreen-2,.is-my-widescreen-2{margin-bottom:.5rem!important;}.is-ml-widescreen-2,.is-mx-widescreen-2{margin-left:.5rem!important;}.is-m-widescreen-3{margin:1rem!important;}.is-mt-widescreen-3,.is-my-widescreen-3{margin-top:1rem!important;}.is-mr-widescreen-3,.is-mx-widescreen-3{margin-right:1rem!important;}.is-mb-widescreen-3,.is-my-widescreen-3{margin-bottom:1rem!important;}.is-ml-widescreen-3,.is-mx-widescreen-3{margin-left:1rem!important;}.is-m-widescreen-4{margin:1.5rem!important;}.is-mt-widescreen-4,.is-my-widescreen-4{margin-top:1.5rem!important;}.is-mr-widescreen-4,.is-mx-widescreen-4{margin-right:1.5rem!important;}.is-mb-widescreen-4,.is-my-widescreen-4{margin-bottom:1.5rem!important;}.is-ml-widescreen-4,.is-mx-widescreen-4{margin-left:1.5rem!important;}.is-m-widescreen-5{margin:3rem!important;}.is-mt-widescreen-5,.is-my-widescreen-5{margin-top:3rem!important;}.is-mr-widescreen-5,.is-mx-widescreen-5{margin-right:3rem!important;}.is-mb-widescreen-5,.is-my-widescreen-5{margin-bottom:3rem!important;}.is-ml-widescreen-5,.is-mx-widescreen-5{margin-left:3rem!important;}.is-p-widescreen-0{padding:0!important;}.is-pt-widescreen-0,.is-py-widescreen-0{padding-top:0!important;}.is-pr-widescreen-0,.is-px-widescreen-0{padding-right:0!important;}.is-pb-widescreen-0,.is-py-widescreen-0{padding-bottom:0!important;}.is-pl-widescreen-0,.is-px-widescreen-0{padding-left:0!important;}.is-p-widescreen-1{padding:.25rem!important;}.is-pt-widescreen-1,.is-py-widescreen-1{padding-top:.25rem!important;}.is-pr-widescreen-1,.is-px-widescreen-1{padding-right:.25rem!important;}.is-pb-widescreen-1,.is-py-widescreen-1{padding-bottom:.25rem!important;}.is-pl-widescreen-1,.is-px-widescreen-1{padding-left:.25rem!important;}.is-p-widescreen-2{padding:.5rem!important;}.is-pt-widescreen-2,.is-py-widescreen-2{padding-top:.5rem!important;}.is-pr-widescreen-2,.is-px-widescreen-2{padding-right:.5rem!important;}.is-pb-widescreen-2,.is-py-widescreen-2{padding-bottom:.5rem!important;}.is-pl-widescreen-2,.is-px-widescreen-2{padding-left:.5rem!important;}.is-p-widescreen-3{padding:1rem!important;}.is-pt-widescreen-3,.is-py-widescreen-3{padding-top:1rem!important;}.is-pr-widescreen-3,.is-px-widescreen-3{padding-right:1rem!important;}.is-pb-widescreen-3,.is-py-widescreen-3{padding-bottom:1rem!important;}.is-pl-widescreen-3,.is-px-widescreen-3{padding-left:1rem!important;}.is-p-widescreen-4{padding:1.5rem!important;}.is-pt-widescreen-4,.is-py-widescreen-4{padding-top:1.5rem!important;}.is-pr-widescreen-4,.is-px-widescreen-4{padding-right:1.5rem!important;}.is-pb-widescreen-4,.is-py-widescreen-4{padding-bottom:1.5rem!important;}.is-pl-widescreen-4,.is-px-widescreen-4{padding-left:1.5rem!important;}.is-p-widescreen-5{padding:3rem!important;}.is-pt-widescreen-5,.is-py-widescreen-5{padding-top:3rem!important;}.is-pr-widescreen-5,.is-px-widescreen-5{padding-right:3rem!important;}.is-pb-widescreen-5,.is-py-widescreen-5{padding-bottom:3rem!important;}.is-pl-widescreen-5,.is-px-widescreen-5{padding-left:3rem!important;}.is-m-widescreen-auto{margin:auto!important;}.is-mt-widescreen-auto,.is-my-widescreen-auto{margin-top:auto!important;}.is-mr-widescreen-auto,.is-mx-widescreen-auto{margin-right:auto!important;}.is-mb-widescreen-auto,.is-my-widescreen-auto{margin-bottom:auto!important;}.is-ml-widescreen-auto,.is-mx-widescreen-auto{margin-left:auto!important;}.is-table-widescreen{display:table!important;}.is-table-row-widescreen{display:table-row!important;}.is-table-cell-widescreen{display:table-cell!important;}}@media(min-width:1907px){.is-m-fullhd-0{margin:0!important;}.is-mt-fullhd-0,.is-my-fullhd-0{margin-top:0!important;}.is-mr-fullhd-0,.is-mx-fullhd-0{margin-right:0!important;}.is-mb-fullhd-0,.is-my-fullhd-0{margin-bottom:0!important;}.is-ml-fullhd-0,.is-mx-fullhd-0{margin-left:0!important;}.is-m-fullhd-1{margin:.25rem!important;}.is-mt-fullhd-1,.is-my-fullhd-1{margin-top:.25rem!important;}.is-mr-fullhd-1,.is-mx-fullhd-1{margin-right:.25rem!important;}.is-mb-fullhd-1,.is-my-fullhd-1{margin-bottom:.25rem!important;}.is-ml-fullhd-1,.is-mx-fullhd-1{margin-left:.25rem!important;}.is-m-fullhd-2{margin:.5rem!important;}.is-mt-fullhd-2,.is-my-fullhd-2{margin-top:.5rem!important;}.is-mr-fullhd-2,.is-mx-fullhd-2{margin-right:.5rem!important;}.is-mb-fullhd-2,.is-my-fullhd-2{margin-bottom:.5rem!important;}.is-ml-fullhd-2,.is-mx-fullhd-2{margin-left:.5rem!important;}.is-m-fullhd-3{margin:1rem!important;}.is-mt-fullhd-3,.is-my-fullhd-3{margin-top:1rem!important;}.is-mr-fullhd-3,.is-mx-fullhd-3{margin-right:1rem!important;}.is-mb-fullhd-3,.is-my-fullhd-3{margin-bottom:1rem!important;}.is-ml-fullhd-3,.is-mx-fullhd-3{margin-left:1rem!important;}.is-m-fullhd-4{margin:1.5rem!important;}.is-mt-fullhd-4,.is-my-fullhd-4{margin-top:1.5rem!important;}.is-mr-fullhd-4,.is-mx-fullhd-4{margin-right:1.5rem!important;}.is-mb-fullhd-4,.is-my-fullhd-4{margin-bottom:1.5rem!important;}.is-ml-fullhd-4,.is-mx-fullhd-4{margin-left:1.5rem!important;}.is-m-fullhd-5{margin:3rem!important;}.is-mt-fullhd-5,.is-my-fullhd-5{margin-top:3rem!important;}.is-mr-fullhd-5,.is-mx-fullhd-5{margin-right:3rem!important;}.is-mb-fullhd-5,.is-my-fullhd-5{margin-bottom:3rem!important;}.is-ml-fullhd-5,.is-mx-fullhd-5{margin-left:3rem!important;}.is-p-fullhd-0{padding:0!important;}.is-pt-fullhd-0,.is-py-fullhd-0{padding-top:0!important;}.is-pr-fullhd-0,.is-px-fullhd-0{padding-right:0!important;}.is-pb-fullhd-0,.is-py-fullhd-0{padding-bottom:0!important;}.is-pl-fullhd-0,.is-px-fullhd-0{padding-left:0!important;}.is-p-fullhd-1{padding:.25rem!important;}.is-pt-fullhd-1,.is-py-fullhd-1{padding-top:.25rem!important;}.is-pr-fullhd-1,.is-px-fullhd-1{padding-right:.25rem!important;}.is-pb-fullhd-1,.is-py-fullhd-1{padding-bottom:.25rem!important;}.is-pl-fullhd-1,.is-px-fullhd-1{padding-left:.25rem!important;}.is-p-fullhd-2{padding:.5rem!important;}.is-pt-fullhd-2,.is-py-fullhd-2{padding-top:.5rem!important;}.is-pr-fullhd-2,.is-px-fullhd-2{padding-right:.5rem!important;}.is-pb-fullhd-2,.is-py-fullhd-2{padding-bottom:.5rem!important;}.is-pl-fullhd-2,.is-px-fullhd-2{padding-left:.5rem!important;}.is-p-fullhd-3{padding:1rem!important;}.is-pt-fullhd-3,.is-py-fullhd-3{padding-top:1rem!important;}.is-pr-fullhd-3,.is-px-fullhd-3{padding-right:1rem!important;}.is-pb-fullhd-3,.is-py-fullhd-3{padding-bottom:1rem!important;}.is-pl-fullhd-3,.is-px-fullhd-3{padding-left:1rem!important;}.is-p-fullhd-4{padding:1.5rem!important;}.is-pt-fullhd-4,.is-py-fullhd-4{padding-top:1.5rem!important;}.is-pr-fullhd-4,.is-px-fullhd-4{padding-right:1.5rem!important;}.is-pb-fullhd-4,.is-py-fullhd-4{padding-bottom:1.5rem!important;}.is-pl-fullhd-4,.is-px-fullhd-4{padding-left:1.5rem!important;}.is-p-fullhd-5{padding:3rem!important;}.is-pt-fullhd-5,.is-py-fullhd-5{padding-top:3rem!important;}.is-pr-fullhd-5,.is-px-fullhd-5{padding-right:3rem!important;}.is-pb-fullhd-5,.is-py-fullhd-5{padding-bottom:3rem!important;}.is-pl-fullhd-5,.is-px-fullhd-5{padding-left:3rem!important;}.is-m-fullhd-auto{margin:auto!important;}.is-mt-fullhd-auto,.is-my-fullhd-auto{margin-top:auto!important;}.is-mr-fullhd-auto,.is-mx-fullhd-auto{margin-right:auto!important;}.is-mb-fullhd-auto,.is-my-fullhd-auto{margin-bottom:auto!important;}.is-ml-fullhd-auto,.is-mx-fullhd-auto{margin-left:auto!important;}.is-table-fullhd{display:table!important;}.is-table-row-fullhd{display:table-row!important;}.is-table-cell-fullhd{display:table-cell!important;}}@media(min-width:2560px){.is-m-quadhd-0{margin:0!important;}.is-mt-quadhd-0,.is-my-quadhd-0{margin-top:0!important;}.is-mr-quadhd-0,.is-mx-quadhd-0{margin-right:0!important;}.is-mb-quadhd-0,.is-my-quadhd-0{margin-bottom:0!important;}.is-ml-quadhd-0,.is-mx-quadhd-0{margin-left:0!important;}.is-m-quadhd-1{margin:.25rem!important;}.is-mt-quadhd-1,.is-my-quadhd-1{margin-top:.25rem!important;}.is-mr-quadhd-1,.is-mx-quadhd-1{margin-right:.25rem!important;}.is-mb-quadhd-1,.is-my-quadhd-1{margin-bottom:.25rem!important;}.is-ml-quadhd-1,.is-mx-quadhd-1{margin-left:.25rem!important;}.is-m-quadhd-2{margin:.5rem!important;}.is-mt-quadhd-2,.is-my-quadhd-2{margin-top:.5rem!important;}.is-mr-quadhd-2,.is-mx-quadhd-2{margin-right:.5rem!important;}.is-mb-quadhd-2,.is-my-quadhd-2{margin-bottom:.5rem!important;}.is-ml-quadhd-2,.is-mx-quadhd-2{margin-left:.5rem!important;}.is-m-quadhd-3{margin:1rem!important;}.is-mt-quadhd-3,.is-my-quadhd-3{margin-top:1rem!important;}.is-mr-quadhd-3,.is-mx-quadhd-3{margin-right:1rem!important;}.is-mb-quadhd-3,.is-my-quadhd-3{margin-bottom:1rem!important;}.is-ml-quadhd-3,.is-mx-quadhd-3{margin-left:1rem!important;}.is-m-quadhd-4{margin:1.5rem!important;}.is-mt-quadhd-4,.is-my-quadhd-4{margin-top:1.5rem!important;}.is-mr-quadhd-4,.is-mx-quadhd-4{margin-right:1.5rem!important;}.is-mb-quadhd-4,.is-my-quadhd-4{margin-bottom:1.5rem!important;}.is-ml-quadhd-4,.is-mx-quadhd-4{margin-left:1.5rem!important;}.is-m-quadhd-5{margin:3rem!important;}.is-mt-quadhd-5,.is-my-quadhd-5{margin-top:3rem!important;}.is-mr-quadhd-5,.is-mx-quadhd-5{margin-right:3rem!important;}.is-mb-quadhd-5,.is-my-quadhd-5{margin-bottom:3rem!important;}.is-ml-quadhd-5,.is-mx-quadhd-5{margin-left:3rem!important;}.is-p-quadhd-0{padding:0!important;}.is-pt-quadhd-0,.is-py-quadhd-0{padding-top:0!important;}.is-pr-quadhd-0,.is-px-quadhd-0{padding-right:0!important;}.is-pb-quadhd-0,.is-py-quadhd-0{padding-bottom:0!important;}.is-pl-quadhd-0,.is-px-quadhd-0{padding-left:0!important;}.is-p-quadhd-1{padding:.25rem!important;}.is-pt-quadhd-1,.is-py-quadhd-1{padding-top:.25rem!important;}.is-pr-quadhd-1,.is-px-quadhd-1{padding-right:.25rem!important;}.is-pb-quadhd-1,.is-py-quadhd-1{padding-bottom:.25rem!important;}.is-pl-quadhd-1,.is-px-quadhd-1{padding-left:.25rem!important;}.is-p-quadhd-2{padding:.5rem!important;}.is-pt-quadhd-2,.is-py-quadhd-2{padding-top:.5rem!important;}.is-pr-quadhd-2,.is-px-quadhd-2{padding-right:.5rem!important;}.is-pb-quadhd-2,.is-py-quadhd-2{padding-bottom:.5rem!important;}.is-pl-quadhd-2,.is-px-quadhd-2{padding-left:.5rem!important;}.is-p-quadhd-3{padding:1rem!important;}.is-pt-quadhd-3,.is-py-quadhd-3{padding-top:1rem!important;}.is-pr-quadhd-3,.is-px-quadhd-3{padding-right:1rem!important;}.is-pb-quadhd-3,.is-py-quadhd-3{padding-bottom:1rem!important;}.is-pl-quadhd-3,.is-px-quadhd-3{padding-left:1rem!important;}.is-p-quadhd-4{padding:1.5rem!important;}.is-pt-quadhd-4,.is-py-quadhd-4{padding-top:1.5rem!important;}.is-pr-quadhd-4,.is-px-quadhd-4{padding-right:1.5rem!important;}.is-pb-quadhd-4,.is-py-quadhd-4{padding-bottom:1.5rem!important;}.is-pl-quadhd-4,.is-px-quadhd-4{padding-left:1.5rem!important;}.is-p-quadhd-5{padding:3rem!important;}.is-pt-quadhd-5,.is-py-quadhd-5{padding-top:3rem!important;}.is-pr-quadhd-5,.is-px-quadhd-5{padding-right:3rem!important;}.is-pb-quadhd-5,.is-py-quadhd-5{padding-bottom:3rem!important;}.is-pl-quadhd-5,.is-px-quadhd-5{padding-left:3rem!important;}.is-m-quadhd-auto{margin:auto!important;}.is-mt-quadhd-auto,.is-my-quadhd-auto{margin-top:auto!important;}.is-mr-quadhd-auto,.is-mx-quadhd-auto{margin-right:auto!important;}.is-mb-quadhd-auto,.is-my-quadhd-auto{margin-bottom:auto!important;}.is-ml-quadhd-auto,.is-mx-quadhd-auto{margin-left:auto!important;}.is-table-quadhd{display:table!important;}.is-table-row-quadhd{display:table-row!important;}.is-table-cell-quadhd{display:table-cell!important;}}.is-gap-0{gap:0!important;}.is-gap-y-0{row-gap:0!important;}.is-gap-x-0{column-gap:0!important;}.is-gap-1{gap:.25rem!important;}.is-gap-y-1{row-gap:.25rem!important;}.is-gap-x-1{column-gap:.25rem!important;}.is-gap-2{gap:.5rem!important;}.is-gap-y-2{row-gap:.5rem!important;}.is-gap-x-2{column-gap:.5rem!important;}.is-gap-3{gap:1rem!important;}.is-gap-y-3{row-gap:1rem!important;}.is-gap-x-3{column-gap:1rem!important;}.is-gap-4{gap:1.5rem!important;}.is-gap-y-4{row-gap:1.5rem!important;}.is-gap-x-4{column-gap:1.5rem!important;}.is-gap-5{gap:3rem!important;}.is-gap-y-5{row-gap:3rem!important;}.is-gap-x-5{column-gap:3rem!important;}.has-text-wrap{white-space:normal!important;}.has-text-nowrap{white-space:nowrap!important;}.has-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.is-unordered-list-unstyled{padding-left:0;list-style:none;}ol.is-ordered-list:not(.is-ordered-list-unstyled){margin-left:2rem;margin-bottom:1rem;}ol.is-ordered-list-unstyled{padding-left:0;list-style:none;}ol.is-ordered-list-lower-alpha{list-style-type:lower-alpha;}ol.is-ordered-list-lower-roman{list-style-type:lower-roman;}ol.is-ordered-list-upper-alpha{list-style-type:upper-alpha;}ol.is-ordered-list-upper-roman{list-style-type:upper-roman;}.lead{font-size:1.25rem;font-weight:300;margin-bottom:1rem;}.is-size-xs{font-size:.65rem!important;}.is-size-sm{font-size:.75rem!important;}.is-size-md{font-size:1.25rem!important;}.is-size-lg{font-size:1.5rem!important;}.is-size-xl{font-size:2rem!important;}.is-size-1{font-size:3rem!important;}.is-size-2{font-size:2.5rem!important;}.is-size-3{font-size:2.5rem!important;}.is-size-4{font-size:1.5rem!important;}.is-size-5{font-size:1.25rem!important;}.is-size-6{font-size:1rem!important;}@media(min-width:576px){.is-size-xs-mobile{font-size:.65rem!important;}.is-size-sm-mobile{font-size:.75rem!important;}.is-size-md-mobile{font-size:1.25rem!important;}.is-size-lg-mobile{font-size:1.5rem!important;}.is-size-xl-mobile{font-size:2rem!important;}.is-size-1-mobile{font-size:3rem!important;}.is-size-2-mobile{font-size:2.5rem!important;}.is-size-3-mobile{font-size:2.5rem!important;}.is-size-4-mobile{font-size:1.5rem!important;}.is-size-5-mobile{font-size:1.25rem!important;}.is-size-6-mobile{font-size:1rem!important;}}@media(min-width:1023px){.is-size-xs-tablet{font-size:.65rem!important;}.is-size-sm-tablet{font-size:.75rem!important;}.is-size-md-tablet{font-size:1.25rem!important;}.is-size-lg-tablet{font-size:1.5rem!important;}.is-size-xl-tablet{font-size:2rem!important;}.is-size-1-tablet{font-size:3rem!important;}.is-size-2-tablet{font-size:2.5rem!important;}.is-size-3-tablet{font-size:2.5rem!important;}.is-size-4-tablet{font-size:1.5rem!important;}.is-size-5-tablet{font-size:1.25rem!important;}.is-size-6-tablet{font-size:1rem!important;}}@media(min-width:1215px){.is-size-xs-desktop{font-size:.65rem!important;}.is-size-sm-desktop{font-size:.75rem!important;}.is-size-md-desktop{font-size:1.25rem!important;}.is-size-lg-desktop{font-size:1.5rem!important;}.is-size-xl-desktop{font-size:2rem!important;}.is-size-1-desktop{font-size:3rem!important;}.is-size-2-desktop{font-size:2.5rem!important;}.is-size-3-desktop{font-size:2.5rem!important;}.is-size-4-desktop{font-size:1.5rem!important;}.is-size-5-desktop{font-size:1.25rem!important;}.is-size-6-desktop{font-size:1rem!important;}}@media(min-width:1407px){.is-size-xs-widescreen{font-size:.65rem!important;}.is-size-sm-widescreen{font-size:.75rem!important;}.is-size-md-widescreen{font-size:1.25rem!important;}.is-size-lg-widescreen{font-size:1.5rem!important;}.is-size-xl-widescreen{font-size:2rem!important;}.is-size-1-widescreen{font-size:3rem!important;}.is-size-2-widescreen{font-size:2.5rem!important;}.is-size-3-widescreen{font-size:2.5rem!important;}.is-size-4-widescreen{font-size:1.5rem!important;}.is-size-5-widescreen{font-size:1.25rem!important;}.is-size-6-widescreen{font-size:1rem!important;}}@media(min-width:1907px){.is-size-xs-fullhd{font-size:.65rem!important;}.is-size-sm-fullhd{font-size:.75rem!important;}.is-size-md-fullhd{font-size:1.25rem!important;}.is-size-lg-fullhd{font-size:1.5rem!important;}.is-size-xl-fullhd{font-size:2rem!important;}.is-size-1-fullhd{font-size:3rem!important;}.is-size-2-fullhd{font-size:2.5rem!important;}.is-size-3-fullhd{font-size:2.5rem!important;}.is-size-4-fullhd{font-size:1.5rem!important;}.is-size-5-fullhd{font-size:1.25rem!important;}.is-size-6-fullhd{font-size:1rem!important;}}@media(min-width:2560px){.is-size-xs-quadhd{font-size:.65rem!important;}.is-size-sm-quadhd{font-size:.75rem!important;}.is-size-md-quadhd{font-size:1.25rem!important;}.is-size-lg-quadhd{font-size:1.5rem!important;}.is-size-xl-quadhd{font-size:2rem!important;}.is-size-1-quadhd{font-size:3rem!important;}.is-size-2-quadhd{font-size:2.5rem!important;}.is-size-3-quadhd{font-size:2.5rem!important;}.is-size-4-quadhd{font-size:1.5rem!important;}.is-size-5-quadhd{font-size:1.25rem!important;}.is-size-6-quadhd{font-size:1rem!important;}}.has-text-decoration-underline{text-decoration:underline!important;}.has-text-decoration-overline{text-decoration:overline!important;}.has-text-decoration-line-through{text-decoration:line-through!important;}.has-text-decoration-inherit{text-decoration:inherit!important;}.has-text-decoration-none{text-decoration:none!important;}.is-visible{visibility:visible!important;}.flatpickr-months{margin:.5rem 0;}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{height:auto;position:relative;}.flatpickr-months .flatpickr-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#00d1b2;}.flatpickr-months .flatpickr-month{color:#212529;}.flatpickr-current-month{padding:13px 0 0 0;font-size:115%;}.flatpickr-current-month span.cur-month{font-weight:700;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,209,178,.15);}.numInputWrapper:hover{background:rgba(0,209,178,.15);}.flatpickr-day{border-radius:50%;font-weight:500;color:#212529;}.flatpickr-day.today{border-color:#00d1b2;}.flatpickr-day.today:hover{background:#00d1b2;border-color:#00d1b2;}.flatpickr-day:hover{background:rgba(0,209,178,.1);border-color:rgba(0,0,0,0);}span.flatpickr-weekday{color:#212529;}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#00d1b2;border-color:#00d1b2;}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #00d1b2;}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50%;}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:50%;}.flatpickr-monthSelect-month:hover,.flatpickr-monthSelect-month:focus{background:rgba(0,209,178,.1);}.flatpickr-monthSelect-month.selected{background-color:#00d1b2;} \ No newline at end of file