[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.background-grey{background:#e6e6e6}.background-yellow{background:#ffed00}.background-blue{background:#2db4d6 !important}.background-blue *{color:#fff !important}.background-blue-white-text{background:#2db4d6;color:#fff}body{font-family:"Open Sans",sans-serif;font-size:14px;line-height:1.5}@media all and (min-width: 981px){body{font-size:16px}}h1,.h1{font-size:3.5rem;line-height:1.45;margin-top:1.6785em;margin-bottom:.8em}@media all and (max-width: 980px){h1,.h1{font-size:1.75rem}}h2,.h2{font-size:2.25rem;line-height:1.278;margin-top:.9em;margin-bottom:.45em}@media all and (max-width: 980px){h2,.h2{font-size:1.5rem}}h3,.h3{font-size:1.5rem;line-height:1.375;margin-top:1.33em;margin-bottom:.66em}@media all and (max-width: 980px){h3,.h3{font-size:1.25rem}}h4,.h4{font-size:1.25rem;line-height:1.1;margin-top:1.2em;margin-bottom:.8em}@media all and (max-width: 980px){h4,.h4{font-size:1.2rem}}h5,.h5{font-size:1.1rem;line-height:1.1;margin-top:1.125em;margin-bottom:.9em}@media all and (max-width: 980px){h5,.h5{font-size:1.125rem}}h6,.h6{font-size:1rem;line-height:1;margin-top:1.5em;margin-bottom:.5em}@media all and (max-width: 980px){h6,.h6{font-size:1rem}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:normal}h1,.h1{font-weight:700}@media all and (max-width: 380px){h1,.h1{font-size:1.75rem}}.highlight-title{padding:0 .5rem}.highlight-title>span{color:#000;background-color:#ffed00;-webkit-box-decoration-break:clone;box-decoration-break:clone;box-shadow:.5rem 0 0 #ffed00,-0.5rem 0 0 #ffed00}@media all and (min-width: 981px){.highlight-title>span{box-shadow:1rem 0 0 #ffed00,-1rem 0 0 #ffed00}}@media all and (min-width: 981px){.highlight-title{padding:0 1rem}}.highlight-title.highlight-title--dark>span{color:#fff;background-color:#000;-webkit-box-decoration-break:clone;box-decoration-break:clone;box-shadow:.5rem 0 0 #000,-0.5rem 0 0 #000}@media all and (min-width: 981px){.highlight-title.highlight-title--dark>span{box-shadow:1rem 0 0 #000,-1rem 0 0 #000}}h2,.h2{font-weight:700 !important}@media all and (max-width: 380px){h2,.h2{font-size:1.5rem !important}}h3,.h3{text-transform:none;font-weight:700 !important;font-size:1.5rem !important}h4,.h4{text-transform:none;font-weight:700}a{color:#2db4d6;text-decoration:none}a:hover{color:#2490ab}hr{border:none;height:.1875rem;background:#000}.align-text-right{text-align:right}.align-text-center{text-align:center}.sr__text,.sr__input,.sr__label{position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}:focus{outline:none}body.user-tabbing a:focus,body.user-tabbing button:focus,body.user-tabbing .btn:focus,body.user-tabbing .button:focus,body.user-tabbing select:focus,body.user-tabbing input:focus{box-shadow:0 0 .125rem .125rem #2db4d6}body.user-tabbing .image-upload__container:focus,body.user-tabbing .image-upload__container:focus-within{box-shadow:0 0 .125rem .125rem #2db4d6}body.user-tabbing form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus,body.user-tabbing form textarea:focus,body.user-tabbing form select:focus,body.user-tabbing form button:focus{box-shadow:0 0 .125rem .125rem #2db4d6}body.user-tabbing form label.radio:focus-within,body.user-tabbing form label.checkbox:focus-within{box-shadow:0 0 .125rem .125rem #2db4d6}body.user-tabbing form .checkbox:focus-within::after,body.user-tabbing form .checkbox:focus::after{box-shadow:0 0 .125rem .125rem #2db4d6}body.user-tabbing form:focus{box-shadow:0 0 .125rem .125rem #2db4d6}.page__wrapper form .errorlist,.social{list-style:none;margin:0;padding:0}.hidden{display:none}@media all and (min-width: 981px){.desktop-hidden{display:none}}@media all and (max-width: 980px){.mobile-hidden{display:none}}.inverted{background:#000;color:#fff}.row{display:flex;flex-flow:column nowrap}@media all and (min-width: 768px){.row{flex-flow:row nowrap;align-items:center}}.background-image{background-repeat:none;background-size:cover;background-position:center}.background-image img{width:100%;height:100%;object-fit:cover}.short{max-width:20rem}.container--wide-page{max-width:73.5rem;margin:auto}.container--narrow-page{max-width:43.375rem;margin:3rem auto !important;padding:0 1.5rem}.container--narrow-page h1.highlight-title:first-child p{font-size:1.125rem;line-height:1.6875rem}@media all and (min-width: 980px){.container--narrow-page{margin:8rem auto 6rem !important;padding:0}}.container--scroll-x{overflow-x:scroll;overflow:auto}.block{display:block;margin:4rem auto}.block.block--button{margin:1.5rem auto}.block.block--image-full{margin-top:3.5rem;margin-bottom:3.5rem}h1+.block,h2+.block,h3+.block,h4+.block{margin-top:0}.rich-text .richtext-image.full-width{width:100%;margin:1rem 0}.rich-text .richtext-image.left,.rich-text .richtext-image.right{width:100%;margin:1rem 0}@media all and (min-width: 768px){.rich-text .richtext-image.left,.rich-text .richtext-image.right{width:calc(50% - 1rem);margin:.75rem 0}.rich-text .richtext-image.left{float:left;margin-right:2rem}.rich-text .richtext-image.right{float:right;margin-left:2rem}}.rich-text ul{padding-left:1.5rem;list-style:none}.rich-text ul li{padding-left:.75rem}.rich-text ul li::before{content:"•";margin-left:-1.35rem;padding-right:1rem}.rich-text ol li{padding-left:.25rem;margin-left:-0.5rem}.rich-text hr{background:#d6d6d6}.rich-text h2{margin-bottom:.75rem;font-weight:700;font-size:1.875rem}.rich-text p{margin-bottom:1rem}.block--image-full{margin-left:-1.51rem;margin-right:-1.5rem}@media all and (min-width: 743px){.block--image-full{margin-left:calc((100vw - 43.375rem)/-2);margin-right:calc((100vw - 43.375rem)/-2)}}.block--image-full figcaption{text-align:center}.block--image{margin-top:1rem;margin-bottom:1rem !important}.block--image img{width:-moz-fit-content;width:fit-content}.block--small-logo-image{max-width:4.875rem;max-height:5.25rem;display:flex;align-items:center}.block--small-logo-image img{width:-moz-fit-content;width:fit-content;object-fit:cover}.block--small-logo-image.block{margin:1.5rem 0}.iframe__container,.responsive-object{position:relative;padding-bottom:56.25%;padding-top:25px;height:0 !important;max-width:60rem !important;margin:2.5rem auto}.iframe__container .iframe__video,.iframe__container iframe,.responsive-object .iframe__video,.responsive-object iframe{position:absolute;top:0;left:0;width:100%;height:100% !important;border:0}.block--two-column .two-column__left{margin-bottom:2rem}@media all and (min-width: 768px){.block--two-column{display:flex;flex-flow:row wrap;justify-content:space-between}.block--two-column .two-column__left{margin-bottom:0}.block--two-column.ratio-halves .two-column__left,.block--two-column.ratio-halves .two-column__right,.block--two-column.ratio-halves>div{width:calc(50% - 1rem)}.block--two-column.ratio-left .two-column__left{width:calc(60% - 1rem)}.block--two-column.ratio-left .two-column__right{width:calc(40% - 1rem)}.block--two-column.ratio-right .two-column__left{width:calc(40% - 1rem)}.block--two-column.ratio-right .two-column__right{width:calc(60% - 1rem)}.block--two-column.ratio-left-extra .two-column__left{width:calc(70% - 1rem)}.block--two-column.ratio-left-extra .two-column__right{width:calc(30% - 1rem)}.block--two-column.ratio-right-extra .two-column__left{width:calc(30% - 1rem)}.block--two-column.ratio-right-extra .two-column__right{width:calc(70% - 1rem)}}.block--two-column.two-column-grid{margin-bottom:-1rem}.block--two-column.two-column-grid>*{margin-bottom:1.5rem}.block--two-column.two-column-grid img{display:block;float:none !important;width:4rem !important;margin:0 0 1.25rem !important}.block--two-column.two-column-grid img+*{margin-top:.5rem}.block--two-column.two-column-grid img.right{margin-left:auto !important}.block--two-column.two-column-grid img.full-width{margin-left:auto !important;margin-right:auto !important}.block--highlighted-text{padding:2.25rem 2.75rem}.block--highlighted-text blockquote{font-style:italic;margin:1rem 0 0}.block--highlighted-text.align-text-left blockquote{text-align:right}#data-actions{display:flex;flex-flow:row wrap;justify-content:space-evenly;margin-top:3rem}#data-actions .data-actions__action{display:flex;flex-flow:column;max-width:27.375rem;padding:2.25rem 2.375rem;margin:2rem -2.375rem;background:url("../36ae01f9ad7fc1dc69ee.bfbf7c8ee105.png") no-repeat 0/25%}#data-actions .data-actions__action h1{max-width:12rem;margin-bottom:1rem;font-size:2.5rem}#data-actions .data-actions__action .highlight-title span{padding:.375rem 0}#data-actions .data-actions__action p{margin:1.5rem 0}#data-actions .data-actions__action #data-actions__country-select{margin-bottom:.5rem}#data-actions .data-actions__action .data-actions__button{margin-top:auto}@media all and (min-width: 924px){#data-actions .data-actions__action{padding:4.375rem}#data-actions .data-actions__action p{margin:1.5rem 0 2.5rem}#data-actions .data-actions__action h1{font-size:3.5rem}}.block--partner-grid{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;margin:auto -2.75rem}.block--partner-grid img,.block--partner-grid a{padding:1.75rem 2.5rem}@media all and (min-width: 360px){.block--partner-grid img,.block--partner-grid a{width:50%}}@media all and (min-width: 644px){.block--partner-grid img,.block--partner-grid a{width:33%;padding:1.75rem 2.5rem}}.block--partner-grid img{height:100%}.block--partner-grid a img{width:100%;padding:0 !important}.block--partner-grid a:hover img{transform:scale(1.1)}.block--quote{margin:2rem 0;padding:2.25rem 2.75rem;font-weight:700;font-size:1.5rem;background:#ffed00 url("../022f562fbe6753344187.fe159d2fff72.svg") left bottom no-repeat;background-size:125%;background-blend-mode:multiply}.block--quote__citation{font-weight:normal;font-size:1rem}.score-block{border:1px solid #e6e6e6;border-radius:.6875rem;padding:2rem;text-align:center}.score-block .score-block__score{font-size:4rem;line-height:4.8rem;font-weight:700}.score-block .score-block__heading{font-size:1rem}.icon{width:1.5em;height:1.5em;fill:currentColor}.rotate-90{transform:rotate(90deg)}.rotate-270{transform:rotate(270deg)}.fill-red{fill:#ff2d00;stroke:#ff2d00}.fill-green{fill:#0f8;stroke:#0f8}.social{display:flex;flex-flow:row nowrap}.social>li+li{margin-left:1.5rem}.button{display:inline-block;min-width:10rem;padding:1rem 2.25rem;border:none;color:#fff;background:#2db4d6;font-family:"Open Sans";font-weight:600;text-align:center;line-height:1.5;letter-spacing:.02rem;cursor:pointer}.button:hover,.button.active{background:#2490ab;color:#fff}.button.active{cursor:default}.button.icon_button{display:inline-flex;width:auto;flex-flow:row nowrap;border-radius:1rem;background:#000;font-size:.75rem;font-weight:300;text-transform:none}.button.icon_button .icon{margin-left:.35rem;fill:#2db4d6}.button.button--stroke{width:unset;background:#fff;color:#2db4d6;border-style:solid;border-width:1px;border-color:#2db4d6}.button.button--stroke:hover,.button.button--stroke.active{color:#fff;background:#2db4d6}.button.button--stroke-small{padding:.25rem 1rem;min-width:5rem}button{-webkit-appearance:none !important;appearance:none !important;font-family:"Open Sans";border:none;background:none;cursor:pointer}figure{margin:0}.page__logo{display:inline-block;width:12.5rem;height:0;vertical-align:top;padding-bottom:60%}.headline-score{display:inline-flex;align-items:center;justify-content:center;flex-flow:row nowrap;margin-right:.5rem}.headline-score p{margin:0 0 0 .5rem;text-transform:uppercase;font-size:.75rem;font-weight:600;opacity:.3}@media all and (min-width: 769px){.headline-score p{margin:.5rem 0 0}}@media all and (min-width: 769px){.headline-score{flex-flow:column nowrap;align-items:stretch;text-align:center}}.headline-score__value{display:inline-block;position:relative;padding:.5rem 1rem;background:#000;color:#fff;text-align:center;letter-spacing:initial;margin:0;font-weight:800;transition:all .1s}@media all and (min-width: 769px){.headline-score__value{padding:.5rem 1.5rem}}.headline-score__value:hover{background-color:#2db4d6;color:#000}.headline-score__value:hover .headline-score__tooltip,.score-list__score:hover .score-list__tooltip{opacity:1;transition:all .5s;transform:scale(1)}@media all and (min-width: 769px){.headline-score__value:hover .headline-score__tooltip,.score-list__score:hover .score-list__tooltip{transform:translateY(-50%) scale(1)}}.headline-score__tooltip,.score-list__tooltip{position:absolute;pointer-events:none;top:calc(100% + 1rem);left:0;width:15rem;color:#fff;background-color:#000;font-size:.875rem;line-height:1.375rem;text-align:left;text-transform:none;padding:.75rem 1rem;opacity:0;border-radius:.6875rem;transform:scale(0.9);transform-origin:left top;transition:all .3s}@media all and (min-width: 769px){.headline-score__tooltip,.score-list__tooltip{left:calc(100% + 1rem);top:50%;transform:translateY(-50%) scale(0.9);transform-origin:left center}}.headline-score__tooltip::after,.score-list__tooltip::after{content:"";display:block;position:absolute;top:-0.5rem;left:1.5rem;width:1rem;height:1rem;background-color:#000;transform:rotate(45deg);z-index:-1}@media all and (min-width: 769px){.headline-score__tooltip::after,.score-list__tooltip::after{top:50%;left:-0.5rem;transform:translateY(-50%) rotate(45deg)}}.score-list__tooltip{left:-1rem}@media all and (min-width: 769px){.score-list__tooltip{left:calc(100% + 1rem)}}.score-list{list-style:none;margin:0;padding:0;margin:1rem 0 4rem}.score-list li{display:grid;grid-template-columns:1fr 1fr;align-content:center;padding:.5rem 1.5rem;border-top:2px solid #e6e6e6}@media all and (min-width: 644px){.score-list li{grid-template-columns:1fr 1fr max-content}}.score-list li:last-child{border-bottom:2px solid #e6e6e6}.score-list .button{padding:.5rem 2.25rem}.score-list__title,.score-list__score{font-weight:700;display:flex;align-items:center}.score-list__score{font-size:1.5rem;position:relative;width:3rem}.score-list__links{grid-column:span 2;padding:.5rem 0;text-align:right}.score-list__links a:not(.button){text-decoration:underline;font-size:.875rem;font-weight:700;display:block;margin-bottom:1rem}@media all and (min-width: 644px){.score-list__links{display:flex;align-items:center;grid-column:span 1;padding:0}.score-list__links a:not(.button){margin-right:3.5rem;margin-bottom:0;display:inline-block}}#reports-index__filters{margin-top:3rem}#reports-index__filters select{max-width:100%}.split-intro{display:flex;flex-flow:row wrap;margin:auto}.split-intro .highlight-title{margin-bottom:2px}.split-intro .split-intro__main{width:100%}.split-intro .split-intro__intro>p{max-width:21rem}@media all and (min-width: 769px){.split-intro .split-intro__intro>p{margin:1rem 0 0 1.5rem}}@media all and (min-width: 769px){.split-intro .split-intro__intro{display:flex;align-items:flex-start}}@media all and (min-width: 769px){.split-intro{flex-flow:row nowrap}}.pebble-trail{display:flex;flex-flow:row nowrap;max-width:80rem;margin:-1.5rem auto 1.5rem !important;text-transform:uppercase;font-size:.875rem;font-weight:600}.pebble-trail .icon{width:1rem;height:1rem;margin-right:.25rem;padding-top:.275rem;stroke:#2db4d6}.pebble-trail:hover .icon{stroke:#2490ab !important}.pebble-trail+h1{margin-top:2rem}@media all and (min-width: 981px){.pebble-trail{margin:-3.5rem auto 2.5rem !important}}.language-picker{display:flex;order:1;height:2.8125rem;margin-left:auto;border-left:1px solid #d6d6d6}.language-picker[aria-expanded=false] .language-picker__list{display:none}.language-picker .language-picker__toggle{order:1;padding:0 1.25rem;line-height:1.5rem;font-weight:bold;text-transform:uppercase}.language-picker[aria-expanded=true] .language-picker__current-language{display:none}.language-picker[aria-expanded=false] .language-picker__close{display:none}.language-picker .language-picker__close{height:.8125rem;fill:#2db4d6}.language-picker .language-picker__list{display:flex;flex-direction:row;margin:0 0 0 1.5rem}.language-picker .language-picker__list :first-child{margin-left:0}.language-picker .language-picker__list :last-child{margin-right:0}.language-picker .language-picker__language{align-self:center;height:2rem;margin:0 .5rem}.language-picker.language-picker--mobile{margin:2rem 0;font-size:.8125rem}.language-picker.language-picker--mobile .language-picker__list{flex-wrap:wrap;margin:0}.language-picker.language-picker--mobile .language-picker__language{margin:.5rem 1rem .5rem 0;height:auto;padding:.35rem .25rem .275rem}.indicator-form-intro{display:flex;flex-flow:row wrap}.indicator-form-intro>*{flex-basis:100%}.indicator-form-intro__info{display:grid;grid-gap:0 1rem}.indicator-form-intro__info>*{order:2}.indicator-form-intro__info h3{text-transform:uppercase;margin:0;padding:1rem 0;border-bottom:solid 2px #000}.indicator-form-intro__info img{grid-column:1;grid-row:span 2;order:1;max-width:6rem;margin:0 auto}@media all and (min-width: 768px){.indicator-form-intro__info{grid-template-columns:6rem auto}.indicator-form-intro__info>*{grid-column:2}}.indicator-form-intro__info-text{font-style:italic;font-size:1.2rem}.indicator-form-intro__info-text span{font-weight:800;font-style:normal}#clear-data-wrapper{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.indicator-form__data-info,.indicator-form__clear-data{font-size:.875rem;margin-top:3rem;border:2px solid #ffed00;padding:1rem}.indicator-form__clear-data{padding:1rem;border:2px solid #2db4d6}.invalid-feedback strong{display:block;color:#ff2d00}.indicator-form__error-message{margin:1rem auto}.indicator-form__error-message p{font-size:1.25rem}.indicator-form__error-message li{margin-top:1rem;padding-left:1rem;font-size:1rem}.indicator-form>*+*{margin-top:3rem}.indicator-form fieldset{padding:0;border:0;margin-bottom:1.5rem}.indicator-form fieldset legend{text-transform:uppercase;font-weight:700;display:block;width:100%;line-height:1.4;font-size:1.125rem !important;margin-bottom:.75rem !important;word-break:break-word}.indicator-form fieldset label{font-weight:700;color:#363636;font-size:1rem;line-height:1.5;margin-bottom:.25rem;display:block}.indicator-form fieldset:first-child{margin-top:3rem !important}.indicator-form .question-fieldset{margin-bottom:.25rem;position:relative}.indicator-form .question-fieldset legend{background-color:#fff;border:1px solid #d6d6d6;border-radius:.25rem;padding:1rem;display:flex;flex-grow:1;text-transform:none;cursor:pointer;transition:background-color .35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color .35s cubic-bezier(0.3, 0.86, 0.36, 0.95),border-color .35s cubic-bezier(0.3, 0.86, 0.36, 0.95);margin-bottom:.5rem !important}.indicator-form .question-fieldset legend:hover{border-color:#363636}.indicator-form .question-fieldset.active legend{border-color:#2db4d6;background-color:#2db4d6;color:#fff}.indicator-form .question-fieldset.active .form-tooltip{opacity:1;visibility:visible}.indicator-form .question-description{margin-bottom:1.5rem}.indicator-form .form-group:not(:last-child){margin-bottom:1.5rem}.indicator-form .form-group>label{flex:0 0 100%}@media all and (min-width: 768px){.indicator-form .form-group{flex-flow:row nowrap}.indicator-form .form-group>label{flex:0 0 35%;margin-right:1rem}}.indicator-form .form-group .custom-radio,.indicator-form .form-group .custom-checkbox{display:flex;margin:.5rem .5rem 0 0}.indicator-form .form-group .custom-radio input,.indicator-form .form-group .custom-checkbox input{width:1.5rem;height:1.5rem;margin-right:1rem;flex-shrink:0;accent-color:#000}.indicator-form .form-group .custom-checkbox input{position:relative;z-index:1;opacity:100}.indicator-form .form-tabs{margin-bottom:1.5rem}.indicator-form .form-tabs .completion_person_common,.indicator-form .form-tabs .other-completion{border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding:0 1rem}.indicator-form .form-tabs .completion_person_common .form-group,.indicator-form .form-tabs .other-completion .form-group{padding:1rem 0}.indicator-form .form-tabs .completion_person_common{border-bottom:1px solid #e6e6e6}.indicator-form .form-tabs .field__completing-for div{display:flex;flex-flow:row wrap;width:100%;align-items:center}.indicator-form .form-tabs .field__completing-for div div{flex:1 1 calc(50% - .25rem);flex-wrap:nowrap;gap:.5rem}.indicator-form .form-tabs .field__completing-for .custom-radio{flex:1 1 50%;padding:1.5rem 0}.indicator-form .form-tabs .field__completing-for .custom-radio input{width:1.5rem;height:1.5rem;margin-right:1rem;flex:unset}.indicator-form .form-tabs .field__completing-for .custom-radio label{margin-bottom:0;flex:unset}.indicator-form .form-tabs details{background:#e6e6e6;padding:.5rem 2.5rem;width:100%;position:relative}.indicator-form .form-tabs details[open]{padding:.5rem 2.5rem 1rem}.indicator-form .form-tabs details[open] summary{margin-bottom:1rem}.indicator-form .form-tabs details::after{content:"";position:absolute;top:.5rem;left:.5rem;width:1.5rem;height:1.5rem;background:url("../70bab6c6315dffcd45ed.8e6ec19afd1c.svg")}.indicator-form .form-tabs summary{text-decoration:underline;list-style:none}.indicator-form .form-tabs summary::-webkit-details-marker{display:none}.indicator-form .field__completing-for .form-group{display:flex;flex-flow:row wrap;margin:0}.indicator-form .field__completing-for .form-group label{width:100%;flex:1 1 100%}.indicator-form .field__completing-for .form-group .custom-radio{align-items:center;justify-content:center;background-color:#fff;border:1px solid #d6d6d6;border-radius:.25rem;padding:0;min-height:3.8125rem}.indicator-form .field__completing-for .form-group .custom-radio input{display:none}.indicator-form .field__completing-for .form-group .custom-radio label{width:100%;text-align:center;cursor:pointer;font-size:1.125rem;font-weight:700;padding:.625rem}.indicator-form .form-check>*+*{margin-top:.5rem}.indicator-form .form-check .form-check-inline{padding:.5rem 1rem;border:1px solid #d6d6d6;border-radius:.25rem;background:#fff;display:flex;align-items:center;word-break:break-word}.indicator-form .form-check input{display:block;margin-right:.5rem}.css-llvukp{width:2rem !important;max-width:2rem !important}.messages{overflow:hidden}.message{width:100%;display:flex;padding:2rem;justify-content:space-between;position:relative;border-bottom:1px solid #fff;background-color:#000;color:#fff;transform:translateY(-100%);transition:transform .4s ease-in-out;z-index:1}.message:last-of-type{z-index:0}.message.message--active{transform:translateY(0)}.message .row{width:100%;justify-content:space-between;align-items:flex-start}@media all and (min-width: 980px){.message .row{align-items:center}}.message p{max-width:35rem;margin:0}.message .button{margin-top:1rem}@media all and (min-width: 980px){.message .button{margin-top:0}}.message__close svg{fill:#fff}.pagination{margin:-1rem 0 -2rem}.pagination .button{width:100%;margin-bottom:1rem}@media all and (min-width: 380px){.pagination{display:flex;flex-flow:row wrap}.pagination .button{width:auto;margin-bottom:0}.pagination .next-button{margin-left:auto}}.page__wrapper form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.page__wrapper form textarea,.page__wrapper form select,.page__wrapper form button{-webkit-appearance:none;appearance:none;width:100%;height:3rem;max-width:100%;line-height:1.25;padding:.25rem .75rem;border:1px solid #d6d6d6;border-radius:.25rem;background:#fff;vertical-align:top;font-size:1rem;font-weight:300;font-family:inherit;-webkit-font-smoothing:antialiased}.page__wrapper form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,.page__wrapper form textarea:focus,.page__wrapper form select:focus,.page__wrapper form button:focus{border-color:#363636}.page__wrapper form input[type=submit],.page__wrapper form button{-webkit-appearance:none;appearance:none;display:inline-block;border:none;padding:.75rem;text-decoration:none;color:#fff;background:#2db4d6}.page__wrapper form input[type=submit]:hover,.page__wrapper form button:hover{background:#2490ab;color:#fff}.page__wrapper form .help-inline,.page__wrapper form .help-block{display:block;vertical-align:top;padding:.5rem;background:#ffed00;color:#fff;font-size:.875rem}.page__wrapper form .help-block{background:#1a191b}.page__wrapper form .errorlist{margin-bottom:1.5rem;color:#ffed00;font-weight:bold}select,.page__wrapper form select{padding:.25rem 2.5rem .25rem .75rem;background:url("../8fa98f8c5ad3165c28f6.10ece9ef3017.svg") calc(100% - 0.75rem)/0.9375rem no-repeat #fff}select::-ms-expand,.page__wrapper form select::-ms-expand{display:none}select.selectmultiple,.page__wrapper form select.selectmultiple{background:#fff}select.no-arrow,.page__wrapper form select.no-arrow{background:none}.card__container{width:auto;position:relative;min-width:16rem !important;max-width:40rem;height:30.625rem;overflow:hidden;border-radius:.75rem}.card__container .card__image{height:100%}.card__container .card__content{position:absolute;width:65%;min-width:14rem;bottom:0;right:0;padding:2rem;background:hsla(0,0%,100%,.95)}.card__container .card__content .card__title{display:block;margin:.25rem 0 1.75rem;color:#000}.card__container .card__content .button{padding:.625rem 1.25rem}.card__container .card__tag{position:absolute;top:1rem;right:1rem;padding:.5rem 1.5rem;border-radius:1.25rem;background:#000;color:#fff}@media all and (min-width: 500px){.card__container{height:25rem;min-width:18.5rem !important}}@media all and (min-width: 623px){.card__container{height:28.5rem}}@media all and (min-width: 1024px){.card__container{height:34.625rem}}.cards-row__container{display:flex;flex-flow:row wrap;margin:3rem -2% !important}.cards-row__container .card__container{flex:1;margin:2%}@media all and (min-width: 667px){.cards-row__container .card__container{flex:unset;width:46%}}@media all and (min-width: 1087px){.cards-row__container .card__container{width:29%}}.small-card{display:flex;flex-direction:row;margin-top:1.5rem;border-radius:.5rem}.small-card .small-card__image img{height:5rem;width:5rem;border-radius:.6875rem}.small-card .small-card__content{align-self:center;margin-left:1rem}.small-card .small-card__title{color:#000}.small-card .small-card__title:hover{color:#2db4d6}.small-card .small-card__title h3{font-size:1rem;font-weight:bold}.small-card .small-card__title h3::after{content:" ";display:inline-block;height:1rem;width:1rem;margin-left:.5rem;background:url("../8fa98f8c5ad3165c28f6.10ece9ef3017.svg") no-repeat;background-size:.75rem;transform:rotate(270deg)}.small-card .small-card__date{margin-top:.25rem;font-size:.75rem}.data-card{flex:1;min-width:10rem;height:12.5rem;margin:.25rem;padding:1.15rem 1rem 1rem;border:1px solid #e6e6e6;border-radius:.75rem;text-align:center}.data-card .data-card__number{display:block;margin:auto;height:3.2rem;width:3.2rem;border-radius:1.6rem;line-height:3.1rem;font-size:1.25rem;font-weight:bold;color:#fff;background:#000}.data-card .data-card__score{margin-top:.80375rem;line-height:1.3;font-size:3.2125rem;font-weight:bold}.data-card .data-card__title{display:none}.data-card:hover,.data-card.data-card--back{background-color:#000;background-image:url("../e21926ddf93af5fc2e57.ea18f93e5499.svg");background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 19px 7px -15px rgba(0,0,0,.17)}.data-card:hover .data-card__number,.data-card.data-card--back .data-card__number{display:inline;line-height:1.5;font-size:.75rem;font-weight:900;color:#ffed00;background:none}.data-card:hover .data-card__score,.data-card.data-card--back .data-card__score{display:none}.data-card:hover .data-card__title,.data-card.data-card--back .data-card__title{display:inline;line-height:1.5;font-size:.75rem;font-weight:600;color:#fff}.data-card .data-card__average{display:none;font-size:.75rem;text-transform:uppercase;color:#fff}.data-card .data-card__average span{display:block;font-size:2.5rem;font-weight:700;line-height:1.2;color:#ffed00}@media all and (min-width: 1306px){.data-card{flex:0;min-height:12rem;min-width:unset;margin:.15rem}.data-card .data-card__number{height:2.25rem;width:2.25rem;line-height:2.2rem;font-size:.875rem;font-weight:600}.data-card .data-card__score{margin-top:1.5rem;font-size:2.25rem;font-weight:bold}.data-card:hover,.data-card.data-card--back{position:relative;padding:.1rem;line-height:1.1}.data-card:hover .data-card__content,.data-card.data-card--back .data-card__content{position:absolute;top:50%;transform:translateY(-50%)}.data-card:hover .data-card__number,.data-card.data-card--back .data-card__number{font-size:.625rem}.data-card:hover .data-card__score,.data-card.data-card--back .data-card__score{display:none}.data-card:hover .data-card__title,.data-card.data-card--back .data-card__title{font-size:.625rem;font-weight:500}}.data-card.open{padding:2.25rem 1rem;background-color:#000;background-image:url("../e21926ddf93af5fc2e57.ea18f93e5499.svg");background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 19px 7px -15px rgba(0,0,0,.17)}.data-card.open .icon{width:1.5rem;height:1.5rem;fill:#ffed00}.data-card.open .data-card__title{display:none}.data-card.open .data-card__average{display:block}@media all and (max-width: 1023px){.data-card.open+.commitments__description{display:block}}.commitments__container{display:flex;flex-flow:row wrap;min-height:35rem;align-items:flex-start;justify-content:space-between;margin:11rem auto 8rem}@media all and (max-width: 899px){.commitments__container{margin-top:0}}.commitments__container>.commitments__grid{width:100%;order:2}@media all and (min-width: 1024px){.commitments__container>.commitments__grid{width:65%}}.commitments__container>.commitments__description{order:1;display:flex;justify-content:center;flex-flow:column}.commitments__container>.commitments__description a.button{margin-top:1rem;width:85%}@media all and (min-width: 1024px){.commitments__container>.commitments__description{width:calc(50% - 4rem);margin-left:4rem;order:2}}@media all and (min-width: 1024px){.commitments__container>.commitments__description{width:calc(35% - 4rem)}}.commitments__container.card-open .commitments__card{opacity:.4}.commitments__container.card-open .commitments__card.open{opacity:1}.commitments__grid{display:flex;flex-flow:row wrap;justify-content:center}.commitments__card{flex:1;min-width:10rem;height:10rem;margin:.25rem !important;padding:1.5rem 1rem 1rem;text-align:center;border:1px solid #e6e6e6;border-radius:.75rem;cursor:pointer}.commitments__card .icon{width:2.5rem;height:2.5rem}.commitments__card .commitments__card__title{text-transform:uppercase;font-weight:700;font-size:.625rem}.commitments__card .commitments__card__average{display:none;font-size:.75rem;text-transform:uppercase;color:#fff}.commitments__card .commitments__card__average span{display:block;font-size:2.5rem;font-weight:700;line-height:1.2;color:#ffed00}@media all and (min-width: 600px){.commitments__card{height:13rem;padding:3rem 1rem 1rem}.commitments__card .icon{width:3.5rem;height:3.5rem}.commitments__card .commitments__card__title{font-size:.75rem}.commitments__card .commitments__card__average span{font-size:3.5rem}}@media all and (max-width: 383px){.commitments__card{position:relative}.commitments__card .commitments__card-content{position:absolute;left:50%;top:50%;margin:0;margin-right:-50%;transform:translate(-50%, -50%)}}.commitments__card.open{padding:2.25rem 1rem;background-color:#000;background-image:url("../e21926ddf93af5fc2e57.ea18f93e5499.svg");background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 19px 7px -15px rgba(0,0,0,.17)}.commitments__card.open .icon{width:1.5rem;height:1.5rem;fill:#ffed00}.commitments__card.open .commitments__card__title{display:none}.commitments__card.open .commitments__card__average{display:block}@media all and (max-width: 1023px){.commitments__card.open+.commitments__description{display:block}}.commitments__description{display:none;margin:1rem 0 !important}.commitments__description h2,.commitments__description h3{margin:.5rem 0 0;font-weight:600;text-transform:uppercase}.commitments__description .button{max-width:17rem}.indicators-grid .indicators-grid__commitment-container{margin-top:1rem;display:none}.indicators-grid .indicators-grid__commitment-container--active{display:flex;flex-wrap:wrap}.indicators-grid .indicators-grid__commitment{display:none}.indicators-grid .indicators-grid__description{margin-bottom:1.4rem}.indicators-grid .indicators-grid__methodologies-link{margin-bottom:3.75rem}.indicators-grid .indicators-grid__commitment-select-label{display:block}.indicators-grid .indicators-grid__commitment-select{display:block;width:100%}@media all and (min-width: 1306px){.indicators-grid .indicators-grid__description{margin-bottom:2rem}.indicators-grid .indicators-grid__methodologies-link{margin-bottom:6rem}.indicators-grid .indicators-grid__commitment-select-container{display:none}.indicators-grid .indicators-grid__grid-container{display:flex;flex-direction:row}.indicators-grid .indicators-grid__commitment-container{display:flex;flex-direction:column;width:10%}.indicators-grid .indicators-grid__commitment{display:flex;flex-direction:column;height:11rem;margin:.5rem}.indicators-grid .indicators-grid__commitment-icon{height:5.5rem;width:5.5rem;margin:0 auto 1rem}.indicators-grid .indicators-grid__commitment-name{text-align:center;font-size:.625rem;font-weight:500;text-transform:uppercase}}.news-index__categories{justify-content:space-between;margin-top:2.5rem;margin-bottom:1rem}.news-index__categories .button{min-width:unset !important;padding:.625rem 1.5rem;margin:0 1rem 1rem 0}.news-index__categories .news-index__categories__filters select{margin:0 1rem 1rem 0;width:100%;max-width:25rem}@media all and (min-width: 699px){.news-index__categories .news-index__categories__filters select{width:auto}.news-index__categories .news-index__categories__filters select:last-child{width:15rem}}@media all and (min-width: 981px){.news-index__categories .news-index__categories__filters{display:flex;justify-content:flex-end;flex-flow:row wrap;margin-right:-1rem}}@media all and (min-width: 981px){.news-index__categories{margin-top:6.25rem}}.news-index__list-results .cards-row__container{margin-top:1.5rem !important}.news-detail{display:flex;flex-flow:column}.news-detail .news-detail__content{margin-bottom:2rem}@media all and (min-width: 768px){.news-detail{flex-flow:row wrap;justify-content:space-between}.news-detail .news-detail__content{flex:1;margin-right:11%}.news-detail .news-detail__side{width:22%;min-width:12rem;order:2}}.news-detail__meta{margin:1rem 0 1.25rem !important}.news-detail__meta strong{display:block;margin-bottom:.275rem}.news-detail__meta small{display:inline-block}.news-detail__meta a{display:inline-block;margin-right:.5rem;margin-bottom:.25rem}.news-detail__meta a .icon{width:1.25rem;height:1.25rem}.news-detail__meta.download-links a{display:flex}.news-detail__meta.download-links a .icon{margin-right:.5rem}.news-detail__meta.related-news a{display:block}.share-chart{display:inline-flex;justify-content:space-between;width:auto;max-width:25rem;padding:.94rem 1.5rem;border-style:solid;border-width:1px;border-color:#d6d6d6}.share-chart span{font-weight:700;text-transform:uppercase;font-size:.875rem;margin-right:.625rem}.share-chart .share-chart__icon-container{height:1.25rem;margin-right:.625rem}.share-chart .icon{height:1.25rem;width:1.25rem}.share-chart .icon-twitter{margin-top:-0.5rem}@media all and (max-width: 980px){.share-chart{padding:.75rem 1.2rem}.share-chart span{font-size:.7rem}.share-chart .share-chart__icon-container{height:1rem}.share-chart .icon{height:1rem;width:1rem}}.share-chart__coming-soon .icon{fill:#f5f5f5}.screenshot-view{margin-top:-4.625rem !important;width:1200px;height:628px;padding:0 350px}.embed-view{margin-top:-4.625rem !important}.search__form{display:inline-flex;align-items:center;border-right:1px solid #d6d6d6}.search__form button{order:-1;z-index:100;margin:.125rem 0 0 -0.5rem !important}.search__form .icon{width:1rem;height:1rem;margin:0 .25rem 0 .75rem;transition:color .3s ease-out}.search__form .search__input{padding:.75rem .5rem;border:none;background:none;outline:none;font-size:.75rem;font-family:inherit;line-height:1}.search__form .search__input::-webkit-input-placeholder{font-family:inherit;font-size:inherit;vertical-align:middle;line-height:1.5}.search__form .search__input:focus+button .icon{color:#2db4d6}body.search-page .container--narrow-page .search__form{width:100%;background:#fff;border:1px solid #d6d6d6}body.search-page .container--narrow-page .search__form .search__input{width:100%}body.search-page .container--narrow-page .search__form button{order:3}.search__results-list{list-style:none;padding-left:0}.search__results-list li{padding:2.25rem 0;border-bottom:1px solid #d6d6d6}.search__results-list li .icon{position:absolute;width:1.5rem;height:1.5rem;margin-left:.75rem}.search__results-list li .search__results-list__link{display:block;margin-top:1rem;color:#000;font-size:.825rem}.callout{background:#ffed00;margin:2rem 0;padding:1rem}.info-area{counter-reset:a}.info-block{display:block;clear:both}.info-block+.info-block{margin-top:3rem}.info-list .list-none{margin:0;padding:1rem 0 0;border:none}.info-list .list-none>li{padding:0 !important}.info-list .list-none::before{display:none}.info-img{display:block;margin:0 auto;width:20%}@media all and (min-width: 600px){.info-img{float:left;height:auto;width:15%}}.info-description{padding-top:1rem}@media all and (min-width: 600px){.info-description{margin-left:18%}}.info-description h3{padding-left:3rem;padding-bottom:.5em;margin:0;position:relative;border-bottom:2px solid #000}.info-description h3::before{display:inline-block;font-weight:800;content:counters(a, ".") " ";counter-increment:a;position:absolute;top:0;left:0}.wrap{position:relative}.wrap .text{display:block}@media all and (min-width: 500px){.wrap .text{margin-right:30%}}.info-list{margin:0;padding:0;list-style:none;counter-reset:b}.info-list li{margin:0;padding:1rem 0;position:relative;border-bottom:2px solid #f5f5f5}.info-list li::before{font-weight:bold;font-size:24px;content:counters(b, ".", upper-latin) " ";counter-increment:b;position:absolute;left:0;top:1rem;line-height:1.1}.info-list li .wrap{margin-left:3rem}.info-list li+li ::before{top:1rem}.info-list li li:first-child{margin-top:-1rem}.info-list li:nth-child(1) ol li::before{content:"A." counters(newcounterInner, ".")}.info-list li:nth-child(2) ol li::before{content:"B." counters(newcounterInner, ".")}.info-list li:nth-child(3) ol li::before{content:"C." counters(newcounterInner, ".")}.info-list li:nth-child(4) ol li::before{content:"D." counters(newcounterInner, ".")}.info-list li:nth-child(5) ol li::before{content:"E." counters(newcounterInner, ".")}.info-list li:nth-child(6) ol li::before{content:"F." counters(newcounterInner, ".")}.info-list li:nth-child(7) ol li::before{content:"G." counters(newcounterInner, ".")}.info-list li:nth-child(8) ol li::before{content:"H." counters(newcounterInner, ".")}.info-list li:nth-child(9) ol li::before{content:"I." counters(newcounterInner, ".")}.info-list li:nth-child(10) ol li::before{content:"J." counters(newcounterInner, ".")}.info-list li:nth-child(11) ol li::before{content:"K." counters(newcounterInner, ".")}.info-list li:nth-child(12) ol li::before{content:"L." counters(newcounterInner, ".")}.info-list li:nth-child(13) ol li::before{content:"M." counters(newcounterInner, ".")}.info-list li:nth-child(14) ol li::before{content:"N." counters(newcounterInner, ".")}.info-list li:nth-child(15) ol li::before{content:"O." counters(newcounterInner, ".")}.info-list li:nth-child(16) ol li::before{content:"P." counters(newcounterInner, ".")}.info-list li:nth-child(17) ol li::before{content:"Q." counters(newcounterInner, ".")}.info-list li:nth-child(18) ol li::before{content:"R." counters(newcounterInner, ".")}.info-list li:nth-child(19) ol li::before{content:"S." counters(newcounterInner, ".")}.info-list li:nth-child(20) ol li::before{content:"T." counters(newcounterInner, ".")}.info-list li:nth-child(21) ol li::before{content:"U." counters(newcounterInner, ".")}.info-list li:nth-child(22) ol li::before{content:"V." counters(newcounterInner, ".")}.info-list li:nth-child(23) ol li::before{content:"W." counters(newcounterInner, ".")}.info-list li:nth-child(24) ol li::before{content:"X." counters(newcounterInner, ".")}.info-list li:nth-child(25) ol li::before{content:"Y." counters(newcounterInner, ".")}.info-list li:nth-child(26) ol li::before{content:"Z." counters(newcounterInner, ".")}.info-list .increment-b{counter-increment:b}.info-list .increment-c{counter-increment:newcounterInner}.info-list ol{margin:0;padding:0;list-style:none;counter-reset:newcounterInner;counter-increment:b}.info-list ol>li::before{content:counters(newcounterInner, ".") " ";counter-increment:newcounterInner}.submit-page .btn{display:block;background:#ffed00;color:#000;padding:.25rem 1rem .25rem .5rem;font-weight:700;margin:.5rem 0 0;position:relative}@media all and (min-width: 500px){.submit-page .btn{position:absolute;width:28%;top:50%;right:0;margin:-1rem 0}}.submit-page .btn::before{content:"";position:absolute;right:16px;top:50%;border-style:solid;border-width:.6rem 0 .6rem .8rem;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;margin:-0.6rem -0.2rem 0 0}.submit-page .btn:hover{background:rgb(229.5,213.3,0)}.download-data .download-data__instructions{margin-bottom:4rem}@media all and (min-width: 768px){.download-data-form{margin:-1.5rem}}.download-data-form form{display:flex;flex-direction:column}.download-data-form .download-data-form__heading-row{order:0;flex-direction:row;align-items:center}.download-data-form .alert-block{order:1;margin:1.5rem 0}.download-data-form .alert-block ul{list-style-type:none;padding-left:0;color:#ff2d00}@media all and (min-width: 768px){.download-data-form .alert-block ul{padding-left:1.5rem}}.download-data-form .invalid-feedback strong{display:block;margin-top:.5rem;color:#ff2d00;font-weight:normal}.download-data-form .download-data__form-heading{margin-top:1rem}@media all and (min-width: 768px){.download-data-form .download-data__form-heading{margin-left:1.5rem}}.download-data-form .download-data-form__row{order:2;margin-bottom:3rem}.download-data-form .download-data-form__column{align-self:baseline;width:100%}@media all and (min-width: 768px){.download-data-form .download-data-form__column{width:50%;margin:0 1.5rem}}.download-data-form .button{margin:1.5rem}.download-data-form .download-data-form__reset{margin:0}@media all and (min-width: 768px){.download-data-form .download-data-form__reset{margin-left:1.5rem;margin-right:1.5rem}}.download-data-form label{display:block;margin:.5rem 0;font-family:"Open Sans";font-size:.875rem;font-weight:bold;text-transform:uppercase}.download-data-form select{border:1px solid #d6d6d6;background-color:#fff;-webkit-appearance:none;appearance:none;margin-right:.5rem}.download-data-form .selectmultiple{height:8rem;width:100%;background-color:#fff;border:1px solid #d6d6d6}.batch-upload-button{margin-top:1.5rem}.batch-upload-errors,.batch-upload-intro{font-size:.875rem;margin-top:3rem;border:2px solid #ffed00;padding:1rem}.batch-upload-intro{padding:1rem;border:2px solid #2db4d6}.batch-upload-form-legend{text-transform:uppercase;font-weight:700;display:block;width:100%;padding-bottom:1rem;border-bottom:solid 2px #000}.batch-upload-form>*+*{margin-top:3rem}.batch-upload-form label{font-weight:700;margin-bottom:.5rem}.batch-upload-form:first-child{margin-top:3rem !important}.batch-upload-form .form-group{display:flex;flex-flow:row wrap;margin-top:2rem}.batch-upload-form .form-group>label{flex:0 0 100%}.batch-upload-form .form-group>div{flex:1 1 50%}@media all and (min-width: 768px){.batch-upload-form .form-group{flex-flow:row nowrap}.batch-upload-form .form-group>label{flex:0 0 35%;margin-right:1rem}}.batch-upload-form .form-check>*+*{margin-top:.5rem}.batch-upload-form .form-check .form-check-inline{padding:.5rem 1rem;border:1px solid #d6d6d6;border-radius:.25rem;background:#fff;display:flex;align-items:center;word-break:break-word}.batch-upload-form .form-check input{display:block;margin-right:.5rem}.methodology-item__text{margin-top:0 !important}.commitment-card .block{margin-top:0}.column.submit-page{padding-top:0}.country-container{display:grid !important;grid-template-columns:repeat(4, 1fr)}.country-container .check-item{min-width:14rem}.global-map__section{width:100%;position:relative;margin-top:4rem}.global-map__section .global-map__description{padding:0 1.5rem}.global-map__section .global-map__description p{max-width:17.5rem}@media all and (min-width: 1231px){.global-map__section .global-map__description{position:absolute;width:100%;max-width:82.1875rem;left:50%;bottom:2rem;transform:translateX(-50%);z-index:-5}}@media all and (min-width: 1231px){.global-map__section .global-map__heading br{display:none}.global-map__section .global-map__heading>span{position:relative}.global-map__section .global-map__heading>span:first-of-type{display:inline-block;width:100%;background:none;box-shadow:-50rem 0 0 #ffed00,-1rem 0 0 #ffed00}.global-map__section .global-map__heading>span:first-of-type span{display:inline-block;background:#ffed00}.global-map__section .global-map__heading>span:last-of-type{display:block;width:100%;box-shadow:50rem 0 0 #ffed00,-1rem 0 0 #ffed00;margin-top:5px}}.global-map__holder{position:relative;padding:0 1.5rem 1rem;width:100%;max-width:82.1875rem;margin:auto auto 7.5rem}.global-map__holder .global-map{overflow:hidden;width:calc(100% + 3rem);margin-left:-1.5rem}.global-map__holder .global-map .global-map__svg{display:block;width:1230px;height:550px;margin:auto}.global-map__holder .global-map .global-map__svg a{cursor:pointer}.global-map__holder .global-map .global-map__country{fill:#cacaca;stroke:#fff;stroke-width:.5px;cursor:default}.global-map__holder .global-map .global-map__country_with-full-data{stroke:#fff;fill:#2db4d6;cursor:pointer}.global-map__holder .global-map .global-map__country_with-partial-data{stroke:#fff;fill:#abe1ee;cursor:pointer}.global-map__holder .global-map .global-map__country_with-no-data{cursor:pointer}.global-map__holder .global-map__footer{display:flex;flex-flow:column nowrap;justify-content:center}@media all and (max-width: 1230px){.global-map__holder .global-map__footer{position:absolute;bottom:-1.5rem;left:50%;transform:translateX(-50%)}}.global-map__holder .global-map__prompt{display:none;position:absolute;top:0;right:1.5rem}@media all and (min-width: 1231px){.global-map__holder .global-map__prompt{display:inline-flex}}.global-map__holder .global-map__prompt__mobile{padding:.5rem 1.52rem;margin:1rem auto 0;white-space:nowrap}.global-map__holder .global-map__prompt__mobile .icon:first-of-type{margin-right:1.5em}@media all and (min-width: 1231px){.global-map__holder .global-map__prompt__mobile{display:none}}.global-map__holder .global-map__key{font-size:.75rem;margin-left:3rem}@media all and (min-width: 1231px){.global-map__holder .global-map__key{margin-left:0;position:absolute;bottom:-3.5rem;left:1.5rem}}.global-map__holder .global-map__key--partial,.global-map__holder .global-map__key--full,.global-map__holder .global-map__key--none{display:block;line-height:1.5rem}.global-map__holder .global-map__key--partial::before,.global-map__holder .global-map__key--full::before,.global-map__holder .global-map__key--none::before{content:"";display:inline-block;background-color:#cacaca;width:.875rem;height:.875rem;border-radius:50%;vertical-align:sub;margin-right:.25rem}.global-map__holder .global-map__key--full::before{background-color:#2db4d6}.global-map__holder .global-map__key--partial::before{background-color:#abe1ee}.map-popup{position:absolute;display:inline-flex;flex-flow:column nowrap;bottom:calc(100% - 15rem);border-radius:1rem;background:#333;color:#fff;opacity:0;transition:.5s opacity ease-out}.map-popup .map-popup__top{display:flex}.map-popup .map-popup__main{padding:1rem}@media all and (max-width: 1230px){.map-popup .map-popup__main{padding:.5rem .75rem}}.map-popup .map-popup__main--left{border-right:1px solid gray}.map-popup .map-popup__commitments{display:flex;flex-flow:row nowrap}.map-popup .map-popup__commitments .commitment{display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-end;margin:0 .125rem}.map-popup .map-popup__commitments .commitment .commitment-bar{position:relative;border:1px solid #ffed00;border-radius:.35em;overflow:hidden;height:4.875rem;width:.5625rem;margin-bottom:.35rem}.map-popup .map-popup__commitments .commitment .commitment-progress{position:absolute;left:0;bottom:0;right:0;background:#ffed00;transition:.35s top ease-out}.map-popup .map-popup__commitments .commitment .icon{opacity:.4;width:1.25rem;height:1.25rem}@media all and (max-width: 1230px){.map-popup .map-popup__commitments .commitment .icon{width:1rem;height:1rem}}.map-popup .map-popup__side{display:flex;padding:1rem;flex-flow:column nowrap;align-items:center;justify-content:center;text-transform:uppercase;text-align:center;max-width:10rem}.map-popup .map-popup__side .h1{margin:0;letter-spacing:initial}.map-popup .map-popup__side .h6{opacity:.4;margin:.5rem 0 0;line-height:1.5}@media all and (max-width: 1230px){.map-popup .map-popup__side{padding:1rem 0;max-width:5rem}.map-popup .map-popup__side .h6{font-size:.75rem}}.map-popup .map-popup__bottom{display:flex;justify-content:flex-end;align-items:center;text-align:right;padding:1rem;border-top:1px solid gray;font-size:.75rem;text-transform:uppercase;font-weight:600;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.map-popup .map-popup__bottom .icon{margin-left:.35rem}@media all and (max-width: 1230px){.map-popup .map-popup__bottom{padding:.5rem .75rem}}.map-popup .map-popup__description{font-size:.75rem;max-width:22rem}.map-popup::after{content:"";display:inline-block;position:absolute;top:100%;left:3rem;width:0;height:0;border-left:.5rem solid rgba(0,0,0,0);border-right:.5rem solid rgba(0,0,0,0);border-top:.5rem solid #333}.homepage-header .split-intro{padding:0}.homepage-header .homepage-header__main{width:100%}.homepage-header .split-intro__main{width:50%;margin-top:-1.7rem;margin-left:6rem}@media all and (max-width: 1276px){.homepage-header .split-intro__main{margin-left:1.5rem}}@media all and (max-width: 768px){.homepage-header .split-intro__main{width:100%;margin-left:0}}.homepage-header .commitment-topography-home-page__holder{width:100%;margin-top:2rem;margin-bottom:4rem}@media all and (min-width: 769px){.homepage-header .commitment-topography-home-page__holder{width:50%;margin-top:-3rem}}@media all and (min-width: 981px){.homepage-header .commitment-topography-home-page__holder{margin-top:-6rem}}@media all and (max-width: 1276px){.homepage-header h1{font-size:2rem}}.homepage-header .commitment-topography-home-page__share-chart{display:flex}.homepage-header .commitment-topography-home-page__share-chart .share-chart{margin:auto}.sdg-section{margin:11rem auto 8rem}.sdg-section .sdg-section__description{margin-top:3rem}.sdg-section .sdg-logo__container{text-align:center}.sdg-section .sdg-logo{max-width:19rem}.sdg-section .score-block{margin:0}@media all and (min-width: 768px){.sdg-section{display:grid;grid-template-columns:60% 40%;grid-auto-flow:dense;align-items:center}.sdg-section .sdg-section__description{margin-top:0;margin-right:2rem;grid-column:1}.sdg-section .sdg-logo__container{text-align:right;grid-column:2}.sdg-section .sdg-logo{max-width:24rem}.sdg-section .score-block{grid-column:2}}.country-map{overflow:hidden;margin:auto;border-radius:1rem}.country-map .country-map__svg{display:block;width:100%}.country-map .country-map__country{stroke:#363636}.country-map .country-map__active{fill:#ffed00;stroke:#363636}.country-header .split-intro__side{width:100%;max-width:20rem;margin:1.5rem auto;flex-shrink:0}@media all and (min-width: 769px){.country-header .split-intro__side{margin:0 0 0 1.5rem}}.country-header .split-intro__intro>p{max-width:32rem}.country-header .split-intro__button{margin-top:1rem}@media all and (min-width: 768px){.country-header .split-intro__button{margin-top:3.25rem}}.country-data{margin-top:7rem}.country-data__commitment-select-buttons{display:none;flex-flow:row wrap;justify-content:center}.country-data__commitment-select-buttons .country-data__commitment-option{width:6.275rem;margin:.5rem;flex-shrink:0}.country-data__commitment-select-buttons .country-data__commitment-option .icon{width:4.5rem;height:4.5rem;color:#2db4d6}.country-data__commitment-select-buttons .country-data__commitment-option label{display:block;cursor:pointer;font-size:.625rem;text-align:center;text-transform:uppercase;opacity:.4;transition:opacity .3s ease-out}.country-data__commitment-select-buttons .country-data__commitment-option input:checked+label{opacity:1}@media all and (min-width: 789px){.country-data__commitment-select-buttons{display:flex}}.country-data__share-chart{margin-top:auto;margin-right:auto;margin-left:auto;padding-bottom:3rem}@media all and (max-width: 1400px){.country-data__share-chart{padding-bottom:2rem}}@media all and (max-width: 1200px){.country-data__share-chart{padding-bottom:1.5rem}}@media all and (max-width: 1000px){.country-data__share-chart{padding-bottom:1rem}}@media all and (max-width: 768px){.country-data__share-chart--desktop{display:none}}@media all and (min-width: 769px){.country-data__share-chart--mobile{display:none}}.country-data__commitment-select-dropdown select{width:100%}@media all and (min-width: 789px){.country-data__commitment-select-dropdown{display:none}}.country-data__filter-chart-panel{display:flex;flex-flow:row wrap;min-height:24.5rem;margin-top:1.5rem}@media all and (min-width: 789px){.country-data__filter-chart-panel{margin-top:3rem}}.country-data__contries__selected{margin-top:1rem}.country-overview{display:flex;max-width:82.1875rem;margin-top:7rem;margin-right:auto;margin-left:auto}@media all and (max-width: 981px){.country-overview{flex-direction:column;margin-top:1rem}}.country-overview .commitment-overview{flex:1;padding-right:1.5rem;padding-left:1.5rem}@media all and (max-width: 981px){.country-overview .commitment-overview{padding-right:0;padding-left:0}}.country-overview .commitment-overview .commitment-topography{margin-right:4rem;margin-left:4rem}@media all and (max-width: 82.1875rem){.country-overview .commitment-overview .commitment-topography{margin-right:2rem;margin-left:2rem}}@media all and (max-width: 981px){.country-overview .commitment-overview .commitment-topography{margin-right:0;margin-left:0}}.country-overview .commitment-overview__share-chart{position:relative}.country-overview .commitment-overview__share-chart .share-chart{margin:auto;display:flex}.country-overview .country-overview__sidebar{margin-top:3rem;padding:0}@media all and (min-width: 981px){.country-overview .country-overview__sidebar{margin-top:0;width:21.5rem;padding-left:1.5rem}}@media all and (min-width: 82.1875rem){.country-overview .country-overview__sidebar{width:25.843rem}}.country-data__filter-panel{display:flex;flex-direction:column;width:100%}.country-data__filter-panel select{width:100%}@media all and (min-width: 769px){.country-data__filter-panel{max-width:19rem;margin:0 3rem 3rem 0}}.country-data__country-selected{display:inline-block;margin:0 .5rem .5rem 0;padding:.375rem .5rem;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;border-radius:.75rem;background:#ffed00;-webkit-user-select:none;user-select:none;cursor:pointer}.country-data__country-selected:nth-of-type(4n + 1){background:#ff9a4c}.country-data__country-selected:nth-of-type(4n + 2){background:#4c77ff}.country-data__country-selected:nth-of-type(4n + 3){background:#9c4cff}.country-data__country-selected:nth-of-type(4n + 4){background:#ffed00}.country-data__indicator-select p,.country-data__country-select p{font-weight:700;text-transform:uppercase;font-size:.875rem}.country-data__country-select{margin-top:1.5rem}.country-data__country-select small{display:block;text-align:right;margin:.375rem 0 0 auto;opacity:.4;font-size:.75rem}.country-data__data-visualisation-holder{display:flex;flex-flow:column nowrap;width:100%;flex:1}.country-data__data-visualisation-holder .country-data__data-visualisation-top{display:flex;flex-flow:row wrap;align-items:flex-end}.country-data__data-visualisation-holder .country-data__data-visualisation-title{min-width:14rem;flex:1;margin-right:2rem}.country-data__data-visualisation-holder .country-data__data-visualisation-title .h6{font-weight:700;text-transform:uppercase}.country-data__data-visualisation-holder .country-data__data-visualisation-title p{font-size:.75rem}.country-data__data-visualisation-holder .country-data__duration-panel{display:flex;flex-flow:row nowrap;margin:1rem 0 0 auto;flex-shrink:0}.country-data__data-visualisation-holder .country-data__duration-panel label{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;font-size:.75rem;width:7.5rem;padding:.375rem .5rem;cursor:pointer;border:1px solid #d6d6d6;color:rgba(0,0,0,.3);-webkit-user-select:none;user-select:none}.country-data__data-visualisation-holder .country-data__duration-panel label~label{margin-left:-1px}.country-data__data-visualisation-holder .country-data__duration-panel input:checked+label{background:#2db4d6;color:#fff;font-weight:600;border-color:#2db4d6;box-shadow:0 6px 8px -4px rgba(0,0,0,.4);z-index:10}@media all and (max-width: 768px){.country-data__data-visualisation-holder .country-data__duration-panel{width:100%}.country-data__data-visualisation-holder .country-data__duration-panel label{width:100%;flex:1}}.country-data__data-visualisation-holder .country-data__data-visualisation{margin-top:2rem}@media all and (max-width: 768px){.country-data__data-visualisation-holder{margin-top:1.5rem}}.key-findings{margin-top:4rem}.key-findings .key-findings__findings{display:flex}@media all and (max-width: 880px){.key-findings .key-findings__findings{flex-direction:column}}.key-findings .key-finding{width:33%;margin-left:2.5rem;margin-right:2.5rem}@media all and (max-width: 1260px){.key-findings .key-finding{margin-left:1rem;margin-right:1rem}}.key-findings .key-finding:first-child{margin-left:0}.key-findings .key-finding:last-child{margin-right:0}@media all and (max-width: 880px){.key-findings .key-finding{max-width:25rem;width:100%;margin:1rem auto !important}}.key-findings .key-finding__heading{font-size:1rem;text-transform:uppercase;margin-bottom:0}.key-findings .key-finding__description{margin-top:.25rem;font-size:.75rem}.key-findings .key-finding__share-chart{display:flex;margin-bottom:1.5rem}.key-findings .key-finding__share-chart .share-chart{margin:auto}.no-data-available{height:100%;min-height:10rem;position:relative}.no-data-available p{position:absolute;top:40%;left:50%;margin-right:-50%;padding-right:5rem;transform:translate(-50%, -50%);font-size:.85rem;text-transform:uppercase;color:#5c5c5c}@media all and (max-width: 880px){.no-data-available p{padding-right:0}}.at-a-glance strong{display:block;margin:1.5rem 0 .5rem}.related-stories{margin-top:3rem}/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:3rem;justify-content:flex-start;line-height:1.25;padding-bottom:.25rem;padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:.25rem;position:relative;vertical-align:top}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid rgba(0,0,0,0);border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(0,0,0,.3)}.modal-close:active,.delete:active{background-color:rgba(0,0,0,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #f3f3f3;border-radius:9999px;border-right-color:rgba(0,0,0,0);border-top-color:rgba(0,0,0,0);content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:360px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:"Open sans",apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#000;font-size:16px;font-weight:300;line-height:1.4}a{color:inherit;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#1d70b8}code{background-color:hsl(0,0%,96%);color:hsl(348,86%,46%);font-size:.875em;font-weight:normal;padding:.25em .5em .25em}hr{background-color:#d6d6d6;border:none;display:block;height:1px;margin:1rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:hsl(0,0%,21%);font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:hsl(0,0%,96%);color:#505a5f;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:rgba(0,0,0,0);color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:hsl(0,0%,21%)}@keyframes spinAround{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.box{background-color:#fff;border-radius:0;box-shadow:0 24px 70px 0 rgba(0,0,0,.1);color:#000;display:block;padding:1.25rem}a.box:hover,a.box:focus{box-shadow:0 .5em 1em -0.125em rgba(0,0,0,.1),0 0 0 1px inherit}a.box:active{box-shadow:inset 0 1px 2px rgba(0,0,0,.2),0 0 0 1px inherit}.button{background-color:#fff;border-color:#f3f3f3;border-width:1px;color:hsl(0,0%,21%);cursor:pointer;justify-content:center;padding-bottom:.4375rem;padding-left:.75rem;padding-right:.75rem;padding-top:.4375rem;text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-small,.button .icon.is-medium,.button .icon.is-large{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-0.375rem - 1px);margin-right:.1875rem}.button .icon:last-child:not(:first-child){margin-left:.1875rem;margin-right:calc(-0.375rem - 1px)}.button .icon:first-child:last-child{margin-left:calc(-0.375rem - 1px);margin-right:calc(-0.375rem - 1px)}.button:hover,.button.is-hovered{border-color:#d6d6d6;color:#1d70b8}.button:focus,.button.is-focused{border-color:#1d70b8;color:hsl(0,0%,21%)}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 .125em inherit}.button:active,.button.is-active{border-color:#505a5f;color:hsl(0,0%,21%)}.button.is-text{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#505a5f;text-decoration:underline}.button.is-text:hover,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text.is-focused{background-color:hsl(0,0%,96%);color:hsl(0,0%,21%)}.button.is-text:active,.button.is-text.is-active{background-color:hsl(0,0%,91%);color:hsl(0,0%,21%)}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none}.button.is-ghost{background:none;border-color:rgba(0,0,0,0);color:inherit;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:inherit;text-decoration:underline}.button.is-white{background-color:#fff;border-color:rgba(0,0,0,0);color:#000}.button.is-white:hover,.button.is-white.is-hovered{background-color:hsl(0,0%,97.5%);border-color:rgba(0,0,0,0);color:#000}.button.is-white:focus,.button.is-white.is-focused{border-color:rgba(0,0,0,0);color:#000}.button.is-white:focus:not(:active),.button.is-white.is-focused:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white:active,.button.is-white.is-active{background-color:hsl(0,0%,95%);border-color:rgba(0,0,0,0);color:#000}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#000;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#000;border-color:rgba(0,0,0,0);box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000 #000 !important}.button.is-white.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-white.is-outlined:hover,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined.is-focused{background-color:#fff;border-color:#fff;color:#000}.button.is-white.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-white.is-outlined.is-loading:hover::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000 #000 !important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#000;color:#000}.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined.is-focused{background-color:#000;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading:hover::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#000;box-shadow:none;color:#000}.button.is-black{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(0,0,0,.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#000;border-color:#000;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#000}.button.is-black.is-inverted:hover,.button.is-black.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#000}.button.is-black.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-black.is-outlined{background-color:rgba(0,0,0,0);border-color:#000;color:#000}.button.is-black.is-outlined:hover,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined.is-focused{background-color:#000;border-color:#000;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000 #000 !important}.button.is-black.is-outlined.is-loading:hover::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:rgba(0,0,0,0);border-color:#000;box-shadow:none;color:#000}.button.is-black.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined.is-focused{background-color:#fff;color:#000}.button.is-black.is-inverted.is-outlined.is-loading:hover::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000 #000 !important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:hsl(0,0%,96%);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:hsl(0,0%,93.5%);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light:active,.button.is-light.is-active{background-color:hsl(0,0%,91%);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:hsl(0,0%,96%);border-color:hsl(0,0%,96%);box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:hsl(0,0%,96%)}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,0);box-shadow:none;color:hsl(0,0%,96%)}.button.is-light.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(0,0%,96%);color:hsl(0,0%,96%)}.button.is-light.is-outlined:hover,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined.is-focused{background-color:hsl(0,0%,96%);border-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,96%) hsl(0,0%,96%) !important}.button.is-light.is-outlined.is-loading:hover::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(0,0%,96%);box-shadow:none;color:hsl(0,0%,96%)}.button.is-light.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,.7);color:hsl(0,0%,96%)}.button.is-light.is-inverted.is-outlined.is-loading:hover::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,96%) hsl(0,0%,96%) !important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:hsl(0,0%,21%);border-color:rgba(0,0,0,0);color:#fff}.button.is-dark:hover,.button.is-dark.is-hovered{background-color:hsl(0,0%,18.5%);border-color:rgba(0,0,0,0);color:#fff}.button.is-dark:focus,.button.is-dark.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-dark:focus:not(:active),.button.is-dark.is-focused:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,21%,.25)}.button.is-dark:active,.button.is-dark.is-active{background-color:hsl(0,0%,16%);border-color:rgba(0,0,0,0);color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:hsl(0,0%,21%);border-color:hsl(0,0%,21%);box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:hsl(0,0%,21%)}.button.is-dark.is-inverted:hover,.button.is-dark.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:hsl(0,0%,21%)}.button.is-dark.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-dark.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(0,0%,21%);color:hsl(0,0%,21%)}.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined.is-focused{background-color:hsl(0,0%,21%);border-color:hsl(0,0%,21%);color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,21%) hsl(0,0%,21%) !important}.button.is-dark.is-outlined.is-loading:hover::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(0,0%,21%);box-shadow:none;color:hsl(0,0%,21%)}.button.is-dark.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined.is-focused{background-color:#fff;color:hsl(0,0%,21%)}.button.is-dark.is-inverted.is-outlined.is-loading:hover::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(0,0%,21%) hsl(0,0%,21%) !important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#2db4d6;border-color:rgba(0,0,0,0);color:#fff}.button.is-primary:hover,.button.is-primary.is-hovered{background-color:rgb(40.2241035857,172.6693227092,206.0258964143);border-color:rgba(0,0,0,0);color:#fff}.button.is-primary:focus,.button.is-primary.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-primary:focus:not(:active),.button.is-primary.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(45,180,214,.25)}.button.is-primary:active,.button.is-primary.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);border-color:rgba(0,0,0,0);color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#2db4d6;border-color:#2db4d6;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#2db4d6}.button.is-primary.is-inverted:hover,.button.is-primary.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#2db4d6}.button.is-primary.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-primary.is-outlined{background-color:rgba(0,0,0,0);border-color:#2db4d6;color:#2db4d6}.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined.is-focused{background-color:#2db4d6;border-color:#2db4d6;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #2db4d6 #2db4d6 !important}.button.is-primary.is-outlined.is-loading:hover::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:rgba(0,0,0,0);border-color:#2db4d6;box-shadow:none;color:#2db4d6}.button.is-primary.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined.is-focused{background-color:#fff;color:#2db4d6}.button.is-primary.is-inverted.is-outlined.is-loading:hover::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #2db4d6 #2db4d6 !important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:hsl(192.0710059172,67.3306772908%,96%);color:hsl(192.0710059172,67.3306772908%,34%)}.button.is-primary.is-light:hover,.button.is-primary.is-light.is-hovered{background-color:hsl(192.0710059172,67.3306772908%,93.5%);border-color:rgba(0,0,0,0);color:hsl(192.0710059172,67.3306772908%,34%)}.button.is-primary.is-light:active,.button.is-primary.is-light.is-active{background-color:hsl(192.0710059172,67.3306772908%,91%);border-color:rgba(0,0,0,0);color:hsl(192.0710059172,67.3306772908%,34%)}.button.is-link{background-color:inherit;border-color:rgba(0,0,0,0);color:#fff}.button.is-link:hover,.button.is-link.is-hovered{background-color:inherit;border-color:rgba(0,0,0,0);color:#fff}.button.is-link:focus,.button.is-link.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em inherit}.button.is-link:active,.button.is-link.is-active{background-color:inherit;border-color:rgba(0,0,0,0);color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:inherit;border-color:inherit;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:inherit}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:inherit}.button.is-link.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-link.is-outlined{background-color:rgba(0,0,0,0);border-color:inherit;color:inherit}.button.is-link.is-outlined:hover,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined.is-focused{background-color:inherit;border-color:inherit;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) inherit inherit !important}.button.is-link.is-outlined.is-loading:hover::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:rgba(0,0,0,0);border-color:inherit;box-shadow:none;color:inherit}.button.is-link.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:hover,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined.is-focused{background-color:#fff;color:inherit}.button.is-link.is-inverted.is-outlined.is-loading:hover::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) inherit inherit !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:hsl(0,0%,96%);color:hsl(0,0%,21%)}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:hsl(0,0%,93.5%);border-color:rgba(0,0,0,0);color:hsl(0,0%,21%)}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:hsl(0,0%,91%);border-color:rgba(0,0,0,0);color:hsl(0,0%,21%)}.button.is-info{background-color:#2db4d6;border-color:rgba(0,0,0,0);color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:rgb(40.2241035857,172.6693227092,206.0258964143);border-color:rgba(0,0,0,0);color:#fff}.button.is-info:focus,.button.is-info.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-info:focus:not(:active),.button.is-info.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(45,180,214,.25)}.button.is-info:active,.button.is-info.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);border-color:rgba(0,0,0,0);color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#2db4d6;border-color:#2db4d6;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#2db4d6}.button.is-info.is-inverted:hover,.button.is-info.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:#2db4d6}.button.is-info.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-info.is-outlined{background-color:rgba(0,0,0,0);border-color:#2db4d6;color:#2db4d6}.button.is-info.is-outlined:hover,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined.is-focused{background-color:#2db4d6;border-color:#2db4d6;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #2db4d6 #2db4d6 !important}.button.is-info.is-outlined.is-loading:hover::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:rgba(0,0,0,0);border-color:#2db4d6;box-shadow:none;color:#2db4d6}.button.is-info.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined.is-focused{background-color:#fff;color:#2db4d6}.button.is-info.is-inverted.is-outlined.is-loading:hover::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #2db4d6 #2db4d6 !important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:hsl(192.0710059172,67.3306772908%,96%);color:hsl(192.0710059172,67.3306772908%,34%)}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:hsl(192.0710059172,67.3306772908%,93.5%);border-color:rgba(0,0,0,0);color:hsl(192.0710059172,67.3306772908%,34%)}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:hsl(192.0710059172,67.3306772908%,91%);border-color:rgba(0,0,0,0);color:hsl(192.0710059172,67.3306772908%,34%)}.button.is-success{background-color:hsl(153,53%,53%);border-color:rgba(0,0,0,0);color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:hsl(153,53%,50.5%);border-color:rgba(0,0,0,0);color:#fff}.button.is-success:focus,.button.is-success.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-success:focus:not(:active),.button.is-success.is-focused:not(:active){box-shadow:0 0 0 .125em hsla(153,53%,53%,.25)}.button.is-success:active,.button.is-success.is-active{background-color:hsl(153,53%,48%);border-color:rgba(0,0,0,0);color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:hsl(153,53%,53%);border-color:hsl(153,53%,53%);box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:hsl(153,53%,53%)}.button.is-success.is-inverted:hover,.button.is-success.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:hsl(153,53%,53%)}.button.is-success.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-success.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(153,53%,53%);color:hsl(153,53%,53%)}.button.is-success.is-outlined:hover,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined.is-focused{background-color:hsl(153,53%,53%);border-color:hsl(153,53%,53%);color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(153,53%,53%) hsl(153,53%,53%) !important}.button.is-success.is-outlined.is-loading:hover::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(153,53%,53%);box-shadow:none;color:hsl(153,53%,53%)}.button.is-success.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined.is-focused{background-color:#fff;color:hsl(153,53%,53%)}.button.is-success.is-inverted.is-outlined.is-loading:hover::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(153,53%,53%) hsl(153,53%,53%) !important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:hsl(153,53%,96%);color:hsl(153,53%,31%)}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:hsl(153,53%,93.5%);border-color:rgba(0,0,0,0);color:hsl(153,53%,31%)}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:hsl(153,53%,91%);border-color:rgba(0,0,0,0);color:hsl(153,53%,31%)}.button.is-warning{background-color:#ffed00;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:rgb(242.25,225.15,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning:focus,.button.is-warning.is-focused{border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(255,237,0,.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:rgb(229.5,213.3,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffed00;border-color:#ffed00;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffed00}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,0);box-shadow:none;color:#ffed00}.button.is-warning.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined{background-color:rgba(0,0,0,0);border-color:#ffed00;color:#ffed00}.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined.is-focused{background-color:#ffed00;border-color:#ffed00;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ffed00 #ffed00 !important}.button.is-warning.is-outlined.is-loading:hover::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:rgba(0,0,0,0);border-color:#ffed00;box-shadow:none;color:#ffed00}.button.is-warning.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined.is-focused{background-color:rgba(0,0,0,.7);color:#ffed00}.button.is-warning.is-inverted.is-outlined.is-loading:hover::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ffed00 #ffed00 !important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:rgb(255,253.56,234.6);color:rgb(147.9,137.46,0)}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:rgb(255,252.66,221.85);border-color:rgba(0,0,0,0);color:rgb(147.9,137.46,0)}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:rgb(255,251.76,209.1);border-color:rgba(0,0,0,0);color:rgb(147.9,137.46,0)}.button.is-danger{background-color:hsl(348,86%,61%);border-color:rgba(0,0,0,0);color:#fff}.button.is-danger:hover,.button.is-danger.is-hovered{background-color:hsl(348,86%,58.5%);border-color:rgba(0,0,0,0);color:#fff}.button.is-danger:focus,.button.is-danger.is-focused{border-color:rgba(0,0,0,0);color:#fff}.button.is-danger:focus:not(:active),.button.is-danger.is-focused:not(:active){box-shadow:0 0 0 .125em hsla(348,86%,61%,.25)}.button.is-danger:active,.button.is-danger.is-active{background-color:hsl(348,86%,56%);border-color:rgba(0,0,0,0);color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:hsl(348,86%,61%);border-color:hsl(348,86%,61%);box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:hsl(348,86%,61%)}.button.is-danger.is-inverted:hover,.button.is-danger.is-inverted.is-hovered{background-color:hsl(0,0%,95%)}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:rgba(0,0,0,0);box-shadow:none;color:hsl(348,86%,61%)}.button.is-danger.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-danger.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(348,86%,61%);color:hsl(348,86%,61%)}.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined.is-focused{background-color:hsl(348,86%,61%);border-color:hsl(348,86%,61%);color:#fff}.button.is-danger.is-outlined.is-loading::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(348,86%,61%) hsl(348,86%,61%) !important}.button.is-danger.is-outlined.is-loading:hover::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff #fff !important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:rgba(0,0,0,0);border-color:hsl(348,86%,61%);box-shadow:none;color:hsl(348,86%,61%)}.button.is-danger.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined.is-focused{background-color:#fff;color:hsl(348,86%,61%)}.button.is-danger.is-inverted.is-outlined.is-loading:hover::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) hsl(348,86%,61%) hsl(348,86%,61%) !important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:hsl(348,86%,96%);color:hsl(348,86%,43%)}.button.is-danger.is-light:hover,.button.is-danger.is-light.is-hovered{background-color:hsl(348,86%,93.5%);border-color:rgba(0,0,0,0);color:hsl(348,86%,43%)}.button.is-danger.is-light:active,.button.is-danger.is-light.is-active{background-color:hsl(348,86%,91%);border-color:rgba(0,0,0,0);color:hsl(348,86%,43%)}.button.is-small{font-size:.625rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.125rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#f3f3f3;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:rgba(0,0,0,0) !important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - 1em*.5);top:calc(50% - 1em*.5);position:absolute !important}.button.is-static{background-color:hsl(0,0%,96%);border-color:#f3f3f3;color:hsl(0,0%,48%);box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(0.75rem + .25em);padding-right:calc(0.75rem + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-0.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.625rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.125rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button:hover,.buttons.has-addons .button.is-hovered{z-index:2}.buttons.has-addons .button:focus,.buttons.has-addons .button.is-focused,.buttons.has-addons .button:active,.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-selected{z-index:3}.buttons.has-addons .button:focus:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-selected:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width: 767px){.button.is-responsive.is-small{font-size:.46875rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.546875rem}.button.is-responsive.is-medium{font-size:.625rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.button.is-responsive.is-small{font-size:.546875rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.625rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.125rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none !important;padding-left:12px;padding-right:12px;width:100%}@media screen and (min-width: 1024px){.container{max-width:1000px}}@media screen and (max-width: 1259px){.container.is-widescreen:not(.is-max-desktop){max-width:1236px}}@media screen and (max-width: 1367px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1254px}}@media screen and (min-width: 1260px){.container:not(.is-max-desktop){max-width:1236px}}@media screen and (min-width: 1368px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1254px}}.content li+li{margin-top:.25em}.content p:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:hsl(0,0%,21%);font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:hsl(0,0%,96%);border-left:5px solid #f3f3f3;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sup,.content sub{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #f3f3f3;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:hsl(0,0%,21%)}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:hsl(0,0%,21%)}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:hsl(0,0%,21%)}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.625rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.125rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-square img,.image.is-square .has-ratio,.image.is-1by1 img,.image.is-1by1 .has-ratio,.image.is-5by4 img,.image.is-5by4 .has-ratio,.image.is-4by3 img,.image.is-4by3 .has-ratio,.image.is-3by2 img,.image.is-3by2 .has-ratio,.image.is-5by3 img,.image.is-5by3 .has-ratio,.image.is-16by9 img,.image.is-16by9 .has-ratio,.image.is-2by1 img,.image.is-2by1 .has-ratio,.image.is-3by1 img,.image.is-3by1 .has-ratio,.image.is-4by5 img,.image.is-4by5 .has-ratio,.image.is-3by4 img,.image.is-3by4 .has-ratio,.image.is-2by3 img,.image.is-2by3 .has-ratio,.image.is-3by5 img,.image.is-3by5 .has-ratio,.image.is-9by16 img,.image.is-9by16 .has-ratio,.image.is-1by2 img,.image.is-1by2 .has-ratio,.image.is-1by3 img,.image.is-1by3 .has-ratio{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:hsl(0,0%,96%);border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:rgba(0,0,0,0)}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#000}.notification.is-black{background-color:#000;color:#fff}.notification.is-light{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.notification.is-dark{background-color:hsl(0,0%,21%);color:#fff}.notification.is-primary{background-color:#2db4d6;color:#fff}.notification.is-primary.is-light{background-color:hsl(192.0710059172,67.3306772908%,96%);color:hsl(192.0710059172,67.3306772908%,34%)}.notification.is-link{background-color:inherit;color:#fff}.notification.is-link.is-light{background-color:hsl(0,0%,96%);color:hsl(0,0%,21%)}.notification.is-info{background-color:#2db4d6;color:#fff}.notification.is-info.is-light{background-color:hsl(192.0710059172,67.3306772908%,96%);color:hsl(192.0710059172,67.3306772908%,34%)}.notification.is-success{background-color:hsl(153,53%,53%);color:#fff}.notification.is-success.is-light{background-color:hsl(153,53%,96%);color:hsl(153,53%,31%)}.notification.is-warning{background-color:#ffed00;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:rgb(255,253.56,234.6);color:rgb(147.9,137.46,0)}.notification.is-danger{background-color:hsl(348,86%,61%);color:#fff}.notification.is-danger.is-light{background-color:hsl(348,86%,96%);color:hsl(348,86%,43%)}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:hsl(0,0%,93%)}.progress::-webkit-progress-value{background-color:#505a5f}.progress::-moz-progress-bar{background-color:#505a5f}.progress::-ms-fill{background-color:#505a5f;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right, #ffffff 30%, hsl(0, 0%, 93%) 30%)}.progress.is-black::-webkit-progress-value{background-color:#000}.progress.is-black::-moz-progress-bar{background-color:#000}.progress.is-black::-ms-fill{background-color:#000}.progress.is-black:indeterminate{background-image:linear-gradient(to right, #000000 30%, hsl(0, 0%, 93%) 30%)}.progress.is-light::-webkit-progress-value{background-color:hsl(0,0%,96%)}.progress.is-light::-moz-progress-bar{background-color:hsl(0,0%,96%)}.progress.is-light::-ms-fill{background-color:hsl(0,0%,96%)}.progress.is-light:indeterminate{background-image:linear-gradient(to right, hsl(0, 0%, 96%) 30%, hsl(0, 0%, 93%) 30%)}.progress.is-dark::-webkit-progress-value{background-color:hsl(0,0%,21%)}.progress.is-dark::-moz-progress-bar{background-color:hsl(0,0%,21%)}.progress.is-dark::-ms-fill{background-color:hsl(0,0%,21%)}.progress.is-dark:indeterminate{background-image:linear-gradient(to right, hsl(0, 0%, 21%) 30%, hsl(0, 0%, 93%) 30%)}.progress.is-primary::-webkit-progress-value{background-color:#2db4d6}.progress.is-primary::-moz-progress-bar{background-color:#2db4d6}.progress.is-primary::-ms-fill{background-color:#2db4d6}.progress.is-primary:indeterminate{background-image:linear-gradient(to right, #2db4d6 30%, hsl(0, 0%, 93%) 30%)}.progress.is-link::-webkit-progress-value{background-color:inherit}.progress.is-link::-moz-progress-bar{background-color:inherit}.progress.is-link::-ms-fill{background-color:inherit}.progress.is-link:indeterminate{background-image:linear-gradient(to right, inherit 30%, hsl(0, 0%, 93%) 30%)}.progress.is-info::-webkit-progress-value{background-color:#2db4d6}.progress.is-info::-moz-progress-bar{background-color:#2db4d6}.progress.is-info::-ms-fill{background-color:#2db4d6}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #2db4d6 30%, hsl(0, 0%, 93%) 30%)}.progress.is-success::-webkit-progress-value{background-color:hsl(153,53%,53%)}.progress.is-success::-moz-progress-bar{background-color:hsl(153,53%,53%)}.progress.is-success::-ms-fill{background-color:hsl(153,53%,53%)}.progress.is-success:indeterminate{background-image:linear-gradient(to right, hsl(153, 53%, 53%) 30%, hsl(0, 0%, 93%) 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffed00}.progress.is-warning::-moz-progress-bar{background-color:#ffed00}.progress.is-warning::-ms-fill{background-color:#ffed00}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #ffed00 30%, hsl(0, 0%, 93%) 30%)}.progress.is-danger::-webkit-progress-value{background-color:hsl(348,86%,61%)}.progress.is-danger::-moz-progress-bar{background-color:hsl(348,86%,61%)}.progress.is-danger::-ms-fill{background-color:hsl(348,86%,61%)}.progress.is-danger:indeterminate{background-image:linear-gradient(to right, hsl(348, 86%, 61%) 30%, hsl(0, 0%, 93%) 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:hsl(0,0%,93%);background-image:linear-gradient(to right, #505a5f 30%, hsl(0, 0%, 93%) 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:rgba(0,0,0,0)}.progress:indeterminate::-moz-progress-bar{background-color:rgba(0,0,0,0)}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.625rem}.progress.is-medium{height:1.125rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:hsl(0,0%,21%)}.table td,.table th{border:1px solid #f3f3f3;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#000}.table td.is-black,.table th.is-black{background-color:#000;border-color:#000;color:#fff}.table td.is-light,.table th.is-light{background-color:hsl(0,0%,96%);border-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:hsl(0,0%,21%);border-color:hsl(0,0%,21%);color:#fff}.table td.is-primary,.table th.is-primary{background-color:#2db4d6;border-color:#2db4d6;color:#fff}.table td.is-link,.table th.is-link{background-color:inherit;border-color:inherit;color:#fff}.table td.is-info,.table th.is-info{background-color:#2db4d6;border-color:#2db4d6;color:#fff}.table td.is-success,.table th.is-success{background-color:hsl(153,53%,53%);border-color:hsl(153,53%,53%);color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffed00;border-color:#ffed00;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:hsl(348,86%,61%);border-color:hsl(348,86%,61%);color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#2db4d6;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:hsl(0,0%,21%)}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#2db4d6;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:rgba(0,0,0,0)}.table thead td,.table thead th{border-width:0 0 2px;color:hsl(0,0%,21%)}.table tfoot{background-color:rgba(0,0,0,0)}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:hsl(0,0%,21%)}.table tbody{background-color:rgba(0,0,0,0)}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:hsl(0,0%,98%)}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:hsl(0,0%,98%)}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:hsl(0,0%,96%)}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:hsl(0,0%,98%)}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-0.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.125rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){align-items:center;background-color:hsl(0,0%,96%);border-radius:0;color:#505a5f;display:inline-flex;font-size:.625rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-0.375rem}.tag:not(body).is-white{background-color:#fff;color:#000}.tag:not(body).is-black{background-color:#000;color:#fff}.tag:not(body).is-light{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:hsl(0,0%,21%);color:#fff}.tag:not(body).is-primary{background-color:#2db4d6;color:#fff}.tag:not(body).is-primary.is-light{background-color:hsl(192.0710059172,67.3306772908%,96%);color:hsl(192.0710059172,67.3306772908%,34%)}.tag:not(body).is-link{background-color:inherit;color:#fff}.tag:not(body).is-link.is-light{background-color:hsl(0,0%,96%);color:hsl(0,0%,21%)}.tag:not(body).is-info{background-color:#2db4d6;color:#fff}.tag:not(body).is-info.is-light{background-color:hsl(192.0710059172,67.3306772908%,96%);color:hsl(192.0710059172,67.3306772908%,34%)}.tag:not(body).is-success{background-color:hsl(153,53%,53%);color:#fff}.tag:not(body).is-success.is-light{background-color:hsl(153,53%,96%);color:hsl(153,53%,31%)}.tag:not(body).is-warning{background-color:#ffed00;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:rgb(255,253.56,234.6);color:rgb(147.9,137.46,0)}.tag:not(body).is-danger{background-color:hsl(348,86%,61%);color:#fff}.tag:not(body).is-danger.is-light{background-color:hsl(348,86%,96%);color:hsl(348,86%,43%)}.tag:not(body).is-normal{font-size:.625rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.125rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-0.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-0.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-0.375em;margin-right:-0.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::before,.tag:not(body).is-delete::after{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:hover,.tag:not(body).is-delete:focus{background-color:hsl(0,0%,91%)}.tag:not(body).is-delete:active{background-color:hsl(0,0%,86%)}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#000;font-family:"Open sans",apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:2rem;font-weight:700;line-height:1.25}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:1.875rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.125rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.875rem}.subtitle{color:#505a5f;font-size:1.125rem;font-weight:400;line-height:1.25}.subtitle strong{color:hsl(0,0%,21%);font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:1.875rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.125rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.875rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:hsl(0,0%,96%);border-radius:9999px;display:inline-flex;font-size:1.125rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.select select,.textarea,.input{background-color:#fff;border-color:#d6d6d6;border-radius:.25rem;color:hsl(0,0%,21%)}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:#d6d6d6}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:#d6d6d6}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:#d6d6d6}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:#d6d6d6}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#d6d6d6}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:inherit;box-shadow:0 rgba(0,0,0,0)}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{background-color:hsl(0,0%,96%);border-color:hsl(0,0%,96%);box-shadow:none;color:hsl(0,0%,48%)}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.textarea,.input{box-shadow:inset 0 .0625em .125em rgba(0,0,0,.05);max-width:100%;width:100%}[readonly].textarea,[readonly].input{box-shadow:none}.is-white.textarea,.is-white.input{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,.is-white.textarea:active,.is-white.input:active,.is-white.is-active.textarea,.is-white.is-active.input{box-shadow:0 hsla(0,0%,100%,.25)}.is-black.textarea,.is-black.input{border-color:#000}.is-black.textarea:focus,.is-black.input:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,.is-black.textarea:active,.is-black.input:active,.is-black.is-active.textarea,.is-black.is-active.input{box-shadow:0 rgba(0,0,0,.25)}.is-light.textarea,.is-light.input{border-color:hsl(0,0%,96%)}.is-light.textarea:focus,.is-light.input:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,.is-light.textarea:active,.is-light.input:active,.is-light.is-active.textarea,.is-light.is-active.input{box-shadow:0 hsla(0,0%,96%,.25)}.is-dark.textarea,.is-dark.input{border-color:hsl(0,0%,21%)}.is-dark.textarea:focus,.is-dark.input:focus,.is-dark.is-focused.textarea,.is-dark.is-focused.input,.is-dark.textarea:active,.is-dark.input:active,.is-dark.is-active.textarea,.is-dark.is-active.input{box-shadow:0 hsla(0,0%,21%,.25)}.is-primary.textarea,.is-primary.input{border-color:#2db4d6}.is-primary.textarea:focus,.is-primary.input:focus,.is-primary.is-focused.textarea,.is-primary.is-focused.input,.is-primary.textarea:active,.is-primary.input:active,.is-primary.is-active.textarea,.is-primary.is-active.input{box-shadow:0 rgba(45,180,214,.25)}.is-link.textarea,.is-link.input{border-color:inherit}.is-link.textarea:focus,.is-link.input:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,.is-link.textarea:active,.is-link.input:active,.is-link.is-active.textarea,.is-link.is-active.input{box-shadow:0 inherit}.is-info.textarea,.is-info.input{border-color:#2db4d6}.is-info.textarea:focus,.is-info.input:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,.is-info.textarea:active,.is-info.input:active,.is-info.is-active.textarea,.is-info.is-active.input{box-shadow:0 rgba(45,180,214,.25)}.is-success.textarea,.is-success.input{border-color:hsl(153,53%,53%)}.is-success.textarea:focus,.is-success.input:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,.is-success.textarea:active,.is-success.input:active,.is-success.is-active.textarea,.is-success.is-active.input{box-shadow:0 hsla(153,53%,53%,.25)}.is-warning.textarea,.is-warning.input{border-color:#ffed00}.is-warning.textarea:focus,.is-warning.input:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,.is-warning.textarea:active,.is-warning.input:active,.is-warning.is-active.textarea,.is-warning.is-active.input{box-shadow:0 rgba(255,237,0,.25)}.is-danger.textarea,.is-danger.input{border-color:hsl(348,86%,61%)}.is-danger.textarea:focus,.is-danger.input:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,.is-danger.textarea:active,.is-danger.input:active,.is-danger.is-active.textarea,.is-danger.is-active.input{box-shadow:0 hsla(348,86%,61%,.25)}.is-small.textarea,.is-small.input{border-radius:2px;font-size:.625rem}.is-medium.textarea,.is-medium.input{font-size:1.125rem}.is-large.textarea,.is-large.input{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input{display:block;width:100%}.is-inline.textarea,.is-inline.input{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(0.75em - 1px) + .375em);padding-right:calc(calc(0.75em - 1px) + .375em)}.input.is-static{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:10rem}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:hsl(0,0%,21%)}[disabled].radio,[disabled].checkbox,fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:hsl(0,0%,48%);cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:3rem}.select:not(.is-multiple):not(.is-loading)::after{border-color:inherit;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:hsl(0,0%,96%)}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:hsl(0,0%,21%)}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select:hover,.select.is-white select.is-hovered{border-color:hsl(0,0%,95%)}.select.is-white select:focus,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select.is-active{box-shadow:0 hsla(0,0%,100%,.25)}.select.is-black:not(:hover)::after{border-color:#000}.select.is-black select{border-color:#000}.select.is-black select:hover,.select.is-black select.is-hovered{border-color:#000}.select.is-black select:focus,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select.is-active{box-shadow:0 rgba(0,0,0,.25)}.select.is-light:not(:hover)::after{border-color:hsl(0,0%,96%)}.select.is-light select{border-color:hsl(0,0%,96%)}.select.is-light select:hover,.select.is-light select.is-hovered{border-color:hsl(0,0%,91%)}.select.is-light select:focus,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select.is-active{box-shadow:0 hsla(0,0%,96%,.25)}.select.is-dark:not(:hover)::after{border-color:hsl(0,0%,21%)}.select.is-dark select{border-color:hsl(0,0%,21%)}.select.is-dark select:hover,.select.is-dark select.is-hovered{border-color:hsl(0,0%,16%)}.select.is-dark select:focus,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select.is-active{box-shadow:0 hsla(0,0%,21%,.25)}.select.is-primary:not(:hover)::after{border-color:#2db4d6}.select.is-primary select{border-color:#2db4d6}.select.is-primary select:hover,.select.is-primary select.is-hovered{border-color:rgb(38.1414342629,163.7290836653,195.3585657371)}.select.is-primary select:focus,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select.is-active{box-shadow:0 rgba(45,180,214,.25)}.select.is-link:not(:hover)::after{border-color:inherit}.select.is-link select{border-color:inherit}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:inherit}.select.is-link select:focus,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select.is-active{box-shadow:0 inherit}.select.is-info:not(:hover)::after{border-color:#2db4d6}.select.is-info select{border-color:#2db4d6}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:rgb(38.1414342629,163.7290836653,195.3585657371)}.select.is-info select:focus,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select.is-active{box-shadow:0 rgba(45,180,214,.25)}.select.is-success:not(:hover)::after{border-color:hsl(153,53%,53%)}.select.is-success select{border-color:hsl(153,53%,53%)}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:hsl(153,53%,48%)}.select.is-success select:focus,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select.is-active{box-shadow:0 hsla(153,53%,53%,.25)}.select.is-warning:not(:hover)::after{border-color:#ffed00}.select.is-warning select{border-color:#ffed00}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:rgb(229.5,213.3,0)}.select.is-warning select:focus,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select.is-active{box-shadow:0 rgba(255,237,0,.25)}.select.is-danger:not(:hover)::after{border-color:hsl(348,86%,61%)}.select.is-danger select{border-color:hsl(348,86%,61%)}.select.is-danger select:hover,.select.is-danger select.is-hovered{border-color:hsl(348,86%,56%)}.select.is-danger select:focus,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select.is-active{box-shadow:0 hsla(348,86%,61%,.25)}.select.is-small{border-radius:2px;font-size:.625rem}.select.is-medium{font-size:1.125rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:hsl(0,0%,48%) !important;opacity:.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.625rem}.select.is-loading.is-medium:after{font-size:1.125rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:rgba(0,0,0,0);color:#000}.file.is-white:hover .file-cta,.file.is-white.is-hovered .file-cta{background-color:hsl(0,0%,97.5%);border-color:rgba(0,0,0,0);color:#000}.file.is-white:focus .file-cta,.file.is-white.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#000}.file.is-white:active .file-cta,.file.is-white.is-active .file-cta{background-color:hsl(0,0%,95%);border-color:rgba(0,0,0,0);color:#000}.file.is-black .file-cta{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(0,0,0,.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:rgba(0,0,0,0);color:#fff}.file.is-light .file-cta{background-color:hsl(0,0%,96%);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:hsl(0,0%,93.5%);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:rgba(0,0,0,.7)}.file.is-light:active .file-cta,.file.is-light.is-active .file-cta{background-color:hsl(0,0%,91%);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:hsl(0,0%,21%);border-color:rgba(0,0,0,0);color:#fff}.file.is-dark:hover .file-cta,.file.is-dark.is-hovered .file-cta{background-color:hsl(0,0%,18.5%);border-color:rgba(0,0,0,0);color:#fff}.file.is-dark:focus .file-cta,.file.is-dark.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em hsla(0,0%,21%,.25);color:#fff}.file.is-dark:active .file-cta,.file.is-dark.is-active .file-cta{background-color:hsl(0,0%,16%);border-color:rgba(0,0,0,0);color:#fff}.file.is-primary .file-cta{background-color:#2db4d6;border-color:rgba(0,0,0,0);color:#fff}.file.is-primary:hover .file-cta,.file.is-primary.is-hovered .file-cta{background-color:rgb(40.2241035857,172.6693227092,206.0258964143);border-color:rgba(0,0,0,0);color:#fff}.file.is-primary:focus .file-cta,.file.is-primary.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(45,180,214,.25);color:#fff}.file.is-primary:active .file-cta,.file.is-primary.is-active .file-cta{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);border-color:rgba(0,0,0,0);color:#fff}.file.is-link .file-cta{background-color:inherit;border-color:rgba(0,0,0,0);color:#fff}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:inherit;border-color:rgba(0,0,0,0);color:#fff}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em inherit;color:#fff}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:inherit;border-color:rgba(0,0,0,0);color:#fff}.file.is-info .file-cta{background-color:#2db4d6;border-color:rgba(0,0,0,0);color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:rgb(40.2241035857,172.6693227092,206.0258964143);border-color:rgba(0,0,0,0);color:#fff}.file.is-info:focus .file-cta,.file.is-info.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(45,180,214,.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);border-color:rgba(0,0,0,0);color:#fff}.file.is-success .file-cta{background-color:hsl(153,53%,53%);border-color:rgba(0,0,0,0);color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:hsl(153,53%,50.5%);border-color:rgba(0,0,0,0);color:#fff}.file.is-success:focus .file-cta,.file.is-success.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em hsla(153,53%,53%,.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:hsl(153,53%,48%);border-color:rgba(0,0,0,0);color:#fff}.file.is-warning .file-cta{background-color:#ffed00;border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:rgb(242.25,225.15,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em rgba(255,237,0,.25);color:rgba(0,0,0,.7)}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:rgb(229.5,213.3,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:hsl(348,86%,61%);border-color:rgba(0,0,0,0);color:#fff}.file.is-danger:hover .file-cta,.file.is-danger.is-hovered .file-cta{background-color:hsl(348,86%,58.5%);border-color:rgba(0,0,0,0);color:#fff}.file.is-danger:focus .file-cta,.file.is-danger.is-focused .file-cta{border-color:rgba(0,0,0,0);box-shadow:0 0 .5em hsla(348,86%,61%,.25);color:#fff}.file.is-danger:active .file-cta,.file.is-danger.is-active .file-cta{background-color:hsl(348,86%,56%);border-color:rgba(0,0,0,0);color:#fff}.file.is-small{font-size:.625rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.125rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:0}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:0 0 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 0 0;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 0 0 0}.file.is-right .file-name{border-radius:0 0 0 0;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:rgba(0,0,0,0);color:hsl(0,0%,21%)}.file-label:hover .file-name{border-color:hsl(0,0%,92.7941176471%)}.file-label:active .file-cta{background-color:rgba(0,0,0,0);color:hsl(0,0%,21%)}.file-label:active .file-name{border-color:hsl(0,0%,90.2941176471%)}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#000;border-radius:0;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:rgba(0,0,0,0);color:#000}.file-name{border-color:#f3f3f3;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:hsl(0,0%,21%);display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.625rem}.label.is-medium{font-size:1.125rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.625rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#000}.help.is-light{color:hsl(0,0%,96%)}.help.is-dark{color:hsl(0,0%,21%)}.help.is-primary{color:#2db4d6}.help.is-link{color:inherit}.help.is-info{color:#2db4d6}.help.is-success{color:hsl(153,53%,53%)}.help.is-warning{color:#ffed00}.help.is-danger{color:hsl(348,86%,61%)}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered{z-index:2}.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]).is-active{z-index:3}.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-0.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width: 768px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width: 767px){.field-label{margin-bottom:.5rem}}@media screen and (min-width: 768px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.625rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.125rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width: 768px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#505a5f}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.625rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.125rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#f3f3f3;height:3rem;pointer-events:none;position:absolute;top:0;width:3rem;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:3rem}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:3rem}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute !important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.625rem}.control.is-loading.is-medium:after{font-size:1.125rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:inherit;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#1d70b8}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:hsl(0,0%,21%);cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#d6d6d6;content:"/"}.breadcrumb ul,.breadcrumb ol{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.625rem}.breadcrumb.is-medium{font-size:1.125rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"→"}.breadcrumb.has-bullet-separator li+li::before{content:"•"}.breadcrumb.has-dot-separator li+li::before{content:"·"}.breadcrumb.has-succeeds-separator li+li::before{content:"≻"}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -0.125em rgba(0,0,0,.1),0 0px 0 1px rgba(0,0,0,.02);color:#505a5f;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:rgba(0,0,0,0);align-items:stretch;box-shadow:0 .125em .25em rgba(0,0,0,.1);display:flex}.card-header-title{align-items:center;color:hsl(0,0%,21%);display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:rgba(0,0,0,0);padding:1.5rem}.card-footer{background-color:rgba(0,0,0,0);border-top:1px solid hsl(0,0%,93%);align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid hsl(0,0%,93%)}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:0;box-shadow:0 .5em 1em -0.125em rgba(0,0,0,.1),0 0px 0 1px rgba(0,0,0,.02);padding-bottom:0;padding-top:0}.dropdown-item{color:#505a5f;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:hsl(0,0%,96%);color:#000}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:inherit;color:#fff}.dropdown-divider{background-color:hsl(0,0%,93%);border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width: 768px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .title,.level-item .subtitle{margin-bottom:0}@media screen and (max-width: 767px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width: 768px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width: 767px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width: 768px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width: 768px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(243,243,243,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(243,243,243,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width: 767px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.625rem}.menu.is-medium{font-size:1.125rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#505a5f;display:block;padding:.5em .75em}.menu-list a:hover{background-color:hsl(0,0%,96%);color:hsl(0,0%,21%)}.menu-list a.is-active{background-color:inherit;color:#fff}.menu-list li ul{border-left:1px solid #f3f3f3;margin:.75em;padding-left:.75em}.menu-label{color:hsl(0,0%,48%);font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:hsl(0,0%,96%);border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.625rem}.message.is-medium{font-size:1.125rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#000}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:hsl(0,0%,98%)}.message.is-black .message-header{background-color:#000;color:#fff}.message.is-black .message-body{border-color:#000}.message.is-light{background-color:hsl(0,0%,98%)}.message.is-light .message-header{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:hsl(0,0%,96%)}.message.is-dark{background-color:hsl(0,0%,98%)}.message.is-dark .message-header{background-color:hsl(0,0%,21%);color:#fff}.message.is-dark .message-body{border-color:hsl(0,0%,21%)}.message.is-primary{background-color:hsl(192.0710059172,67.3306772908%,96%)}.message.is-primary .message-header{background-color:#2db4d6;color:#fff}.message.is-primary .message-body{border-color:#2db4d6;color:hsl(192.0710059172,67.3306772908%,34%)}.message.is-link{background-color:hsl(0,0%,96%)}.message.is-link .message-header{background-color:inherit;color:#fff}.message.is-link .message-body{border-color:inherit;color:hsl(0,0%,21%)}.message.is-info{background-color:hsl(192.0710059172,67.3306772908%,96%)}.message.is-info .message-header{background-color:#2db4d6;color:#fff}.message.is-info .message-body{border-color:#2db4d6;color:hsl(192.0710059172,67.3306772908%,34%)}.message.is-success{background-color:hsl(153,53%,96%)}.message.is-success .message-header{background-color:hsl(153,53%,53%);color:#fff}.message.is-success .message-body{border-color:hsl(153,53%,53%);color:hsl(153,53%,31%)}.message.is-warning{background-color:rgb(255,253.56,234.6)}.message.is-warning .message-header{background-color:#ffed00;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffed00;color:rgb(147.9,137.46,0)}.message.is-danger{background-color:hsl(348,86%,96%)}.message.is-danger .message-header{background-color:hsl(348,86%,61%);color:#fff}.message.is-danger .message-body{border-color:hsl(348,86%,61%);color:hsl(348,86%,43%)}.message-header{align-items:center;background-color:#505a5f;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#f3f3f3;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#505a5f;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:rgba(0,0,0,0)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(0,0,0,.5)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width: 768px){.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:24.875rem}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-head,.modal-card-foot{align-items:center;background-color:hsl(0,0%,96%);display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #f3f3f3;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:hsl(0,0%,21%);flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #f3f3f3}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:340px;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#000}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#000}.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:hsl(0,0%,95%);color:#000}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#000}.navbar.is-white .navbar-burger{color:#000}@media screen and (min-width: 1024px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#000}.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:hsl(0,0%,95%);color:#000}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#000}.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:hsl(0,0%,95%);color:#000}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#000}}.navbar.is-black{background-color:#000;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#000;color:#fff}}.navbar.is-light{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:hsl(0,0%,91%);color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width: 1024px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:hsl(0,0%,91%);color:rgba(0,0,0,.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:hsl(0,0%,91%);color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:hsl(0,0%,21%);color:#fff}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#fff}.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:hsl(0,0%,16%);color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#fff}.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:hsl(0,0%,16%);color:#fff}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:hsl(0,0%,16%);color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:hsl(0,0%,21%);color:#fff}}.navbar.is-primary{background-color:#2db4d6;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#2db4d6;color:#fff}}.navbar.is-link{background-color:inherit;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:inherit;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:inherit;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:inherit;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:inherit;color:#fff}}.navbar.is-info{background-color:#2db4d6;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#2db4d6;color:#fff}}.navbar.is-success{background-color:hsl(153,53%,53%);color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:hsl(153,53%,48%);color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:hsl(153,53%,48%);color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:hsl(153,53%,48%);color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:hsl(153,53%,53%);color:#fff}}.navbar.is-warning{background-color:#ffed00;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:rgb(229.5,213.3,0);color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width: 1024px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:rgb(229.5,213.3,0);color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:rgb(229.5,213.3,0);color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffed00;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:hsl(348,86%,61%);color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:hsl(348,86%,56%);color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width: 1024px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:hsl(348,86%,56%);color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:hsl(348,86%,56%);color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:hsl(348,86%,61%);color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:340px;width:100%}.navbar.has-shadow{box-shadow:0 rgba(0,0,0,0)}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 rgba(0,0,0,0)}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:340px}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:340px}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:340px}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:rgba(0,0,0,0)}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#000;-webkit-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:block;height:340px;position:relative;width:340px;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#000;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-0.25rem;margin-right:-0.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,.navbar-link.is-active{background-color:rgba(0,0,0,0);color:#2db4d6}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid rgba(0,0,0,0);min-height:340px;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:rgba(0,0,0,0);border-bottom-color:inherit}.navbar-item.is-tab.is-active{background-color:rgba(0,0,0,0);border-bottom-color:inherit;border-bottom-style:solid;border-bottom-width:3px;color:inherit;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:inherit;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:hsl(0,0%,96%);border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width: 1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(0,0,0,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 340px);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:340px}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:340px}}@media screen and (min-width: 1024px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:340px}.navbar.is-spaced{padding:0 0}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:rgba(0,0,0,0) !important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:rgba(0,0,0,0) !important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:hsl(0,0%,96%);color:#000}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:hsl(0,0%,96%);color:inherit}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(0.25em, -0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #f3f3f3;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(0,0,0,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #f3f3f3;box-shadow:0 8px 8px rgba(0,0,0,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:hsl(0,0%,96%);color:#000}.navbar-dropdown a.navbar-item.is-active{background-color:hsl(0,0%,96%);color:inherit}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-0.75rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-0.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(0,0,0,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:340px}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:340px}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:340px}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:340px}a.navbar-item.is-active,.navbar-link.is-active{color:#2db4d6}a.navbar-item.is-active:not(:focus):not(:hover),.navbar-link.is-active:not(:focus):not(:hover){background-color:rgba(0,0,0,0)}.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:rgba(0,0,0,0)}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 340px)}.pagination{font-size:1rem;margin:-0.0625rem}.pagination.is-small{font-size:.625rem}.pagination.is-medium{font-size:1.125rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-previous,.pagination.is-rounded .pagination-next{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{font-size:1rem;justify-content:center;margin:.0625rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-previous,.pagination-next,.pagination-link{border-color:rgba(0,0,0,0);color:#fff;min-width:3.125rem}.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:rgba(0,0,0,0);color:#000}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#1d70b8}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:none}.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{background-color:rgba(0,0,0,.5);border-color:rgba(0,0,0,0);box-shadow:none;color:#fff;opacity:.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#ffed00;border-color:rgba(0,0,0,0);color:#000}.pagination-ellipsis{color:#000;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width: 767px){.pagination{flex-wrap:wrap}.pagination-previous,.pagination-next{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width: 768px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(0,0,0,.1),0 0px 0 1px rgba(0,0,0,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#000}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#000;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#000}.panel.is-black .panel-block.is-active .panel-icon{color:#000}.panel.is-light .panel-heading{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:hsl(0,0%,96%)}.panel.is-light .panel-block.is-active .panel-icon{color:hsl(0,0%,96%)}.panel.is-dark .panel-heading{background-color:hsl(0,0%,21%);color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:hsl(0,0%,21%)}.panel.is-dark .panel-block.is-active .panel-icon{color:hsl(0,0%,21%)}.panel.is-primary .panel-heading{background-color:#2db4d6;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#2db4d6}.panel.is-primary .panel-block.is-active .panel-icon{color:#2db4d6}.panel.is-link .panel-heading{background-color:inherit;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:inherit}.panel.is-link .panel-block.is-active .panel-icon{color:inherit}.panel.is-info .panel-heading{background-color:#2db4d6;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#2db4d6}.panel.is-info .panel-block.is-active .panel-icon{color:#2db4d6}.panel.is-success .panel-heading{background-color:hsl(153,53%,53%);color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:hsl(153,53%,53%)}.panel.is-success .panel-block.is-active .panel-icon{color:hsl(153,53%,53%)}.panel.is-warning .panel-heading{background-color:#ffed00;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffed00}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffed00}.panel.is-danger .panel-heading{background-color:hsl(348,86%,61%);color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:hsl(348,86%,61%)}.panel.is-danger .panel-block.is-active .panel-icon{color:hsl(348,86%,61%)}.panel-tabs:not(:last-child),.panel-block:not(:last-child){border-bottom:1px solid hsl(0,0%,93%)}.panel-heading{background-color:hsl(0,0%,93%);border-radius:6px 6px 0 0;color:hsl(0,0%,21%);font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #f3f3f3;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#505a5f;color:hsl(0,0%,21%)}.panel-list a{color:#505a5f}.panel-list a:hover{color:inherit}.panel-block{align-items:center;color:hsl(0,0%,21%);display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:inherit;color:hsl(0,0%,21%)}.panel-block.is-active .panel-icon{color:inherit}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:hsl(0,0%,96%)}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:hsl(0,0%,48%);margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#f3f3f3;border-bottom-style:solid;border-bottom-width:1px;color:#505a5f;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:hsl(0,0%,21%);color:hsl(0,0%,21%)}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:inherit;color:inherit}.tabs ul{align-items:center;border-bottom-color:#f3f3f3;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid rgba(0,0,0,0);border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:hsl(0,0%,96%);border-bottom-color:#f3f3f3}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#f3f3f3;border-bottom-color:rgba(0,0,0,0) !important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#f3f3f3;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:hsl(0,0%,96%);border-color:#d6d6d6;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:inherit;border-color:inherit;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.625rem}.tabs.is-medium{font-size:1.125rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width: 767px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0%}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width: 768px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width: 1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0%}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width: 1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0%}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width: 1260px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0%}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width: 1368px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0%}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.columns:last-child{margin-bottom:-0.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0 !important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width: 768px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width: 1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1*var(--columnGap));margin-right:calc(-1*var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}@media screen and (max-width: 767px){.columns.is-variable.is-0-mobile{--columnGap: 0rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-0-tablet{--columnGap: 0rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-0-tablet-only{--columnGap: 0rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-0-touch{--columnGap: 0rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-0-desktop{--columnGap: 0rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-0-desktop-only{--columnGap: 0rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-0-widescreen{--columnGap: 0rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-0-widescreen-only{--columnGap: 0rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-0-fullhd{--columnGap: 0rem}}.columns.is-variable.is-1{--columnGap: 0.25rem}@media screen and (max-width: 767px){.columns.is-variable.is-1-mobile{--columnGap: 0.25rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-1-tablet{--columnGap: 0.25rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-1-tablet-only{--columnGap: 0.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-1-touch{--columnGap: 0.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-1-desktop{--columnGap: 0.25rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-1-desktop-only{--columnGap: 0.25rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-1-widescreen{--columnGap: 0.25rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-1-widescreen-only{--columnGap: 0.25rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-1-fullhd{--columnGap: 0.25rem}}.columns.is-variable.is-2{--columnGap: 0.5rem}@media screen and (max-width: 767px){.columns.is-variable.is-2-mobile{--columnGap: 0.5rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-2-tablet{--columnGap: 0.5rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-2-tablet-only{--columnGap: 0.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-2-touch{--columnGap: 0.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-2-desktop{--columnGap: 0.5rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-2-desktop-only{--columnGap: 0.5rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-2-widescreen{--columnGap: 0.5rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-2-widescreen-only{--columnGap: 0.5rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-2-fullhd{--columnGap: 0.5rem}}.columns.is-variable.is-3{--columnGap: 0.75rem}@media screen and (max-width: 767px){.columns.is-variable.is-3-mobile{--columnGap: 0.75rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-3-tablet{--columnGap: 0.75rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-3-tablet-only{--columnGap: 0.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-3-touch{--columnGap: 0.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-3-desktop{--columnGap: 0.75rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-3-desktop-only{--columnGap: 0.75rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-3-widescreen{--columnGap: 0.75rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-3-widescreen-only{--columnGap: 0.75rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-3-fullhd{--columnGap: 0.75rem}}.columns.is-variable.is-4{--columnGap: 1rem}@media screen and (max-width: 767px){.columns.is-variable.is-4-mobile{--columnGap: 1rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-4-tablet{--columnGap: 1rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-4-tablet-only{--columnGap: 1rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-4-touch{--columnGap: 1rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-4-desktop{--columnGap: 1rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-4-desktop-only{--columnGap: 1rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-4-widescreen{--columnGap: 1rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-4-widescreen-only{--columnGap: 1rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-4-fullhd{--columnGap: 1rem}}.columns.is-variable.is-5{--columnGap: 1.25rem}@media screen and (max-width: 767px){.columns.is-variable.is-5-mobile{--columnGap: 1.25rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-5-tablet{--columnGap: 1.25rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-5-tablet-only{--columnGap: 1.25rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-5-touch{--columnGap: 1.25rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-5-desktop{--columnGap: 1.25rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-5-desktop-only{--columnGap: 1.25rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-5-widescreen{--columnGap: 1.25rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-5-widescreen-only{--columnGap: 1.25rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-5-fullhd{--columnGap: 1.25rem}}.columns.is-variable.is-6{--columnGap: 1.5rem}@media screen and (max-width: 767px){.columns.is-variable.is-6-mobile{--columnGap: 1.5rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-6-tablet{--columnGap: 1.5rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-6-tablet-only{--columnGap: 1.5rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-6-touch{--columnGap: 1.5rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-6-desktop{--columnGap: 1.5rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-6-desktop-only{--columnGap: 1.5rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-6-widescreen{--columnGap: 1.5rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-6-widescreen-only{--columnGap: 1.5rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-6-fullhd{--columnGap: 1.5rem}}.columns.is-variable.is-7{--columnGap: 1.75rem}@media screen and (max-width: 767px){.columns.is-variable.is-7-mobile{--columnGap: 1.75rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-7-tablet{--columnGap: 1.75rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-7-tablet-only{--columnGap: 1.75rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-7-touch{--columnGap: 1.75rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-7-desktop{--columnGap: 1.75rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-7-desktop-only{--columnGap: 1.75rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-7-widescreen{--columnGap: 1.75rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-7-widescreen-only{--columnGap: 1.75rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-7-fullhd{--columnGap: 1.75rem}}.columns.is-variable.is-8{--columnGap: 2rem}@media screen and (max-width: 767px){.columns.is-variable.is-8-mobile{--columnGap: 2rem}}@media screen and (min-width: 768px),print{.columns.is-variable.is-8-tablet{--columnGap: 2rem}}@media screen and (min-width: 768px)and (max-width: 1023px){.columns.is-variable.is-8-tablet-only{--columnGap: 2rem}}@media screen and (max-width: 1023px){.columns.is-variable.is-8-touch{--columnGap: 2rem}}@media screen and (min-width: 1024px){.columns.is-variable.is-8-desktop{--columnGap: 2rem}}@media screen and (min-width: 1024px)and (max-width: 1259px){.columns.is-variable.is-8-desktop-only{--columnGap: 2rem}}@media screen and (min-width: 1260px){.columns.is-variable.is-8-widescreen{--columnGap: 2rem}}@media screen and (min-width: 1260px)and (max-width: 1367px){.columns.is-variable.is-8-widescreen-only{--columnGap: 2rem}}@media screen and (min-width: 1368px){.columns.is-variable.is-8-fullhd{--columnGap: 2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:min-content}.tile.is-ancestor{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem}.tile.is-ancestor:last-child{margin-bottom:-0.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important}@media screen and (min-width: 768px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:hsl(0,0%,90%) !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#000 !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#000 !important}.has-text-light{color:hsl(0,0%,96%) !important}a.has-text-light:hover,a.has-text-light:focus{color:hsl(0,0%,86%) !important}.has-background-light{background-color:hsl(0,0%,96%) !important}.has-text-dark{color:hsl(0,0%,21%) !important}a.has-text-dark:hover,a.has-text-dark:focus{color:hsl(0,0%,11%) !important}.has-background-dark{background-color:hsl(0,0%,21%) !important}.has-text-primary{color:#2db4d6 !important}a.has-text-primary:hover,a.has-text-primary:focus{color:rgb(33.9760956175,145.8486055777,174.0239043825) !important}.has-background-primary{background-color:#2db4d6 !important}.has-text-primary-light{color:hsl(192.0710059172,67.3306772908%,96%) !important}a.has-text-primary-light:hover,a.has-text-primary-light:focus{color:hsl(192.0710059172,67.3306772908%,86%) !important}.has-background-primary-light{background-color:hsl(192.0710059172,67.3306772908%,96%) !important}.has-text-primary-dark{color:hsl(192.0710059172,67.3306772908%,34%) !important}a.has-text-primary-dark:hover,a.has-text-primary-dark:focus{color:hsl(192.0710059172,67.3306772908%,44%) !important}.has-background-primary-dark{background-color:hsl(192.0710059172,67.3306772908%,34%) !important}.has-text-link{color:inherit !important}a.has-text-link:hover,a.has-text-link:focus{color:inherit !important}.has-background-link{background-color:inherit !important}.has-text-link-light{color:hsl(0,0%,96%) !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:hsl(0,0%,86%) !important}.has-background-link-light{background-color:hsl(0,0%,96%) !important}.has-text-link-dark{color:hsl(0,0%,21%) !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:hsl(0,0%,31%) !important}.has-background-link-dark{background-color:hsl(0,0%,21%) !important}.has-text-info{color:#2db4d6 !important}a.has-text-info:hover,a.has-text-info:focus{color:rgb(33.9760956175,145.8486055777,174.0239043825) !important}.has-background-info{background-color:#2db4d6 !important}.has-text-info-light{color:hsl(192.0710059172,67.3306772908%,96%) !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:hsl(192.0710059172,67.3306772908%,86%) !important}.has-background-info-light{background-color:hsl(192.0710059172,67.3306772908%,96%) !important}.has-text-info-dark{color:hsl(192.0710059172,67.3306772908%,34%) !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:hsl(192.0710059172,67.3306772908%,44%) !important}.has-background-info-dark{background-color:hsl(192.0710059172,67.3306772908%,34%) !important}.has-text-success{color:hsl(153,53%,53%) !important}a.has-text-success:hover,a.has-text-success:focus{color:hsl(153,53%,43%) !important}.has-background-success{background-color:hsl(153,53%,53%) !important}.has-text-success-light{color:hsl(153,53%,96%) !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:hsl(153,53%,86%) !important}.has-background-success-light{background-color:hsl(153,53%,96%) !important}.has-text-success-dark{color:hsl(153,53%,31%) !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:hsl(153,53%,41%) !important}.has-background-success-dark{background-color:hsl(153,53%,31%) !important}.has-text-warning{color:#ffed00 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:rgb(204,189.6,0) !important}.has-background-warning{background-color:#ffed00 !important}.has-text-warning-light{color:rgb(255,253.56,234.6) !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:rgb(255,249.96,183.6) !important}.has-background-warning-light{background-color:rgb(255,253.56,234.6) !important}.has-text-warning-dark{color:rgb(147.9,137.46,0) !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:rgb(198.9,184.86,0) !important}.has-background-warning-dark{background-color:rgb(147.9,137.46,0) !important}.has-text-danger{color:hsl(348,86%,61%) !important}a.has-text-danger:hover,a.has-text-danger:focus{color:hsl(348,86%,51%) !important}.has-background-danger{background-color:hsl(348,86%,61%) !important}.has-text-danger-light{color:hsl(348,86%,96%) !important}a.has-text-danger-light:hover,a.has-text-danger-light:focus{color:hsl(348,86%,86%) !important}.has-background-danger-light{background-color:hsl(348,86%,96%) !important}.has-text-danger-dark{color:hsl(348,86%,43%) !important}a.has-text-danger-dark:hover,a.has-text-danger-dark:focus{color:hsl(348,86%,53%) !important}.has-background-danger-dark{background-color:hsl(348,86%,43%) !important}.has-text-black-bis{color:hsl(0,0%,7%) !important}.has-background-black-bis{background-color:hsl(0,0%,7%) !important}.has-text-black-ter{color:hsl(0,0%,14%) !important}.has-background-black-ter{background-color:hsl(0,0%,14%) !important}.has-text-grey-darker{color:hsl(0,0%,21%) !important}.has-background-grey-darker{background-color:hsl(0,0%,21%) !important}.has-text-grey-dark{color:#505a5f !important}.has-background-grey-dark{background-color:#505a5f !important}.has-text-grey{color:hsl(0,0%,48%) !important}.has-background-grey{background-color:hsl(0,0%,48%) !important}.has-text-grey-light{color:#d6d6d6 !important}.has-background-grey-light{background-color:#d6d6d6 !important}.has-text-grey-lighter{color:#f3f3f3 !important}.has-background-grey-lighter{background-color:#f3f3f3 !important}.has-text-white-ter{color:hsl(0,0%,96%) !important}.has-background-white-ter{background-color:hsl(0,0%,96%) !important}.has-text-white-bis{color:hsl(0,0%,98%) !important}.has-background-white-bis{background-color:hsl(0,0%,98%) !important}.is-flex-direction-row{flex-direction:row !important}.is-flex-direction-row-reverse{flex-direction:row-reverse !important}.is-flex-direction-column{flex-direction:column !important}.is-flex-direction-column-reverse{flex-direction:column-reverse !important}.is-flex-wrap-nowrap{flex-wrap:nowrap !important}.is-flex-wrap-wrap{flex-wrap:wrap !important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse !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-justify-content-space-evenly{justify-content:space-evenly !important}.is-justify-content-start{justify-content:start !important}.is-justify-content-end{justify-content:end !important}.is-justify-content-left{justify-content:left !important}.is-justify-content-right{justify-content:right !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-space-evenly{align-content:space-evenly !important}.is-align-content-stretch{align-content:stretch !important}.is-align-content-start{align-content:start !important}.is-align-content-end{align-content:end !important}.is-align-content-baseline{align-content:baseline !important}.is-align-items-stretch{align-items:stretch !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-start{align-items:start !important}.is-align-items-end{align-items:end !important}.is-align-items-self-start{align-items:self-start !important}.is-align-items-self-end{align-items:self-end !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-flex-grow-0{flex-grow:0 !important}.is-flex-grow-1{flex-grow:1 !important}.is-flex-grow-2{flex-grow:2 !important}.is-flex-grow-3{flex-grow:3 !important}.is-flex-grow-4{flex-grow:4 !important}.is-flex-grow-5{flex-grow:5 !important}.is-flex-shrink-0{flex-shrink:0 !important}.is-flex-shrink-1{flex-shrink:1 !important}.is-flex-shrink-2{flex-shrink:2 !important}.is-flex-shrink-3{flex-shrink:3 !important}.is-flex-shrink-4{flex-shrink:4 !important}.is-flex-shrink-5{flex-shrink:5 !important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-radiusless{border-radius:0 !important}.is-shadowless{box-shadow:none !important}.is-clickable{cursor:pointer !important;pointer-events:all !important}.is-clipped{overflow:hidden !important}.is-relative{position:relative !important}.is-marginless{margin:0 !important}.is-paddingless{padding:0 !important}.m-small{margin:.375rem !important}.mt-small{margin-top:.375rem !important}.mr-small{margin-right:.375rem !important}.mb-small{margin-bottom:.375rem !important}.ml-small{margin-left:.375rem !important}.mx-small{margin-left:.375rem !important;margin-right:.375rem !important}.my-small{margin-top:.375rem !important;margin-bottom:.375rem !important}.m-xs{margin:.125rem !important}.mt-xs{margin-top:.125rem !important}.mr-xs{margin-right:.125rem !important}.mb-xs{margin-bottom:.125rem !important}.ml-xs{margin-left:.125rem !important}.mx-xs{margin-left:.125rem !important;margin-right:.125rem !important}.my-xs{margin-top:.125rem !important;margin-bottom:.125rem !important}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-left:0 !important;margin-right:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-negative-1{margin:-0.25rem !important}.mt-negative-1{margin-top:-0.25rem !important}.mr-negative-1{margin-right:-0.25rem !important}.mb-negative-1{margin-bottom:-0.25rem !important}.ml-negative-1{margin-left:-0.25rem !important}.mx-negative-1{margin-left:-0.25rem !important;margin-right:-0.25rem !important}.my-negative-1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-negative-2{margin:-0.5rem !important}.mt-negative-2{margin-top:-0.5rem !important}.mr-negative-2{margin-right:-0.5rem !important}.mb-negative-2{margin-bottom:-0.5rem !important}.ml-negative-2{margin-left:-0.5rem !important}.mx-negative-2{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-4{margin:1rem !important}.mt-4{margin-top:1rem !important}.mr-4{margin-right:1rem !important}.mb-4{margin-bottom:1rem !important}.ml-4{margin-left:1rem !important}.mx-4{margin-left:1rem !important;margin-right:1rem !important}.my-4{margin-top:1rem !important;margin-bottom:1rem !important}.m-negative-4{margin:-1rem !important}.mt-negative-4{margin-top:-1rem !important}.mr-negative-4{margin-right:-1rem !important}.mb-negative-4{margin-bottom:-1rem !important}.ml-negative-4{margin-left:-1rem !important}.mx-negative-4{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4{margin-top:-1rem !important;margin-bottom:-1rem !important}.m-5{margin:1.5rem !important}.mt-5{margin-top:1.5rem !important}.mr-5{margin-right:1.5rem !important}.mb-5{margin-bottom:1.5rem !important}.ml-5{margin-left:1.5rem !important}.mx-5{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-negative-5{margin:-1.5rem !important}.mt-negative-5{margin-top:-1.5rem !important}.mr-negative-5{margin-right:-1.5rem !important}.mb-negative-5{margin-bottom:-1.5rem !important}.ml-negative-5{margin-left:-1.5rem !important}.mx-negative-5{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.m-6{margin:3rem !important}.mt-6{margin-top:3rem !important}.mr-6{margin-right:3rem !important}.mb-6{margin-bottom:3rem !important}.ml-6{margin-left:3rem !important}.mx-6{margin-left:3rem !important;margin-right:3rem !important}.my-6{margin-top:3rem !important;margin-bottom:3rem !important}.m-8{margin:4rem !important}.mt-8{margin-top:4rem !important}.mr-8{margin-right:4rem !important}.mb-8{margin-bottom:4rem !important}.ml-8{margin-left:4rem !important}.mx-8{margin-left:4rem !important;margin-right:4rem !important}.my-8{margin-top:4rem !important;margin-bottom:4rem !important}.m-10{margin:.625rem !important}.mt-10{margin-top:.625rem !important}.mr-10{margin-right:.625rem !important}.mb-10{margin-bottom:.625rem !important}.ml-10{margin-left:.625rem !important}.mx-10{margin-left:.625rem !important;margin-right:.625rem !important}.my-10{margin-top:.625rem !important;margin-bottom:.625rem !important}.m-14{margin:.875rem !important}.mt-14{margin-top:.875rem !important}.mr-14{margin-right:.875rem !important}.mb-14{margin-bottom:.875rem !important}.ml-14{margin-left:.875rem !important}.mx-14{margin-left:.875rem !important;margin-right:.875rem !important}.my-14{margin-top:.875rem !important;margin-bottom:.875rem !important}.m-18{margin:1.125rem !important}.mt-18{margin-top:1.125rem !important}.mr-18{margin-right:1.125rem !important}.mb-18{margin-bottom:1.125rem !important}.ml-18{margin-left:1.125rem !important}.mx-18{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.m-negative-10{margin:-0.625rem !important}.mt-negative-10{margin-top:-0.625rem !important}.mr-negative-10{margin-right:-0.625rem !important}.mb-negative-10{margin-bottom:-0.625rem !important}.ml-negative-10{margin-left:-0.625rem !important}.mx-negative-10{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.m-20{margin:1.25rem !important}.mt-20{margin-top:1.25rem !important}.mr-20{margin-right:1.25rem !important}.mb-20{margin-bottom:1.25rem !important}.ml-20{margin-left:1.25rem !important}.mx-20{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.m-22{margin:1.375rem !important}.mt-22{margin-top:1.375rem !important}.mr-22{margin-right:1.375rem !important}.mb-22{margin-bottom:1.375rem !important}.ml-22{margin-left:1.375rem !important}.mx-22{margin-left:1.375rem !important;margin-right:1.375rem !important}.my-22{margin-top:1.375rem !important;margin-bottom:1.375rem !important}.m-26{margin:1.625rem !important}.mt-26{margin-top:1.625rem !important}.mr-26{margin-right:1.625rem !important}.mb-26{margin-bottom:1.625rem !important}.ml-26{margin-left:1.625rem !important}.mx-26{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.m-28{margin:1.75rem !important}.mt-28{margin-top:1.75rem !important}.mr-28{margin-right:1.75rem !important}.mb-28{margin-bottom:1.75rem !important}.ml-28{margin-left:1.75rem !important}.mx-28{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.m-negative-26{margin:-1.625rem !important}.mt-negative-26{margin-top:-1.625rem !important}.mr-negative-26{margin-right:-1.625rem !important}.mb-negative-26{margin-bottom:-1.625rem !important}.ml-negative-26{margin-left:-1.625rem !important}.mx-negative-26{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.m-30{margin:1.875rem !important}.mt-30{margin-top:1.875rem !important}.mr-30{margin-right:1.875rem !important}.mb-30{margin-bottom:1.875rem !important}.ml-30{margin-left:1.875rem !important}.mx-30{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.m-32{margin:2rem !important}.mt-32{margin-top:2rem !important}.mr-32{margin-right:2rem !important}.mb-32{margin-bottom:2rem !important}.ml-32{margin-left:2rem !important}.mx-32{margin-left:2rem !important;margin-right:2rem !important}.my-32{margin-top:2rem !important;margin-bottom:2rem !important}.m-negative-32{margin:-2rem !important}.mt-negative-32{margin-top:-2rem !important}.mr-negative-32{margin-right:-2rem !important}.mb-negative-32{margin-bottom:-2rem !important}.ml-negative-32{margin-left:-2rem !important}.mx-negative-32{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32{margin-top:-2rem !important;margin-bottom:-2rem !important}.m-36{margin:2.25rem !important}.mt-36{margin-top:2.25rem !important}.mr-36{margin-right:2.25rem !important}.mb-36{margin-bottom:2.25rem !important}.ml-36{margin-left:2.25rem !important}.mx-36{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.m-38{margin:2.375rem !important}.mt-38{margin-top:2.375rem !important}.mr-38{margin-right:2.375rem !important}.mb-38{margin-bottom:2.375rem !important}.ml-38{margin-left:2.375rem !important}.mx-38{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.m-40{margin:2.5rem !important}.mt-40{margin-top:2.5rem !important}.mr-40{margin-right:2.5rem !important}.mb-40{margin-bottom:2.5rem !important}.ml-40{margin-left:2.5rem !important}.mx-40{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.m-46{margin:2.875rem !important}.mt-46{margin-top:2.875rem !important}.mr-46{margin-right:2.875rem !important}.mb-46{margin-bottom:2.875rem !important}.ml-46{margin-left:2.875rem !important}.mx-46{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.m-48{margin:3rem !important}.mt-48{margin-top:3rem !important}.mr-48{margin-right:3rem !important}.mb-48{margin-bottom:3rem !important}.ml-48{margin-left:3rem !important}.mx-48{margin-left:3rem !important;margin-right:3rem !important}.my-48{margin-top:3rem !important;margin-bottom:3rem !important}.m-53{margin:3.3125rem !important}.mt-53{margin-top:3.3125rem !important}.mr-53{margin-right:3.3125rem !important}.mb-53{margin-bottom:3.3125rem !important}.ml-53{margin-left:3.3125rem !important}.mx-53{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.m-72{margin:4.5rem !important}.mt-72{margin-top:4.5rem !important}.mr-72{margin-right:4.5rem !important}.mb-72{margin-bottom:4.5rem !important}.ml-72{margin-left:4.5rem !important}.mx-72{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.m-80{margin:5rem !important}.mt-80{margin-top:5rem !important}.mr-80{margin-right:5rem !important}.mb-80{margin-bottom:5rem !important}.ml-80{margin-left:5rem !important}.mx-80{margin-left:5rem !important;margin-right:5rem !important}.my-80{margin-top:5rem !important;margin-bottom:5rem !important}.m-64{margin:4rem !important}.mt-64{margin-top:4rem !important}.mr-64{margin-right:4rem !important}.mb-64{margin-bottom:4rem !important}.ml-64{margin-left:4rem !important}.mx-64{margin-left:4rem !important;margin-right:4rem !important}.my-64{margin-top:4rem !important;margin-bottom:4rem !important}.p-small{padding:.375rem !important}.pt-small{padding-top:.375rem !important}.pr-small{padding-right:.375rem !important}.pb-small{padding-bottom:.375rem !important}.pl-small{padding-left:.375rem !important}.px-small{padding-left:.375rem !important;padding-right:.375rem !important}.py-small{padding-top:.375rem !important;padding-bottom:.375rem !important}.p-xs{padding:.125rem !important}.pt-xs{padding-top:.125rem !important}.pr-xs{padding-right:.125rem !important}.pb-xs{padding-bottom:.125rem !important}.pl-xs{padding-left:.125rem !important}.px-xs{padding-left:.125rem !important;padding-right:.125rem !important}.py-xs{padding-top:.125rem !important;padding-bottom:.125rem !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-left:0 !important;padding-right:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-negative-1{padding:-0.25rem !important}.pt-negative-1{padding-top:-0.25rem !important}.pr-negative-1{padding-right:-0.25rem !important}.pb-negative-1{padding-bottom:-0.25rem !important}.pl-negative-1{padding-left:-0.25rem !important}.px-negative-1{padding-left:-0.25rem !important;padding-right:-0.25rem !important}.py-negative-1{padding-top:-0.25rem !important;padding-bottom:-0.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-negative-2{padding:-0.5rem !important}.pt-negative-2{padding-top:-0.5rem !important}.pr-negative-2{padding-right:-0.5rem !important}.pb-negative-2{padding-bottom:-0.5rem !important}.pl-negative-2{padding-left:-0.5rem !important}.px-negative-2{padding-left:-0.5rem !important;padding-right:-0.5rem !important}.py-negative-2{padding-top:-0.5rem !important;padding-bottom:-0.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-4{padding:1rem !important}.pt-4{padding-top:1rem !important}.pr-4{padding-right:1rem !important}.pb-4{padding-bottom:1rem !important}.pl-4{padding-left:1rem !important}.px-4{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:1rem !important;padding-bottom:1rem !important}.p-negative-4{padding:-1rem !important}.pt-negative-4{padding-top:-1rem !important}.pr-negative-4{padding-right:-1rem !important}.pb-negative-4{padding-bottom:-1rem !important}.pl-negative-4{padding-left:-1rem !important}.px-negative-4{padding-left:-1rem !important;padding-right:-1rem !important}.py-negative-4{padding-top:-1rem !important;padding-bottom:-1rem !important}.p-5{padding:1.5rem !important}.pt-5{padding-top:1.5rem !important}.pr-5{padding-right:1.5rem !important}.pb-5{padding-bottom:1.5rem !important}.pl-5{padding-left:1.5rem !important}.px-5{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-negative-5{padding:-1.5rem !important}.pt-negative-5{padding-top:-1.5rem !important}.pr-negative-5{padding-right:-1.5rem !important}.pb-negative-5{padding-bottom:-1.5rem !important}.pl-negative-5{padding-left:-1.5rem !important}.px-negative-5{padding-left:-1.5rem !important;padding-right:-1.5rem !important}.py-negative-5{padding-top:-1.5rem !important;padding-bottom:-1.5rem !important}.p-6{padding:3rem !important}.pt-6{padding-top:3rem !important}.pr-6{padding-right:3rem !important}.pb-6{padding-bottom:3rem !important}.pl-6{padding-left:3rem !important}.px-6{padding-left:3rem !important;padding-right:3rem !important}.py-6{padding-top:3rem !important;padding-bottom:3rem !important}.p-8{padding:4rem !important}.pt-8{padding-top:4rem !important}.pr-8{padding-right:4rem !important}.pb-8{padding-bottom:4rem !important}.pl-8{padding-left:4rem !important}.px-8{padding-left:4rem !important;padding-right:4rem !important}.py-8{padding-top:4rem !important;padding-bottom:4rem !important}.p-10{padding:.625rem !important}.pt-10{padding-top:.625rem !important}.pr-10{padding-right:.625rem !important}.pb-10{padding-bottom:.625rem !important}.pl-10{padding-left:.625rem !important}.px-10{padding-left:.625rem !important;padding-right:.625rem !important}.py-10{padding-top:.625rem !important;padding-bottom:.625rem !important}.p-14{padding:.875rem !important}.pt-14{padding-top:.875rem !important}.pr-14{padding-right:.875rem !important}.pb-14{padding-bottom:.875rem !important}.pl-14{padding-left:.875rem !important}.px-14{padding-left:.875rem !important;padding-right:.875rem !important}.py-14{padding-top:.875rem !important;padding-bottom:.875rem !important}.p-18{padding:1.125rem !important}.pt-18{padding-top:1.125rem !important}.pr-18{padding-right:1.125rem !important}.pb-18{padding-bottom:1.125rem !important}.pl-18{padding-left:1.125rem !important}.px-18{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.p-negative-10{padding:-0.625rem !important}.pt-negative-10{padding-top:-0.625rem !important}.pr-negative-10{padding-right:-0.625rem !important}.pb-negative-10{padding-bottom:-0.625rem !important}.pl-negative-10{padding-left:-0.625rem !important}.px-negative-10{padding-left:-0.625rem !important;padding-right:-0.625rem !important}.py-negative-10{padding-top:-0.625rem !important;padding-bottom:-0.625rem !important}.p-20{padding:1.25rem !important}.pt-20{padding-top:1.25rem !important}.pr-20{padding-right:1.25rem !important}.pb-20{padding-bottom:1.25rem !important}.pl-20{padding-left:1.25rem !important}.px-20{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.p-22{padding:1.375rem !important}.pt-22{padding-top:1.375rem !important}.pr-22{padding-right:1.375rem !important}.pb-22{padding-bottom:1.375rem !important}.pl-22{padding-left:1.375rem !important}.px-22{padding-left:1.375rem !important;padding-right:1.375rem !important}.py-22{padding-top:1.375rem !important;padding-bottom:1.375rem !important}.p-26{padding:1.625rem !important}.pt-26{padding-top:1.625rem !important}.pr-26{padding-right:1.625rem !important}.pb-26{padding-bottom:1.625rem !important}.pl-26{padding-left:1.625rem !important}.px-26{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.p-28{padding:1.75rem !important}.pt-28{padding-top:1.75rem !important}.pr-28{padding-right:1.75rem !important}.pb-28{padding-bottom:1.75rem !important}.pl-28{padding-left:1.75rem !important}.px-28{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.p-negative-26{padding:-1.625rem !important}.pt-negative-26{padding-top:-1.625rem !important}.pr-negative-26{padding-right:-1.625rem !important}.pb-negative-26{padding-bottom:-1.625rem !important}.pl-negative-26{padding-left:-1.625rem !important}.px-negative-26{padding-left:-1.625rem !important;padding-right:-1.625rem !important}.py-negative-26{padding-top:-1.625rem !important;padding-bottom:-1.625rem !important}.p-30{padding:1.875rem !important}.pt-30{padding-top:1.875rem !important}.pr-30{padding-right:1.875rem !important}.pb-30{padding-bottom:1.875rem !important}.pl-30{padding-left:1.875rem !important}.px-30{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.p-32{padding:2rem !important}.pt-32{padding-top:2rem !important}.pr-32{padding-right:2rem !important}.pb-32{padding-bottom:2rem !important}.pl-32{padding-left:2rem !important}.px-32{padding-left:2rem !important;padding-right:2rem !important}.py-32{padding-top:2rem !important;padding-bottom:2rem !important}.p-negative-32{padding:-2rem !important}.pt-negative-32{padding-top:-2rem !important}.pr-negative-32{padding-right:-2rem !important}.pb-negative-32{padding-bottom:-2rem !important}.pl-negative-32{padding-left:-2rem !important}.px-negative-32{padding-left:-2rem !important;padding-right:-2rem !important}.py-negative-32{padding-top:-2rem !important;padding-bottom:-2rem !important}.p-36{padding:2.25rem !important}.pt-36{padding-top:2.25rem !important}.pr-36{padding-right:2.25rem !important}.pb-36{padding-bottom:2.25rem !important}.pl-36{padding-left:2.25rem !important}.px-36{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.p-38{padding:2.375rem !important}.pt-38{padding-top:2.375rem !important}.pr-38{padding-right:2.375rem !important}.pb-38{padding-bottom:2.375rem !important}.pl-38{padding-left:2.375rem !important}.px-38{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.p-40{padding:2.5rem !important}.pt-40{padding-top:2.5rem !important}.pr-40{padding-right:2.5rem !important}.pb-40{padding-bottom:2.5rem !important}.pl-40{padding-left:2.5rem !important}.px-40{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.p-46{padding:2.875rem !important}.pt-46{padding-top:2.875rem !important}.pr-46{padding-right:2.875rem !important}.pb-46{padding-bottom:2.875rem !important}.pl-46{padding-left:2.875rem !important}.px-46{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.p-48{padding:3rem !important}.pt-48{padding-top:3rem !important}.pr-48{padding-right:3rem !important}.pb-48{padding-bottom:3rem !important}.pl-48{padding-left:3rem !important}.px-48{padding-left:3rem !important;padding-right:3rem !important}.py-48{padding-top:3rem !important;padding-bottom:3rem !important}.p-53{padding:3.3125rem !important}.pt-53{padding-top:3.3125rem !important}.pr-53{padding-right:3.3125rem !important}.pb-53{padding-bottom:3.3125rem !important}.pl-53{padding-left:3.3125rem !important}.px-53{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.p-72{padding:4.5rem !important}.pt-72{padding-top:4.5rem !important}.pr-72{padding-right:4.5rem !important}.pb-72{padding-bottom:4.5rem !important}.pl-72{padding-left:4.5rem !important}.px-72{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.p-80{padding:5rem !important}.pt-80{padding-top:5rem !important}.pr-80{padding-right:5rem !important}.pb-80{padding-bottom:5rem !important}.pl-80{padding-left:5rem !important}.px-80{padding-left:5rem !important;padding-right:5rem !important}.py-80{padding-top:5rem !important;padding-bottom:5rem !important}.p-64{padding:4rem !important}.pt-64{padding-top:4rem !important}.pr-64{padding-right:4rem !important}.pb-64{padding-bottom:4rem !important}.pl-64{padding-left:4rem !important}.px-64{padding-left:4rem !important;padding-right:4rem !important}.py-64{padding-top:4rem !important;padding-bottom:4rem !important}.is-size-1{font-size:3rem !important}.is-size-2{font-size:1.875rem !important}.is-size-3{font-size:2rem !important}.is-size-4{font-size:1.5rem !important}.is-size-5{font-size:1.125rem !important}.is-size-6{font-size:1rem !important}.is-size-7{font-size:.875rem !important}@media screen and (max-width: 767px){.is-size-1-mobile{font-size:3rem !important}.is-size-2-mobile{font-size:1.875rem !important}.is-size-3-mobile{font-size:2rem !important}.is-size-4-mobile{font-size:1.5rem !important}.is-size-5-mobile{font-size:1.125rem !important}.is-size-6-mobile{font-size:1rem !important}.is-size-7-mobile{font-size:.875rem !important}}@media screen and (min-width: 768px),print{.is-size-1-tablet{font-size:3rem !important}.is-size-2-tablet{font-size:1.875rem !important}.is-size-3-tablet{font-size:2rem !important}.is-size-4-tablet{font-size:1.5rem !important}.is-size-5-tablet{font-size:1.125rem !important}.is-size-6-tablet{font-size:1rem !important}.is-size-7-tablet{font-size:.875rem !important}}@media screen and (max-width: 1023px){.is-size-1-touch{font-size:3rem !important}.is-size-2-touch{font-size:1.875rem !important}.is-size-3-touch{font-size:2rem !important}.is-size-4-touch{font-size:1.5rem !important}.is-size-5-touch{font-size:1.125rem !important}.is-size-6-touch{font-size:1rem !important}.is-size-7-touch{font-size:.875rem !important}}@media screen and (min-width: 1024px){.is-size-1-desktop{font-size:3rem !important}.is-size-2-desktop{font-size:1.875rem !important}.is-size-3-desktop{font-size:2rem !important}.is-size-4-desktop{font-size:1.5rem !important}.is-size-5-desktop{font-size:1.125rem !important}.is-size-6-desktop{font-size:1rem !important}.is-size-7-desktop{font-size:.875rem !important}}@media screen and (min-width: 1260px){.is-size-1-widescreen{font-size:3rem !important}.is-size-2-widescreen{font-size:1.875rem !important}.is-size-3-widescreen{font-size:2rem !important}.is-size-4-widescreen{font-size:1.5rem !important}.is-size-5-widescreen{font-size:1.125rem !important}.is-size-6-widescreen{font-size:1rem !important}.is-size-7-widescreen{font-size:.875rem !important}}@media screen and (min-width: 1368px){.is-size-1-fullhd{font-size:3rem !important}.is-size-2-fullhd{font-size:1.875rem !important}.is-size-3-fullhd{font-size:2rem !important}.is-size-4-fullhd{font-size:1.5rem !important}.is-size-5-fullhd{font-size:1.125rem !important}.is-size-6-fullhd{font-size:1rem !important}.is-size-7-fullhd{font-size:.875rem !important}}.has-text-centered{text-align:center !important}.has-text-justified{text-align:justify !important}.has-text-left{text-align:left !important}.has-text-right{text-align:right !important}@media screen and (max-width: 767px){.has-text-centered-mobile{text-align:center !important}}@media screen and (min-width: 768px),print{.has-text-centered-tablet{text-align:center !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.has-text-centered-tablet-only{text-align:center !important}}@media screen and (max-width: 1023px){.has-text-centered-touch{text-align:center !important}}@media screen and (min-width: 1024px){.has-text-centered-desktop{text-align:center !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.has-text-centered-desktop-only{text-align:center !important}}@media screen and (min-width: 1260px){.has-text-centered-widescreen{text-align:center !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.has-text-centered-widescreen-only{text-align:center !important}}@media screen and (min-width: 1368px){.has-text-centered-fullhd{text-align:center !important}}@media screen and (max-width: 767px){.has-text-justified-mobile{text-align:justify !important}}@media screen and (min-width: 768px),print{.has-text-justified-tablet{text-align:justify !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.has-text-justified-tablet-only{text-align:justify !important}}@media screen and (max-width: 1023px){.has-text-justified-touch{text-align:justify !important}}@media screen and (min-width: 1024px){.has-text-justified-desktop{text-align:justify !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.has-text-justified-desktop-only{text-align:justify !important}}@media screen and (min-width: 1260px){.has-text-justified-widescreen{text-align:justify !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.has-text-justified-widescreen-only{text-align:justify !important}}@media screen and (min-width: 1368px){.has-text-justified-fullhd{text-align:justify !important}}@media screen and (max-width: 767px){.has-text-left-mobile{text-align:left !important}}@media screen and (min-width: 768px),print{.has-text-left-tablet{text-align:left !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.has-text-left-tablet-only{text-align:left !important}}@media screen and (max-width: 1023px){.has-text-left-touch{text-align:left !important}}@media screen and (min-width: 1024px){.has-text-left-desktop{text-align:left !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.has-text-left-desktop-only{text-align:left !important}}@media screen and (min-width: 1260px){.has-text-left-widescreen{text-align:left !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.has-text-left-widescreen-only{text-align:left !important}}@media screen and (min-width: 1368px){.has-text-left-fullhd{text-align:left !important}}@media screen and (max-width: 767px){.has-text-right-mobile{text-align:right !important}}@media screen and (min-width: 768px),print{.has-text-right-tablet{text-align:right !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.has-text-right-tablet-only{text-align:right !important}}@media screen and (max-width: 1023px){.has-text-right-touch{text-align:right !important}}@media screen and (min-width: 1024px){.has-text-right-desktop{text-align:right !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.has-text-right-desktop-only{text-align:right !important}}@media screen and (min-width: 1260px){.has-text-right-widescreen{text-align:right !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.has-text-right-widescreen-only{text-align:right !important}}@media screen and (min-width: 1368px){.has-text-right-fullhd{text-align:right !important}}.is-capitalized{text-transform:capitalize !important}.is-lowercase{text-transform:lowercase !important}.is-uppercase{text-transform:uppercase !important}.is-italic{font-style:italic !important}.is-underlined{text-decoration:underline !important}.has-text-weight-light{font-weight:300 !important}.has-text-weight-normal{font-weight:400 !important}.has-text-weight-medium{font-weight:500 !important}.has-text-weight-semibold{font-weight:600 !important}.has-text-weight-bold{font-weight:700 !important}.is-family-primary{font-family:"Open sans",apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-secondary{font-family:"Open sans",apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-sans-serif{font-family:"Open sans",apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:monospace !important}.is-block{display:block !important}@media screen and (max-width: 767px){.is-block-mobile{display:block !important}}@media screen and (min-width: 768px),print{.is-block-tablet{display:block !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-block-tablet-only{display:block !important}}@media screen and (max-width: 1023px){.is-block-touch{display:block !important}}@media screen and (min-width: 1024px){.is-block-desktop{display:block !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-block-desktop-only{display:block !important}}@media screen and (min-width: 1260px){.is-block-widescreen{display:block !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-block-widescreen-only{display:block !important}}@media screen and (min-width: 1368px){.is-block-fullhd{display:block !important}}.is-flex{display:flex !important}@media screen and (max-width: 767px){.is-flex-mobile{display:flex !important}}@media screen and (min-width: 768px),print{.is-flex-tablet{display:flex !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-flex-tablet-only{display:flex !important}}@media screen and (max-width: 1023px){.is-flex-touch{display:flex !important}}@media screen and (min-width: 1024px){.is-flex-desktop{display:flex !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-flex-desktop-only{display:flex !important}}@media screen and (min-width: 1260px){.is-flex-widescreen{display:flex !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-flex-widescreen-only{display:flex !important}}@media screen and (min-width: 1368px){.is-flex-fullhd{display:flex !important}}.is-inline{display:inline !important}@media screen and (max-width: 767px){.is-inline-mobile{display:inline !important}}@media screen and (min-width: 768px),print{.is-inline-tablet{display:inline !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-inline-tablet-only{display:inline !important}}@media screen and (max-width: 1023px){.is-inline-touch{display:inline !important}}@media screen and (min-width: 1024px){.is-inline-desktop{display:inline !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-inline-desktop-only{display:inline !important}}@media screen and (min-width: 1260px){.is-inline-widescreen{display:inline !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-inline-widescreen-only{display:inline !important}}@media screen and (min-width: 1368px){.is-inline-fullhd{display:inline !important}}.is-inline-block{display:inline-block !important}@media screen and (max-width: 767px){.is-inline-block-mobile{display:inline-block !important}}@media screen and (min-width: 768px),print{.is-inline-block-tablet{display:inline-block !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-inline-block-tablet-only{display:inline-block !important}}@media screen and (max-width: 1023px){.is-inline-block-touch{display:inline-block !important}}@media screen and (min-width: 1024px){.is-inline-block-desktop{display:inline-block !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-inline-block-desktop-only{display:inline-block !important}}@media screen and (min-width: 1260px){.is-inline-block-widescreen{display:inline-block !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-inline-block-widescreen-only{display:inline-block !important}}@media screen and (min-width: 1368px){.is-inline-block-fullhd{display:inline-block !important}}.is-inline-flex{display:inline-flex !important}@media screen and (max-width: 767px){.is-inline-flex-mobile{display:inline-flex !important}}@media screen and (min-width: 768px),print{.is-inline-flex-tablet{display:inline-flex !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-inline-flex-tablet-only{display:inline-flex !important}}@media screen and (max-width: 1023px){.is-inline-flex-touch{display:inline-flex !important}}@media screen and (min-width: 1024px){.is-inline-flex-desktop{display:inline-flex !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-inline-flex-desktop-only{display:inline-flex !important}}@media screen and (min-width: 1260px){.is-inline-flex-widescreen{display:inline-flex !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-inline-flex-widescreen-only{display:inline-flex !important}}@media screen and (min-width: 1368px){.is-inline-flex-fullhd{display:inline-flex !important}}.is-hidden{display:none !important}.is-sr-only{border:none !important;clip:rect(0, 0, 0, 0) !important;height:.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:.01em !important}@media screen and (max-width: 767px){.is-hidden-mobile{display:none !important}}@media screen and (min-width: 768px),print{.is-hidden-tablet{display:none !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-hidden-tablet-only{display:none !important}}@media screen and (max-width: 1023px){.is-hidden-touch{display:none !important}}@media screen and (min-width: 1024px){.is-hidden-desktop{display:none !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-hidden-desktop-only{display:none !important}}@media screen and (min-width: 1260px){.is-hidden-widescreen{display:none !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-hidden-widescreen-only{display:none !important}}@media screen and (min-width: 1368px){.is-hidden-fullhd{display:none !important}}.is-invisible{visibility:hidden !important}@media screen and (max-width: 767px){.is-invisible-mobile{visibility:hidden !important}}@media screen and (min-width: 768px),print{.is-invisible-tablet{visibility:hidden !important}}@media screen and (min-width: 768px)and (max-width: 1023px){.is-invisible-tablet-only{visibility:hidden !important}}@media screen and (max-width: 1023px){.is-invisible-touch{visibility:hidden !important}}@media screen and (min-width: 1024px){.is-invisible-desktop{visibility:hidden !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.is-invisible-desktop-only{visibility:hidden !important}}@media screen and (min-width: 1260px){.is-invisible-widescreen{visibility:hidden !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.is-invisible-widescreen-only{visibility:hidden !important}}@media screen and (min-width: 1368px){.is-invisible-fullhd{visibility:hidden !important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#000}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#000}.hero.is-white .subtitle{color:rgba(0,0,0,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#000}@media screen and (max-width: 1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(0,0,0,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:hsl(0,0%,95%);color:#000}.hero.is-white .tabs a{color:#000;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff !important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#000}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#000;border-color:#000;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #ffffff 71%, white 100%)}@media screen and (max-width: 767px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #ffffff 71%, white 100%)}}.hero.is-black{background-color:#000;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-black .navbar-menu{background-color:#000}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#000 !important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#000}.hero.is-black.is-bold{background-image:linear-gradient(141deg, black 0%, #000000 71%, rgb(12.75, 12.75, 12.75) 100%)}@media screen and (max-width: 767px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg, black 0%, #000000 71%, rgb(12.75, 12.75, 12.75) 100%)}}.hero.is-light{background-color:hsl(0,0%,96%);color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:hsl(0,0%,96%)}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:hsl(0,0%,91%);color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:hsl(0,0%,96%) !important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:hsl(0,0%,96%)}.hero.is-light.is-bold{background-image:linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%)}@media screen and (max-width: 767px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%)}}.hero.is-dark{background-color:hsl(0,0%,21%);color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-dark .navbar-menu{background-color:hsl(0,0%,21%)}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:hsl(0,0%,16%);color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:hsl(0,0%,21%) !important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(0,0%,21%)}.hero.is-dark.is-bold{background-image:linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%)}@media screen and (max-width: 767px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%)}}.hero.is-primary{background-color:#2db4d6;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-primary .navbar-menu{background-color:#2db4d6}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#2db4d6 !important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#2db4d6}.hero.is-primary.is-bold{background-image:linear-gradient(141deg, rgb(23.5760956175, 178.8719583206, 184.4239043825) 0%, #2db4d6 71%, rgb(60.6971613546, 163.8043991686, 223.8028386454) 100%)}@media screen and (max-width: 767px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg, rgb(23.5760956175, 178.8719583206, 184.4239043825) 0%, #2db4d6 71%, rgb(60.6971613546, 163.8043991686, 223.8028386454) 100%)}}.hero.is-link{background-color:inherit;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:inherit}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:inherit;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:inherit !important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:inherit}.hero.is-info{background-color:#2db4d6;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-info .navbar-menu{background-color:#2db4d6}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:rgb(38.1414342629,163.7290836653,195.3585657371);color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#2db4d6 !important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#2db4d6}.hero.is-info.is-bold{background-image:linear-gradient(141deg, rgb(23.5760956175, 178.8719583206, 184.4239043825) 0%, #2db4d6 71%, rgb(60.6971613546, 163.8043991686, 223.8028386454) 100%)}@media screen and (max-width: 767px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, rgb(23.5760956175, 178.8719583206, 184.4239043825) 0%, #2db4d6 71%, rgb(60.6971613546, 163.8043991686, 223.8028386454) 100%)}}.hero.is-success{background-color:hsl(153,53%,53%);color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-success .navbar-menu{background-color:hsl(153,53%,53%)}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:hsl(153,53%,48%);color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:hsl(153,53%,53%) !important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(153,53%,53%)}.hero.is-success.is-bold{background-image:linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%)}@media screen and (max-width: 767px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%)}}.hero.is-warning{background-color:#ffed00;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#ffed00}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:rgb(229.5,213.3,0);color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffed00 !important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffed00}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, rgb(204, 155.6, 0) 0%, #ffed00 71%, rgb(232.95, 255, 25.5) 100%)}@media screen and (max-width: 767px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, rgb(204, 155.6, 0) 0%, #ffed00 71%, rgb(232.95, 255, 25.5) 100%)}}.hero.is-danger{background-color:hsl(348,86%,61%);color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width: 1023px){.hero.is-danger .navbar-menu{background-color:hsl(348,86%,61%)}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:hsl(348,86%,56%);color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:hsl(348,86%,61%) !important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(0,0,0,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:hsl(348,86%,61%)}.hero.is-danger.is-bold{background-image:linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%)}@media screen and (max-width: 767px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width: 768px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width: 768px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width: 767px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width: 767px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width: 768px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width: 768px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:hsl(0,0%,98%);padding:3rem 1.5rem 6rem}@media screen and (max-width: 767px){.m-0-mobile{margin:0 !important}.mx-0-mobile{margin-left:0 !important;margin-right:0 !important}.my-0-mobile{margin-top:0 !important;margin-bottom:0 !important}.mt-0-mobile{margin-top:0 !important}.mr-0-mobile{margin-right:0 !important}.mb-0-mobile{margin-bottom:0 !important}.ml-0-mobile{margin-left:0 !important}.m-1-mobile{margin:.25rem !important}.mx-1-mobile{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-mobile{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-mobile{margin-top:.25rem !important}.mr-1-mobile{margin-right:.25rem !important}.mb-1-mobile{margin-bottom:.25rem !important}.ml-1-mobile{margin-left:.25rem !important}.m-2-mobile{margin:.5rem !important}.mx-2-mobile{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-mobile{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-mobile{margin-top:.5rem !important}.mr-2-mobile{margin-right:.5rem !important}.mb-2-mobile{margin-bottom:.5rem !important}.ml-2-mobile{margin-left:.5rem !important}.m-negative-2-mobile{margin:-0.5rem !important}.mx-negative-2-mobile{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-mobile{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-mobile{margin-top:-0.5rem !important}.mr-negative-2-mobile{margin-right:-0.5rem !important}.mb-negative-2-mobile{margin-bottom:-0.5rem !important}.ml-negative-2-mobile{margin-left:-0.5rem !important}.m-3-mobile{margin:.75rem !important}.mx-3-mobile{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-mobile{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-mobile{margin-top:.75rem !important}.mr-3-mobile{margin-right:.75rem !important}.mb-3-mobile{margin-bottom:.75rem !important}.ml-3-mobile{margin-left:.75rem !important}.m-4-mobile{margin:1rem !important}.mx-4-mobile{margin-left:1rem !important;margin-right:1rem !important}.my-4-mobile{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-mobile{margin-top:1rem !important}.mr-4-mobile{margin-right:1rem !important}.mb-4-mobile{margin-bottom:1rem !important}.ml-4-mobile{margin-left:1rem !important}.m-negative-4-mobile{margin:-1rem !important}.mx-negative-4-mobile{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-mobile{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-mobile{margin-top:-1rem !important}.mr-negative-4-mobile{margin-right:-1rem !important}.mb-negative-4-mobile{margin-bottom:-1rem !important}.ml-negative-4-mobile{margin-left:-1rem !important}.m-5-mobile{margin:1.5rem !important}.mx-5-mobile{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-mobile{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-mobile{margin-top:1.5rem !important}.mr-5-mobile{margin-right:1.5rem !important}.mb-5-mobile{margin-bottom:1.5rem !important}.ml-5-mobile{margin-left:1.5rem !important}.m-negative-5-mobile{margin:-1.5rem !important}.mx-negative-5-mobile{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-mobile{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-mobile{margin-top:-1.5rem !important}.mr-negative-5-mobile{margin-right:-1.5rem !important}.mb-negative-5-mobile{margin-bottom:-1.5rem !important}.ml-negative-5-mobile{margin-left:-1.5rem !important}.m-6-mobile{margin:3rem !important}.mx-6-mobile{margin-left:3rem !important;margin-right:3rem !important}.my-6-mobile{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-mobile{margin-top:3rem !important}.mr-6-mobile{margin-right:3rem !important}.mb-6-mobile{margin-bottom:3rem !important}.ml-6-mobile{margin-left:3rem !important}.m-8-mobile{margin:4rem !important}.mx-8-mobile{margin-left:4rem !important;margin-right:4rem !important}.my-8-mobile{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-mobile{margin-top:4rem !important}.mr-8-mobile{margin-right:4rem !important}.mb-8-mobile{margin-bottom:4rem !important}.ml-8-mobile{margin-left:4rem !important}.m-10-mobile{margin:.625rem !important}.mx-10-mobile{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-mobile{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-mobile{margin-top:.625rem !important}.mr-10-mobile{margin-right:.625rem !important}.mb-10-mobile{margin-bottom:.625rem !important}.ml-10-mobile{margin-left:.625rem !important}.m-14-mobile{margin:.875rem !important}.mx-14-mobile{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-mobile{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-mobile{margin-top:.875rem !important}.mr-14-mobile{margin-right:.875rem !important}.mb-14-mobile{margin-bottom:.875rem !important}.ml-14-mobile{margin-left:.875rem !important}.m-18-mobile{margin:1.125rem !important}.mx-18-mobile{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-mobile{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-mobile{margin-top:1.125rem !important}.mr-18-mobile{margin-right:1.125rem !important}.mb-18-mobile{margin-bottom:1.125rem !important}.ml-18-mobile{margin-left:1.125rem !important}.m-negative-10-mobile{margin:-0.625rem !important}.mx-negative-10-mobile{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-mobile{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-mobile{margin-top:-0.625rem !important}.mr-negative-10-mobile{margin-right:-0.625rem !important}.mb-negative-10-mobile{margin-bottom:-0.625rem !important}.ml-negative-10-mobile{margin-left:-0.625rem !important}.m-20-mobile{margin:1.25rem !important}.mx-20-mobile{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-mobile{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-mobile{margin-top:1.25rem !important}.mr-20-mobile{margin-right:1.25rem !important}.mb-20-mobile{margin-bottom:1.25rem !important}.ml-20-mobile{margin-left:1.25rem !important}.m-26-mobile{margin:1.625rem !important}.mx-26-mobile{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-mobile{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-mobile{margin-top:1.625rem !important}.mr-26-mobile{margin-right:1.625rem !important}.mb-26-mobile{margin-bottom:1.625rem !important}.ml-26-mobile{margin-left:1.625rem !important}.m-28-mobile{margin:1.75rem !important}.mx-28-mobile{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-mobile{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-mobile{margin-top:1.75rem !important}.mr-28-mobile{margin-right:1.75rem !important}.mb-28-mobile{margin-bottom:1.75rem !important}.ml-28-mobile{margin-left:1.75rem !important}.m-negative-26-mobile{margin:-1.625rem !important}.mx-negative-26-mobile{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-mobile{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-mobile{margin-top:-1.625rem !important}.mr-negative-26-mobile{margin-right:-1.625rem !important}.mb-negative-26-mobile{margin-bottom:-1.625rem !important}.ml-negative-26-mobile{margin-left:-1.625rem !important}.m-30-mobile{margin:1.875rem !important}.mx-30-mobile{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-mobile{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-mobile{margin-top:1.875rem !important}.mr-30-mobile{margin-right:1.875rem !important}.mb-30-mobile{margin-bottom:1.875rem !important}.ml-30-mobile{margin-left:1.875rem !important}.m-32-mobile{margin:2rem !important}.mx-32-mobile{margin-left:2rem !important;margin-right:2rem !important}.my-32-mobile{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-mobile{margin-top:2rem !important}.mr-32-mobile{margin-right:2rem !important}.mb-32-mobile{margin-bottom:2rem !important}.ml-32-mobile{margin-left:2rem !important}.m-negative-32-mobile{margin:-2rem !important}.mx-negative-32-mobile{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-mobile{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-mobile{margin-top:-2rem !important}.mr-negative-32-mobile{margin-right:-2rem !important}.mb-negative-32-mobile{margin-bottom:-2rem !important}.ml-negative-32-mobile{margin-left:-2rem !important}.m-36-mobile{margin:2.25rem !important}.mx-36-mobile{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-mobile{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-mobile{margin-top:2.25rem !important}.mr-36-mobile{margin-right:2.25rem !important}.mb-36-mobile{margin-bottom:2.25rem !important}.ml-36-mobile{margin-left:2.25rem !important}.m-38-mobile{margin:2.375rem !important}.mx-38-mobile{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-mobile{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-mobile{margin-top:2.375rem !important}.mr-38-mobile{margin-right:2.375rem !important}.mb-38-mobile{margin-bottom:2.375rem !important}.ml-38-mobile{margin-left:2.375rem !important}.m-40-mobile{margin:2.5rem !important}.mx-40-mobile{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-mobile{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-mobile{margin-top:2.5rem !important}.mr-40-mobile{margin-right:2.5rem !important}.mb-40-mobile{margin-bottom:2.5rem !important}.ml-40-mobile{margin-left:2.5rem !important}.m-46-mobile{margin:2.875rem !important}.mx-46-mobile{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-mobile{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-mobile{margin-top:2.875rem !important}.mr-46-mobile{margin-right:2.875rem !important}.mb-46-mobile{margin-bottom:2.875rem !important}.ml-46-mobile{margin-left:2.875rem !important}.m-48-mobile{margin:3rem !important}.mx-48-mobile{margin-left:3rem !important;margin-right:3rem !important}.my-48-mobile{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-mobile{margin-top:3rem !important}.mr-48-mobile{margin-right:3rem !important}.mb-48-mobile{margin-bottom:3rem !important}.ml-48-mobile{margin-left:3rem !important}.m-53-mobile{margin:3.3125rem !important}.mx-53-mobile{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-mobile{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-mobile{margin-top:3.3125rem !important}.mr-53-mobile{margin-right:3.3125rem !important}.mb-53-mobile{margin-bottom:3.3125rem !important}.ml-53-mobile{margin-left:3.3125rem !important}.m-72-mobile{margin:4.5rem !important}.mx-72-mobile{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-mobile{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-mobile{margin-top:4.5rem !important}.mr-72-mobile{margin-right:4.5rem !important}.mb-72-mobile{margin-bottom:4.5rem !important}.ml-72-mobile{margin-left:4.5rem !important}.m-80-mobile{margin:5rem !important}.mx-80-mobile{margin-left:5rem !important;margin-right:5rem !important}.my-80-mobile{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-mobile{margin-top:5rem !important}.mr-80-mobile{margin-right:5rem !important}.mb-80-mobile{margin-bottom:5rem !important}.ml-80-mobile{margin-left:5rem !important}.p-0-mobile{padding:0 !important}.px-0-mobile{padding-left:0 !important;padding-right:0 !important}.py-0-mobile{padding-top:0 !important;padding-bottom:0 !important}.pt-0-mobile{padding-top:0 !important}.pr-0-mobile{padding-right:0 !important}.pb-0-mobile{padding-bottom:0 !important}.pl-0-mobile{padding-left:0 !important}.p-1-mobile{padding:.25rem !important}.px-1-mobile{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-mobile{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-mobile{padding-top:.25rem !important}.pr-1-mobile{padding-right:.25rem !important}.pb-1-mobile{padding-bottom:.25rem !important}.pl-1-mobile{padding-left:.25rem !important}.p-2-mobile{padding:.5rem !important}.px-2-mobile{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-mobile{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-mobile{padding-top:.5rem !important}.pr-2-mobile{padding-right:.5rem !important}.pb-2-mobile{padding-bottom:.5rem !important}.pl-2-mobile{padding-left:.5rem !important}.p-3-mobile{padding:.75rem !important}.px-3-mobile{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-mobile{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-mobile{padding-top:.75rem !important}.pr-3-mobile{padding-right:.75rem !important}.pb-3-mobile{padding-bottom:.75rem !important}.pl-3-mobile{padding-left:.75rem !important}.p-4-mobile{padding:1rem !important}.px-4-mobile{padding-left:1rem !important;padding-right:1rem !important}.py-4-mobile{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-mobile{padding-top:1rem !important}.pr-4-mobile{padding-right:1rem !important}.pb-4-mobile{padding-bottom:1rem !important}.pl-4-mobile{padding-left:1rem !important}.p-5-mobile{padding:1.5rem !important}.px-5-mobile{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-mobile{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-mobile{padding-top:1.5rem !important}.pr-5-mobile{padding-right:1.5rem !important}.pb-5-mobile{padding-bottom:1.5rem !important}.pl-5-mobile{padding-left:1.5rem !important}.p-6-mobile{padding:3rem !important}.px-6-mobile{padding-left:3rem !important;padding-right:3rem !important}.py-6-mobile{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-mobile{padding-top:3rem !important}.pr-6-mobile{padding-right:3rem !important}.pb-6-mobile{padding-bottom:3rem !important}.pl-6-mobile{padding-left:3rem !important}.p-8-mobile{padding:4rem !important}.px-8-mobile{padding-left:4rem !important;padding-right:4rem !important}.py-8-mobile{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-mobile{padding-top:4rem !important}.pr-8-mobile{padding-right:4rem !important}.pb-8-mobile{padding-bottom:4rem !important}.pl-8-mobile{padding-left:4rem !important}.p-10-mobile{padding:.625rem !important}.px-10-mobile{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-mobile{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-mobile{padding-top:.625rem !important}.pr-10-mobile{padding-right:.625rem !important}.pb-10-mobile{padding-bottom:.625rem !important}.pl-10-mobile{padding-left:.625rem !important}.p-14-mobile{padding:.875rem !important}.px-14-mobile{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-mobile{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-mobile{padding-top:.875rem !important}.pr-14-mobile{padding-right:.875rem !important}.pb-14-mobile{padding-bottom:.875rem !important}.pl-14-mobile{padding-left:.875rem !important}.p-18-mobile{padding:1.125rem !important}.px-18-mobile{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-mobile{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-mobile{padding-top:1.125rem !important}.pr-18-mobile{padding-right:1.125rem !important}.pb-18-mobile{padding-bottom:1.125rem !important}.pl-18-mobile{padding-left:1.125rem !important}.p-20-mobile{padding:1.25rem !important}.px-20-mobile{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-mobile{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-mobile{padding-top:1.25rem !important}.pr-20-mobile{padding-right:1.25rem !important}.pb-20-mobile{padding-bottom:1.25rem !important}.pl-20-mobile{padding-left:1.25rem !important}.p-26-mobile{padding:1.625rem !important}.px-26-mobile{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-mobile{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-mobile{padding-top:1.625rem !important}.pr-26-mobile{padding-right:1.625rem !important}.pb-26-mobile{padding-bottom:1.625rem !important}.pl-26-mobile{padding-left:1.625rem !important}.p-28-mobile{padding:1.75rem !important}.px-28-mobile{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-mobile{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-mobile{padding-top:1.75rem !important}.pr-28-mobile{padding-right:1.75rem !important}.pb-28-mobile{padding-bottom:1.75rem !important}.pl-28-mobile{padding-left:1.75rem !important}.p-30-mobile{padding:1.875rem !important}.px-30-mobile{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-mobile{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-mobile{padding-top:1.875rem !important}.pr-30-mobile{padding-right:1.875rem !important}.pb-30-mobile{padding-bottom:1.875rem !important}.pl-30-mobile{padding-left:1.875rem !important}.p-32-mobile{padding:2rem !important}.px-32-mobile{padding-left:2rem !important;padding-right:2rem !important}.py-32-mobile{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-mobile{padding-top:2rem !important}.pr-32-mobile{padding-right:2rem !important}.pb-32-mobile{padding-bottom:2rem !important}.pl-32-mobile{padding-left:2rem !important}.p-36-mobile{padding:2.25rem !important}.px-36-mobile{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-mobile{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-mobile{padding-top:2.25rem !important}.pr-36-mobile{padding-right:2.25rem !important}.pb-36-mobile{padding-bottom:2.25rem !important}.pl-36-mobile{padding-left:2.25rem !important}.p-38-mobile{padding:2.375rem !important}.px-38-mobile{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-mobile{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-mobile{padding-top:2.375rem !important}.pr-38-mobile{padding-right:2.375rem !important}.pb-38-mobile{padding-bottom:2.375rem !important}.pl-38-mobile{padding-left:2.375rem !important}.p-40-mobile{padding:2.5rem !important}.px-40-mobile{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-mobile{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-mobile{padding-top:2.5rem !important}.pr-40-mobile{padding-right:2.5rem !important}.pb-40-mobile{padding-bottom:2.5rem !important}.pl-40-mobile{padding-left:2.5rem !important}.p-46-mobile{padding:2.875rem !important}.px-46-mobile{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-mobile{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-mobile{padding-top:2.875rem !important}.pr-46-mobile{padding-right:2.875rem !important}.pb-46-mobile{padding-bottom:2.875rem !important}.pl-46-mobile{padding-left:2.875rem !important}.p-48-mobile{padding:3rem !important}.px-48-mobile{padding-left:3rem !important;padding-right:3rem !important}.py-48-mobile{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-mobile{padding-top:3rem !important}.pr-48-mobile{padding-right:3rem !important}.pb-48-mobile{padding-bottom:3rem !important}.pl-48-mobile{padding-left:3rem !important}.p-53-mobile{padding:3.3125rem !important}.px-53-mobile{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-mobile{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-mobile{padding-top:3.3125rem !important}.pr-53-mobile{padding-right:3.3125rem !important}.pb-53-mobile{padding-bottom:3.3125rem !important}.pl-53-mobile{padding-left:3.3125rem !important}.p-72-mobile{padding:4.5rem !important}.px-72-mobile{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-mobile{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-mobile{padding-top:4.5rem !important}.pr-72-mobile{padding-right:4.5rem !important}.pb-72-mobile{padding-bottom:4.5rem !important}.pl-72-mobile{padding-left:4.5rem !important}.p-80-mobile{padding:5rem !important}.px-80-mobile{padding-left:5rem !important;padding-right:5rem !important}.py-80-mobile{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-mobile{padding-top:5rem !important}.pr-80-mobile{padding-right:5rem !important}.pb-80-mobile{padding-bottom:5rem !important}.pl-80-mobile{padding-left:5rem !important}.p-64-mobile{padding:4rem !important}.px-64-mobile{padding-left:4rem !important;padding-right:4rem !important}.py-64-mobile{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-mobile{padding-top:4rem !important}.pr-64-mobile{padding-right:4rem !important}.pb-64-mobile{padding-bottom:4rem !important}.pl-64-mobile{padding-left:4rem !important}}@media screen and (min-width: 768px){.m-0-tablet{margin:0 !important}.mx-0-tablet{margin-left:0 !important;margin-right:0 !important}.my-0-tablet{margin-top:0 !important;margin-bottom:0 !important}.mt-0-tablet{margin-top:0 !important}.mr-0-tablet{margin-right:0 !important}.mb-0-tablet{margin-bottom:0 !important}.ml-0-tablet{margin-left:0 !important}.m-1-tablet{margin:.25rem !important}.mx-1-tablet{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-tablet{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-tablet{margin-top:.25rem !important}.mr-1-tablet{margin-right:.25rem !important}.mb-1-tablet{margin-bottom:.25rem !important}.ml-1-tablet{margin-left:.25rem !important}.m-2-tablet{margin:.5rem !important}.mx-2-tablet{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-tablet{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-tablet{margin-top:.5rem !important}.mr-2-tablet{margin-right:.5rem !important}.mb-2-tablet{margin-bottom:.5rem !important}.ml-2-tablet{margin-left:.5rem !important}.m-negative-2-tablet{margin:-0.5rem !important}.mx-negative-2-tablet{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-tablet{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-tablet{margin-top:-0.5rem !important}.mr-negative-2-tablet{margin-right:-0.5rem !important}.mb-negative-2-tablet{margin-bottom:-0.5rem !important}.ml-negative-2-tablet{margin-left:-0.5rem !important}.m-3-tablet{margin:.75rem !important}.mx-3-tablet{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-tablet{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-tablet{margin-top:.75rem !important}.mr-3-tablet{margin-right:.75rem !important}.mb-3-tablet{margin-bottom:.75rem !important}.ml-3-tablet{margin-left:.75rem !important}.m-4-tablet{margin:1rem !important}.mx-4-tablet{margin-left:1rem !important;margin-right:1rem !important}.my-4-tablet{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-tablet{margin-top:1rem !important}.mr-4-tablet{margin-right:1rem !important}.mb-4-tablet{margin-bottom:1rem !important}.ml-4-tablet{margin-left:1rem !important}.m-negative-4-tablet{margin:-1rem !important}.mx-negative-4-tablet{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-tablet{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-tablet{margin-top:-1rem !important}.mr-negative-4-tablet{margin-right:-1rem !important}.mb-negative-4-tablet{margin-bottom:-1rem !important}.ml-negative-4-tablet{margin-left:-1rem !important}.m-5-tablet{margin:1.5rem !important}.mx-5-tablet{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-tablet{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-tablet{margin-top:1.5rem !important}.mr-5-tablet{margin-right:1.5rem !important}.mb-5-tablet{margin-bottom:1.5rem !important}.ml-5-tablet{margin-left:1.5rem !important}.m-negative-5-tablet{margin:-1.5rem !important}.mx-negative-5-tablet{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-tablet{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-tablet{margin-top:-1.5rem !important}.mr-negative-5-tablet{margin-right:-1.5rem !important}.mb-negative-5-tablet{margin-bottom:-1.5rem !important}.ml-negative-5-tablet{margin-left:-1.5rem !important}.m-6-tablet{margin:3rem !important}.mx-6-tablet{margin-left:3rem !important;margin-right:3rem !important}.my-6-tablet{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-tablet{margin-top:3rem !important}.mr-6-tablet{margin-right:3rem !important}.mb-6-tablet{margin-bottom:3rem !important}.ml-6-tablet{margin-left:3rem !important}.m-8-tablet{margin:4rem !important}.mx-8-tablet{margin-left:4rem !important;margin-right:4rem !important}.my-8-tablet{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-tablet{margin-top:4rem !important}.mr-8-tablet{margin-right:4rem !important}.mb-8-tablet{margin-bottom:4rem !important}.ml-8-tablet{margin-left:4rem !important}.m-10-tablet{margin:.625rem !important}.mx-10-tablet{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-tablet{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-tablet{margin-top:.625rem !important}.mr-10-tablet{margin-right:.625rem !important}.mb-10-tablet{margin-bottom:.625rem !important}.ml-10-tablet{margin-left:.625rem !important}.m-14-tablet{margin:.875rem !important}.mx-14-tablet{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-tablet{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-tablet{margin-top:.875rem !important}.mr-14-tablet{margin-right:.875rem !important}.mb-14-tablet{margin-bottom:.875rem !important}.ml-14-tablet{margin-left:.875rem !important}.m-18-tablet{margin:1.125rem !important}.mx-18-tablet{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-tablet{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-tablet{margin-top:1.125rem !important}.mr-18-tablet{margin-right:1.125rem !important}.mb-18-tablet{margin-bottom:1.125rem !important}.ml-18-tablet{margin-left:1.125rem !important}.m-negative-10-tablet{margin:-0.625rem !important}.mx-negative-10-tablet{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-tablet{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-tablet{margin-top:-0.625rem !important}.mr-negative-10-tablet{margin-right:-0.625rem !important}.mb-negative-10-tablet{margin-bottom:-0.625rem !important}.ml-negative-10-tablet{margin-left:-0.625rem !important}.m-20-tablet{margin:1.25rem !important}.mx-20-tablet{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-tablet{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-tablet{margin-top:1.25rem !important}.mr-20-tablet{margin-right:1.25rem !important}.mb-20-tablet{margin-bottom:1.25rem !important}.ml-20-tablet{margin-left:1.25rem !important}.m-26-tablet{margin:1.625rem !important}.mx-26-tablet{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-tablet{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-tablet{margin-top:1.625rem !important}.mr-26-tablet{margin-right:1.625rem !important}.mb-26-tablet{margin-bottom:1.625rem !important}.ml-26-tablet{margin-left:1.625rem !important}.m-28-tablet{margin:1.75rem !important}.mx-28-tablet{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-tablet{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-tablet{margin-top:1.75rem !important}.mr-28-tablet{margin-right:1.75rem !important}.mb-28-tablet{margin-bottom:1.75rem !important}.ml-28-tablet{margin-left:1.75rem !important}.m-negative-26-tablet{margin:-1.625rem !important}.mx-negative-26-tablet{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-tablet{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-tablet{margin-top:-1.625rem !important}.mr-negative-26-tablet{margin-right:-1.625rem !important}.mb-negative-26-tablet{margin-bottom:-1.625rem !important}.ml-negative-26-tablet{margin-left:-1.625rem !important}.m-30-tablet{margin:1.875rem !important}.mx-30-tablet{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-tablet{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-tablet{margin-top:1.875rem !important}.mr-30-tablet{margin-right:1.875rem !important}.mb-30-tablet{margin-bottom:1.875rem !important}.ml-30-tablet{margin-left:1.875rem !important}.m-32-tablet{margin:2rem !important}.mx-32-tablet{margin-left:2rem !important;margin-right:2rem !important}.my-32-tablet{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-tablet{margin-top:2rem !important}.mr-32-tablet{margin-right:2rem !important}.mb-32-tablet{margin-bottom:2rem !important}.ml-32-tablet{margin-left:2rem !important}.m-negative-32-tablet{margin:-2rem !important}.mx-negative-32-tablet{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-tablet{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-tablet{margin-top:-2rem !important}.mr-negative-32-tablet{margin-right:-2rem !important}.mb-negative-32-tablet{margin-bottom:-2rem !important}.ml-negative-32-tablet{margin-left:-2rem !important}.m-36-tablet{margin:2.25rem !important}.mx-36-tablet{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-tablet{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-tablet{margin-top:2.25rem !important}.mr-36-tablet{margin-right:2.25rem !important}.mb-36-tablet{margin-bottom:2.25rem !important}.ml-36-tablet{margin-left:2.25rem !important}.m-38-tablet{margin:2.375rem !important}.mx-38-tablet{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-tablet{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-tablet{margin-top:2.375rem !important}.mr-38-tablet{margin-right:2.375rem !important}.mb-38-tablet{margin-bottom:2.375rem !important}.ml-38-tablet{margin-left:2.375rem !important}.m-40-tablet{margin:2.5rem !important}.mx-40-tablet{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-tablet{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-tablet{margin-top:2.5rem !important}.mr-40-tablet{margin-right:2.5rem !important}.mb-40-tablet{margin-bottom:2.5rem !important}.ml-40-tablet{margin-left:2.5rem !important}.m-46-tablet{margin:2.875rem !important}.mx-46-tablet{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-tablet{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-tablet{margin-top:2.875rem !important}.mr-46-tablet{margin-right:2.875rem !important}.mb-46-tablet{margin-bottom:2.875rem !important}.ml-46-tablet{margin-left:2.875rem !important}.m-48-tablet{margin:3rem !important}.mx-48-tablet{margin-left:3rem !important;margin-right:3rem !important}.my-48-tablet{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-tablet{margin-top:3rem !important}.mr-48-tablet{margin-right:3rem !important}.mb-48-tablet{margin-bottom:3rem !important}.ml-48-tablet{margin-left:3rem !important}.m-53-tablet{margin:3.3125rem !important}.mx-53-tablet{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-tablet{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-tablet{margin-top:3.3125rem !important}.mr-53-tablet{margin-right:3.3125rem !important}.mb-53-tablet{margin-bottom:3.3125rem !important}.ml-53-tablet{margin-left:3.3125rem !important}.m-72-tablet{margin:4.5rem !important}.mx-72-tablet{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-tablet{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-tablet{margin-top:4.5rem !important}.mr-72-tablet{margin-right:4.5rem !important}.mb-72-tablet{margin-bottom:4.5rem !important}.ml-72-tablet{margin-left:4.5rem !important}.m-80-tablet{margin:5rem !important}.mx-80-tablet{margin-left:5rem !important;margin-right:5rem !important}.my-80-tablet{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-tablet{margin-top:5rem !important}.mr-80-tablet{margin-right:5rem !important}.mb-80-tablet{margin-bottom:5rem !important}.ml-80-tablet{margin-left:5rem !important}.p-0-tablet{padding:0 !important}.px-0-tablet{padding-left:0 !important;padding-right:0 !important}.py-0-tablet{padding-top:0 !important;padding-bottom:0 !important}.pt-0-tablet{padding-top:0 !important}.pr-0-tablet{padding-right:0 !important}.pb-0-tablet{padding-bottom:0 !important}.pl-0-tablet{padding-left:0 !important}.p-1-tablet{padding:.25rem !important}.px-1-tablet{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-tablet{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-tablet{padding-top:.25rem !important}.pr-1-tablet{padding-right:.25rem !important}.pb-1-tablet{padding-bottom:.25rem !important}.pl-1-tablet{padding-left:.25rem !important}.p-2-tablet{padding:.5rem !important}.px-2-tablet{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-tablet{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-tablet{padding-top:.5rem !important}.pr-2-tablet{padding-right:.5rem !important}.pb-2-tablet{padding-bottom:.5rem !important}.pl-2-tablet{padding-left:.5rem !important}.p-3-tablet{padding:.75rem !important}.px-3-tablet{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-tablet{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-tablet{padding-top:.75rem !important}.pr-3-tablet{padding-right:.75rem !important}.pb-3-tablet{padding-bottom:.75rem !important}.pl-3-tablet{padding-left:.75rem !important}.p-4-tablet{padding:1rem !important}.px-4-tablet{padding-left:1rem !important;padding-right:1rem !important}.py-4-tablet{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-tablet{padding-top:1rem !important}.pr-4-tablet{padding-right:1rem !important}.pb-4-tablet{padding-bottom:1rem !important}.pl-4-tablet{padding-left:1rem !important}.p-5-tablet{padding:1.5rem !important}.px-5-tablet{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-tablet{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-tablet{padding-top:1.5rem !important}.pr-5-tablet{padding-right:1.5rem !important}.pb-5-tablet{padding-bottom:1.5rem !important}.pl-5-tablet{padding-left:1.5rem !important}.p-6-tablet{padding:3rem !important}.px-6-tablet{padding-left:3rem !important;padding-right:3rem !important}.py-6-tablet{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-tablet{padding-top:3rem !important}.pr-6-tablet{padding-right:3rem !important}.pb-6-tablet{padding-bottom:3rem !important}.pl-6-tablet{padding-left:3rem !important}.p-8-tablet{padding:4rem !important}.px-8-tablet{padding-left:4rem !important;padding-right:4rem !important}.py-8-tablet{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-tablet{padding-top:4rem !important}.pr-8-tablet{padding-right:4rem !important}.pb-8-tablet{padding-bottom:4rem !important}.pl-8-tablet{padding-left:4rem !important}.p-10-tablet{padding:.625rem !important}.px-10-tablet{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-tablet{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-tablet{padding-top:.625rem !important}.pr-10-tablet{padding-right:.625rem !important}.pb-10-tablet{padding-bottom:.625rem !important}.pl-10-tablet{padding-left:.625rem !important}.p-14-tablet{padding:.875rem !important}.px-14-tablet{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-tablet{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-tablet{padding-top:.875rem !important}.pr-14-tablet{padding-right:.875rem !important}.pb-14-tablet{padding-bottom:.875rem !important}.pl-14-tablet{padding-left:.875rem !important}.p-18-tablet{padding:1.125rem !important}.px-18-tablet{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-tablet{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-tablet{padding-top:1.125rem !important}.pr-18-tablet{padding-right:1.125rem !important}.pb-18-tablet{padding-bottom:1.125rem !important}.pl-18-tablet{padding-left:1.125rem !important}.p-20-tablet{padding:1.25rem !important}.px-20-tablet{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-tablet{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-tablet{padding-top:1.25rem !important}.pr-20-tablet{padding-right:1.25rem !important}.pb-20-tablet{padding-bottom:1.25rem !important}.pl-20-tablet{padding-left:1.25rem !important}.p-26-tablet{padding:1.625rem !important}.px-26-tablet{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-tablet{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-tablet{padding-top:1.625rem !important}.pr-26-tablet{padding-right:1.625rem !important}.pb-26-tablet{padding-bottom:1.625rem !important}.pl-26-tablet{padding-left:1.625rem !important}.p-28-tablet{padding:1.75rem !important}.px-28-tablet{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-tablet{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-tablet{padding-top:1.75rem !important}.pr-28-tablet{padding-right:1.75rem !important}.pb-28-tablet{padding-bottom:1.75rem !important}.pl-28-tablet{padding-left:1.75rem !important}.p-30-tablet{padding:1.875rem !important}.px-30-tablet{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-tablet{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-tablet{padding-top:1.875rem !important}.pr-30-tablet{padding-right:1.875rem !important}.pb-30-tablet{padding-bottom:1.875rem !important}.pl-30-tablet{padding-left:1.875rem !important}.p-32-tablet{padding:2rem !important}.px-32-tablet{padding-left:2rem !important;padding-right:2rem !important}.py-32-tablet{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-tablet{padding-top:2rem !important}.pr-32-tablet{padding-right:2rem !important}.pb-32-tablet{padding-bottom:2rem !important}.pl-32-tablet{padding-left:2rem !important}.p-36-tablet{padding:2.25rem !important}.px-36-tablet{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-tablet{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-tablet{padding-top:2.25rem !important}.pr-36-tablet{padding-right:2.25rem !important}.pb-36-tablet{padding-bottom:2.25rem !important}.pl-36-tablet{padding-left:2.25rem !important}.p-38-tablet{padding:2.375rem !important}.px-38-tablet{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-tablet{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-tablet{padding-top:2.375rem !important}.pr-38-tablet{padding-right:2.375rem !important}.pb-38-tablet{padding-bottom:2.375rem !important}.pl-38-tablet{padding-left:2.375rem !important}.p-40-tablet{padding:2.5rem !important}.px-40-tablet{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-tablet{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-tablet{padding-top:2.5rem !important}.pr-40-tablet{padding-right:2.5rem !important}.pb-40-tablet{padding-bottom:2.5rem !important}.pl-40-tablet{padding-left:2.5rem !important}.p-46-tablet{padding:2.875rem !important}.px-46-tablet{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-tablet{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-tablet{padding-top:2.875rem !important}.pr-46-tablet{padding-right:2.875rem !important}.pb-46-tablet{padding-bottom:2.875rem !important}.pl-46-tablet{padding-left:2.875rem !important}.p-48-tablet{padding:3rem !important}.px-48-tablet{padding-left:3rem !important;padding-right:3rem !important}.py-48-tablet{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-tablet{padding-top:3rem !important}.pr-48-tablet{padding-right:3rem !important}.pb-48-tablet{padding-bottom:3rem !important}.pl-48-tablet{padding-left:3rem !important}.p-53-tablet{padding:3.3125rem !important}.px-53-tablet{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-tablet{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-tablet{padding-top:3.3125rem !important}.pr-53-tablet{padding-right:3.3125rem !important}.pb-53-tablet{padding-bottom:3.3125rem !important}.pl-53-tablet{padding-left:3.3125rem !important}.p-72-tablet{padding:4.5rem !important}.px-72-tablet{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-tablet{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-tablet{padding-top:4.5rem !important}.pr-72-tablet{padding-right:4.5rem !important}.pb-72-tablet{padding-bottom:4.5rem !important}.pl-72-tablet{padding-left:4.5rem !important}.p-80-tablet{padding:5rem !important}.px-80-tablet{padding-left:5rem !important;padding-right:5rem !important}.py-80-tablet{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-tablet{padding-top:5rem !important}.pr-80-tablet{padding-right:5rem !important}.pb-80-tablet{padding-bottom:5rem !important}.pl-80-tablet{padding-left:5rem !important}.p-64-tablet{padding:4rem !important}.px-64-tablet{padding-left:4rem !important;padding-right:4rem !important}.py-64-tablet{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-tablet{padding-top:4rem !important}.pr-64-tablet{padding-right:4rem !important}.pb-64-tablet{padding-bottom:4rem !important}.pl-64-tablet{padding-left:4rem !important}}@media screen and (min-width: 1024px){.m-0-touch{margin:0 !important}.mx-0-touch{margin-left:0 !important;margin-right:0 !important}.my-0-touch{margin-top:0 !important;margin-bottom:0 !important}.mt-0-touch{margin-top:0 !important}.mr-0-touch{margin-right:0 !important}.mb-0-touch{margin-bottom:0 !important}.ml-0-touch{margin-left:0 !important}.m-1-touch{margin:.25rem !important}.mx-1-touch{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-touch{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-touch{margin-top:.25rem !important}.mr-1-touch{margin-right:.25rem !important}.mb-1-touch{margin-bottom:.25rem !important}.ml-1-touch{margin-left:.25rem !important}.m-2-touch{margin:.5rem !important}.mx-2-touch{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-touch{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-touch{margin-top:.5rem !important}.mr-2-touch{margin-right:.5rem !important}.mb-2-touch{margin-bottom:.5rem !important}.ml-2-touch{margin-left:.5rem !important}.m-negative-2-touch{margin:-0.5rem !important}.mx-negative-2-touch{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-touch{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-touch{margin-top:-0.5rem !important}.mr-negative-2-touch{margin-right:-0.5rem !important}.mb-negative-2-touch{margin-bottom:-0.5rem !important}.ml-negative-2-touch{margin-left:-0.5rem !important}.m-3-touch{margin:.75rem !important}.mx-3-touch{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-touch{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-touch{margin-top:.75rem !important}.mr-3-touch{margin-right:.75rem !important}.mb-3-touch{margin-bottom:.75rem !important}.ml-3-touch{margin-left:.75rem !important}.m-4-touch{margin:1rem !important}.mx-4-touch{margin-left:1rem !important;margin-right:1rem !important}.my-4-touch{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-touch{margin-top:1rem !important}.mr-4-touch{margin-right:1rem !important}.mb-4-touch{margin-bottom:1rem !important}.ml-4-touch{margin-left:1rem !important}.m-negative-4-touch{margin:-1rem !important}.mx-negative-4-touch{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-touch{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-touch{margin-top:-1rem !important}.mr-negative-4-touch{margin-right:-1rem !important}.mb-negative-4-touch{margin-bottom:-1rem !important}.ml-negative-4-touch{margin-left:-1rem !important}.m-5-touch{margin:1.5rem !important}.mx-5-touch{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-touch{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-touch{margin-top:1.5rem !important}.mr-5-touch{margin-right:1.5rem !important}.mb-5-touch{margin-bottom:1.5rem !important}.ml-5-touch{margin-left:1.5rem !important}.m-negative-5-touch{margin:-1.5rem !important}.mx-negative-5-touch{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-touch{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-touch{margin-top:-1.5rem !important}.mr-negative-5-touch{margin-right:-1.5rem !important}.mb-negative-5-touch{margin-bottom:-1.5rem !important}.ml-negative-5-touch{margin-left:-1.5rem !important}.m-6-touch{margin:3rem !important}.mx-6-touch{margin-left:3rem !important;margin-right:3rem !important}.my-6-touch{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-touch{margin-top:3rem !important}.mr-6-touch{margin-right:3rem !important}.mb-6-touch{margin-bottom:3rem !important}.ml-6-touch{margin-left:3rem !important}.m-8-touch{margin:4rem !important}.mx-8-touch{margin-left:4rem !important;margin-right:4rem !important}.my-8-touch{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-touch{margin-top:4rem !important}.mr-8-touch{margin-right:4rem !important}.mb-8-touch{margin-bottom:4rem !important}.ml-8-touch{margin-left:4rem !important}.m-10-touch{margin:.625rem !important}.mx-10-touch{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-touch{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-touch{margin-top:.625rem !important}.mr-10-touch{margin-right:.625rem !important}.mb-10-touch{margin-bottom:.625rem !important}.ml-10-touch{margin-left:.625rem !important}.m-14-touch{margin:.875rem !important}.mx-14-touch{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-touch{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-touch{margin-top:.875rem !important}.mr-14-touch{margin-right:.875rem !important}.mb-14-touch{margin-bottom:.875rem !important}.ml-14-touch{margin-left:.875rem !important}.m-18-touch{margin:1.125rem !important}.mx-18-touch{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-touch{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-touch{margin-top:1.125rem !important}.mr-18-touch{margin-right:1.125rem !important}.mb-18-touch{margin-bottom:1.125rem !important}.ml-18-touch{margin-left:1.125rem !important}.m-negative-10-touch{margin:-0.625rem !important}.mx-negative-10-touch{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-touch{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-touch{margin-top:-0.625rem !important}.mr-negative-10-touch{margin-right:-0.625rem !important}.mb-negative-10-touch{margin-bottom:-0.625rem !important}.ml-negative-10-touch{margin-left:-0.625rem !important}.m-20-touch{margin:1.25rem !important}.mx-20-touch{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-touch{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-touch{margin-top:1.25rem !important}.mr-20-touch{margin-right:1.25rem !important}.mb-20-touch{margin-bottom:1.25rem !important}.ml-20-touch{margin-left:1.25rem !important}.m-26-touch{margin:1.625rem !important}.mx-26-touch{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-touch{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-touch{margin-top:1.625rem !important}.mr-26-touch{margin-right:1.625rem !important}.mb-26-touch{margin-bottom:1.625rem !important}.ml-26-touch{margin-left:1.625rem !important}.m-28-touch{margin:1.75rem !important}.mx-28-touch{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-touch{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-touch{margin-top:1.75rem !important}.mr-28-touch{margin-right:1.75rem !important}.mb-28-touch{margin-bottom:1.75rem !important}.ml-28-touch{margin-left:1.75rem !important}.m-negative-26-touch{margin:-1.625rem !important}.mx-negative-26-touch{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-touch{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-touch{margin-top:-1.625rem !important}.mr-negative-26-touch{margin-right:-1.625rem !important}.mb-negative-26-touch{margin-bottom:-1.625rem !important}.ml-negative-26-touch{margin-left:-1.625rem !important}.m-30-touch{margin:1.875rem !important}.mx-30-touch{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-touch{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-touch{margin-top:1.875rem !important}.mr-30-touch{margin-right:1.875rem !important}.mb-30-touch{margin-bottom:1.875rem !important}.ml-30-touch{margin-left:1.875rem !important}.m-32-touch{margin:2rem !important}.mx-32-touch{margin-left:2rem !important;margin-right:2rem !important}.my-32-touch{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-touch{margin-top:2rem !important}.mr-32-touch{margin-right:2rem !important}.mb-32-touch{margin-bottom:2rem !important}.ml-32-touch{margin-left:2rem !important}.m-negative-32-touch{margin:-2rem !important}.mx-negative-32-touch{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-touch{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-touch{margin-top:-2rem !important}.mr-negative-32-touch{margin-right:-2rem !important}.mb-negative-32-touch{margin-bottom:-2rem !important}.ml-negative-32-touch{margin-left:-2rem !important}.m-36-touch{margin:2.25rem !important}.mx-36-touch{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-touch{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-touch{margin-top:2.25rem !important}.mr-36-touch{margin-right:2.25rem !important}.mb-36-touch{margin-bottom:2.25rem !important}.ml-36-touch{margin-left:2.25rem !important}.m-38-touch{margin:2.375rem !important}.mx-38-touch{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-touch{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-touch{margin-top:2.375rem !important}.mr-38-touch{margin-right:2.375rem !important}.mb-38-touch{margin-bottom:2.375rem !important}.ml-38-touch{margin-left:2.375rem !important}.m-40-touch{margin:2.5rem !important}.mx-40-touch{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-touch{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-touch{margin-top:2.5rem !important}.mr-40-touch{margin-right:2.5rem !important}.mb-40-touch{margin-bottom:2.5rem !important}.ml-40-touch{margin-left:2.5rem !important}.m-46-touch{margin:2.875rem !important}.mx-46-touch{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-touch{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-touch{margin-top:2.875rem !important}.mr-46-touch{margin-right:2.875rem !important}.mb-46-touch{margin-bottom:2.875rem !important}.ml-46-touch{margin-left:2.875rem !important}.m-48-touch{margin:3rem !important}.mx-48-touch{margin-left:3rem !important;margin-right:3rem !important}.my-48-touch{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-touch{margin-top:3rem !important}.mr-48-touch{margin-right:3rem !important}.mb-48-touch{margin-bottom:3rem !important}.ml-48-touch{margin-left:3rem !important}.m-53-touch{margin:3.3125rem !important}.mx-53-touch{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-touch{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-touch{margin-top:3.3125rem !important}.mr-53-touch{margin-right:3.3125rem !important}.mb-53-touch{margin-bottom:3.3125rem !important}.ml-53-touch{margin-left:3.3125rem !important}.m-72-touch{margin:4.5rem !important}.mx-72-touch{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-touch{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-touch{margin-top:4.5rem !important}.mr-72-touch{margin-right:4.5rem !important}.mb-72-touch{margin-bottom:4.5rem !important}.ml-72-touch{margin-left:4.5rem !important}.m-80-touch{margin:5rem !important}.mx-80-touch{margin-left:5rem !important;margin-right:5rem !important}.my-80-touch{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-touch{margin-top:5rem !important}.mr-80-touch{margin-right:5rem !important}.mb-80-touch{margin-bottom:5rem !important}.ml-80-touch{margin-left:5rem !important}.p-0-touch{padding:0 !important}.px-0-touch{padding-left:0 !important;padding-right:0 !important}.py-0-touch{padding-top:0 !important;padding-bottom:0 !important}.pt-0-touch{padding-top:0 !important}.pr-0-touch{padding-right:0 !important}.pb-0-touch{padding-bottom:0 !important}.pl-0-touch{padding-left:0 !important}.p-1-touch{padding:.25rem !important}.px-1-touch{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-touch{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-touch{padding-top:.25rem !important}.pr-1-touch{padding-right:.25rem !important}.pb-1-touch{padding-bottom:.25rem !important}.pl-1-touch{padding-left:.25rem !important}.p-2-touch{padding:.5rem !important}.px-2-touch{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-touch{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-touch{padding-top:.5rem !important}.pr-2-touch{padding-right:.5rem !important}.pb-2-touch{padding-bottom:.5rem !important}.pl-2-touch{padding-left:.5rem !important}.p-3-touch{padding:.75rem !important}.px-3-touch{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-touch{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-touch{padding-top:.75rem !important}.pr-3-touch{padding-right:.75rem !important}.pb-3-touch{padding-bottom:.75rem !important}.pl-3-touch{padding-left:.75rem !important}.p-4-touch{padding:1rem !important}.px-4-touch{padding-left:1rem !important;padding-right:1rem !important}.py-4-touch{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-touch{padding-top:1rem !important}.pr-4-touch{padding-right:1rem !important}.pb-4-touch{padding-bottom:1rem !important}.pl-4-touch{padding-left:1rem !important}.p-5-touch{padding:1.5rem !important}.px-5-touch{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-touch{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-touch{padding-top:1.5rem !important}.pr-5-touch{padding-right:1.5rem !important}.pb-5-touch{padding-bottom:1.5rem !important}.pl-5-touch{padding-left:1.5rem !important}.p-6-touch{padding:3rem !important}.px-6-touch{padding-left:3rem !important;padding-right:3rem !important}.py-6-touch{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-touch{padding-top:3rem !important}.pr-6-touch{padding-right:3rem !important}.pb-6-touch{padding-bottom:3rem !important}.pl-6-touch{padding-left:3rem !important}.p-8-touch{padding:4rem !important}.px-8-touch{padding-left:4rem !important;padding-right:4rem !important}.py-8-touch{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-touch{padding-top:4rem !important}.pr-8-touch{padding-right:4rem !important}.pb-8-touch{padding-bottom:4rem !important}.pl-8-touch{padding-left:4rem !important}.p-10-touch{padding:.625rem !important}.px-10-touch{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-touch{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-touch{padding-top:.625rem !important}.pr-10-touch{padding-right:.625rem !important}.pb-10-touch{padding-bottom:.625rem !important}.pl-10-touch{padding-left:.625rem !important}.p-14-touch{padding:.875rem !important}.px-14-touch{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-touch{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-touch{padding-top:.875rem !important}.pr-14-touch{padding-right:.875rem !important}.pb-14-touch{padding-bottom:.875rem !important}.pl-14-touch{padding-left:.875rem !important}.p-18-touch{padding:1.125rem !important}.px-18-touch{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-touch{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-touch{padding-top:1.125rem !important}.pr-18-touch{padding-right:1.125rem !important}.pb-18-touch{padding-bottom:1.125rem !important}.pl-18-touch{padding-left:1.125rem !important}.p-20-touch{padding:1.25rem !important}.px-20-touch{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-touch{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-touch{padding-top:1.25rem !important}.pr-20-touch{padding-right:1.25rem !important}.pb-20-touch{padding-bottom:1.25rem !important}.pl-20-touch{padding-left:1.25rem !important}.p-26-touch{padding:1.625rem !important}.px-26-touch{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-touch{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-touch{padding-top:1.625rem !important}.pr-26-touch{padding-right:1.625rem !important}.pb-26-touch{padding-bottom:1.625rem !important}.pl-26-touch{padding-left:1.625rem !important}.p-28-touch{padding:1.75rem !important}.px-28-touch{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-touch{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-touch{padding-top:1.75rem !important}.pr-28-touch{padding-right:1.75rem !important}.pb-28-touch{padding-bottom:1.75rem !important}.pl-28-touch{padding-left:1.75rem !important}.p-30-touch{padding:1.875rem !important}.px-30-touch{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-touch{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-touch{padding-top:1.875rem !important}.pr-30-touch{padding-right:1.875rem !important}.pb-30-touch{padding-bottom:1.875rem !important}.pl-30-touch{padding-left:1.875rem !important}.p-32-touch{padding:2rem !important}.px-32-touch{padding-left:2rem !important;padding-right:2rem !important}.py-32-touch{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-touch{padding-top:2rem !important}.pr-32-touch{padding-right:2rem !important}.pb-32-touch{padding-bottom:2rem !important}.pl-32-touch{padding-left:2rem !important}.p-36-touch{padding:2.25rem !important}.px-36-touch{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-touch{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-touch{padding-top:2.25rem !important}.pr-36-touch{padding-right:2.25rem !important}.pb-36-touch{padding-bottom:2.25rem !important}.pl-36-touch{padding-left:2.25rem !important}.p-38-touch{padding:2.375rem !important}.px-38-touch{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-touch{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-touch{padding-top:2.375rem !important}.pr-38-touch{padding-right:2.375rem !important}.pb-38-touch{padding-bottom:2.375rem !important}.pl-38-touch{padding-left:2.375rem !important}.p-40-touch{padding:2.5rem !important}.px-40-touch{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-touch{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-touch{padding-top:2.5rem !important}.pr-40-touch{padding-right:2.5rem !important}.pb-40-touch{padding-bottom:2.5rem !important}.pl-40-touch{padding-left:2.5rem !important}.p-46-touch{padding:2.875rem !important}.px-46-touch{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-touch{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-touch{padding-top:2.875rem !important}.pr-46-touch{padding-right:2.875rem !important}.pb-46-touch{padding-bottom:2.875rem !important}.pl-46-touch{padding-left:2.875rem !important}.p-48-touch{padding:3rem !important}.px-48-touch{padding-left:3rem !important;padding-right:3rem !important}.py-48-touch{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-touch{padding-top:3rem !important}.pr-48-touch{padding-right:3rem !important}.pb-48-touch{padding-bottom:3rem !important}.pl-48-touch{padding-left:3rem !important}.p-53-touch{padding:3.3125rem !important}.px-53-touch{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-touch{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-touch{padding-top:3.3125rem !important}.pr-53-touch{padding-right:3.3125rem !important}.pb-53-touch{padding-bottom:3.3125rem !important}.pl-53-touch{padding-left:3.3125rem !important}.p-72-touch{padding:4.5rem !important}.px-72-touch{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-touch{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-touch{padding-top:4.5rem !important}.pr-72-touch{padding-right:4.5rem !important}.pb-72-touch{padding-bottom:4.5rem !important}.pl-72-touch{padding-left:4.5rem !important}.p-80-touch{padding:5rem !important}.px-80-touch{padding-left:5rem !important;padding-right:5rem !important}.py-80-touch{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-touch{padding-top:5rem !important}.pr-80-touch{padding-right:5rem !important}.pb-80-touch{padding-bottom:5rem !important}.pl-80-touch{padding-left:5rem !important}.p-64-touch{padding:4rem !important}.px-64-touch{padding-left:4rem !important;padding-right:4rem !important}.py-64-touch{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-touch{padding-top:4rem !important}.pr-64-touch{padding-right:4rem !important}.pb-64-touch{padding-bottom:4rem !important}.pl-64-touch{padding-left:4rem !important}}@media screen and (min-width: 1024px){.m-0-desktop{margin:0 !important}.mx-0-desktop{margin-left:0 !important;margin-right:0 !important}.my-0-desktop{margin-top:0 !important;margin-bottom:0 !important}.mt-0-desktop{margin-top:0 !important}.mr-0-desktop{margin-right:0 !important}.mb-0-desktop{margin-bottom:0 !important}.ml-0-desktop{margin-left:0 !important}.m-1-desktop{margin:.25rem !important}.mx-1-desktop{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-desktop{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-desktop{margin-top:.25rem !important}.mr-1-desktop{margin-right:.25rem !important}.mb-1-desktop{margin-bottom:.25rem !important}.ml-1-desktop{margin-left:.25rem !important}.m-2-desktop{margin:.5rem !important}.mx-2-desktop{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-desktop{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-desktop{margin-top:.5rem !important}.mr-2-desktop{margin-right:.5rem !important}.mb-2-desktop{margin-bottom:.5rem !important}.ml-2-desktop{margin-left:.5rem !important}.m-negative-2-desktop{margin:-0.5rem !important}.mx-negative-2-desktop{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-desktop{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-desktop{margin-top:-0.5rem !important}.mr-negative-2-desktop{margin-right:-0.5rem !important}.mb-negative-2-desktop{margin-bottom:-0.5rem !important}.ml-negative-2-desktop{margin-left:-0.5rem !important}.m-3-desktop{margin:.75rem !important}.mx-3-desktop{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-desktop{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-desktop{margin-top:.75rem !important}.mr-3-desktop{margin-right:.75rem !important}.mb-3-desktop{margin-bottom:.75rem !important}.ml-3-desktop{margin-left:.75rem !important}.m-4-desktop{margin:1rem !important}.mx-4-desktop{margin-left:1rem !important;margin-right:1rem !important}.my-4-desktop{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-desktop{margin-top:1rem !important}.mr-4-desktop{margin-right:1rem !important}.mb-4-desktop{margin-bottom:1rem !important}.ml-4-desktop{margin-left:1rem !important}.m-negative-4-desktop{margin:-1rem !important}.mx-negative-4-desktop{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-desktop{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-desktop{margin-top:-1rem !important}.mr-negative-4-desktop{margin-right:-1rem !important}.mb-negative-4-desktop{margin-bottom:-1rem !important}.ml-negative-4-desktop{margin-left:-1rem !important}.m-5-desktop{margin:1.5rem !important}.mx-5-desktop{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-desktop{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-desktop{margin-top:1.5rem !important}.mr-5-desktop{margin-right:1.5rem !important}.mb-5-desktop{margin-bottom:1.5rem !important}.ml-5-desktop{margin-left:1.5rem !important}.m-negative-5-desktop{margin:-1.5rem !important}.mx-negative-5-desktop{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-desktop{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-desktop{margin-top:-1.5rem !important}.mr-negative-5-desktop{margin-right:-1.5rem !important}.mb-negative-5-desktop{margin-bottom:-1.5rem !important}.ml-negative-5-desktop{margin-left:-1.5rem !important}.m-6-desktop{margin:3rem !important}.mx-6-desktop{margin-left:3rem !important;margin-right:3rem !important}.my-6-desktop{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-desktop{margin-top:3rem !important}.mr-6-desktop{margin-right:3rem !important}.mb-6-desktop{margin-bottom:3rem !important}.ml-6-desktop{margin-left:3rem !important}.m-8-desktop{margin:4rem !important}.mx-8-desktop{margin-left:4rem !important;margin-right:4rem !important}.my-8-desktop{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-desktop{margin-top:4rem !important}.mr-8-desktop{margin-right:4rem !important}.mb-8-desktop{margin-bottom:4rem !important}.ml-8-desktop{margin-left:4rem !important}.m-10-desktop{margin:.625rem !important}.mx-10-desktop{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-desktop{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-desktop{margin-top:.625rem !important}.mr-10-desktop{margin-right:.625rem !important}.mb-10-desktop{margin-bottom:.625rem !important}.ml-10-desktop{margin-left:.625rem !important}.m-14-desktop{margin:.875rem !important}.mx-14-desktop{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-desktop{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-desktop{margin-top:.875rem !important}.mr-14-desktop{margin-right:.875rem !important}.mb-14-desktop{margin-bottom:.875rem !important}.ml-14-desktop{margin-left:.875rem !important}.m-18-desktop{margin:1.125rem !important}.mx-18-desktop{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-desktop{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-desktop{margin-top:1.125rem !important}.mr-18-desktop{margin-right:1.125rem !important}.mb-18-desktop{margin-bottom:1.125rem !important}.ml-18-desktop{margin-left:1.125rem !important}.m-negative-10-desktop{margin:-0.625rem !important}.mx-negative-10-desktop{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-desktop{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-desktop{margin-top:-0.625rem !important}.mr-negative-10-desktop{margin-right:-0.625rem !important}.mb-negative-10-desktop{margin-bottom:-0.625rem !important}.ml-negative-10-desktop{margin-left:-0.625rem !important}.m-20-desktop{margin:1.25rem !important}.mx-20-desktop{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-desktop{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-desktop{margin-top:1.25rem !important}.mr-20-desktop{margin-right:1.25rem !important}.mb-20-desktop{margin-bottom:1.25rem !important}.ml-20-desktop{margin-left:1.25rem !important}.m-26-desktop{margin:1.625rem !important}.mx-26-desktop{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-desktop{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-desktop{margin-top:1.625rem !important}.mr-26-desktop{margin-right:1.625rem !important}.mb-26-desktop{margin-bottom:1.625rem !important}.ml-26-desktop{margin-left:1.625rem !important}.m-28-desktop{margin:1.75rem !important}.mx-28-desktop{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-desktop{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-desktop{margin-top:1.75rem !important}.mr-28-desktop{margin-right:1.75rem !important}.mb-28-desktop{margin-bottom:1.75rem !important}.ml-28-desktop{margin-left:1.75rem !important}.m-negative-26-desktop{margin:-1.625rem !important}.mx-negative-26-desktop{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-desktop{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-desktop{margin-top:-1.625rem !important}.mr-negative-26-desktop{margin-right:-1.625rem !important}.mb-negative-26-desktop{margin-bottom:-1.625rem !important}.ml-negative-26-desktop{margin-left:-1.625rem !important}.m-30-desktop{margin:1.875rem !important}.mx-30-desktop{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-desktop{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-desktop{margin-top:1.875rem !important}.mr-30-desktop{margin-right:1.875rem !important}.mb-30-desktop{margin-bottom:1.875rem !important}.ml-30-desktop{margin-left:1.875rem !important}.m-32-desktop{margin:2rem !important}.mx-32-desktop{margin-left:2rem !important;margin-right:2rem !important}.my-32-desktop{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-desktop{margin-top:2rem !important}.mr-32-desktop{margin-right:2rem !important}.mb-32-desktop{margin-bottom:2rem !important}.ml-32-desktop{margin-left:2rem !important}.m-negative-32-desktop{margin:-2rem !important}.mx-negative-32-desktop{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-desktop{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-desktop{margin-top:-2rem !important}.mr-negative-32-desktop{margin-right:-2rem !important}.mb-negative-32-desktop{margin-bottom:-2rem !important}.ml-negative-32-desktop{margin-left:-2rem !important}.m-36-desktop{margin:2.25rem !important}.mx-36-desktop{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-desktop{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-desktop{margin-top:2.25rem !important}.mr-36-desktop{margin-right:2.25rem !important}.mb-36-desktop{margin-bottom:2.25rem !important}.ml-36-desktop{margin-left:2.25rem !important}.m-38-desktop{margin:2.375rem !important}.mx-38-desktop{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-desktop{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-desktop{margin-top:2.375rem !important}.mr-38-desktop{margin-right:2.375rem !important}.mb-38-desktop{margin-bottom:2.375rem !important}.ml-38-desktop{margin-left:2.375rem !important}.m-40-desktop{margin:2.5rem !important}.mx-40-desktop{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-desktop{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-desktop{margin-top:2.5rem !important}.mr-40-desktop{margin-right:2.5rem !important}.mb-40-desktop{margin-bottom:2.5rem !important}.ml-40-desktop{margin-left:2.5rem !important}.m-46-desktop{margin:2.875rem !important}.mx-46-desktop{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-desktop{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-desktop{margin-top:2.875rem !important}.mr-46-desktop{margin-right:2.875rem !important}.mb-46-desktop{margin-bottom:2.875rem !important}.ml-46-desktop{margin-left:2.875rem !important}.m-48-desktop{margin:3rem !important}.mx-48-desktop{margin-left:3rem !important;margin-right:3rem !important}.my-48-desktop{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-desktop{margin-top:3rem !important}.mr-48-desktop{margin-right:3rem !important}.mb-48-desktop{margin-bottom:3rem !important}.ml-48-desktop{margin-left:3rem !important}.m-53-desktop{margin:3.3125rem !important}.mx-53-desktop{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-desktop{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-desktop{margin-top:3.3125rem !important}.mr-53-desktop{margin-right:3.3125rem !important}.mb-53-desktop{margin-bottom:3.3125rem !important}.ml-53-desktop{margin-left:3.3125rem !important}.m-72-desktop{margin:4.5rem !important}.mx-72-desktop{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-desktop{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-desktop{margin-top:4.5rem !important}.mr-72-desktop{margin-right:4.5rem !important}.mb-72-desktop{margin-bottom:4.5rem !important}.ml-72-desktop{margin-left:4.5rem !important}.m-80-desktop{margin:5rem !important}.mx-80-desktop{margin-left:5rem !important;margin-right:5rem !important}.my-80-desktop{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-desktop{margin-top:5rem !important}.mr-80-desktop{margin-right:5rem !important}.mb-80-desktop{margin-bottom:5rem !important}.ml-80-desktop{margin-left:5rem !important}.p-0-desktop{padding:0 !important}.px-0-desktop{padding-left:0 !important;padding-right:0 !important}.py-0-desktop{padding-top:0 !important;padding-bottom:0 !important}.pt-0-desktop{padding-top:0 !important}.pr-0-desktop{padding-right:0 !important}.pb-0-desktop{padding-bottom:0 !important}.pl-0-desktop{padding-left:0 !important}.p-1-desktop{padding:.25rem !important}.px-1-desktop{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-desktop{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-desktop{padding-top:.25rem !important}.pr-1-desktop{padding-right:.25rem !important}.pb-1-desktop{padding-bottom:.25rem !important}.pl-1-desktop{padding-left:.25rem !important}.p-2-desktop{padding:.5rem !important}.px-2-desktop{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-desktop{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-desktop{padding-top:.5rem !important}.pr-2-desktop{padding-right:.5rem !important}.pb-2-desktop{padding-bottom:.5rem !important}.pl-2-desktop{padding-left:.5rem !important}.p-3-desktop{padding:.75rem !important}.px-3-desktop{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-desktop{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-desktop{padding-top:.75rem !important}.pr-3-desktop{padding-right:.75rem !important}.pb-3-desktop{padding-bottom:.75rem !important}.pl-3-desktop{padding-left:.75rem !important}.p-4-desktop{padding:1rem !important}.px-4-desktop{padding-left:1rem !important;padding-right:1rem !important}.py-4-desktop{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-desktop{padding-top:1rem !important}.pr-4-desktop{padding-right:1rem !important}.pb-4-desktop{padding-bottom:1rem !important}.pl-4-desktop{padding-left:1rem !important}.p-5-desktop{padding:1.5rem !important}.px-5-desktop{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-desktop{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-desktop{padding-top:1.5rem !important}.pr-5-desktop{padding-right:1.5rem !important}.pb-5-desktop{padding-bottom:1.5rem !important}.pl-5-desktop{padding-left:1.5rem !important}.p-6-desktop{padding:3rem !important}.px-6-desktop{padding-left:3rem !important;padding-right:3rem !important}.py-6-desktop{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-desktop{padding-top:3rem !important}.pr-6-desktop{padding-right:3rem !important}.pb-6-desktop{padding-bottom:3rem !important}.pl-6-desktop{padding-left:3rem !important}.p-8-desktop{padding:4rem !important}.px-8-desktop{padding-left:4rem !important;padding-right:4rem !important}.py-8-desktop{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-desktop{padding-top:4rem !important}.pr-8-desktop{padding-right:4rem !important}.pb-8-desktop{padding-bottom:4rem !important}.pl-8-desktop{padding-left:4rem !important}.p-10-desktop{padding:.625rem !important}.px-10-desktop{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-desktop{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-desktop{padding-top:.625rem !important}.pr-10-desktop{padding-right:.625rem !important}.pb-10-desktop{padding-bottom:.625rem !important}.pl-10-desktop{padding-left:.625rem !important}.p-14-desktop{padding:.875rem !important}.px-14-desktop{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-desktop{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-desktop{padding-top:.875rem !important}.pr-14-desktop{padding-right:.875rem !important}.pb-14-desktop{padding-bottom:.875rem !important}.pl-14-desktop{padding-left:.875rem !important}.p-18-desktop{padding:1.125rem !important}.px-18-desktop{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-desktop{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-desktop{padding-top:1.125rem !important}.pr-18-desktop{padding-right:1.125rem !important}.pb-18-desktop{padding-bottom:1.125rem !important}.pl-18-desktop{padding-left:1.125rem !important}.p-20-desktop{padding:1.25rem !important}.px-20-desktop{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-desktop{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-desktop{padding-top:1.25rem !important}.pr-20-desktop{padding-right:1.25rem !important}.pb-20-desktop{padding-bottom:1.25rem !important}.pl-20-desktop{padding-left:1.25rem !important}.p-26-desktop{padding:1.625rem !important}.px-26-desktop{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-desktop{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-desktop{padding-top:1.625rem !important}.pr-26-desktop{padding-right:1.625rem !important}.pb-26-desktop{padding-bottom:1.625rem !important}.pl-26-desktop{padding-left:1.625rem !important}.p-28-desktop{padding:1.75rem !important}.px-28-desktop{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-desktop{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-desktop{padding-top:1.75rem !important}.pr-28-desktop{padding-right:1.75rem !important}.pb-28-desktop{padding-bottom:1.75rem !important}.pl-28-desktop{padding-left:1.75rem !important}.p-30-desktop{padding:1.875rem !important}.px-30-desktop{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-desktop{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-desktop{padding-top:1.875rem !important}.pr-30-desktop{padding-right:1.875rem !important}.pb-30-desktop{padding-bottom:1.875rem !important}.pl-30-desktop{padding-left:1.875rem !important}.p-32-desktop{padding:2rem !important}.px-32-desktop{padding-left:2rem !important;padding-right:2rem !important}.py-32-desktop{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-desktop{padding-top:2rem !important}.pr-32-desktop{padding-right:2rem !important}.pb-32-desktop{padding-bottom:2rem !important}.pl-32-desktop{padding-left:2rem !important}.p-36-desktop{padding:2.25rem !important}.px-36-desktop{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-desktop{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-desktop{padding-top:2.25rem !important}.pr-36-desktop{padding-right:2.25rem !important}.pb-36-desktop{padding-bottom:2.25rem !important}.pl-36-desktop{padding-left:2.25rem !important}.p-38-desktop{padding:2.375rem !important}.px-38-desktop{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-desktop{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-desktop{padding-top:2.375rem !important}.pr-38-desktop{padding-right:2.375rem !important}.pb-38-desktop{padding-bottom:2.375rem !important}.pl-38-desktop{padding-left:2.375rem !important}.p-40-desktop{padding:2.5rem !important}.px-40-desktop{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-desktop{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-desktop{padding-top:2.5rem !important}.pr-40-desktop{padding-right:2.5rem !important}.pb-40-desktop{padding-bottom:2.5rem !important}.pl-40-desktop{padding-left:2.5rem !important}.p-46-desktop{padding:2.875rem !important}.px-46-desktop{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-desktop{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-desktop{padding-top:2.875rem !important}.pr-46-desktop{padding-right:2.875rem !important}.pb-46-desktop{padding-bottom:2.875rem !important}.pl-46-desktop{padding-left:2.875rem !important}.p-48-desktop{padding:3rem !important}.px-48-desktop{padding-left:3rem !important;padding-right:3rem !important}.py-48-desktop{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-desktop{padding-top:3rem !important}.pr-48-desktop{padding-right:3rem !important}.pb-48-desktop{padding-bottom:3rem !important}.pl-48-desktop{padding-left:3rem !important}.p-53-desktop{padding:3.3125rem !important}.px-53-desktop{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-desktop{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-desktop{padding-top:3.3125rem !important}.pr-53-desktop{padding-right:3.3125rem !important}.pb-53-desktop{padding-bottom:3.3125rem !important}.pl-53-desktop{padding-left:3.3125rem !important}.p-72-desktop{padding:4.5rem !important}.px-72-desktop{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-desktop{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-desktop{padding-top:4.5rem !important}.pr-72-desktop{padding-right:4.5rem !important}.pb-72-desktop{padding-bottom:4.5rem !important}.pl-72-desktop{padding-left:4.5rem !important}.p-80-desktop{padding:5rem !important}.px-80-desktop{padding-left:5rem !important;padding-right:5rem !important}.py-80-desktop{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-desktop{padding-top:5rem !important}.pr-80-desktop{padding-right:5rem !important}.pb-80-desktop{padding-bottom:5rem !important}.pl-80-desktop{padding-left:5rem !important}.p-64-desktop{padding:4rem !important}.px-64-desktop{padding-left:4rem !important;padding-right:4rem !important}.py-64-desktop{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-desktop{padding-top:4rem !important}.pr-64-desktop{padding-right:4rem !important}.pb-64-desktop{padding-bottom:4rem !important}.pl-64-desktop{padding-left:4rem !important}}@media screen and (min-width: 1024px)and (max-width: 1259px){.m-0-desktop-only{margin:0 !important}.mx-0-desktop-only{margin-left:0 !important;margin-right:0 !important}.my-0-desktop-only{margin-top:0 !important;margin-bottom:0 !important}.mt-0-desktop-only{margin-top:0 !important}.mr-0-desktop-only{margin-right:0 !important}.mb-0-desktop-only{margin-bottom:0 !important}.ml-0-desktop-only{margin-left:0 !important}.m-1-desktop-only{margin:.25rem !important}.mx-1-desktop-only{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-desktop-only{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-desktop-only{margin-top:.25rem !important}.mr-1-desktop-only{margin-right:.25rem !important}.mb-1-desktop-only{margin-bottom:.25rem !important}.ml-1-desktop-only{margin-left:.25rem !important}.m-2-desktop-only{margin:.5rem !important}.mx-2-desktop-only{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-desktop-only{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-desktop-only{margin-top:.5rem !important}.mr-2-desktop-only{margin-right:.5rem !important}.mb-2-desktop-only{margin-bottom:.5rem !important}.ml-2-desktop-only{margin-left:.5rem !important}.m-negative-2-desktop-only{margin:-0.5rem !important}.mx-negative-2-desktop-only{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-desktop-only{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-desktop-only{margin-top:-0.5rem !important}.mr-negative-2-desktop-only{margin-right:-0.5rem !important}.mb-negative-2-desktop-only{margin-bottom:-0.5rem !important}.ml-negative-2-desktop-only{margin-left:-0.5rem !important}.m-3-desktop-only{margin:.75rem !important}.mx-3-desktop-only{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-desktop-only{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-desktop-only{margin-top:.75rem !important}.mr-3-desktop-only{margin-right:.75rem !important}.mb-3-desktop-only{margin-bottom:.75rem !important}.ml-3-desktop-only{margin-left:.75rem !important}.m-4-desktop-only{margin:1rem !important}.mx-4-desktop-only{margin-left:1rem !important;margin-right:1rem !important}.my-4-desktop-only{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-desktop-only{margin-top:1rem !important}.mr-4-desktop-only{margin-right:1rem !important}.mb-4-desktop-only{margin-bottom:1rem !important}.ml-4-desktop-only{margin-left:1rem !important}.m-negative-4-desktop-only{margin:-1rem !important}.mx-negative-4-desktop-only{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-desktop-only{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-desktop-only{margin-top:-1rem !important}.mr-negative-4-desktop-only{margin-right:-1rem !important}.mb-negative-4-desktop-only{margin-bottom:-1rem !important}.ml-negative-4-desktop-only{margin-left:-1rem !important}.m-5-desktop-only{margin:1.5rem !important}.mx-5-desktop-only{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-desktop-only{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-desktop-only{margin-top:1.5rem !important}.mr-5-desktop-only{margin-right:1.5rem !important}.mb-5-desktop-only{margin-bottom:1.5rem !important}.ml-5-desktop-only{margin-left:1.5rem !important}.m-negative-5-desktop-only{margin:-1.5rem !important}.mx-negative-5-desktop-only{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-desktop-only{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-desktop-only{margin-top:-1.5rem !important}.mr-negative-5-desktop-only{margin-right:-1.5rem !important}.mb-negative-5-desktop-only{margin-bottom:-1.5rem !important}.ml-negative-5-desktop-only{margin-left:-1.5rem !important}.m-6-desktop-only{margin:3rem !important}.mx-6-desktop-only{margin-left:3rem !important;margin-right:3rem !important}.my-6-desktop-only{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-desktop-only{margin-top:3rem !important}.mr-6-desktop-only{margin-right:3rem !important}.mb-6-desktop-only{margin-bottom:3rem !important}.ml-6-desktop-only{margin-left:3rem !important}.m-8-desktop-only{margin:4rem !important}.mx-8-desktop-only{margin-left:4rem !important;margin-right:4rem !important}.my-8-desktop-only{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-desktop-only{margin-top:4rem !important}.mr-8-desktop-only{margin-right:4rem !important}.mb-8-desktop-only{margin-bottom:4rem !important}.ml-8-desktop-only{margin-left:4rem !important}.m-10-desktop-only{margin:.625rem !important}.mx-10-desktop-only{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-desktop-only{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-desktop-only{margin-top:.625rem !important}.mr-10-desktop-only{margin-right:.625rem !important}.mb-10-desktop-only{margin-bottom:.625rem !important}.ml-10-desktop-only{margin-left:.625rem !important}.m-14-desktop-only{margin:.875rem !important}.mx-14-desktop-only{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-desktop-only{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-desktop-only{margin-top:.875rem !important}.mr-14-desktop-only{margin-right:.875rem !important}.mb-14-desktop-only{margin-bottom:.875rem !important}.ml-14-desktop-only{margin-left:.875rem !important}.m-18-desktop-only{margin:1.125rem !important}.mx-18-desktop-only{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-desktop-only{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-desktop-only{margin-top:1.125rem !important}.mr-18-desktop-only{margin-right:1.125rem !important}.mb-18-desktop-only{margin-bottom:1.125rem !important}.ml-18-desktop-only{margin-left:1.125rem !important}.m-negative-10-desktop-only{margin:-0.625rem !important}.mx-negative-10-desktop-only{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-desktop-only{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-desktop-only{margin-top:-0.625rem !important}.mr-negative-10-desktop-only{margin-right:-0.625rem !important}.mb-negative-10-desktop-only{margin-bottom:-0.625rem !important}.ml-negative-10-desktop-only{margin-left:-0.625rem !important}.m-20-desktop-only{margin:1.25rem !important}.mx-20-desktop-only{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-desktop-only{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-desktop-only{margin-top:1.25rem !important}.mr-20-desktop-only{margin-right:1.25rem !important}.mb-20-desktop-only{margin-bottom:1.25rem !important}.ml-20-desktop-only{margin-left:1.25rem !important}.m-26-desktop-only{margin:1.625rem !important}.mx-26-desktop-only{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-desktop-only{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-desktop-only{margin-top:1.625rem !important}.mr-26-desktop-only{margin-right:1.625rem !important}.mb-26-desktop-only{margin-bottom:1.625rem !important}.ml-26-desktop-only{margin-left:1.625rem !important}.m-28-desktop-only{margin:1.75rem !important}.mx-28-desktop-only{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-desktop-only{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-desktop-only{margin-top:1.75rem !important}.mr-28-desktop-only{margin-right:1.75rem !important}.mb-28-desktop-only{margin-bottom:1.75rem !important}.ml-28-desktop-only{margin-left:1.75rem !important}.m-negative-26-desktop-only{margin:-1.625rem !important}.mx-negative-26-desktop-only{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-desktop-only{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-desktop-only{margin-top:-1.625rem !important}.mr-negative-26-desktop-only{margin-right:-1.625rem !important}.mb-negative-26-desktop-only{margin-bottom:-1.625rem !important}.ml-negative-26-desktop-only{margin-left:-1.625rem !important}.m-30-desktop-only{margin:1.875rem !important}.mx-30-desktop-only{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-desktop-only{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-desktop-only{margin-top:1.875rem !important}.mr-30-desktop-only{margin-right:1.875rem !important}.mb-30-desktop-only{margin-bottom:1.875rem !important}.ml-30-desktop-only{margin-left:1.875rem !important}.m-32-desktop-only{margin:2rem !important}.mx-32-desktop-only{margin-left:2rem !important;margin-right:2rem !important}.my-32-desktop-only{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-desktop-only{margin-top:2rem !important}.mr-32-desktop-only{margin-right:2rem !important}.mb-32-desktop-only{margin-bottom:2rem !important}.ml-32-desktop-only{margin-left:2rem !important}.m-negative-32-desktop-only{margin:-2rem !important}.mx-negative-32-desktop-only{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-desktop-only{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-desktop-only{margin-top:-2rem !important}.mr-negative-32-desktop-only{margin-right:-2rem !important}.mb-negative-32-desktop-only{margin-bottom:-2rem !important}.ml-negative-32-desktop-only{margin-left:-2rem !important}.m-36-desktop-only{margin:2.25rem !important}.mx-36-desktop-only{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-desktop-only{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-desktop-only{margin-top:2.25rem !important}.mr-36-desktop-only{margin-right:2.25rem !important}.mb-36-desktop-only{margin-bottom:2.25rem !important}.ml-36-desktop-only{margin-left:2.25rem !important}.m-38-desktop-only{margin:2.375rem !important}.mx-38-desktop-only{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-desktop-only{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-desktop-only{margin-top:2.375rem !important}.mr-38-desktop-only{margin-right:2.375rem !important}.mb-38-desktop-only{margin-bottom:2.375rem !important}.ml-38-desktop-only{margin-left:2.375rem !important}.m-40-desktop-only{margin:2.5rem !important}.mx-40-desktop-only{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-desktop-only{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-desktop-only{margin-top:2.5rem !important}.mr-40-desktop-only{margin-right:2.5rem !important}.mb-40-desktop-only{margin-bottom:2.5rem !important}.ml-40-desktop-only{margin-left:2.5rem !important}.m-46-desktop-only{margin:2.875rem !important}.mx-46-desktop-only{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-desktop-only{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-desktop-only{margin-top:2.875rem !important}.mr-46-desktop-only{margin-right:2.875rem !important}.mb-46-desktop-only{margin-bottom:2.875rem !important}.ml-46-desktop-only{margin-left:2.875rem !important}.m-48-desktop-only{margin:3rem !important}.mx-48-desktop-only{margin-left:3rem !important;margin-right:3rem !important}.my-48-desktop-only{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-desktop-only{margin-top:3rem !important}.mr-48-desktop-only{margin-right:3rem !important}.mb-48-desktop-only{margin-bottom:3rem !important}.ml-48-desktop-only{margin-left:3rem !important}.m-53-desktop-only{margin:3.3125rem !important}.mx-53-desktop-only{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-desktop-only{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-desktop-only{margin-top:3.3125rem !important}.mr-53-desktop-only{margin-right:3.3125rem !important}.mb-53-desktop-only{margin-bottom:3.3125rem !important}.ml-53-desktop-only{margin-left:3.3125rem !important}.m-72-desktop-only{margin:4.5rem !important}.mx-72-desktop-only{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-desktop-only{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-desktop-only{margin-top:4.5rem !important}.mr-72-desktop-only{margin-right:4.5rem !important}.mb-72-desktop-only{margin-bottom:4.5rem !important}.ml-72-desktop-only{margin-left:4.5rem !important}.m-80-desktop-only{margin:5rem !important}.mx-80-desktop-only{margin-left:5rem !important;margin-right:5rem !important}.my-80-desktop-only{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-desktop-only{margin-top:5rem !important}.mr-80-desktop-only{margin-right:5rem !important}.mb-80-desktop-only{margin-bottom:5rem !important}.ml-80-desktop-only{margin-left:5rem !important}.p-0-desktop-only{padding:0 !important}.px-0-desktop-only{padding-left:0 !important;padding-right:0 !important}.py-0-desktop-only{padding-top:0 !important;padding-bottom:0 !important}.pt-0-desktop-only{padding-top:0 !important}.pr-0-desktop-only{padding-right:0 !important}.pb-0-desktop-only{padding-bottom:0 !important}.pl-0-desktop-only{padding-left:0 !important}.p-1-desktop-only{padding:.25rem !important}.px-1-desktop-only{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-desktop-only{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-desktop-only{padding-top:.25rem !important}.pr-1-desktop-only{padding-right:.25rem !important}.pb-1-desktop-only{padding-bottom:.25rem !important}.pl-1-desktop-only{padding-left:.25rem !important}.p-2-desktop-only{padding:.5rem !important}.px-2-desktop-only{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-desktop-only{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-desktop-only{padding-top:.5rem !important}.pr-2-desktop-only{padding-right:.5rem !important}.pb-2-desktop-only{padding-bottom:.5rem !important}.pl-2-desktop-only{padding-left:.5rem !important}.p-3-desktop-only{padding:.75rem !important}.px-3-desktop-only{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-desktop-only{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-desktop-only{padding-top:.75rem !important}.pr-3-desktop-only{padding-right:.75rem !important}.pb-3-desktop-only{padding-bottom:.75rem !important}.pl-3-desktop-only{padding-left:.75rem !important}.p-4-desktop-only{padding:1rem !important}.px-4-desktop-only{padding-left:1rem !important;padding-right:1rem !important}.py-4-desktop-only{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-desktop-only{padding-top:1rem !important}.pr-4-desktop-only{padding-right:1rem !important}.pb-4-desktop-only{padding-bottom:1rem !important}.pl-4-desktop-only{padding-left:1rem !important}.p-5-desktop-only{padding:1.5rem !important}.px-5-desktop-only{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-desktop-only{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-desktop-only{padding-top:1.5rem !important}.pr-5-desktop-only{padding-right:1.5rem !important}.pb-5-desktop-only{padding-bottom:1.5rem !important}.pl-5-desktop-only{padding-left:1.5rem !important}.p-6-desktop-only{padding:3rem !important}.px-6-desktop-only{padding-left:3rem !important;padding-right:3rem !important}.py-6-desktop-only{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-desktop-only{padding-top:3rem !important}.pr-6-desktop-only{padding-right:3rem !important}.pb-6-desktop-only{padding-bottom:3rem !important}.pl-6-desktop-only{padding-left:3rem !important}.p-8-desktop-only{padding:4rem !important}.px-8-desktop-only{padding-left:4rem !important;padding-right:4rem !important}.py-8-desktop-only{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-desktop-only{padding-top:4rem !important}.pr-8-desktop-only{padding-right:4rem !important}.pb-8-desktop-only{padding-bottom:4rem !important}.pl-8-desktop-only{padding-left:4rem !important}.p-10-desktop-only{padding:.625rem !important}.px-10-desktop-only{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-desktop-only{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-desktop-only{padding-top:.625rem !important}.pr-10-desktop-only{padding-right:.625rem !important}.pb-10-desktop-only{padding-bottom:.625rem !important}.pl-10-desktop-only{padding-left:.625rem !important}.p-14-desktop-only{padding:.875rem !important}.px-14-desktop-only{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-desktop-only{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-desktop-only{padding-top:.875rem !important}.pr-14-desktop-only{padding-right:.875rem !important}.pb-14-desktop-only{padding-bottom:.875rem !important}.pl-14-desktop-only{padding-left:.875rem !important}.p-18-desktop-only{padding:1.125rem !important}.px-18-desktop-only{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-desktop-only{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-desktop-only{padding-top:1.125rem !important}.pr-18-desktop-only{padding-right:1.125rem !important}.pb-18-desktop-only{padding-bottom:1.125rem !important}.pl-18-desktop-only{padding-left:1.125rem !important}.p-20-desktop-only{padding:1.25rem !important}.px-20-desktop-only{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-desktop-only{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-desktop-only{padding-top:1.25rem !important}.pr-20-desktop-only{padding-right:1.25rem !important}.pb-20-desktop-only{padding-bottom:1.25rem !important}.pl-20-desktop-only{padding-left:1.25rem !important}.p-26-desktop-only{padding:1.625rem !important}.px-26-desktop-only{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-desktop-only{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-desktop-only{padding-top:1.625rem !important}.pr-26-desktop-only{padding-right:1.625rem !important}.pb-26-desktop-only{padding-bottom:1.625rem !important}.pl-26-desktop-only{padding-left:1.625rem !important}.p-28-desktop-only{padding:1.75rem !important}.px-28-desktop-only{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-desktop-only{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-desktop-only{padding-top:1.75rem !important}.pr-28-desktop-only{padding-right:1.75rem !important}.pb-28-desktop-only{padding-bottom:1.75rem !important}.pl-28-desktop-only{padding-left:1.75rem !important}.p-30-desktop-only{padding:1.875rem !important}.px-30-desktop-only{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-desktop-only{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-desktop-only{padding-top:1.875rem !important}.pr-30-desktop-only{padding-right:1.875rem !important}.pb-30-desktop-only{padding-bottom:1.875rem !important}.pl-30-desktop-only{padding-left:1.875rem !important}.p-32-desktop-only{padding:2rem !important}.px-32-desktop-only{padding-left:2rem !important;padding-right:2rem !important}.py-32-desktop-only{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-desktop-only{padding-top:2rem !important}.pr-32-desktop-only{padding-right:2rem !important}.pb-32-desktop-only{padding-bottom:2rem !important}.pl-32-desktop-only{padding-left:2rem !important}.p-36-desktop-only{padding:2.25rem !important}.px-36-desktop-only{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-desktop-only{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-desktop-only{padding-top:2.25rem !important}.pr-36-desktop-only{padding-right:2.25rem !important}.pb-36-desktop-only{padding-bottom:2.25rem !important}.pl-36-desktop-only{padding-left:2.25rem !important}.p-38-desktop-only{padding:2.375rem !important}.px-38-desktop-only{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-desktop-only{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-desktop-only{padding-top:2.375rem !important}.pr-38-desktop-only{padding-right:2.375rem !important}.pb-38-desktop-only{padding-bottom:2.375rem !important}.pl-38-desktop-only{padding-left:2.375rem !important}.p-40-desktop-only{padding:2.5rem !important}.px-40-desktop-only{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-desktop-only{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-desktop-only{padding-top:2.5rem !important}.pr-40-desktop-only{padding-right:2.5rem !important}.pb-40-desktop-only{padding-bottom:2.5rem !important}.pl-40-desktop-only{padding-left:2.5rem !important}.p-46-desktop-only{padding:2.875rem !important}.px-46-desktop-only{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-desktop-only{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-desktop-only{padding-top:2.875rem !important}.pr-46-desktop-only{padding-right:2.875rem !important}.pb-46-desktop-only{padding-bottom:2.875rem !important}.pl-46-desktop-only{padding-left:2.875rem !important}.p-48-desktop-only{padding:3rem !important}.px-48-desktop-only{padding-left:3rem !important;padding-right:3rem !important}.py-48-desktop-only{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-desktop-only{padding-top:3rem !important}.pr-48-desktop-only{padding-right:3rem !important}.pb-48-desktop-only{padding-bottom:3rem !important}.pl-48-desktop-only{padding-left:3rem !important}.p-53-desktop-only{padding:3.3125rem !important}.px-53-desktop-only{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-desktop-only{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-desktop-only{padding-top:3.3125rem !important}.pr-53-desktop-only{padding-right:3.3125rem !important}.pb-53-desktop-only{padding-bottom:3.3125rem !important}.pl-53-desktop-only{padding-left:3.3125rem !important}.p-72-desktop-only{padding:4.5rem !important}.px-72-desktop-only{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-desktop-only{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-desktop-only{padding-top:4.5rem !important}.pr-72-desktop-only{padding-right:4.5rem !important}.pb-72-desktop-only{padding-bottom:4.5rem !important}.pl-72-desktop-only{padding-left:4.5rem !important}.p-80-desktop-only{padding:5rem !important}.px-80-desktop-only{padding-left:5rem !important;padding-right:5rem !important}.py-80-desktop-only{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-desktop-only{padding-top:5rem !important}.pr-80-desktop-only{padding-right:5rem !important}.pb-80-desktop-only{padding-bottom:5rem !important}.pl-80-desktop-only{padding-left:5rem !important}.p-64-desktop-only{padding:4rem !important}.px-64-desktop-only{padding-left:4rem !important;padding-right:4rem !important}.py-64-desktop-only{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-desktop-only{padding-top:4rem !important}.pr-64-desktop-only{padding-right:4rem !important}.pb-64-desktop-only{padding-bottom:4rem !important}.pl-64-desktop-only{padding-left:4rem !important}}@media screen and (max-width: 1259px){.m-0-until-widescreen{margin:0 !important}.mx-0-until-widescreen{margin-left:0 !important;margin-right:0 !important}.my-0-until-widescreen{margin-top:0 !important;margin-bottom:0 !important}.mt-0-until-widescreen{margin-top:0 !important}.mr-0-until-widescreen{margin-right:0 !important}.mb-0-until-widescreen{margin-bottom:0 !important}.ml-0-until-widescreen{margin-left:0 !important}.m-1-until-widescreen{margin:.25rem !important}.mx-1-until-widescreen{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-until-widescreen{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-until-widescreen{margin-top:.25rem !important}.mr-1-until-widescreen{margin-right:.25rem !important}.mb-1-until-widescreen{margin-bottom:.25rem !important}.ml-1-until-widescreen{margin-left:.25rem !important}.m-2-until-widescreen{margin:.5rem !important}.mx-2-until-widescreen{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-until-widescreen{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-until-widescreen{margin-top:.5rem !important}.mr-2-until-widescreen{margin-right:.5rem !important}.mb-2-until-widescreen{margin-bottom:.5rem !important}.ml-2-until-widescreen{margin-left:.5rem !important}.m-negative-2-until-widescreen{margin:-0.5rem !important}.mx-negative-2-until-widescreen{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-until-widescreen{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-until-widescreen{margin-top:-0.5rem !important}.mr-negative-2-until-widescreen{margin-right:-0.5rem !important}.mb-negative-2-until-widescreen{margin-bottom:-0.5rem !important}.ml-negative-2-until-widescreen{margin-left:-0.5rem !important}.m-3-until-widescreen{margin:.75rem !important}.mx-3-until-widescreen{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-until-widescreen{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-until-widescreen{margin-top:.75rem !important}.mr-3-until-widescreen{margin-right:.75rem !important}.mb-3-until-widescreen{margin-bottom:.75rem !important}.ml-3-until-widescreen{margin-left:.75rem !important}.m-4-until-widescreen{margin:1rem !important}.mx-4-until-widescreen{margin-left:1rem !important;margin-right:1rem !important}.my-4-until-widescreen{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-until-widescreen{margin-top:1rem !important}.mr-4-until-widescreen{margin-right:1rem !important}.mb-4-until-widescreen{margin-bottom:1rem !important}.ml-4-until-widescreen{margin-left:1rem !important}.m-negative-4-until-widescreen{margin:-1rem !important}.mx-negative-4-until-widescreen{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-until-widescreen{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-until-widescreen{margin-top:-1rem !important}.mr-negative-4-until-widescreen{margin-right:-1rem !important}.mb-negative-4-until-widescreen{margin-bottom:-1rem !important}.ml-negative-4-until-widescreen{margin-left:-1rem !important}.m-5-until-widescreen{margin:1.5rem !important}.mx-5-until-widescreen{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-until-widescreen{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-until-widescreen{margin-top:1.5rem !important}.mr-5-until-widescreen{margin-right:1.5rem !important}.mb-5-until-widescreen{margin-bottom:1.5rem !important}.ml-5-until-widescreen{margin-left:1.5rem !important}.m-negative-5-until-widescreen{margin:-1.5rem !important}.mx-negative-5-until-widescreen{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-until-widescreen{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-until-widescreen{margin-top:-1.5rem !important}.mr-negative-5-until-widescreen{margin-right:-1.5rem !important}.mb-negative-5-until-widescreen{margin-bottom:-1.5rem !important}.ml-negative-5-until-widescreen{margin-left:-1.5rem !important}.m-6-until-widescreen{margin:3rem !important}.mx-6-until-widescreen{margin-left:3rem !important;margin-right:3rem !important}.my-6-until-widescreen{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-until-widescreen{margin-top:3rem !important}.mr-6-until-widescreen{margin-right:3rem !important}.mb-6-until-widescreen{margin-bottom:3rem !important}.ml-6-until-widescreen{margin-left:3rem !important}.m-8-until-widescreen{margin:4rem !important}.mx-8-until-widescreen{margin-left:4rem !important;margin-right:4rem !important}.my-8-until-widescreen{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-until-widescreen{margin-top:4rem !important}.mr-8-until-widescreen{margin-right:4rem !important}.mb-8-until-widescreen{margin-bottom:4rem !important}.ml-8-until-widescreen{margin-left:4rem !important}.m-10-until-widescreen{margin:.625rem !important}.mx-10-until-widescreen{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-until-widescreen{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-until-widescreen{margin-top:.625rem !important}.mr-10-until-widescreen{margin-right:.625rem !important}.mb-10-until-widescreen{margin-bottom:.625rem !important}.ml-10-until-widescreen{margin-left:.625rem !important}.m-14-until-widescreen{margin:.875rem !important}.mx-14-until-widescreen{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-until-widescreen{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-until-widescreen{margin-top:.875rem !important}.mr-14-until-widescreen{margin-right:.875rem !important}.mb-14-until-widescreen{margin-bottom:.875rem !important}.ml-14-until-widescreen{margin-left:.875rem !important}.m-18-until-widescreen{margin:1.125rem !important}.mx-18-until-widescreen{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-until-widescreen{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-until-widescreen{margin-top:1.125rem !important}.mr-18-until-widescreen{margin-right:1.125rem !important}.mb-18-until-widescreen{margin-bottom:1.125rem !important}.ml-18-until-widescreen{margin-left:1.125rem !important}.m-negative-10-until-widescreen{margin:-0.625rem !important}.mx-negative-10-until-widescreen{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-until-widescreen{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-until-widescreen{margin-top:-0.625rem !important}.mr-negative-10-until-widescreen{margin-right:-0.625rem !important}.mb-negative-10-until-widescreen{margin-bottom:-0.625rem !important}.ml-negative-10-until-widescreen{margin-left:-0.625rem !important}.m-20-until-widescreen{margin:1.25rem !important}.mx-20-until-widescreen{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-until-widescreen{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-until-widescreen{margin-top:1.25rem !important}.mr-20-until-widescreen{margin-right:1.25rem !important}.mb-20-until-widescreen{margin-bottom:1.25rem !important}.ml-20-until-widescreen{margin-left:1.25rem !important}.m-26-until-widescreen{margin:1.625rem !important}.mx-26-until-widescreen{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-until-widescreen{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-until-widescreen{margin-top:1.625rem !important}.mr-26-until-widescreen{margin-right:1.625rem !important}.mb-26-until-widescreen{margin-bottom:1.625rem !important}.ml-26-until-widescreen{margin-left:1.625rem !important}.m-28-until-widescreen{margin:1.75rem !important}.mx-28-until-widescreen{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-until-widescreen{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-until-widescreen{margin-top:1.75rem !important}.mr-28-until-widescreen{margin-right:1.75rem !important}.mb-28-until-widescreen{margin-bottom:1.75rem !important}.ml-28-until-widescreen{margin-left:1.75rem !important}.m-negative-26-until-widescreen{margin:-1.625rem !important}.mx-negative-26-until-widescreen{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-until-widescreen{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-until-widescreen{margin-top:-1.625rem !important}.mr-negative-26-until-widescreen{margin-right:-1.625rem !important}.mb-negative-26-until-widescreen{margin-bottom:-1.625rem !important}.ml-negative-26-until-widescreen{margin-left:-1.625rem !important}.m-30-until-widescreen{margin:1.875rem !important}.mx-30-until-widescreen{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-until-widescreen{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-until-widescreen{margin-top:1.875rem !important}.mr-30-until-widescreen{margin-right:1.875rem !important}.mb-30-until-widescreen{margin-bottom:1.875rem !important}.ml-30-until-widescreen{margin-left:1.875rem !important}.m-32-until-widescreen{margin:2rem !important}.mx-32-until-widescreen{margin-left:2rem !important;margin-right:2rem !important}.my-32-until-widescreen{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-until-widescreen{margin-top:2rem !important}.mr-32-until-widescreen{margin-right:2rem !important}.mb-32-until-widescreen{margin-bottom:2rem !important}.ml-32-until-widescreen{margin-left:2rem !important}.m-negative-32-until-widescreen{margin:-2rem !important}.mx-negative-32-until-widescreen{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-until-widescreen{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-until-widescreen{margin-top:-2rem !important}.mr-negative-32-until-widescreen{margin-right:-2rem !important}.mb-negative-32-until-widescreen{margin-bottom:-2rem !important}.ml-negative-32-until-widescreen{margin-left:-2rem !important}.m-36-until-widescreen{margin:2.25rem !important}.mx-36-until-widescreen{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-until-widescreen{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-until-widescreen{margin-top:2.25rem !important}.mr-36-until-widescreen{margin-right:2.25rem !important}.mb-36-until-widescreen{margin-bottom:2.25rem !important}.ml-36-until-widescreen{margin-left:2.25rem !important}.m-38-until-widescreen{margin:2.375rem !important}.mx-38-until-widescreen{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-until-widescreen{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-until-widescreen{margin-top:2.375rem !important}.mr-38-until-widescreen{margin-right:2.375rem !important}.mb-38-until-widescreen{margin-bottom:2.375rem !important}.ml-38-until-widescreen{margin-left:2.375rem !important}.m-40-until-widescreen{margin:2.5rem !important}.mx-40-until-widescreen{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-until-widescreen{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-until-widescreen{margin-top:2.5rem !important}.mr-40-until-widescreen{margin-right:2.5rem !important}.mb-40-until-widescreen{margin-bottom:2.5rem !important}.ml-40-until-widescreen{margin-left:2.5rem !important}.m-46-until-widescreen{margin:2.875rem !important}.mx-46-until-widescreen{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-until-widescreen{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-until-widescreen{margin-top:2.875rem !important}.mr-46-until-widescreen{margin-right:2.875rem !important}.mb-46-until-widescreen{margin-bottom:2.875rem !important}.ml-46-until-widescreen{margin-left:2.875rem !important}.m-48-until-widescreen{margin:3rem !important}.mx-48-until-widescreen{margin-left:3rem !important;margin-right:3rem !important}.my-48-until-widescreen{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-until-widescreen{margin-top:3rem !important}.mr-48-until-widescreen{margin-right:3rem !important}.mb-48-until-widescreen{margin-bottom:3rem !important}.ml-48-until-widescreen{margin-left:3rem !important}.m-53-until-widescreen{margin:3.3125rem !important}.mx-53-until-widescreen{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-until-widescreen{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-until-widescreen{margin-top:3.3125rem !important}.mr-53-until-widescreen{margin-right:3.3125rem !important}.mb-53-until-widescreen{margin-bottom:3.3125rem !important}.ml-53-until-widescreen{margin-left:3.3125rem !important}.m-72-until-widescreen{margin:4.5rem !important}.mx-72-until-widescreen{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-until-widescreen{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-until-widescreen{margin-top:4.5rem !important}.mr-72-until-widescreen{margin-right:4.5rem !important}.mb-72-until-widescreen{margin-bottom:4.5rem !important}.ml-72-until-widescreen{margin-left:4.5rem !important}.m-80-until-widescreen{margin:5rem !important}.mx-80-until-widescreen{margin-left:5rem !important;margin-right:5rem !important}.my-80-until-widescreen{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-until-widescreen{margin-top:5rem !important}.mr-80-until-widescreen{margin-right:5rem !important}.mb-80-until-widescreen{margin-bottom:5rem !important}.ml-80-until-widescreen{margin-left:5rem !important}.p-0-until-widescreen{padding:0 !important}.px-0-until-widescreen{padding-left:0 !important;padding-right:0 !important}.py-0-until-widescreen{padding-top:0 !important;padding-bottom:0 !important}.pt-0-until-widescreen{padding-top:0 !important}.pr-0-until-widescreen{padding-right:0 !important}.pb-0-until-widescreen{padding-bottom:0 !important}.pl-0-until-widescreen{padding-left:0 !important}.p-1-until-widescreen{padding:.25rem !important}.px-1-until-widescreen{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-until-widescreen{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-until-widescreen{padding-top:.25rem !important}.pr-1-until-widescreen{padding-right:.25rem !important}.pb-1-until-widescreen{padding-bottom:.25rem !important}.pl-1-until-widescreen{padding-left:.25rem !important}.p-2-until-widescreen{padding:.5rem !important}.px-2-until-widescreen{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-until-widescreen{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-until-widescreen{padding-top:.5rem !important}.pr-2-until-widescreen{padding-right:.5rem !important}.pb-2-until-widescreen{padding-bottom:.5rem !important}.pl-2-until-widescreen{padding-left:.5rem !important}.p-3-until-widescreen{padding:.75rem !important}.px-3-until-widescreen{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-until-widescreen{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-until-widescreen{padding-top:.75rem !important}.pr-3-until-widescreen{padding-right:.75rem !important}.pb-3-until-widescreen{padding-bottom:.75rem !important}.pl-3-until-widescreen{padding-left:.75rem !important}.p-4-until-widescreen{padding:1rem !important}.px-4-until-widescreen{padding-left:1rem !important;padding-right:1rem !important}.py-4-until-widescreen{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-until-widescreen{padding-top:1rem !important}.pr-4-until-widescreen{padding-right:1rem !important}.pb-4-until-widescreen{padding-bottom:1rem !important}.pl-4-until-widescreen{padding-left:1rem !important}.p-5-until-widescreen{padding:1.5rem !important}.px-5-until-widescreen{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-until-widescreen{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-until-widescreen{padding-top:1.5rem !important}.pr-5-until-widescreen{padding-right:1.5rem !important}.pb-5-until-widescreen{padding-bottom:1.5rem !important}.pl-5-until-widescreen{padding-left:1.5rem !important}.p-6-until-widescreen{padding:3rem !important}.px-6-until-widescreen{padding-left:3rem !important;padding-right:3rem !important}.py-6-until-widescreen{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-until-widescreen{padding-top:3rem !important}.pr-6-until-widescreen{padding-right:3rem !important}.pb-6-until-widescreen{padding-bottom:3rem !important}.pl-6-until-widescreen{padding-left:3rem !important}.p-8-until-widescreen{padding:4rem !important}.px-8-until-widescreen{padding-left:4rem !important;padding-right:4rem !important}.py-8-until-widescreen{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-until-widescreen{padding-top:4rem !important}.pr-8-until-widescreen{padding-right:4rem !important}.pb-8-until-widescreen{padding-bottom:4rem !important}.pl-8-until-widescreen{padding-left:4rem !important}.p-10-until-widescreen{padding:.625rem !important}.px-10-until-widescreen{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-until-widescreen{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-until-widescreen{padding-top:.625rem !important}.pr-10-until-widescreen{padding-right:.625rem !important}.pb-10-until-widescreen{padding-bottom:.625rem !important}.pl-10-until-widescreen{padding-left:.625rem !important}.p-14-until-widescreen{padding:.875rem !important}.px-14-until-widescreen{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-until-widescreen{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-until-widescreen{padding-top:.875rem !important}.pr-14-until-widescreen{padding-right:.875rem !important}.pb-14-until-widescreen{padding-bottom:.875rem !important}.pl-14-until-widescreen{padding-left:.875rem !important}.p-18-until-widescreen{padding:1.125rem !important}.px-18-until-widescreen{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-until-widescreen{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-until-widescreen{padding-top:1.125rem !important}.pr-18-until-widescreen{padding-right:1.125rem !important}.pb-18-until-widescreen{padding-bottom:1.125rem !important}.pl-18-until-widescreen{padding-left:1.125rem !important}.p-20-until-widescreen{padding:1.25rem !important}.px-20-until-widescreen{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-until-widescreen{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-until-widescreen{padding-top:1.25rem !important}.pr-20-until-widescreen{padding-right:1.25rem !important}.pb-20-until-widescreen{padding-bottom:1.25rem !important}.pl-20-until-widescreen{padding-left:1.25rem !important}.p-26-until-widescreen{padding:1.625rem !important}.px-26-until-widescreen{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-until-widescreen{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-until-widescreen{padding-top:1.625rem !important}.pr-26-until-widescreen{padding-right:1.625rem !important}.pb-26-until-widescreen{padding-bottom:1.625rem !important}.pl-26-until-widescreen{padding-left:1.625rem !important}.p-28-until-widescreen{padding:1.75rem !important}.px-28-until-widescreen{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-until-widescreen{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-until-widescreen{padding-top:1.75rem !important}.pr-28-until-widescreen{padding-right:1.75rem !important}.pb-28-until-widescreen{padding-bottom:1.75rem !important}.pl-28-until-widescreen{padding-left:1.75rem !important}.p-30-until-widescreen{padding:1.875rem !important}.px-30-until-widescreen{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-until-widescreen{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-until-widescreen{padding-top:1.875rem !important}.pr-30-until-widescreen{padding-right:1.875rem !important}.pb-30-until-widescreen{padding-bottom:1.875rem !important}.pl-30-until-widescreen{padding-left:1.875rem !important}.p-32-until-widescreen{padding:2rem !important}.px-32-until-widescreen{padding-left:2rem !important;padding-right:2rem !important}.py-32-until-widescreen{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-until-widescreen{padding-top:2rem !important}.pr-32-until-widescreen{padding-right:2rem !important}.pb-32-until-widescreen{padding-bottom:2rem !important}.pl-32-until-widescreen{padding-left:2rem !important}.p-36-until-widescreen{padding:2.25rem !important}.px-36-until-widescreen{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-until-widescreen{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-until-widescreen{padding-top:2.25rem !important}.pr-36-until-widescreen{padding-right:2.25rem !important}.pb-36-until-widescreen{padding-bottom:2.25rem !important}.pl-36-until-widescreen{padding-left:2.25rem !important}.p-38-until-widescreen{padding:2.375rem !important}.px-38-until-widescreen{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-until-widescreen{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-until-widescreen{padding-top:2.375rem !important}.pr-38-until-widescreen{padding-right:2.375rem !important}.pb-38-until-widescreen{padding-bottom:2.375rem !important}.pl-38-until-widescreen{padding-left:2.375rem !important}.p-40-until-widescreen{padding:2.5rem !important}.px-40-until-widescreen{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-until-widescreen{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-until-widescreen{padding-top:2.5rem !important}.pr-40-until-widescreen{padding-right:2.5rem !important}.pb-40-until-widescreen{padding-bottom:2.5rem !important}.pl-40-until-widescreen{padding-left:2.5rem !important}.p-46-until-widescreen{padding:2.875rem !important}.px-46-until-widescreen{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-until-widescreen{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-until-widescreen{padding-top:2.875rem !important}.pr-46-until-widescreen{padding-right:2.875rem !important}.pb-46-until-widescreen{padding-bottom:2.875rem !important}.pl-46-until-widescreen{padding-left:2.875rem !important}.p-48-until-widescreen{padding:3rem !important}.px-48-until-widescreen{padding-left:3rem !important;padding-right:3rem !important}.py-48-until-widescreen{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-until-widescreen{padding-top:3rem !important}.pr-48-until-widescreen{padding-right:3rem !important}.pb-48-until-widescreen{padding-bottom:3rem !important}.pl-48-until-widescreen{padding-left:3rem !important}.p-53-until-widescreen{padding:3.3125rem !important}.px-53-until-widescreen{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-until-widescreen{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-until-widescreen{padding-top:3.3125rem !important}.pr-53-until-widescreen{padding-right:3.3125rem !important}.pb-53-until-widescreen{padding-bottom:3.3125rem !important}.pl-53-until-widescreen{padding-left:3.3125rem !important}.p-72-until-widescreen{padding:4.5rem !important}.px-72-until-widescreen{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-until-widescreen{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-until-widescreen{padding-top:4.5rem !important}.pr-72-until-widescreen{padding-right:4.5rem !important}.pb-72-until-widescreen{padding-bottom:4.5rem !important}.pl-72-until-widescreen{padding-left:4.5rem !important}.p-80-until-widescreen{padding:5rem !important}.px-80-until-widescreen{padding-left:5rem !important;padding-right:5rem !important}.py-80-until-widescreen{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-until-widescreen{padding-top:5rem !important}.pr-80-until-widescreen{padding-right:5rem !important}.pb-80-until-widescreen{padding-bottom:5rem !important}.pl-80-until-widescreen{padding-left:5rem !important}.p-64-until-widescreen{padding:4rem !important}.px-64-until-widescreen{padding-left:4rem !important;padding-right:4rem !important}.py-64-until-widescreen{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-until-widescreen{padding-top:4rem !important}.pr-64-until-widescreen{padding-right:4rem !important}.pb-64-until-widescreen{padding-bottom:4rem !important}.pl-64-until-widescreen{padding-left:4rem !important}}@media screen and (min-width: 1260px){.m-0-widescreen{margin:0 !important}.mx-0-widescreen{margin-left:0 !important;margin-right:0 !important}.my-0-widescreen{margin-top:0 !important;margin-bottom:0 !important}.mt-0-widescreen{margin-top:0 !important}.mr-0-widescreen{margin-right:0 !important}.mb-0-widescreen{margin-bottom:0 !important}.ml-0-widescreen{margin-left:0 !important}.m-1-widescreen{margin:.25rem !important}.mx-1-widescreen{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-widescreen{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-widescreen{margin-top:.25rem !important}.mr-1-widescreen{margin-right:.25rem !important}.mb-1-widescreen{margin-bottom:.25rem !important}.ml-1-widescreen{margin-left:.25rem !important}.m-2-widescreen{margin:.5rem !important}.mx-2-widescreen{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-widescreen{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-widescreen{margin-top:.5rem !important}.mr-2-widescreen{margin-right:.5rem !important}.mb-2-widescreen{margin-bottom:.5rem !important}.ml-2-widescreen{margin-left:.5rem !important}.m-negative-2-widescreen{margin:-0.5rem !important}.mx-negative-2-widescreen{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-widescreen{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-widescreen{margin-top:-0.5rem !important}.mr-negative-2-widescreen{margin-right:-0.5rem !important}.mb-negative-2-widescreen{margin-bottom:-0.5rem !important}.ml-negative-2-widescreen{margin-left:-0.5rem !important}.m-3-widescreen{margin:.75rem !important}.mx-3-widescreen{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-widescreen{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-widescreen{margin-top:.75rem !important}.mr-3-widescreen{margin-right:.75rem !important}.mb-3-widescreen{margin-bottom:.75rem !important}.ml-3-widescreen{margin-left:.75rem !important}.m-4-widescreen{margin:1rem !important}.mx-4-widescreen{margin-left:1rem !important;margin-right:1rem !important}.my-4-widescreen{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-widescreen{margin-top:1rem !important}.mr-4-widescreen{margin-right:1rem !important}.mb-4-widescreen{margin-bottom:1rem !important}.ml-4-widescreen{margin-left:1rem !important}.m-negative-4-widescreen{margin:-1rem !important}.mx-negative-4-widescreen{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-widescreen{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-widescreen{margin-top:-1rem !important}.mr-negative-4-widescreen{margin-right:-1rem !important}.mb-negative-4-widescreen{margin-bottom:-1rem !important}.ml-negative-4-widescreen{margin-left:-1rem !important}.m-5-widescreen{margin:1.5rem !important}.mx-5-widescreen{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-widescreen{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-widescreen{margin-top:1.5rem !important}.mr-5-widescreen{margin-right:1.5rem !important}.mb-5-widescreen{margin-bottom:1.5rem !important}.ml-5-widescreen{margin-left:1.5rem !important}.m-negative-5-widescreen{margin:-1.5rem !important}.mx-negative-5-widescreen{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-widescreen{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-widescreen{margin-top:-1.5rem !important}.mr-negative-5-widescreen{margin-right:-1.5rem !important}.mb-negative-5-widescreen{margin-bottom:-1.5rem !important}.ml-negative-5-widescreen{margin-left:-1.5rem !important}.m-6-widescreen{margin:3rem !important}.mx-6-widescreen{margin-left:3rem !important;margin-right:3rem !important}.my-6-widescreen{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-widescreen{margin-top:3rem !important}.mr-6-widescreen{margin-right:3rem !important}.mb-6-widescreen{margin-bottom:3rem !important}.ml-6-widescreen{margin-left:3rem !important}.m-8-widescreen{margin:4rem !important}.mx-8-widescreen{margin-left:4rem !important;margin-right:4rem !important}.my-8-widescreen{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-widescreen{margin-top:4rem !important}.mr-8-widescreen{margin-right:4rem !important}.mb-8-widescreen{margin-bottom:4rem !important}.ml-8-widescreen{margin-left:4rem !important}.m-10-widescreen{margin:.625rem !important}.mx-10-widescreen{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-widescreen{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-widescreen{margin-top:.625rem !important}.mr-10-widescreen{margin-right:.625rem !important}.mb-10-widescreen{margin-bottom:.625rem !important}.ml-10-widescreen{margin-left:.625rem !important}.m-14-widescreen{margin:.875rem !important}.mx-14-widescreen{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-widescreen{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-widescreen{margin-top:.875rem !important}.mr-14-widescreen{margin-right:.875rem !important}.mb-14-widescreen{margin-bottom:.875rem !important}.ml-14-widescreen{margin-left:.875rem !important}.m-18-widescreen{margin:1.125rem !important}.mx-18-widescreen{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-widescreen{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-widescreen{margin-top:1.125rem !important}.mr-18-widescreen{margin-right:1.125rem !important}.mb-18-widescreen{margin-bottom:1.125rem !important}.ml-18-widescreen{margin-left:1.125rem !important}.m-negative-10-widescreen{margin:-0.625rem !important}.mx-negative-10-widescreen{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-widescreen{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-widescreen{margin-top:-0.625rem !important}.mr-negative-10-widescreen{margin-right:-0.625rem !important}.mb-negative-10-widescreen{margin-bottom:-0.625rem !important}.ml-negative-10-widescreen{margin-left:-0.625rem !important}.m-20-widescreen{margin:1.25rem !important}.mx-20-widescreen{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-widescreen{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-widescreen{margin-top:1.25rem !important}.mr-20-widescreen{margin-right:1.25rem !important}.mb-20-widescreen{margin-bottom:1.25rem !important}.ml-20-widescreen{margin-left:1.25rem !important}.m-26-widescreen{margin:1.625rem !important}.mx-26-widescreen{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-widescreen{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-widescreen{margin-top:1.625rem !important}.mr-26-widescreen{margin-right:1.625rem !important}.mb-26-widescreen{margin-bottom:1.625rem !important}.ml-26-widescreen{margin-left:1.625rem !important}.m-28-widescreen{margin:1.75rem !important}.mx-28-widescreen{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-widescreen{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-widescreen{margin-top:1.75rem !important}.mr-28-widescreen{margin-right:1.75rem !important}.mb-28-widescreen{margin-bottom:1.75rem !important}.ml-28-widescreen{margin-left:1.75rem !important}.m-negative-26-widescreen{margin:-1.625rem !important}.mx-negative-26-widescreen{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-widescreen{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-widescreen{margin-top:-1.625rem !important}.mr-negative-26-widescreen{margin-right:-1.625rem !important}.mb-negative-26-widescreen{margin-bottom:-1.625rem !important}.ml-negative-26-widescreen{margin-left:-1.625rem !important}.m-30-widescreen{margin:1.875rem !important}.mx-30-widescreen{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-widescreen{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-widescreen{margin-top:1.875rem !important}.mr-30-widescreen{margin-right:1.875rem !important}.mb-30-widescreen{margin-bottom:1.875rem !important}.ml-30-widescreen{margin-left:1.875rem !important}.m-32-widescreen{margin:2rem !important}.mx-32-widescreen{margin-left:2rem !important;margin-right:2rem !important}.my-32-widescreen{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-widescreen{margin-top:2rem !important}.mr-32-widescreen{margin-right:2rem !important}.mb-32-widescreen{margin-bottom:2rem !important}.ml-32-widescreen{margin-left:2rem !important}.m-negative-32-widescreen{margin:-2rem !important}.mx-negative-32-widescreen{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-widescreen{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-widescreen{margin-top:-2rem !important}.mr-negative-32-widescreen{margin-right:-2rem !important}.mb-negative-32-widescreen{margin-bottom:-2rem !important}.ml-negative-32-widescreen{margin-left:-2rem !important}.m-36-widescreen{margin:2.25rem !important}.mx-36-widescreen{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-widescreen{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-widescreen{margin-top:2.25rem !important}.mr-36-widescreen{margin-right:2.25rem !important}.mb-36-widescreen{margin-bottom:2.25rem !important}.ml-36-widescreen{margin-left:2.25rem !important}.m-38-widescreen{margin:2.375rem !important}.mx-38-widescreen{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-widescreen{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-widescreen{margin-top:2.375rem !important}.mr-38-widescreen{margin-right:2.375rem !important}.mb-38-widescreen{margin-bottom:2.375rem !important}.ml-38-widescreen{margin-left:2.375rem !important}.m-40-widescreen{margin:2.5rem !important}.mx-40-widescreen{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-widescreen{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-widescreen{margin-top:2.5rem !important}.mr-40-widescreen{margin-right:2.5rem !important}.mb-40-widescreen{margin-bottom:2.5rem !important}.ml-40-widescreen{margin-left:2.5rem !important}.m-46-widescreen{margin:2.875rem !important}.mx-46-widescreen{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-widescreen{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-widescreen{margin-top:2.875rem !important}.mr-46-widescreen{margin-right:2.875rem !important}.mb-46-widescreen{margin-bottom:2.875rem !important}.ml-46-widescreen{margin-left:2.875rem !important}.m-48-widescreen{margin:3rem !important}.mx-48-widescreen{margin-left:3rem !important;margin-right:3rem !important}.my-48-widescreen{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-widescreen{margin-top:3rem !important}.mr-48-widescreen{margin-right:3rem !important}.mb-48-widescreen{margin-bottom:3rem !important}.ml-48-widescreen{margin-left:3rem !important}.m-53-widescreen{margin:3.3125rem !important}.mx-53-widescreen{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-widescreen{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-widescreen{margin-top:3.3125rem !important}.mr-53-widescreen{margin-right:3.3125rem !important}.mb-53-widescreen{margin-bottom:3.3125rem !important}.ml-53-widescreen{margin-left:3.3125rem !important}.m-72-widescreen{margin:4.5rem !important}.mx-72-widescreen{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-widescreen{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-widescreen{margin-top:4.5rem !important}.mr-72-widescreen{margin-right:4.5rem !important}.mb-72-widescreen{margin-bottom:4.5rem !important}.ml-72-widescreen{margin-left:4.5rem !important}.m-80-widescreen{margin:5rem !important}.mx-80-widescreen{margin-left:5rem !important;margin-right:5rem !important}.my-80-widescreen{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-widescreen{margin-top:5rem !important}.mr-80-widescreen{margin-right:5rem !important}.mb-80-widescreen{margin-bottom:5rem !important}.ml-80-widescreen{margin-left:5rem !important}.p-0-widescreen{padding:0 !important}.px-0-widescreen{padding-left:0 !important;padding-right:0 !important}.py-0-widescreen{padding-top:0 !important;padding-bottom:0 !important}.pt-0-widescreen{padding-top:0 !important}.pr-0-widescreen{padding-right:0 !important}.pb-0-widescreen{padding-bottom:0 !important}.pl-0-widescreen{padding-left:0 !important}.p-1-widescreen{padding:.25rem !important}.px-1-widescreen{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-widescreen{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-widescreen{padding-top:.25rem !important}.pr-1-widescreen{padding-right:.25rem !important}.pb-1-widescreen{padding-bottom:.25rem !important}.pl-1-widescreen{padding-left:.25rem !important}.p-2-widescreen{padding:.5rem !important}.px-2-widescreen{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-widescreen{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-widescreen{padding-top:.5rem !important}.pr-2-widescreen{padding-right:.5rem !important}.pb-2-widescreen{padding-bottom:.5rem !important}.pl-2-widescreen{padding-left:.5rem !important}.p-3-widescreen{padding:.75rem !important}.px-3-widescreen{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-widescreen{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-widescreen{padding-top:.75rem !important}.pr-3-widescreen{padding-right:.75rem !important}.pb-3-widescreen{padding-bottom:.75rem !important}.pl-3-widescreen{padding-left:.75rem !important}.p-4-widescreen{padding:1rem !important}.px-4-widescreen{padding-left:1rem !important;padding-right:1rem !important}.py-4-widescreen{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-widescreen{padding-top:1rem !important}.pr-4-widescreen{padding-right:1rem !important}.pb-4-widescreen{padding-bottom:1rem !important}.pl-4-widescreen{padding-left:1rem !important}.p-5-widescreen{padding:1.5rem !important}.px-5-widescreen{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-widescreen{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-widescreen{padding-top:1.5rem !important}.pr-5-widescreen{padding-right:1.5rem !important}.pb-5-widescreen{padding-bottom:1.5rem !important}.pl-5-widescreen{padding-left:1.5rem !important}.p-6-widescreen{padding:3rem !important}.px-6-widescreen{padding-left:3rem !important;padding-right:3rem !important}.py-6-widescreen{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-widescreen{padding-top:3rem !important}.pr-6-widescreen{padding-right:3rem !important}.pb-6-widescreen{padding-bottom:3rem !important}.pl-6-widescreen{padding-left:3rem !important}.p-8-widescreen{padding:4rem !important}.px-8-widescreen{padding-left:4rem !important;padding-right:4rem !important}.py-8-widescreen{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-widescreen{padding-top:4rem !important}.pr-8-widescreen{padding-right:4rem !important}.pb-8-widescreen{padding-bottom:4rem !important}.pl-8-widescreen{padding-left:4rem !important}.p-10-widescreen{padding:.625rem !important}.px-10-widescreen{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-widescreen{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-widescreen{padding-top:.625rem !important}.pr-10-widescreen{padding-right:.625rem !important}.pb-10-widescreen{padding-bottom:.625rem !important}.pl-10-widescreen{padding-left:.625rem !important}.p-14-widescreen{padding:.875rem !important}.px-14-widescreen{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-widescreen{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-widescreen{padding-top:.875rem !important}.pr-14-widescreen{padding-right:.875rem !important}.pb-14-widescreen{padding-bottom:.875rem !important}.pl-14-widescreen{padding-left:.875rem !important}.p-18-widescreen{padding:1.125rem !important}.px-18-widescreen{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-widescreen{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-widescreen{padding-top:1.125rem !important}.pr-18-widescreen{padding-right:1.125rem !important}.pb-18-widescreen{padding-bottom:1.125rem !important}.pl-18-widescreen{padding-left:1.125rem !important}.p-20-widescreen{padding:1.25rem !important}.px-20-widescreen{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-widescreen{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-widescreen{padding-top:1.25rem !important}.pr-20-widescreen{padding-right:1.25rem !important}.pb-20-widescreen{padding-bottom:1.25rem !important}.pl-20-widescreen{padding-left:1.25rem !important}.p-26-widescreen{padding:1.625rem !important}.px-26-widescreen{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-widescreen{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-widescreen{padding-top:1.625rem !important}.pr-26-widescreen{padding-right:1.625rem !important}.pb-26-widescreen{padding-bottom:1.625rem !important}.pl-26-widescreen{padding-left:1.625rem !important}.p-28-widescreen{padding:1.75rem !important}.px-28-widescreen{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-widescreen{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-widescreen{padding-top:1.75rem !important}.pr-28-widescreen{padding-right:1.75rem !important}.pb-28-widescreen{padding-bottom:1.75rem !important}.pl-28-widescreen{padding-left:1.75rem !important}.p-30-widescreen{padding:1.875rem !important}.px-30-widescreen{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-widescreen{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-widescreen{padding-top:1.875rem !important}.pr-30-widescreen{padding-right:1.875rem !important}.pb-30-widescreen{padding-bottom:1.875rem !important}.pl-30-widescreen{padding-left:1.875rem !important}.p-32-widescreen{padding:2rem !important}.px-32-widescreen{padding-left:2rem !important;padding-right:2rem !important}.py-32-widescreen{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-widescreen{padding-top:2rem !important}.pr-32-widescreen{padding-right:2rem !important}.pb-32-widescreen{padding-bottom:2rem !important}.pl-32-widescreen{padding-left:2rem !important}.p-36-widescreen{padding:2.25rem !important}.px-36-widescreen{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-widescreen{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-widescreen{padding-top:2.25rem !important}.pr-36-widescreen{padding-right:2.25rem !important}.pb-36-widescreen{padding-bottom:2.25rem !important}.pl-36-widescreen{padding-left:2.25rem !important}.p-38-widescreen{padding:2.375rem !important}.px-38-widescreen{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-widescreen{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-widescreen{padding-top:2.375rem !important}.pr-38-widescreen{padding-right:2.375rem !important}.pb-38-widescreen{padding-bottom:2.375rem !important}.pl-38-widescreen{padding-left:2.375rem !important}.p-40-widescreen{padding:2.5rem !important}.px-40-widescreen{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-widescreen{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-widescreen{padding-top:2.5rem !important}.pr-40-widescreen{padding-right:2.5rem !important}.pb-40-widescreen{padding-bottom:2.5rem !important}.pl-40-widescreen{padding-left:2.5rem !important}.p-46-widescreen{padding:2.875rem !important}.px-46-widescreen{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-widescreen{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-widescreen{padding-top:2.875rem !important}.pr-46-widescreen{padding-right:2.875rem !important}.pb-46-widescreen{padding-bottom:2.875rem !important}.pl-46-widescreen{padding-left:2.875rem !important}.p-48-widescreen{padding:3rem !important}.px-48-widescreen{padding-left:3rem !important;padding-right:3rem !important}.py-48-widescreen{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-widescreen{padding-top:3rem !important}.pr-48-widescreen{padding-right:3rem !important}.pb-48-widescreen{padding-bottom:3rem !important}.pl-48-widescreen{padding-left:3rem !important}.p-53-widescreen{padding:3.3125rem !important}.px-53-widescreen{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-widescreen{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-widescreen{padding-top:3.3125rem !important}.pr-53-widescreen{padding-right:3.3125rem !important}.pb-53-widescreen{padding-bottom:3.3125rem !important}.pl-53-widescreen{padding-left:3.3125rem !important}.p-72-widescreen{padding:4.5rem !important}.px-72-widescreen{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-widescreen{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-widescreen{padding-top:4.5rem !important}.pr-72-widescreen{padding-right:4.5rem !important}.pb-72-widescreen{padding-bottom:4.5rem !important}.pl-72-widescreen{padding-left:4.5rem !important}.p-80-widescreen{padding:5rem !important}.px-80-widescreen{padding-left:5rem !important;padding-right:5rem !important}.py-80-widescreen{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-widescreen{padding-top:5rem !important}.pr-80-widescreen{padding-right:5rem !important}.pb-80-widescreen{padding-bottom:5rem !important}.pl-80-widescreen{padding-left:5rem !important}.p-64-widescreen{padding:4rem !important}.px-64-widescreen{padding-left:4rem !important;padding-right:4rem !important}.py-64-widescreen{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-widescreen{padding-top:4rem !important}.pr-64-widescreen{padding-right:4rem !important}.pb-64-widescreen{padding-bottom:4rem !important}.pl-64-widescreen{padding-left:4rem !important}}@media screen and (min-width: 1260px)and (max-width: 1367px){.m-0-widescreen-only{margin:0 !important}.mx-0-widescreen-only{margin-left:0 !important;margin-right:0 !important}.my-0-widescreen-only{margin-top:0 !important;margin-bottom:0 !important}.mt-0-widescreen-only{margin-top:0 !important}.mr-0-widescreen-only{margin-right:0 !important}.mb-0-widescreen-only{margin-bottom:0 !important}.ml-0-widescreen-only{margin-left:0 !important}.m-1-widescreen-only{margin:.25rem !important}.mx-1-widescreen-only{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-widescreen-only{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-widescreen-only{margin-top:.25rem !important}.mr-1-widescreen-only{margin-right:.25rem !important}.mb-1-widescreen-only{margin-bottom:.25rem !important}.ml-1-widescreen-only{margin-left:.25rem !important}.m-2-widescreen-only{margin:.5rem !important}.mx-2-widescreen-only{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-widescreen-only{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-widescreen-only{margin-top:.5rem !important}.mr-2-widescreen-only{margin-right:.5rem !important}.mb-2-widescreen-only{margin-bottom:.5rem !important}.ml-2-widescreen-only{margin-left:.5rem !important}.m-negative-2-widescreen-only{margin:-0.5rem !important}.mx-negative-2-widescreen-only{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-widescreen-only{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-widescreen-only{margin-top:-0.5rem !important}.mr-negative-2-widescreen-only{margin-right:-0.5rem !important}.mb-negative-2-widescreen-only{margin-bottom:-0.5rem !important}.ml-negative-2-widescreen-only{margin-left:-0.5rem !important}.m-3-widescreen-only{margin:.75rem !important}.mx-3-widescreen-only{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-widescreen-only{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-widescreen-only{margin-top:.75rem !important}.mr-3-widescreen-only{margin-right:.75rem !important}.mb-3-widescreen-only{margin-bottom:.75rem !important}.ml-3-widescreen-only{margin-left:.75rem !important}.m-4-widescreen-only{margin:1rem !important}.mx-4-widescreen-only{margin-left:1rem !important;margin-right:1rem !important}.my-4-widescreen-only{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-widescreen-only{margin-top:1rem !important}.mr-4-widescreen-only{margin-right:1rem !important}.mb-4-widescreen-only{margin-bottom:1rem !important}.ml-4-widescreen-only{margin-left:1rem !important}.m-negative-4-widescreen-only{margin:-1rem !important}.mx-negative-4-widescreen-only{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-widescreen-only{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-widescreen-only{margin-top:-1rem !important}.mr-negative-4-widescreen-only{margin-right:-1rem !important}.mb-negative-4-widescreen-only{margin-bottom:-1rem !important}.ml-negative-4-widescreen-only{margin-left:-1rem !important}.m-5-widescreen-only{margin:1.5rem !important}.mx-5-widescreen-only{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-widescreen-only{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-widescreen-only{margin-top:1.5rem !important}.mr-5-widescreen-only{margin-right:1.5rem !important}.mb-5-widescreen-only{margin-bottom:1.5rem !important}.ml-5-widescreen-only{margin-left:1.5rem !important}.m-negative-5-widescreen-only{margin:-1.5rem !important}.mx-negative-5-widescreen-only{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-widescreen-only{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-widescreen-only{margin-top:-1.5rem !important}.mr-negative-5-widescreen-only{margin-right:-1.5rem !important}.mb-negative-5-widescreen-only{margin-bottom:-1.5rem !important}.ml-negative-5-widescreen-only{margin-left:-1.5rem !important}.m-6-widescreen-only{margin:3rem !important}.mx-6-widescreen-only{margin-left:3rem !important;margin-right:3rem !important}.my-6-widescreen-only{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-widescreen-only{margin-top:3rem !important}.mr-6-widescreen-only{margin-right:3rem !important}.mb-6-widescreen-only{margin-bottom:3rem !important}.ml-6-widescreen-only{margin-left:3rem !important}.m-8-widescreen-only{margin:4rem !important}.mx-8-widescreen-only{margin-left:4rem !important;margin-right:4rem !important}.my-8-widescreen-only{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-widescreen-only{margin-top:4rem !important}.mr-8-widescreen-only{margin-right:4rem !important}.mb-8-widescreen-only{margin-bottom:4rem !important}.ml-8-widescreen-only{margin-left:4rem !important}.m-10-widescreen-only{margin:.625rem !important}.mx-10-widescreen-only{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-widescreen-only{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-widescreen-only{margin-top:.625rem !important}.mr-10-widescreen-only{margin-right:.625rem !important}.mb-10-widescreen-only{margin-bottom:.625rem !important}.ml-10-widescreen-only{margin-left:.625rem !important}.m-14-widescreen-only{margin:.875rem !important}.mx-14-widescreen-only{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-widescreen-only{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-widescreen-only{margin-top:.875rem !important}.mr-14-widescreen-only{margin-right:.875rem !important}.mb-14-widescreen-only{margin-bottom:.875rem !important}.ml-14-widescreen-only{margin-left:.875rem !important}.m-18-widescreen-only{margin:1.125rem !important}.mx-18-widescreen-only{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-widescreen-only{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-widescreen-only{margin-top:1.125rem !important}.mr-18-widescreen-only{margin-right:1.125rem !important}.mb-18-widescreen-only{margin-bottom:1.125rem !important}.ml-18-widescreen-only{margin-left:1.125rem !important}.m-negative-10-widescreen-only{margin:-0.625rem !important}.mx-negative-10-widescreen-only{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-widescreen-only{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-widescreen-only{margin-top:-0.625rem !important}.mr-negative-10-widescreen-only{margin-right:-0.625rem !important}.mb-negative-10-widescreen-only{margin-bottom:-0.625rem !important}.ml-negative-10-widescreen-only{margin-left:-0.625rem !important}.m-20-widescreen-only{margin:1.25rem !important}.mx-20-widescreen-only{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-widescreen-only{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-widescreen-only{margin-top:1.25rem !important}.mr-20-widescreen-only{margin-right:1.25rem !important}.mb-20-widescreen-only{margin-bottom:1.25rem !important}.ml-20-widescreen-only{margin-left:1.25rem !important}.m-26-widescreen-only{margin:1.625rem !important}.mx-26-widescreen-only{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-widescreen-only{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-widescreen-only{margin-top:1.625rem !important}.mr-26-widescreen-only{margin-right:1.625rem !important}.mb-26-widescreen-only{margin-bottom:1.625rem !important}.ml-26-widescreen-only{margin-left:1.625rem !important}.m-28-widescreen-only{margin:1.75rem !important}.mx-28-widescreen-only{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-widescreen-only{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-widescreen-only{margin-top:1.75rem !important}.mr-28-widescreen-only{margin-right:1.75rem !important}.mb-28-widescreen-only{margin-bottom:1.75rem !important}.ml-28-widescreen-only{margin-left:1.75rem !important}.m-negative-26-widescreen-only{margin:-1.625rem !important}.mx-negative-26-widescreen-only{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-widescreen-only{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-widescreen-only{margin-top:-1.625rem !important}.mr-negative-26-widescreen-only{margin-right:-1.625rem !important}.mb-negative-26-widescreen-only{margin-bottom:-1.625rem !important}.ml-negative-26-widescreen-only{margin-left:-1.625rem !important}.m-30-widescreen-only{margin:1.875rem !important}.mx-30-widescreen-only{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-widescreen-only{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-widescreen-only{margin-top:1.875rem !important}.mr-30-widescreen-only{margin-right:1.875rem !important}.mb-30-widescreen-only{margin-bottom:1.875rem !important}.ml-30-widescreen-only{margin-left:1.875rem !important}.m-32-widescreen-only{margin:2rem !important}.mx-32-widescreen-only{margin-left:2rem !important;margin-right:2rem !important}.my-32-widescreen-only{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-widescreen-only{margin-top:2rem !important}.mr-32-widescreen-only{margin-right:2rem !important}.mb-32-widescreen-only{margin-bottom:2rem !important}.ml-32-widescreen-only{margin-left:2rem !important}.m-negative-32-widescreen-only{margin:-2rem !important}.mx-negative-32-widescreen-only{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-widescreen-only{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-widescreen-only{margin-top:-2rem !important}.mr-negative-32-widescreen-only{margin-right:-2rem !important}.mb-negative-32-widescreen-only{margin-bottom:-2rem !important}.ml-negative-32-widescreen-only{margin-left:-2rem !important}.m-36-widescreen-only{margin:2.25rem !important}.mx-36-widescreen-only{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-widescreen-only{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-widescreen-only{margin-top:2.25rem !important}.mr-36-widescreen-only{margin-right:2.25rem !important}.mb-36-widescreen-only{margin-bottom:2.25rem !important}.ml-36-widescreen-only{margin-left:2.25rem !important}.m-38-widescreen-only{margin:2.375rem !important}.mx-38-widescreen-only{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-widescreen-only{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-widescreen-only{margin-top:2.375rem !important}.mr-38-widescreen-only{margin-right:2.375rem !important}.mb-38-widescreen-only{margin-bottom:2.375rem !important}.ml-38-widescreen-only{margin-left:2.375rem !important}.m-40-widescreen-only{margin:2.5rem !important}.mx-40-widescreen-only{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-widescreen-only{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-widescreen-only{margin-top:2.5rem !important}.mr-40-widescreen-only{margin-right:2.5rem !important}.mb-40-widescreen-only{margin-bottom:2.5rem !important}.ml-40-widescreen-only{margin-left:2.5rem !important}.m-46-widescreen-only{margin:2.875rem !important}.mx-46-widescreen-only{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-widescreen-only{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-widescreen-only{margin-top:2.875rem !important}.mr-46-widescreen-only{margin-right:2.875rem !important}.mb-46-widescreen-only{margin-bottom:2.875rem !important}.ml-46-widescreen-only{margin-left:2.875rem !important}.m-48-widescreen-only{margin:3rem !important}.mx-48-widescreen-only{margin-left:3rem !important;margin-right:3rem !important}.my-48-widescreen-only{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-widescreen-only{margin-top:3rem !important}.mr-48-widescreen-only{margin-right:3rem !important}.mb-48-widescreen-only{margin-bottom:3rem !important}.ml-48-widescreen-only{margin-left:3rem !important}.m-53-widescreen-only{margin:3.3125rem !important}.mx-53-widescreen-only{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-widescreen-only{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-widescreen-only{margin-top:3.3125rem !important}.mr-53-widescreen-only{margin-right:3.3125rem !important}.mb-53-widescreen-only{margin-bottom:3.3125rem !important}.ml-53-widescreen-only{margin-left:3.3125rem !important}.m-72-widescreen-only{margin:4.5rem !important}.mx-72-widescreen-only{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-widescreen-only{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-widescreen-only{margin-top:4.5rem !important}.mr-72-widescreen-only{margin-right:4.5rem !important}.mb-72-widescreen-only{margin-bottom:4.5rem !important}.ml-72-widescreen-only{margin-left:4.5rem !important}.m-80-widescreen-only{margin:5rem !important}.mx-80-widescreen-only{margin-left:5rem !important;margin-right:5rem !important}.my-80-widescreen-only{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-widescreen-only{margin-top:5rem !important}.mr-80-widescreen-only{margin-right:5rem !important}.mb-80-widescreen-only{margin-bottom:5rem !important}.ml-80-widescreen-only{margin-left:5rem !important}.p-0-widescreen-only{padding:0 !important}.px-0-widescreen-only{padding-left:0 !important;padding-right:0 !important}.py-0-widescreen-only{padding-top:0 !important;padding-bottom:0 !important}.pt-0-widescreen-only{padding-top:0 !important}.pr-0-widescreen-only{padding-right:0 !important}.pb-0-widescreen-only{padding-bottom:0 !important}.pl-0-widescreen-only{padding-left:0 !important}.p-1-widescreen-only{padding:.25rem !important}.px-1-widescreen-only{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-widescreen-only{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-widescreen-only{padding-top:.25rem !important}.pr-1-widescreen-only{padding-right:.25rem !important}.pb-1-widescreen-only{padding-bottom:.25rem !important}.pl-1-widescreen-only{padding-left:.25rem !important}.p-2-widescreen-only{padding:.5rem !important}.px-2-widescreen-only{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-widescreen-only{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-widescreen-only{padding-top:.5rem !important}.pr-2-widescreen-only{padding-right:.5rem !important}.pb-2-widescreen-only{padding-bottom:.5rem !important}.pl-2-widescreen-only{padding-left:.5rem !important}.p-3-widescreen-only{padding:.75rem !important}.px-3-widescreen-only{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-widescreen-only{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-widescreen-only{padding-top:.75rem !important}.pr-3-widescreen-only{padding-right:.75rem !important}.pb-3-widescreen-only{padding-bottom:.75rem !important}.pl-3-widescreen-only{padding-left:.75rem !important}.p-4-widescreen-only{padding:1rem !important}.px-4-widescreen-only{padding-left:1rem !important;padding-right:1rem !important}.py-4-widescreen-only{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-widescreen-only{padding-top:1rem !important}.pr-4-widescreen-only{padding-right:1rem !important}.pb-4-widescreen-only{padding-bottom:1rem !important}.pl-4-widescreen-only{padding-left:1rem !important}.p-5-widescreen-only{padding:1.5rem !important}.px-5-widescreen-only{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-widescreen-only{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-widescreen-only{padding-top:1.5rem !important}.pr-5-widescreen-only{padding-right:1.5rem !important}.pb-5-widescreen-only{padding-bottom:1.5rem !important}.pl-5-widescreen-only{padding-left:1.5rem !important}.p-6-widescreen-only{padding:3rem !important}.px-6-widescreen-only{padding-left:3rem !important;padding-right:3rem !important}.py-6-widescreen-only{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-widescreen-only{padding-top:3rem !important}.pr-6-widescreen-only{padding-right:3rem !important}.pb-6-widescreen-only{padding-bottom:3rem !important}.pl-6-widescreen-only{padding-left:3rem !important}.p-8-widescreen-only{padding:4rem !important}.px-8-widescreen-only{padding-left:4rem !important;padding-right:4rem !important}.py-8-widescreen-only{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-widescreen-only{padding-top:4rem !important}.pr-8-widescreen-only{padding-right:4rem !important}.pb-8-widescreen-only{padding-bottom:4rem !important}.pl-8-widescreen-only{padding-left:4rem !important}.p-10-widescreen-only{padding:.625rem !important}.px-10-widescreen-only{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-widescreen-only{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-widescreen-only{padding-top:.625rem !important}.pr-10-widescreen-only{padding-right:.625rem !important}.pb-10-widescreen-only{padding-bottom:.625rem !important}.pl-10-widescreen-only{padding-left:.625rem !important}.p-14-widescreen-only{padding:.875rem !important}.px-14-widescreen-only{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-widescreen-only{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-widescreen-only{padding-top:.875rem !important}.pr-14-widescreen-only{padding-right:.875rem !important}.pb-14-widescreen-only{padding-bottom:.875rem !important}.pl-14-widescreen-only{padding-left:.875rem !important}.p-18-widescreen-only{padding:1.125rem !important}.px-18-widescreen-only{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-widescreen-only{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-widescreen-only{padding-top:1.125rem !important}.pr-18-widescreen-only{padding-right:1.125rem !important}.pb-18-widescreen-only{padding-bottom:1.125rem !important}.pl-18-widescreen-only{padding-left:1.125rem !important}.p-20-widescreen-only{padding:1.25rem !important}.px-20-widescreen-only{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-widescreen-only{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-widescreen-only{padding-top:1.25rem !important}.pr-20-widescreen-only{padding-right:1.25rem !important}.pb-20-widescreen-only{padding-bottom:1.25rem !important}.pl-20-widescreen-only{padding-left:1.25rem !important}.p-26-widescreen-only{padding:1.625rem !important}.px-26-widescreen-only{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-widescreen-only{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-widescreen-only{padding-top:1.625rem !important}.pr-26-widescreen-only{padding-right:1.625rem !important}.pb-26-widescreen-only{padding-bottom:1.625rem !important}.pl-26-widescreen-only{padding-left:1.625rem !important}.p-28-widescreen-only{padding:1.75rem !important}.px-28-widescreen-only{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-widescreen-only{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-widescreen-only{padding-top:1.75rem !important}.pr-28-widescreen-only{padding-right:1.75rem !important}.pb-28-widescreen-only{padding-bottom:1.75rem !important}.pl-28-widescreen-only{padding-left:1.75rem !important}.p-30-widescreen-only{padding:1.875rem !important}.px-30-widescreen-only{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-widescreen-only{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-widescreen-only{padding-top:1.875rem !important}.pr-30-widescreen-only{padding-right:1.875rem !important}.pb-30-widescreen-only{padding-bottom:1.875rem !important}.pl-30-widescreen-only{padding-left:1.875rem !important}.p-32-widescreen-only{padding:2rem !important}.px-32-widescreen-only{padding-left:2rem !important;padding-right:2rem !important}.py-32-widescreen-only{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-widescreen-only{padding-top:2rem !important}.pr-32-widescreen-only{padding-right:2rem !important}.pb-32-widescreen-only{padding-bottom:2rem !important}.pl-32-widescreen-only{padding-left:2rem !important}.p-36-widescreen-only{padding:2.25rem !important}.px-36-widescreen-only{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-widescreen-only{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-widescreen-only{padding-top:2.25rem !important}.pr-36-widescreen-only{padding-right:2.25rem !important}.pb-36-widescreen-only{padding-bottom:2.25rem !important}.pl-36-widescreen-only{padding-left:2.25rem !important}.p-38-widescreen-only{padding:2.375rem !important}.px-38-widescreen-only{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-widescreen-only{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-widescreen-only{padding-top:2.375rem !important}.pr-38-widescreen-only{padding-right:2.375rem !important}.pb-38-widescreen-only{padding-bottom:2.375rem !important}.pl-38-widescreen-only{padding-left:2.375rem !important}.p-40-widescreen-only{padding:2.5rem !important}.px-40-widescreen-only{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-widescreen-only{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-widescreen-only{padding-top:2.5rem !important}.pr-40-widescreen-only{padding-right:2.5rem !important}.pb-40-widescreen-only{padding-bottom:2.5rem !important}.pl-40-widescreen-only{padding-left:2.5rem !important}.p-46-widescreen-only{padding:2.875rem !important}.px-46-widescreen-only{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-widescreen-only{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-widescreen-only{padding-top:2.875rem !important}.pr-46-widescreen-only{padding-right:2.875rem !important}.pb-46-widescreen-only{padding-bottom:2.875rem !important}.pl-46-widescreen-only{padding-left:2.875rem !important}.p-48-widescreen-only{padding:3rem !important}.px-48-widescreen-only{padding-left:3rem !important;padding-right:3rem !important}.py-48-widescreen-only{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-widescreen-only{padding-top:3rem !important}.pr-48-widescreen-only{padding-right:3rem !important}.pb-48-widescreen-only{padding-bottom:3rem !important}.pl-48-widescreen-only{padding-left:3rem !important}.p-53-widescreen-only{padding:3.3125rem !important}.px-53-widescreen-only{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-widescreen-only{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-widescreen-only{padding-top:3.3125rem !important}.pr-53-widescreen-only{padding-right:3.3125rem !important}.pb-53-widescreen-only{padding-bottom:3.3125rem !important}.pl-53-widescreen-only{padding-left:3.3125rem !important}.p-72-widescreen-only{padding:4.5rem !important}.px-72-widescreen-only{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-widescreen-only{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-widescreen-only{padding-top:4.5rem !important}.pr-72-widescreen-only{padding-right:4.5rem !important}.pb-72-widescreen-only{padding-bottom:4.5rem !important}.pl-72-widescreen-only{padding-left:4.5rem !important}.p-80-widescreen-only{padding:5rem !important}.px-80-widescreen-only{padding-left:5rem !important;padding-right:5rem !important}.py-80-widescreen-only{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-widescreen-only{padding-top:5rem !important}.pr-80-widescreen-only{padding-right:5rem !important}.pb-80-widescreen-only{padding-bottom:5rem !important}.pl-80-widescreen-only{padding-left:5rem !important}.p-64-widescreen-only{padding:4rem !important}.px-64-widescreen-only{padding-left:4rem !important;padding-right:4rem !important}.py-64-widescreen-only{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-widescreen-only{padding-top:4rem !important}.pr-64-widescreen-only{padding-right:4rem !important}.pb-64-widescreen-only{padding-bottom:4rem !important}.pl-64-widescreen-only{padding-left:4rem !important}}@media screen and (max-width: 1367px){.m-0-until-fullhd{margin:0 !important}.mx-0-until-fullhd{margin-left:0 !important;margin-right:0 !important}.my-0-until-fullhd{margin-top:0 !important;margin-bottom:0 !important}.mt-0-until-fullhd{margin-top:0 !important}.mr-0-until-fullhd{margin-right:0 !important}.mb-0-until-fullhd{margin-bottom:0 !important}.ml-0-until-fullhd{margin-left:0 !important}.m-1-until-fullhd{margin:.25rem !important}.mx-1-until-fullhd{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-until-fullhd{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-until-fullhd{margin-top:.25rem !important}.mr-1-until-fullhd{margin-right:.25rem !important}.mb-1-until-fullhd{margin-bottom:.25rem !important}.ml-1-until-fullhd{margin-left:.25rem !important}.m-2-until-fullhd{margin:.5rem !important}.mx-2-until-fullhd{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-until-fullhd{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-until-fullhd{margin-top:.5rem !important}.mr-2-until-fullhd{margin-right:.5rem !important}.mb-2-until-fullhd{margin-bottom:.5rem !important}.ml-2-until-fullhd{margin-left:.5rem !important}.m-negative-2-until-fullhd{margin:-0.5rem !important}.mx-negative-2-until-fullhd{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-until-fullhd{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-until-fullhd{margin-top:-0.5rem !important}.mr-negative-2-until-fullhd{margin-right:-0.5rem !important}.mb-negative-2-until-fullhd{margin-bottom:-0.5rem !important}.ml-negative-2-until-fullhd{margin-left:-0.5rem !important}.m-3-until-fullhd{margin:.75rem !important}.mx-3-until-fullhd{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-until-fullhd{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-until-fullhd{margin-top:.75rem !important}.mr-3-until-fullhd{margin-right:.75rem !important}.mb-3-until-fullhd{margin-bottom:.75rem !important}.ml-3-until-fullhd{margin-left:.75rem !important}.m-4-until-fullhd{margin:1rem !important}.mx-4-until-fullhd{margin-left:1rem !important;margin-right:1rem !important}.my-4-until-fullhd{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-until-fullhd{margin-top:1rem !important}.mr-4-until-fullhd{margin-right:1rem !important}.mb-4-until-fullhd{margin-bottom:1rem !important}.ml-4-until-fullhd{margin-left:1rem !important}.m-negative-4-until-fullhd{margin:-1rem !important}.mx-negative-4-until-fullhd{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-until-fullhd{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-until-fullhd{margin-top:-1rem !important}.mr-negative-4-until-fullhd{margin-right:-1rem !important}.mb-negative-4-until-fullhd{margin-bottom:-1rem !important}.ml-negative-4-until-fullhd{margin-left:-1rem !important}.m-5-until-fullhd{margin:1.5rem !important}.mx-5-until-fullhd{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-until-fullhd{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-until-fullhd{margin-top:1.5rem !important}.mr-5-until-fullhd{margin-right:1.5rem !important}.mb-5-until-fullhd{margin-bottom:1.5rem !important}.ml-5-until-fullhd{margin-left:1.5rem !important}.m-negative-5-until-fullhd{margin:-1.5rem !important}.mx-negative-5-until-fullhd{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-until-fullhd{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-until-fullhd{margin-top:-1.5rem !important}.mr-negative-5-until-fullhd{margin-right:-1.5rem !important}.mb-negative-5-until-fullhd{margin-bottom:-1.5rem !important}.ml-negative-5-until-fullhd{margin-left:-1.5rem !important}.m-6-until-fullhd{margin:3rem !important}.mx-6-until-fullhd{margin-left:3rem !important;margin-right:3rem !important}.my-6-until-fullhd{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-until-fullhd{margin-top:3rem !important}.mr-6-until-fullhd{margin-right:3rem !important}.mb-6-until-fullhd{margin-bottom:3rem !important}.ml-6-until-fullhd{margin-left:3rem !important}.m-8-until-fullhd{margin:4rem !important}.mx-8-until-fullhd{margin-left:4rem !important;margin-right:4rem !important}.my-8-until-fullhd{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-until-fullhd{margin-top:4rem !important}.mr-8-until-fullhd{margin-right:4rem !important}.mb-8-until-fullhd{margin-bottom:4rem !important}.ml-8-until-fullhd{margin-left:4rem !important}.m-10-until-fullhd{margin:.625rem !important}.mx-10-until-fullhd{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-until-fullhd{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-until-fullhd{margin-top:.625rem !important}.mr-10-until-fullhd{margin-right:.625rem !important}.mb-10-until-fullhd{margin-bottom:.625rem !important}.ml-10-until-fullhd{margin-left:.625rem !important}.m-14-until-fullhd{margin:.875rem !important}.mx-14-until-fullhd{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-until-fullhd{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-until-fullhd{margin-top:.875rem !important}.mr-14-until-fullhd{margin-right:.875rem !important}.mb-14-until-fullhd{margin-bottom:.875rem !important}.ml-14-until-fullhd{margin-left:.875rem !important}.m-18-until-fullhd{margin:1.125rem !important}.mx-18-until-fullhd{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-until-fullhd{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-until-fullhd{margin-top:1.125rem !important}.mr-18-until-fullhd{margin-right:1.125rem !important}.mb-18-until-fullhd{margin-bottom:1.125rem !important}.ml-18-until-fullhd{margin-left:1.125rem !important}.m-negative-10-until-fullhd{margin:-0.625rem !important}.mx-negative-10-until-fullhd{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-until-fullhd{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-until-fullhd{margin-top:-0.625rem !important}.mr-negative-10-until-fullhd{margin-right:-0.625rem !important}.mb-negative-10-until-fullhd{margin-bottom:-0.625rem !important}.ml-negative-10-until-fullhd{margin-left:-0.625rem !important}.m-20-until-fullhd{margin:1.25rem !important}.mx-20-until-fullhd{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-until-fullhd{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-until-fullhd{margin-top:1.25rem !important}.mr-20-until-fullhd{margin-right:1.25rem !important}.mb-20-until-fullhd{margin-bottom:1.25rem !important}.ml-20-until-fullhd{margin-left:1.25rem !important}.m-26-until-fullhd{margin:1.625rem !important}.mx-26-until-fullhd{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-until-fullhd{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-until-fullhd{margin-top:1.625rem !important}.mr-26-until-fullhd{margin-right:1.625rem !important}.mb-26-until-fullhd{margin-bottom:1.625rem !important}.ml-26-until-fullhd{margin-left:1.625rem !important}.m-28-until-fullhd{margin:1.75rem !important}.mx-28-until-fullhd{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-until-fullhd{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-until-fullhd{margin-top:1.75rem !important}.mr-28-until-fullhd{margin-right:1.75rem !important}.mb-28-until-fullhd{margin-bottom:1.75rem !important}.ml-28-until-fullhd{margin-left:1.75rem !important}.m-negative-26-until-fullhd{margin:-1.625rem !important}.mx-negative-26-until-fullhd{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-until-fullhd{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-until-fullhd{margin-top:-1.625rem !important}.mr-negative-26-until-fullhd{margin-right:-1.625rem !important}.mb-negative-26-until-fullhd{margin-bottom:-1.625rem !important}.ml-negative-26-until-fullhd{margin-left:-1.625rem !important}.m-30-until-fullhd{margin:1.875rem !important}.mx-30-until-fullhd{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-until-fullhd{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-until-fullhd{margin-top:1.875rem !important}.mr-30-until-fullhd{margin-right:1.875rem !important}.mb-30-until-fullhd{margin-bottom:1.875rem !important}.ml-30-until-fullhd{margin-left:1.875rem !important}.m-32-until-fullhd{margin:2rem !important}.mx-32-until-fullhd{margin-left:2rem !important;margin-right:2rem !important}.my-32-until-fullhd{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-until-fullhd{margin-top:2rem !important}.mr-32-until-fullhd{margin-right:2rem !important}.mb-32-until-fullhd{margin-bottom:2rem !important}.ml-32-until-fullhd{margin-left:2rem !important}.m-negative-32-until-fullhd{margin:-2rem !important}.mx-negative-32-until-fullhd{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-until-fullhd{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-until-fullhd{margin-top:-2rem !important}.mr-negative-32-until-fullhd{margin-right:-2rem !important}.mb-negative-32-until-fullhd{margin-bottom:-2rem !important}.ml-negative-32-until-fullhd{margin-left:-2rem !important}.m-36-until-fullhd{margin:2.25rem !important}.mx-36-until-fullhd{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-until-fullhd{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-until-fullhd{margin-top:2.25rem !important}.mr-36-until-fullhd{margin-right:2.25rem !important}.mb-36-until-fullhd{margin-bottom:2.25rem !important}.ml-36-until-fullhd{margin-left:2.25rem !important}.m-38-until-fullhd{margin:2.375rem !important}.mx-38-until-fullhd{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-until-fullhd{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-until-fullhd{margin-top:2.375rem !important}.mr-38-until-fullhd{margin-right:2.375rem !important}.mb-38-until-fullhd{margin-bottom:2.375rem !important}.ml-38-until-fullhd{margin-left:2.375rem !important}.m-40-until-fullhd{margin:2.5rem !important}.mx-40-until-fullhd{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-until-fullhd{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-until-fullhd{margin-top:2.5rem !important}.mr-40-until-fullhd{margin-right:2.5rem !important}.mb-40-until-fullhd{margin-bottom:2.5rem !important}.ml-40-until-fullhd{margin-left:2.5rem !important}.m-46-until-fullhd{margin:2.875rem !important}.mx-46-until-fullhd{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-until-fullhd{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-until-fullhd{margin-top:2.875rem !important}.mr-46-until-fullhd{margin-right:2.875rem !important}.mb-46-until-fullhd{margin-bottom:2.875rem !important}.ml-46-until-fullhd{margin-left:2.875rem !important}.m-48-until-fullhd{margin:3rem !important}.mx-48-until-fullhd{margin-left:3rem !important;margin-right:3rem !important}.my-48-until-fullhd{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-until-fullhd{margin-top:3rem !important}.mr-48-until-fullhd{margin-right:3rem !important}.mb-48-until-fullhd{margin-bottom:3rem !important}.ml-48-until-fullhd{margin-left:3rem !important}.m-53-until-fullhd{margin:3.3125rem !important}.mx-53-until-fullhd{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-until-fullhd{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-until-fullhd{margin-top:3.3125rem !important}.mr-53-until-fullhd{margin-right:3.3125rem !important}.mb-53-until-fullhd{margin-bottom:3.3125rem !important}.ml-53-until-fullhd{margin-left:3.3125rem !important}.m-72-until-fullhd{margin:4.5rem !important}.mx-72-until-fullhd{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-until-fullhd{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-until-fullhd{margin-top:4.5rem !important}.mr-72-until-fullhd{margin-right:4.5rem !important}.mb-72-until-fullhd{margin-bottom:4.5rem !important}.ml-72-until-fullhd{margin-left:4.5rem !important}.m-80-until-fullhd{margin:5rem !important}.mx-80-until-fullhd{margin-left:5rem !important;margin-right:5rem !important}.my-80-until-fullhd{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-until-fullhd{margin-top:5rem !important}.mr-80-until-fullhd{margin-right:5rem !important}.mb-80-until-fullhd{margin-bottom:5rem !important}.ml-80-until-fullhd{margin-left:5rem !important}.p-0-until-fullhd{padding:0 !important}.px-0-until-fullhd{padding-left:0 !important;padding-right:0 !important}.py-0-until-fullhd{padding-top:0 !important;padding-bottom:0 !important}.pt-0-until-fullhd{padding-top:0 !important}.pr-0-until-fullhd{padding-right:0 !important}.pb-0-until-fullhd{padding-bottom:0 !important}.pl-0-until-fullhd{padding-left:0 !important}.p-1-until-fullhd{padding:.25rem !important}.px-1-until-fullhd{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-until-fullhd{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-until-fullhd{padding-top:.25rem !important}.pr-1-until-fullhd{padding-right:.25rem !important}.pb-1-until-fullhd{padding-bottom:.25rem !important}.pl-1-until-fullhd{padding-left:.25rem !important}.p-2-until-fullhd{padding:.5rem !important}.px-2-until-fullhd{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-until-fullhd{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-until-fullhd{padding-top:.5rem !important}.pr-2-until-fullhd{padding-right:.5rem !important}.pb-2-until-fullhd{padding-bottom:.5rem !important}.pl-2-until-fullhd{padding-left:.5rem !important}.p-3-until-fullhd{padding:.75rem !important}.px-3-until-fullhd{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-until-fullhd{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-until-fullhd{padding-top:.75rem !important}.pr-3-until-fullhd{padding-right:.75rem !important}.pb-3-until-fullhd{padding-bottom:.75rem !important}.pl-3-until-fullhd{padding-left:.75rem !important}.p-4-until-fullhd{padding:1rem !important}.px-4-until-fullhd{padding-left:1rem !important;padding-right:1rem !important}.py-4-until-fullhd{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-until-fullhd{padding-top:1rem !important}.pr-4-until-fullhd{padding-right:1rem !important}.pb-4-until-fullhd{padding-bottom:1rem !important}.pl-4-until-fullhd{padding-left:1rem !important}.p-5-until-fullhd{padding:1.5rem !important}.px-5-until-fullhd{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-until-fullhd{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-until-fullhd{padding-top:1.5rem !important}.pr-5-until-fullhd{padding-right:1.5rem !important}.pb-5-until-fullhd{padding-bottom:1.5rem !important}.pl-5-until-fullhd{padding-left:1.5rem !important}.p-6-until-fullhd{padding:3rem !important}.px-6-until-fullhd{padding-left:3rem !important;padding-right:3rem !important}.py-6-until-fullhd{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-until-fullhd{padding-top:3rem !important}.pr-6-until-fullhd{padding-right:3rem !important}.pb-6-until-fullhd{padding-bottom:3rem !important}.pl-6-until-fullhd{padding-left:3rem !important}.p-8-until-fullhd{padding:4rem !important}.px-8-until-fullhd{padding-left:4rem !important;padding-right:4rem !important}.py-8-until-fullhd{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-until-fullhd{padding-top:4rem !important}.pr-8-until-fullhd{padding-right:4rem !important}.pb-8-until-fullhd{padding-bottom:4rem !important}.pl-8-until-fullhd{padding-left:4rem !important}.p-10-until-fullhd{padding:.625rem !important}.px-10-until-fullhd{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-until-fullhd{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-until-fullhd{padding-top:.625rem !important}.pr-10-until-fullhd{padding-right:.625rem !important}.pb-10-until-fullhd{padding-bottom:.625rem !important}.pl-10-until-fullhd{padding-left:.625rem !important}.p-14-until-fullhd{padding:.875rem !important}.px-14-until-fullhd{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-until-fullhd{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-until-fullhd{padding-top:.875rem !important}.pr-14-until-fullhd{padding-right:.875rem !important}.pb-14-until-fullhd{padding-bottom:.875rem !important}.pl-14-until-fullhd{padding-left:.875rem !important}.p-18-until-fullhd{padding:1.125rem !important}.px-18-until-fullhd{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-until-fullhd{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-until-fullhd{padding-top:1.125rem !important}.pr-18-until-fullhd{padding-right:1.125rem !important}.pb-18-until-fullhd{padding-bottom:1.125rem !important}.pl-18-until-fullhd{padding-left:1.125rem !important}.p-20-until-fullhd{padding:1.25rem !important}.px-20-until-fullhd{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-until-fullhd{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-until-fullhd{padding-top:1.25rem !important}.pr-20-until-fullhd{padding-right:1.25rem !important}.pb-20-until-fullhd{padding-bottom:1.25rem !important}.pl-20-until-fullhd{padding-left:1.25rem !important}.p-26-until-fullhd{padding:1.625rem !important}.px-26-until-fullhd{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-until-fullhd{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-until-fullhd{padding-top:1.625rem !important}.pr-26-until-fullhd{padding-right:1.625rem !important}.pb-26-until-fullhd{padding-bottom:1.625rem !important}.pl-26-until-fullhd{padding-left:1.625rem !important}.p-28-until-fullhd{padding:1.75rem !important}.px-28-until-fullhd{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-until-fullhd{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-until-fullhd{padding-top:1.75rem !important}.pr-28-until-fullhd{padding-right:1.75rem !important}.pb-28-until-fullhd{padding-bottom:1.75rem !important}.pl-28-until-fullhd{padding-left:1.75rem !important}.p-30-until-fullhd{padding:1.875rem !important}.px-30-until-fullhd{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-until-fullhd{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-until-fullhd{padding-top:1.875rem !important}.pr-30-until-fullhd{padding-right:1.875rem !important}.pb-30-until-fullhd{padding-bottom:1.875rem !important}.pl-30-until-fullhd{padding-left:1.875rem !important}.p-32-until-fullhd{padding:2rem !important}.px-32-until-fullhd{padding-left:2rem !important;padding-right:2rem !important}.py-32-until-fullhd{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-until-fullhd{padding-top:2rem !important}.pr-32-until-fullhd{padding-right:2rem !important}.pb-32-until-fullhd{padding-bottom:2rem !important}.pl-32-until-fullhd{padding-left:2rem !important}.p-36-until-fullhd{padding:2.25rem !important}.px-36-until-fullhd{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-until-fullhd{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-until-fullhd{padding-top:2.25rem !important}.pr-36-until-fullhd{padding-right:2.25rem !important}.pb-36-until-fullhd{padding-bottom:2.25rem !important}.pl-36-until-fullhd{padding-left:2.25rem !important}.p-38-until-fullhd{padding:2.375rem !important}.px-38-until-fullhd{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-until-fullhd{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-until-fullhd{padding-top:2.375rem !important}.pr-38-until-fullhd{padding-right:2.375rem !important}.pb-38-until-fullhd{padding-bottom:2.375rem !important}.pl-38-until-fullhd{padding-left:2.375rem !important}.p-40-until-fullhd{padding:2.5rem !important}.px-40-until-fullhd{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-until-fullhd{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-until-fullhd{padding-top:2.5rem !important}.pr-40-until-fullhd{padding-right:2.5rem !important}.pb-40-until-fullhd{padding-bottom:2.5rem !important}.pl-40-until-fullhd{padding-left:2.5rem !important}.p-46-until-fullhd{padding:2.875rem !important}.px-46-until-fullhd{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-until-fullhd{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-until-fullhd{padding-top:2.875rem !important}.pr-46-until-fullhd{padding-right:2.875rem !important}.pb-46-until-fullhd{padding-bottom:2.875rem !important}.pl-46-until-fullhd{padding-left:2.875rem !important}.p-48-until-fullhd{padding:3rem !important}.px-48-until-fullhd{padding-left:3rem !important;padding-right:3rem !important}.py-48-until-fullhd{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-until-fullhd{padding-top:3rem !important}.pr-48-until-fullhd{padding-right:3rem !important}.pb-48-until-fullhd{padding-bottom:3rem !important}.pl-48-until-fullhd{padding-left:3rem !important}.p-53-until-fullhd{padding:3.3125rem !important}.px-53-until-fullhd{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-until-fullhd{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-until-fullhd{padding-top:3.3125rem !important}.pr-53-until-fullhd{padding-right:3.3125rem !important}.pb-53-until-fullhd{padding-bottom:3.3125rem !important}.pl-53-until-fullhd{padding-left:3.3125rem !important}.p-72-until-fullhd{padding:4.5rem !important}.px-72-until-fullhd{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-until-fullhd{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-until-fullhd{padding-top:4.5rem !important}.pr-72-until-fullhd{padding-right:4.5rem !important}.pb-72-until-fullhd{padding-bottom:4.5rem !important}.pl-72-until-fullhd{padding-left:4.5rem !important}.p-80-until-fullhd{padding:5rem !important}.px-80-until-fullhd{padding-left:5rem !important;padding-right:5rem !important}.py-80-until-fullhd{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-until-fullhd{padding-top:5rem !important}.pr-80-until-fullhd{padding-right:5rem !important}.pb-80-until-fullhd{padding-bottom:5rem !important}.pl-80-until-fullhd{padding-left:5rem !important}.p-64-until-fullhd{padding:4rem !important}.px-64-until-fullhd{padding-left:4rem !important;padding-right:4rem !important}.py-64-until-fullhd{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-until-fullhd{padding-top:4rem !important}.pr-64-until-fullhd{padding-right:4rem !important}.pb-64-until-fullhd{padding-bottom:4rem !important}.pl-64-until-fullhd{padding-left:4rem !important}}@media screen and (min-width: 1368px){.m-0-fullhd{margin:0 !important}.mx-0-fullhd{margin-left:0 !important;margin-right:0 !important}.my-0-fullhd{margin-top:0 !important;margin-bottom:0 !important}.mt-0-fullhd{margin-top:0 !important}.mr-0-fullhd{margin-right:0 !important}.mb-0-fullhd{margin-bottom:0 !important}.ml-0-fullhd{margin-left:0 !important}.m-1-fullhd{margin:.25rem !important}.mx-1-fullhd{margin-left:.25rem !important;margin-right:.25rem !important}.my-1-fullhd{margin-top:.25rem !important;margin-bottom:.25rem !important}.mt-1-fullhd{margin-top:.25rem !important}.mr-1-fullhd{margin-right:.25rem !important}.mb-1-fullhd{margin-bottom:.25rem !important}.ml-1-fullhd{margin-left:.25rem !important}.m-2-fullhd{margin:.5rem !important}.mx-2-fullhd{margin-left:.5rem !important;margin-right:.5rem !important}.my-2-fullhd{margin-top:.5rem !important;margin-bottom:.5rem !important}.mt-2-fullhd{margin-top:.5rem !important}.mr-2-fullhd{margin-right:.5rem !important}.mb-2-fullhd{margin-bottom:.5rem !important}.ml-2-fullhd{margin-left:.5rem !important}.m-negative-2-fullhd{margin:-0.5rem !important}.mx-negative-2-fullhd{margin-left:-0.5rem !important;margin-right:-0.5rem !important}.my-negative-2-fullhd{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.mt-negative-2-fullhd{margin-top:-0.5rem !important}.mr-negative-2-fullhd{margin-right:-0.5rem !important}.mb-negative-2-fullhd{margin-bottom:-0.5rem !important}.ml-negative-2-fullhd{margin-left:-0.5rem !important}.m-3-fullhd{margin:.75rem !important}.mx-3-fullhd{margin-left:.75rem !important;margin-right:.75rem !important}.my-3-fullhd{margin-top:.75rem !important;margin-bottom:.75rem !important}.mt-3-fullhd{margin-top:.75rem !important}.mr-3-fullhd{margin-right:.75rem !important}.mb-3-fullhd{margin-bottom:.75rem !important}.ml-3-fullhd{margin-left:.75rem !important}.m-4-fullhd{margin:1rem !important}.mx-4-fullhd{margin-left:1rem !important;margin-right:1rem !important}.my-4-fullhd{margin-top:1rem !important;margin-bottom:1rem !important}.mt-4-fullhd{margin-top:1rem !important}.mr-4-fullhd{margin-right:1rem !important}.mb-4-fullhd{margin-bottom:1rem !important}.ml-4-fullhd{margin-left:1rem !important}.m-negative-4-fullhd{margin:-1rem !important}.mx-negative-4-fullhd{margin-left:-1rem !important;margin-right:-1rem !important}.my-negative-4-fullhd{margin-top:-1rem !important;margin-bottom:-1rem !important}.mt-negative-4-fullhd{margin-top:-1rem !important}.mr-negative-4-fullhd{margin-right:-1rem !important}.mb-negative-4-fullhd{margin-bottom:-1rem !important}.ml-negative-4-fullhd{margin-left:-1rem !important}.m-5-fullhd{margin:1.5rem !important}.mx-5-fullhd{margin-left:1.5rem !important;margin-right:1.5rem !important}.my-5-fullhd{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.mt-5-fullhd{margin-top:1.5rem !important}.mr-5-fullhd{margin-right:1.5rem !important}.mb-5-fullhd{margin-bottom:1.5rem !important}.ml-5-fullhd{margin-left:1.5rem !important}.m-negative-5-fullhd{margin:-1.5rem !important}.mx-negative-5-fullhd{margin-left:-1.5rem !important;margin-right:-1.5rem !important}.my-negative-5-fullhd{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.mt-negative-5-fullhd{margin-top:-1.5rem !important}.mr-negative-5-fullhd{margin-right:-1.5rem !important}.mb-negative-5-fullhd{margin-bottom:-1.5rem !important}.ml-negative-5-fullhd{margin-left:-1.5rem !important}.m-6-fullhd{margin:3rem !important}.mx-6-fullhd{margin-left:3rem !important;margin-right:3rem !important}.my-6-fullhd{margin-top:3rem !important;margin-bottom:3rem !important}.mt-6-fullhd{margin-top:3rem !important}.mr-6-fullhd{margin-right:3rem !important}.mb-6-fullhd{margin-bottom:3rem !important}.ml-6-fullhd{margin-left:3rem !important}.m-8-fullhd{margin:4rem !important}.mx-8-fullhd{margin-left:4rem !important;margin-right:4rem !important}.my-8-fullhd{margin-top:4rem !important;margin-bottom:4rem !important}.mt-8-fullhd{margin-top:4rem !important}.mr-8-fullhd{margin-right:4rem !important}.mb-8-fullhd{margin-bottom:4rem !important}.ml-8-fullhd{margin-left:4rem !important}.m-10-fullhd{margin:.625rem !important}.mx-10-fullhd{margin-left:.625rem !important;margin-right:.625rem !important}.my-10-fullhd{margin-top:.625rem !important;margin-bottom:.625rem !important}.mt-10-fullhd{margin-top:.625rem !important}.mr-10-fullhd{margin-right:.625rem !important}.mb-10-fullhd{margin-bottom:.625rem !important}.ml-10-fullhd{margin-left:.625rem !important}.m-14-fullhd{margin:.875rem !important}.mx-14-fullhd{margin-left:.875rem !important;margin-right:.875rem !important}.my-14-fullhd{margin-top:.875rem !important;margin-bottom:.875rem !important}.mt-14-fullhd{margin-top:.875rem !important}.mr-14-fullhd{margin-right:.875rem !important}.mb-14-fullhd{margin-bottom:.875rem !important}.ml-14-fullhd{margin-left:.875rem !important}.m-18-fullhd{margin:1.125rem !important}.mx-18-fullhd{margin-left:1.125rem !important;margin-right:1.125rem !important}.my-18-fullhd{margin-top:1.125rem !important;margin-bottom:1.125rem !important}.mt-18-fullhd{margin-top:1.125rem !important}.mr-18-fullhd{margin-right:1.125rem !important}.mb-18-fullhd{margin-bottom:1.125rem !important}.ml-18-fullhd{margin-left:1.125rem !important}.m-negative-10-fullhd{margin:-0.625rem !important}.mx-negative-10-fullhd{margin-left:-0.625rem !important;margin-right:-0.625rem !important}.my-negative-10-fullhd{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important}.mt-negative-10-fullhd{margin-top:-0.625rem !important}.mr-negative-10-fullhd{margin-right:-0.625rem !important}.mb-negative-10-fullhd{margin-bottom:-0.625rem !important}.ml-negative-10-fullhd{margin-left:-0.625rem !important}.m-20-fullhd{margin:1.25rem !important}.mx-20-fullhd{margin-left:1.25rem !important;margin-right:1.25rem !important}.my-20-fullhd{margin-top:1.25rem !important;margin-bottom:1.25rem !important}.mt-20-fullhd{margin-top:1.25rem !important}.mr-20-fullhd{margin-right:1.25rem !important}.mb-20-fullhd{margin-bottom:1.25rem !important}.ml-20-fullhd{margin-left:1.25rem !important}.m-26-fullhd{margin:1.625rem !important}.mx-26-fullhd{margin-left:1.625rem !important;margin-right:1.625rem !important}.my-26-fullhd{margin-top:1.625rem !important;margin-bottom:1.625rem !important}.mt-26-fullhd{margin-top:1.625rem !important}.mr-26-fullhd{margin-right:1.625rem !important}.mb-26-fullhd{margin-bottom:1.625rem !important}.ml-26-fullhd{margin-left:1.625rem !important}.m-28-fullhd{margin:1.75rem !important}.mx-28-fullhd{margin-left:1.75rem !important;margin-right:1.75rem !important}.my-28-fullhd{margin-top:1.75rem !important;margin-bottom:1.75rem !important}.mt-28-fullhd{margin-top:1.75rem !important}.mr-28-fullhd{margin-right:1.75rem !important}.mb-28-fullhd{margin-bottom:1.75rem !important}.ml-28-fullhd{margin-left:1.75rem !important}.m-negative-26-fullhd{margin:-1.625rem !important}.mx-negative-26-fullhd{margin-left:-1.625rem !important;margin-right:-1.625rem !important}.my-negative-26-fullhd{margin-top:-1.625rem !important;margin-bottom:-1.625rem !important}.mt-negative-26-fullhd{margin-top:-1.625rem !important}.mr-negative-26-fullhd{margin-right:-1.625rem !important}.mb-negative-26-fullhd{margin-bottom:-1.625rem !important}.ml-negative-26-fullhd{margin-left:-1.625rem !important}.m-30-fullhd{margin:1.875rem !important}.mx-30-fullhd{margin-left:1.875rem !important;margin-right:1.875rem !important}.my-30-fullhd{margin-top:1.875rem !important;margin-bottom:1.875rem !important}.mt-30-fullhd{margin-top:1.875rem !important}.mr-30-fullhd{margin-right:1.875rem !important}.mb-30-fullhd{margin-bottom:1.875rem !important}.ml-30-fullhd{margin-left:1.875rem !important}.m-32-fullhd{margin:2rem !important}.mx-32-fullhd{margin-left:2rem !important;margin-right:2rem !important}.my-32-fullhd{margin-top:2rem !important;margin-bottom:2rem !important}.mt-32-fullhd{margin-top:2rem !important}.mr-32-fullhd{margin-right:2rem !important}.mb-32-fullhd{margin-bottom:2rem !important}.ml-32-fullhd{margin-left:2rem !important}.m-negative-32-fullhd{margin:-2rem !important}.mx-negative-32-fullhd{margin-left:-2rem !important;margin-right:-2rem !important}.my-negative-32-fullhd{margin-top:-2rem !important;margin-bottom:-2rem !important}.mt-negative-32-fullhd{margin-top:-2rem !important}.mr-negative-32-fullhd{margin-right:-2rem !important}.mb-negative-32-fullhd{margin-bottom:-2rem !important}.ml-negative-32-fullhd{margin-left:-2rem !important}.m-36-fullhd{margin:2.25rem !important}.mx-36-fullhd{margin-left:2.25rem !important;margin-right:2.25rem !important}.my-36-fullhd{margin-top:2.25rem !important;margin-bottom:2.25rem !important}.mt-36-fullhd{margin-top:2.25rem !important}.mr-36-fullhd{margin-right:2.25rem !important}.mb-36-fullhd{margin-bottom:2.25rem !important}.ml-36-fullhd{margin-left:2.25rem !important}.m-38-fullhd{margin:2.375rem !important}.mx-38-fullhd{margin-left:2.375rem !important;margin-right:2.375rem !important}.my-38-fullhd{margin-top:2.375rem !important;margin-bottom:2.375rem !important}.mt-38-fullhd{margin-top:2.375rem !important}.mr-38-fullhd{margin-right:2.375rem !important}.mb-38-fullhd{margin-bottom:2.375rem !important}.ml-38-fullhd{margin-left:2.375rem !important}.m-40-fullhd{margin:2.5rem !important}.mx-40-fullhd{margin-left:2.5rem !important;margin-right:2.5rem !important}.my-40-fullhd{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.mt-40-fullhd{margin-top:2.5rem !important}.mr-40-fullhd{margin-right:2.5rem !important}.mb-40-fullhd{margin-bottom:2.5rem !important}.ml-40-fullhd{margin-left:2.5rem !important}.m-46-fullhd{margin:2.875rem !important}.mx-46-fullhd{margin-left:2.875rem !important;margin-right:2.875rem !important}.my-46-fullhd{margin-top:2.875rem !important;margin-bottom:2.875rem !important}.mt-46-fullhd{margin-top:2.875rem !important}.mr-46-fullhd{margin-right:2.875rem !important}.mb-46-fullhd{margin-bottom:2.875rem !important}.ml-46-fullhd{margin-left:2.875rem !important}.m-48-fullhd{margin:3rem !important}.mx-48-fullhd{margin-left:3rem !important;margin-right:3rem !important}.my-48-fullhd{margin-top:3rem !important;margin-bottom:3rem !important}.mt-48-fullhd{margin-top:3rem !important}.mr-48-fullhd{margin-right:3rem !important}.mb-48-fullhd{margin-bottom:3rem !important}.ml-48-fullhd{margin-left:3rem !important}.m-53-fullhd{margin:3.3125rem !important}.mx-53-fullhd{margin-left:3.3125rem !important;margin-right:3.3125rem !important}.my-53-fullhd{margin-top:3.3125rem !important;margin-bottom:3.3125rem !important}.mt-53-fullhd{margin-top:3.3125rem !important}.mr-53-fullhd{margin-right:3.3125rem !important}.mb-53-fullhd{margin-bottom:3.3125rem !important}.ml-53-fullhd{margin-left:3.3125rem !important}.m-72-fullhd{margin:4.5rem !important}.mx-72-fullhd{margin-left:4.5rem !important;margin-right:4.5rem !important}.my-72-fullhd{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.mt-72-fullhd{margin-top:4.5rem !important}.mr-72-fullhd{margin-right:4.5rem !important}.mb-72-fullhd{margin-bottom:4.5rem !important}.ml-72-fullhd{margin-left:4.5rem !important}.m-80-fullhd{margin:5rem !important}.mx-80-fullhd{margin-left:5rem !important;margin-right:5rem !important}.my-80-fullhd{margin-top:5rem !important;margin-bottom:5rem !important}.mt-80-fullhd{margin-top:5rem !important}.mr-80-fullhd{margin-right:5rem !important}.mb-80-fullhd{margin-bottom:5rem !important}.ml-80-fullhd{margin-left:5rem !important}.p-0-fullhd{padding:0 !important}.px-0-fullhd{padding-left:0 !important;padding-right:0 !important}.py-0-fullhd{padding-top:0 !important;padding-bottom:0 !important}.pt-0-fullhd{padding-top:0 !important}.pr-0-fullhd{padding-right:0 !important}.pb-0-fullhd{padding-bottom:0 !important}.pl-0-fullhd{padding-left:0 !important}.p-1-fullhd{padding:.25rem !important}.px-1-fullhd{padding-left:.25rem !important;padding-right:.25rem !important}.py-1-fullhd{padding-top:.25rem !important;padding-bottom:.25rem !important}.pt-1-fullhd{padding-top:.25rem !important}.pr-1-fullhd{padding-right:.25rem !important}.pb-1-fullhd{padding-bottom:.25rem !important}.pl-1-fullhd{padding-left:.25rem !important}.p-2-fullhd{padding:.5rem !important}.px-2-fullhd{padding-left:.5rem !important;padding-right:.5rem !important}.py-2-fullhd{padding-top:.5rem !important;padding-bottom:.5rem !important}.pt-2-fullhd{padding-top:.5rem !important}.pr-2-fullhd{padding-right:.5rem !important}.pb-2-fullhd{padding-bottom:.5rem !important}.pl-2-fullhd{padding-left:.5rem !important}.p-3-fullhd{padding:.75rem !important}.px-3-fullhd{padding-left:.75rem !important;padding-right:.75rem !important}.py-3-fullhd{padding-top:.75rem !important;padding-bottom:.75rem !important}.pt-3-fullhd{padding-top:.75rem !important}.pr-3-fullhd{padding-right:.75rem !important}.pb-3-fullhd{padding-bottom:.75rem !important}.pl-3-fullhd{padding-left:.75rem !important}.p-4-fullhd{padding:1rem !important}.px-4-fullhd{padding-left:1rem !important;padding-right:1rem !important}.py-4-fullhd{padding-top:1rem !important;padding-bottom:1rem !important}.pt-4-fullhd{padding-top:1rem !important}.pr-4-fullhd{padding-right:1rem !important}.pb-4-fullhd{padding-bottom:1rem !important}.pl-4-fullhd{padding-left:1rem !important}.p-5-fullhd{padding:1.5rem !important}.px-5-fullhd{padding-left:1.5rem !important;padding-right:1.5rem !important}.py-5-fullhd{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.pt-5-fullhd{padding-top:1.5rem !important}.pr-5-fullhd{padding-right:1.5rem !important}.pb-5-fullhd{padding-bottom:1.5rem !important}.pl-5-fullhd{padding-left:1.5rem !important}.p-6-fullhd{padding:3rem !important}.px-6-fullhd{padding-left:3rem !important;padding-right:3rem !important}.py-6-fullhd{padding-top:3rem !important;padding-bottom:3rem !important}.pt-6-fullhd{padding-top:3rem !important}.pr-6-fullhd{padding-right:3rem !important}.pb-6-fullhd{padding-bottom:3rem !important}.pl-6-fullhd{padding-left:3rem !important}.p-8-fullhd{padding:4rem !important}.px-8-fullhd{padding-left:4rem !important;padding-right:4rem !important}.py-8-fullhd{padding-top:4rem !important;padding-bottom:4rem !important}.pt-8-fullhd{padding-top:4rem !important}.pr-8-fullhd{padding-right:4rem !important}.pb-8-fullhd{padding-bottom:4rem !important}.pl-8-fullhd{padding-left:4rem !important}.p-10-fullhd{padding:.625rem !important}.px-10-fullhd{padding-left:.625rem !important;padding-right:.625rem !important}.py-10-fullhd{padding-top:.625rem !important;padding-bottom:.625rem !important}.pt-10-fullhd{padding-top:.625rem !important}.pr-10-fullhd{padding-right:.625rem !important}.pb-10-fullhd{padding-bottom:.625rem !important}.pl-10-fullhd{padding-left:.625rem !important}.p-14-fullhd{padding:.875rem !important}.px-14-fullhd{padding-left:.875rem !important;padding-right:.875rem !important}.py-14-fullhd{padding-top:.875rem !important;padding-bottom:.875rem !important}.pt-14-fullhd{padding-top:.875rem !important}.pr-14-fullhd{padding-right:.875rem !important}.pb-14-fullhd{padding-bottom:.875rem !important}.pl-14-fullhd{padding-left:.875rem !important}.p-18-fullhd{padding:1.125rem !important}.px-18-fullhd{padding-left:1.125rem !important;padding-right:1.125rem !important}.py-18-fullhd{padding-top:1.125rem !important;padding-bottom:1.125rem !important}.pt-18-fullhd{padding-top:1.125rem !important}.pr-18-fullhd{padding-right:1.125rem !important}.pb-18-fullhd{padding-bottom:1.125rem !important}.pl-18-fullhd{padding-left:1.125rem !important}.p-20-fullhd{padding:1.25rem !important}.px-20-fullhd{padding-left:1.25rem !important;padding-right:1.25rem !important}.py-20-fullhd{padding-top:1.25rem !important;padding-bottom:1.25rem !important}.pt-20-fullhd{padding-top:1.25rem !important}.pr-20-fullhd{padding-right:1.25rem !important}.pb-20-fullhd{padding-bottom:1.25rem !important}.pl-20-fullhd{padding-left:1.25rem !important}.p-26-fullhd{padding:1.625rem !important}.px-26-fullhd{padding-left:1.625rem !important;padding-right:1.625rem !important}.py-26-fullhd{padding-top:1.625rem !important;padding-bottom:1.625rem !important}.pt-26-fullhd{padding-top:1.625rem !important}.pr-26-fullhd{padding-right:1.625rem !important}.pb-26-fullhd{padding-bottom:1.625rem !important}.pl-26-fullhd{padding-left:1.625rem !important}.p-28-fullhd{padding:1.75rem !important}.px-28-fullhd{padding-left:1.75rem !important;padding-right:1.75rem !important}.py-28-fullhd{padding-top:1.75rem !important;padding-bottom:1.75rem !important}.pt-28-fullhd{padding-top:1.75rem !important}.pr-28-fullhd{padding-right:1.75rem !important}.pb-28-fullhd{padding-bottom:1.75rem !important}.pl-28-fullhd{padding-left:1.75rem !important}.p-30-fullhd{padding:1.875rem !important}.px-30-fullhd{padding-left:1.875rem !important;padding-right:1.875rem !important}.py-30-fullhd{padding-top:1.875rem !important;padding-bottom:1.875rem !important}.pt-30-fullhd{padding-top:1.875rem !important}.pr-30-fullhd{padding-right:1.875rem !important}.pb-30-fullhd{padding-bottom:1.875rem !important}.pl-30-fullhd{padding-left:1.875rem !important}.p-32-fullhd{padding:2rem !important}.px-32-fullhd{padding-left:2rem !important;padding-right:2rem !important}.py-32-fullhd{padding-top:2rem !important;padding-bottom:2rem !important}.pt-32-fullhd{padding-top:2rem !important}.pr-32-fullhd{padding-right:2rem !important}.pb-32-fullhd{padding-bottom:2rem !important}.pl-32-fullhd{padding-left:2rem !important}.p-36-fullhd{padding:2.25rem !important}.px-36-fullhd{padding-left:2.25rem !important;padding-right:2.25rem !important}.py-36-fullhd{padding-top:2.25rem !important;padding-bottom:2.25rem !important}.pt-36-fullhd{padding-top:2.25rem !important}.pr-36-fullhd{padding-right:2.25rem !important}.pb-36-fullhd{padding-bottom:2.25rem !important}.pl-36-fullhd{padding-left:2.25rem !important}.p-38-fullhd{padding:2.375rem !important}.px-38-fullhd{padding-left:2.375rem !important;padding-right:2.375rem !important}.py-38-fullhd{padding-top:2.375rem !important;padding-bottom:2.375rem !important}.pt-38-fullhd{padding-top:2.375rem !important}.pr-38-fullhd{padding-right:2.375rem !important}.pb-38-fullhd{padding-bottom:2.375rem !important}.pl-38-fullhd{padding-left:2.375rem !important}.p-40-fullhd{padding:2.5rem !important}.px-40-fullhd{padding-left:2.5rem !important;padding-right:2.5rem !important}.py-40-fullhd{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.pt-40-fullhd{padding-top:2.5rem !important}.pr-40-fullhd{padding-right:2.5rem !important}.pb-40-fullhd{padding-bottom:2.5rem !important}.pl-40-fullhd{padding-left:2.5rem !important}.p-46-fullhd{padding:2.875rem !important}.px-46-fullhd{padding-left:2.875rem !important;padding-right:2.875rem !important}.py-46-fullhd{padding-top:2.875rem !important;padding-bottom:2.875rem !important}.pt-46-fullhd{padding-top:2.875rem !important}.pr-46-fullhd{padding-right:2.875rem !important}.pb-46-fullhd{padding-bottom:2.875rem !important}.pl-46-fullhd{padding-left:2.875rem !important}.p-48-fullhd{padding:3rem !important}.px-48-fullhd{padding-left:3rem !important;padding-right:3rem !important}.py-48-fullhd{padding-top:3rem !important;padding-bottom:3rem !important}.pt-48-fullhd{padding-top:3rem !important}.pr-48-fullhd{padding-right:3rem !important}.pb-48-fullhd{padding-bottom:3rem !important}.pl-48-fullhd{padding-left:3rem !important}.p-53-fullhd{padding:3.3125rem !important}.px-53-fullhd{padding-left:3.3125rem !important;padding-right:3.3125rem !important}.py-53-fullhd{padding-top:3.3125rem !important;padding-bottom:3.3125rem !important}.pt-53-fullhd{padding-top:3.3125rem !important}.pr-53-fullhd{padding-right:3.3125rem !important}.pb-53-fullhd{padding-bottom:3.3125rem !important}.pl-53-fullhd{padding-left:3.3125rem !important}.p-72-fullhd{padding:4.5rem !important}.px-72-fullhd{padding-left:4.5rem !important;padding-right:4.5rem !important}.py-72-fullhd{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.pt-72-fullhd{padding-top:4.5rem !important}.pr-72-fullhd{padding-right:4.5rem !important}.pb-72-fullhd{padding-bottom:4.5rem !important}.pl-72-fullhd{padding-left:4.5rem !important}.p-80-fullhd{padding:5rem !important}.px-80-fullhd{padding-left:5rem !important;padding-right:5rem !important}.py-80-fullhd{padding-top:5rem !important;padding-bottom:5rem !important}.pt-80-fullhd{padding-top:5rem !important}.pr-80-fullhd{padding-right:5rem !important}.pb-80-fullhd{padding-bottom:5rem !important}.pl-80-fullhd{padding-left:5rem !important}.p-64-fullhd{padding:4rem !important}.px-64-fullhd{padding-left:4rem !important;padding-right:4rem !important}.py-64-fullhd{padding-top:4rem !important;padding-bottom:4rem !important}.pt-64-fullhd{padding-top:4rem !important}.pr-64-fullhd{padding-right:4rem !important}.pb-64-fullhd{padding-bottom:4rem !important}.pl-64-fullhd{padding-left:4rem !important}}@font-face{font-family:"icomoon";src:url("../647cde1ab506aaabce38.c49ce99589a8.ttf?5o6p4l") format("truetype"),url("../779a712abddc9015c81f.792b17435714.woff?5o6p4l") format("woff");font-weight:normal;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"],.data-submit-table .sort-indicators::before,.data-submit-table .sort-indicators::after,.custom-checkbox .fake-checkbox::before,.select:not(.is-multiple):not(.is-loading)::after{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-commitment-10::before{content:""}.icon-commitment-9::before{content:""}.icon-commitment-8::before{content:""}.icon-commitment-7::before{content:""}.icon-commitment-6::before{content:""}.icon-commitment-5::before{content:""}.icon-commitment-4::before{content:""}.icon-commitment-3::before{content:""}.icon-commitment-2::before{content:""}.icon-commitment-1::before{content:""}.icon-question::before{content:""}.icon-minus::before{content:""}.icon-triangle-up::before{content:""}.icon-triangle-down::before{content:""}.icon-close::before{content:""}.icon-chevron-up::before{content:""}.icon-chevron-down::before{content:""}.icon-plus::before{content:""}.icon-check::before{content:""}.icon-arrow-down::before{content:""}.icon-arrow-up::before{content:""}.icon-arrow-left::before{content:""}.icon-arrow-right::before{content:""}.icon-search::before{content:""}.icon-pdf::before{content:""}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}@media screen and (min-width: 768px),print{body{font-size:18px}}.text-block ul,ul:not([class]):not([id]){padding-left:10px}.text-block ul li,ul:not([class]):not([id]) li{position:relative}.text-block ul li::before,ul:not([class]):not([id]) li::before{content:"•";position:absolute;left:1px;top:4px;font-size:14px}.text-block ol,ol:not([class]):not([id]){padding-left:7px;list-style:none;counter-reset:list-counter}.text-block ol li,ol:not([class]):not([id]) li{counter-increment:list-counter;display:flex;align-items:baseline}.text-block ol li::before,ol:not([class]):not([id]) li::before{content:counter(list-counter) ". ";margin-right:6px}a{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95)}.js-wrap-each-line{display:flex;flex-wrap:wrap}.js-wrap-each-line span{position:relative}.js-wrap-each-line span::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:4;background-color:#ffed00;box-shadow:0 0 0 3px #ffed00,9px 0 0 3px #ffed00}@media screen and (min-width: 1024px){.js-wrap-each-line span::after{box-shadow:0 -6px 0 3px #ffed00,0 6px 0 3px #ffed00}}.js-wrap-each-line b{z-index:6}.display-1{letter-spacing:-2.4em;line-height:1.1}@media screen and (min-width: 768px){.display-1{font-size:3rem !important}}@media screen and (min-width: 1024px){.display-1{font-size:4.1875rem !important;line-height:1}}.display-1 span{letter-spacing:normal;padding-left:.5625rem}@media screen and (min-width: 1024px){.display-1 span{letter-spacing:.41875rem;padding:0rem .875rem}}.display-1 span::after{box-shadow:0 0 0 3px #ffed00,9px 0 0 3px #ffed00}@media screen and (min-width: 1024px){.display-1 span::after{box-shadow:0 -6px 0 3px #ffed00,0 6px 0 3px #ffed00}}h2.js-wrap-each-line span,.h2.js-wrap-each-line span,h1.js-wrap-each-line span,.h1.js-wrap-each-line span{padding:0rem .375rem}@media screen and (min-width: 768px){h2.js-wrap-each-line span,.h2.js-wrap-each-line span,h1.js-wrap-each-line span,.h1.js-wrap-each-line span{padding:0rem .875rem}}h2.js-wrap-each-line span::after,.h2.js-wrap-each-line span::after,h1.js-wrap-each-line span::after,.h1.js-wrap-each-line span::after{box-shadow:0 -3px 0 3px #ffed00,0 5px 0 3px #ffed00}@media screen and (min-width: 768px){h2.js-wrap-each-line span::after,.h2.js-wrap-each-line span::after,h1.js-wrap-each-line span::after,.h1.js-wrap-each-line span::after{box-shadow:0 -8px 0 3px #ffed00,0 10px 0 3px #ffed00}}figure img{width:100%}input[type=text],input[type=search],input[type=email],input[type=tel],textarea{-webkit-appearance:none}input[type=text]:focus,input[type=text]:hover,input[type=search]:focus,input[type=search]:hover,input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,textarea:focus,textarea:hover{box-shadow:none;outline:none}.control input,.control textarea{font-size:1rem;font-weight:300}.control textarea{min-height:160px}.select{width:100%}.select.select--scores-select{width:auto;height:2rem}.select.select--scores-select:not(.is-multiple):not(.is-loading)::after{content:"";right:.5625rem}.select.select--scores-select select{height:2rem;font-size:.875rem;font-weight:800;border-width:2px;border-color:#efefef;border-radius:0;padding-left:.1875rem;min-width:13.5rem}.select select{width:100%;font-size:1rem}.select:not(.is-multiple):not(.is-loading)::after{content:"";border:0;width:auto;height:auto;position:absolute;margin:0;transform:translateY(-50%) rotate(0);font-size:.9375rem;right:.8125rem}.custom-checkbox{position:relative;display:inline-flex !important;align-items:flex-start}.custom-checkbox input[type=checkbox]{position:absolute;top:0;left:0;z-index:-5;opacity:0;width:1px;height:1px}.custom-checkbox input[type=checkbox]:checked~.fake-checkbox{background-color:#000}.custom-checkbox input[type=checkbox]:checked~.fake-checkbox::before{opacity:1}.custom-checkbox .fake-checkbox{display:flex;align-items:center;justify-content:center;width:.75rem;height:.75rem;background-color:#efefef;margin-right:.5rem;flex-shrink:0}.custom-checkbox .fake-checkbox::before{content:"";display:block;opacity:0;position:relative;top:0;color:#ffed00;font-size:7px}.custom-checkbox .value{color:#b8b8b8}.custom-checkbox--alt input[type=checkbox]:checked~.fake-checkbox{border-color:#000}.custom-checkbox--alt .fake-checkbox{width:1rem;height:1rem;border-radius:.125rem;background-color:#fff;border:1px solid #d6d6d6;overflow:hidden}.custom-checkbox--alt .fake-checkbox::before{font-size:.625rem}.custom-checkbox--lg .fake-checkbox{width:1.5rem;height:1.5rem;border-radius:0}.custom-checkbox--lg .fake-checkbox::before{font-size:.8125rem}.custom-checkbox--block{display:block !important}.radio-button-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-0.5rem}.radio-button-wrapper .radio-button{width:calc(50% - .25rem);margin-bottom:.5rem}.radio-button input[type=radio]{position:absolute;z-index:-5;opacity:0;width:1px;height:1px}.radio-button input[type=radio]:checked+label{background-color:#2db4d6;border-color:#2db4d6;color:#fff}.radio-button label{display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #d6d6d6;border-radius:.25rem;padding:.625rem;min-height:3.8125rem;cursor:pointer;font-size:1.125rem;font-weight:700}.radio-button label:hover{border-color:#000}.field:not(:last-child){margin-bottom:1.5rem}.label{line-height:1.5}.label:not(:last-child){margin-bottom:.25rem}.label .optional{color:#b8b8b8}body.js-custom-scroll{height:100vh}body.home-page{background-color:#f3f3f3}body.inner-page,body.impact-page-single,body.impact-page{background-color:#fafafa}.wrapper{display:flex;flex-direction:column;min-height:100vh}.submit-form-page .wrapper{overflow:visible !important}#main{flex-grow:1}.map-page #main{overflow:hidden}.accessibility{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.accessibility:focus{position:static;width:auto;height:auto}.container{padding:0 12px}@media screen and (min-width: 1024px){.container{max-width:1278px}}.title.is-1{line-height:1.042}.title.is-2{line-height:1.112}.is-size-4{line-height:1.334}.is-size-5{line-height:1.4}.is-size-6{line-height:1.5}.is-size-7{line-height:1.143}.is-size-8{font-size:.75rem}.is-size-14{font-size:14px}@media screen and (min-width: 1260px){.is-flex-direction-row-widescreen{flex-direction:row !important}}a.is-hovered{transition:color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95)}a.is-hovered:hover{color:#2db4d6 !important}.link-download .icon{width:auto}.is-size-10{font-size:.625rem}.is-size-12{font-size:.75rem}.is-size-13{font-size:.8125rem}.is-size-20{font-size:1.25rem}.is-size-42{font-size:2.625rem}.is-size-32{font-size:2rem}.is-size-30{font-size:1.875rem;line-height:1.334}.bulma-reset-mixin{-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.w-full{width:100%}.has-text-weight-extrabold{font-weight:800}.tag:not(body){height:auto}.tag:not(body).is-medium{line-height:1.25;font-size:.875rem;height:1.25rem}@media screen and (min-width: 768px){.tag:not(body).is-medium{font-size:1rem}}.tag:not(body).is-normal{font-size:.75rem}@media screen and (min-width: 768px){.tag:not(body).is-normal{font-size:.875rem}}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.base-section{padding:2.5rem 0rem}@media screen and (min-width: 1024px){.base-section{padding:4rem 0rem}}.page-background{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:flex-start;z-index:-1;overflow:hidden}@media screen and (min-width: 768px){.page-background{left:-551px;right:0;top:-151px}}.home-page .page-background{z-index:auto}.home-page .page-background::after{display:none}.inner-page .page-background,.impact-page .page-background{z-index:auto;top:-200px;left:-421px}@media screen and (min-width: 768px){.inner-page .page-background,.impact-page .page-background{top:-1107px}}.impact-page-single .page-background{z-index:auto;top:-200px;left:-421px}@media screen and (min-width: 768px){.impact-page-single .page-background{top:-1307px}}@media screen and (min-width: 1024px){.impact-page-single .page-background{top:-3307px}}.page-background.overlay .page-background__image-holder::after{display:block}.page-background__image-holder{position:relative}.page-background__image-holder::after{display:none;content:"";position:absolute;left:-9999px;right:-9999px;top:0;bottom:0;background-color:hsla(0,0%,100%,.6)}.page-background img{max-width:none;width:2410px;flex-shrink:0;display:block}@media screen and (min-width: 1024px){.page-background img{width:3621px}}.simplebar-track.simplebar-vertical{width:.625rem;background-color:rgba(0,0,0,0)}.simplebar-track.simplebar-vertical .simplebar-scrollbar::before{background-color:#ffed00;border-radius:0;left:0;right:0;border:0;opacity:1}.simplebar-track .simplebar-scrollbar::before{background-color:#ffed00;border-radius:0}.map-bg{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#f3f3f3}.map-bg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.6)}.map-bg img{width:100%}.is-size-40{font-size:1.5rem;line-height:1.4}@media screen and (min-width: 1024px){.is-size-40{font-size:2.5rem;line-height:1.2}}.is-size-46{font-size:2.875rem;line-height:1.1}.display-1{letter-spacing:-2.4em;line-height:1.1}@media screen and (min-width: 768px){.display-1{font-size:3rem !important}}@media screen and (min-width: 1024px){.display-1{font-size:4.1875rem !important;line-height:1}}.display-1 span{letter-spacing:normal;padding-left:.5625rem;position:relative}@media screen and (min-width: 1024px){.display-1 span{letter-spacing:.41875rem;padding:0rem .875rem}}.display-1 span::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:4;background-color:#ffed00;box-shadow:0 0 0 3px #ffed00,9px 0 0 3px #ffed00}@media screen and (min-width: 1024px){.display-1 span::after{box-shadow:0 -6px 0 3px #ffed00,0 6px 0 3px #ffed00}}.display-1 b{z-index:6}.has-background-grey-ef-80{background-color:rgba(239,239,239,.8)}.has-background-yellow{background-color:#ffed00}.js-tab-hidden{display:block !important;left:-9999px !important;position:absolute !important;top:-9999px !important}*{scrollbar-width:thin;scrollbar-color:#ffed00 rgba(0,0,0,0)}*::-webkit-scrollbar{height:10px;width:10px}*::-webkit-scrollbar-track{border-radius:0;background-color:rgba(0,0,0,0)}*::-webkit-scrollbar-track:hover{background-color:rgba(0,0,0,0)}*::-webkit-scrollbar-track:active{background-color:rgba(0,0,0,0)}*::-webkit-scrollbar-thumb{border-radius:0;background-color:#ffed00}*::-webkit-scrollbar-thumb:hover{background-color:#ffed00}*::-webkit-scrollbar-thumb:active{background-color:#ffed00}@media screen and (min-width: 768px){.border-right-tablet{border:1px solid #fff;border-left:0}}@media screen and (min-width: 1024px){.is-4-desktop{width:33.333% !important}}@media screen and (min-width: 1024px){.is-8-desktop{width:66.66666674% !important}}.demo-announcement{position:fixed;bottom:0;left:50%;transform:translateX(-50%);padding:.2rem 0;font-size:.75rem;background:#000;color:#fff;text-align:center;opacity:.4;z-index:2000;transition:opacity .3s}.demo-announcement:hover{opacity:.9}.demo-announcement .container{margin-top:0 !important;margin-bottom:0 !important}@media all and (min-width: 981px){.demo-announcement .container{margin-top:.5rem !important}}.page-header{padding:1.5rem 0}.page-header__buttons{margin-left:auto}.header{border-bottom:1px solid #d6d6d6;z-index:99}.header__top-panel{border-bottom:1px solid #d6d6d6}.header .navbar{display:grid;grid-template-columns:11.75rem 1fr;min-height:0}@media screen and (min-width: 768px){.header .navbar{grid-template-columns:12.5rem 1fr}}@media screen and (min-width: 1260px){.header .navbar{grid-template-columns:17.25rem 1fr}}.navbar-brand{position:relative;min-height:0}.navbar-brand::after{content:"";right:0;top:0;bottom:0;position:absolute;width:1px;background-color:#d6d6d6}.navbar-burger{width:20px;height:20px;margin-left:auto;margin-top:1.9375rem}.navbar-burger:hover{background-color:rgba(0,0,0,0)}.navbar-burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-burger span{height:.21rem;width:100%}.navbar-burger span:first-child{top:0}.navbar-burger span:nth-child(2){top:calc(50% - 4px)}.navbar-burger span:last-child{top:calc(50% + 2px)}@media screen and (max-width: 1023px){.navbar-menu{position:absolute;left:-1.4375rem;right:0;top:100%;z-index:99;background-color:#fff;border-top:1px solid #d6d6d6}}.page-footer{margin-top:4rem;border-top:1px solid #d6d6d6}.page-footer .container{margin-top:0 !important;margin-bottom:0 !important}.page-footer .page-footer__top .container,.page-footer .page-footer__bottom .container{display:flex;flex-flow:row wrap;padding:0}@media all and (min-width: 981px){.page-footer .page-footer__top .container,.page-footer .page-footer__bottom .container{flex-flow:row nowrap;padding:0 1.5rem}}.page-footer .page-footer__brand{padding:1rem 2rem;margin:auto 0;width:18.5rem;min-width:15rem;border-right:1px solid #d6d6d6;flex-shrink:0}@media all and (max-width: 980px){.page-footer .page-footer__brand{width:100%;padding:2rem;border:none;border-top:1px solid #d6d6d6}.page-footer .page-footer__brand .page-logo{display:block;width:15rem;margin:auto}}.page-footer .page-footer__nav{display:flex;flex-flow:row wrap;padding:1rem auto 1rem 2rem;order:-1;margin:auto}@media all and (min-width: 981px){.page-footer .page-footer__nav{flex-flow:row nowrap;justify-content:initial;order:initial;margin:0}}.page-footer .page-footer__links,.page-footer .page-footer__signup{display:flex;flex-flow:column nowrap;justify-content:flex-start;padding:1.5rem}.page-footer .page-footer__links p,.page-footer .page-footer__signup p{text-transform:uppercase;font-weight:bold;font-size:.875rem}.page-footer .page-footer__links{padding-right:3vw}@media all and (max-width: 980px){.page-footer .page-footer__links{padding-bottom:.5rem}}.page-footer .page-footer__signup{padding-right:2rem}@media all and (min-width: 981px){.page-footer .page-footer__signup{padding-right:0}}.page-footer .page-footer__data-links{display:flex;width:100%;flex:1;padding:0;margin:.25rem 0 0;list-style:none;text-transform:uppercase;font-weight:bold;font-size:1.25em}.page-footer .page-footer__data-links li+li{margin-left:1.75rem}.page-footer .page-footer__data-links a{display:block}@media all and (min-width: 981px){.page-footer .page-footer__data-links li+li{margin-left:3vw}}.page-footer .page-footer__signup .button{white-space:nowrap;padding:.5rem 1rem;font-size:.875rem}.page-footer .page-footer__bottom{font-size:.75rem;border-top:1px solid #d6d6d6;text-align:center}@media all and (min-width: 981px){.page-footer .page-footer__bottom{text-align:initial}}.page-footer .page-footer__copyright{padding:1rem 2rem;text-align:center;width:100%;border-top:1px solid #d6d6d6}@media all and (min-width: 981px){.page-footer .page-footer__copyright{width:18.5rem;border:none;border-right:1px solid #d6d6d6}}.page-footer .page-footer__pages{display:flex;flex-flow:row nowrap;width:100%;order:-1}.page-footer .page-footer__pages .footer-link{flex:1}.page-footer .page-footer__pages .footer-link+.footer-link{border-left:1px solid #d6d6d6}.page-footer .page-footer__pages a{display:block;padding:1rem 2rem;width:100%;text-align:center;color:inherit}@media all and (min-width: 981px){.page-footer .page-footer__pages{flex:1;order:initial}}.footer{background-color:#fff;position:relative;z-index:2}@media screen and (min-width: 768px){.footer__holder{display:grid;grid-template-columns:200px 1fr}}@media screen and (min-width: 1024px){.footer__holder{grid-template-columns:13.75rem 1fr}}@media screen and (max-width: 767px){.footer .navbar-brand{max-width:13.75rem}}@media screen and (min-width: 1024px){.footer .column.is-4-desktop{width:33.33333337% !important}}.nav{display:flex;width:100%;align-items:center;position:fixed;top:0;left:0;z-index:1000}@media all and (max-width: 980px){.nav .nav-bar{display:flex;align-items:center;justify-content:space-between;width:100%;transform:translateY(0%);transition:transform .15s ease-out;border-bottom:1px solid #d6d6d6;background:#fff;will-change:transform}}@media all and (max-width: 980px){.not-shown .nav .nav-bar{transform:translateY(-100%)}}.nav .nav-brand{display:flex;align-items:center;justify-content:flex-start;width:9.25rem;padding:.5rem;flex-shrink:0}.nav .nav-brand .page-logo{display:block;overflow:hidden}.nav .nav-brand svg{width:100%;height:auto}@media all and (min-width: 981px){.nav .nav-brand{width:15.125rem;border-right:1px solid #d6d6d6;padding:.75rem .75rem .75rem 1rem}}.nav .nav-main__links,.nav .nav-mobile__links{display:flex;width:100%;justify-content:flex-end;align-items:center;padding:.75rem 1rem .75rem .5rem;font-size:.875rem;font-weight:bold;list-style:none;margin:0}.nav .nav-main__links a,.nav .nav-mobile__links a{color:inherit}.nav .nav-main__links .active a,.nav .nav-mobile__links .active a{color:#2db4d6}.nav .nav-main__links li+li{margin-left:2rem}.nav .language-picker[aria-expanded=true]+.nav-main__links{display:none}.nav .nav-main__data-links,.nav .nav-mobile__data-links{display:flex;width:100%;flex:1;padding:0 0 0 1.5rem;justify-content:flex-end;list-style:none;text-transform:uppercase;font-weight:bold}.nav .nav-main__data-links li,.nav .nav-mobile__data-links li{margin:0 1rem}.nav .nav-main__data-links li.active a,.nav .nav-main__data-links li:hover a,.nav .nav-mobile__data-links li.active a,.nav .nav-mobile__data-links li:hover a{border-color:#2db4d6}.nav .nav-main__data-links li:last-child,.nav .nav-mobile__data-links li:last-child{margin-right:1rem}@media all and (min-width: 1300px){.nav .nav-main__data-links li,.nav .nav-mobile__data-links li{margin:0 2rem}}.nav .nav-main__data-links a,.nav .nav-mobile__data-links a{display:block;color:inherit;padding-bottom:1rem;border-bottom:.5rem solid rgba(0,0,0,0);white-space:nowrap}.nav .nav-mobile__data-links{flex-flow:column nowrap;align-items:flex-start;padding:0;font-size:1.5rem}.nav .nav-mobile__data-links li{margin:0 0 1rem}.nav .nav-mobile__data-links a{display:block;color:inherit;padding-bottom:.125rem;border-bottom:.25rem solid rgba(0,0,0,0);white-space:nowrap}.nav .nav-main{display:none;width:100%;flex-flow:column nowrap}.nav .nav-main .nav-main__top{display:flex;align-items:center}.nav .nav-main .nav-main__bottom{display:flex;border-top:1px solid #d6d6d6;padding:0 0 0 1.5rem;align-items:flex-end;flex:1}.nav .nav-main .nav-main__bottom .nav-motto{margin:auto 0;font-weight:bold;line-height:1.2;flex:1}@media all and (min-width: 981px){.nav .nav-main{display:flex}}.nav .nav__toggle{width:2.25rem;margin-right:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:uppercase;font-size:.75rem;font-weight:600;text-align:center;transition:color .3s ease-out}.nav .nav__toggle:focus{outline:none;color:#2db4d6}.nav .nav__toggle .nav-hamburger{display:flex;flex-flow:column nowrap;justify-content:space-between;height:1.5rem;width:100%;margin-top:.35rem}.nav .nav__toggle .nav-hamburger span{display:block;width:100%;height:3px;background:#000}@media all and (min-width: 981px){.nav .nav__toggle{display:none}}@media all and (min-width: 981px){.nav{justify-content:flex-start;align-items:stretch;border-bottom:1px solid #d6d6d6;background:#fff}}.nav-mobile{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#fff url("../022f562fbe6753344187.fe159d2fff72.svg") center center/110vmax no-repeat}.nav-mobile .nav-mobile__container{width:100%;max-width:25rem;margin:auto;padding:0 2rem 1rem}.nav-mobile .nav-mobile__top{display:flex;justify-content:flex-end;align-items:center}.nav-mobile .nav-mobile__top .nav-brand{opacity:0;pointer-events:none}.nav-mobile .nav-mobile__top .nav__toggle .nav-hamburger span:nth-of-type(2n + 1){background:rgba(0,0,0,0)}.nav-mobile .nav-mobile__brand{margin-top:2.5rem;width:16.75rem}.nav-mobile .nav-mobile__links{flex-flow:row wrap;justify-content:flex-start;padding:0}.nav-mobile .nav-mobile__links li{margin:0 2rem 1rem 0}.nav-mobile .search__form{display:flex;padding:.5rem 1rem;margin-top:1rem;position:relative;border:1px solid #d6d6d6;background:#fff}.nav-mobile .search__form button{z-index:100;order:1}.nav-mobile .search__form .icon{position:relative;margin:.125rem 0 0 .125rem !important;pointer-events:none;transition:color .3s ease-out}.nav-mobile .search__form .search__input{position:absolute;width:calc(100% - 2px);height:calc(100% - 2px);top:1px;right:1px;bottom:1px;left:1px;padding-left:3rem;border:none;outline:none;font-size:.75rem;font-family:inherit}.nav-mobile .search__form .search__input::-webkit-input-placeholder{font-family:inherit;font-size:inherit;vertical-align:middle;line-height:1.5}.nav-mobile .search__form .search__input:focus+button .icon{color:#2db4d6}@media all and (min-width: 981px){.nav-mobile{display:none !important}}#nav_toggle:checked+.nav .nav-mobile{display:block}html,body{width:100%}body.indicator-form-page{padding-top:0;background-color:#ffed00}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-track{box-shadow:inset 0 0 .5rem #e6e6e6;border-radius:0}::-webkit-scrollbar-thumb{background:#ffed00;border-radius:0}.button{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);text-shadow:0 1px 4px rgba(0,64,138,.6);height:auto}@media screen and (min-width: 1024px){.button.is-normal{letter-spacing:1.2px}}.button.is-small{font-size:.875rem;padding:.125rem .4375rem}.button.white,.button.has-background-grey-lighter{text-shadow:none !important}.button.white:hover,.button.has-background-grey-lighter:hover{color:#000;background-color:#d6d6d6 !important;border-color:#d6d6d6}@media screen and (max-width: 767px){.button.mobile-lg{font-size:1.125rem !important;padding:1.625rem 2rem !important}}.text-block ul li{padding-left:1rem}.text-block p{margin-bottom:1.5rem}.text-block h2,.text-block h3,.text-block h4{font-weight:700;line-height:1.25}.text-block h2{font-size:1.875rem;line-height:1.112;margin-bottom:.75rem}.text-block h3{font-size:1.125rem;margin-bottom:.25rem}.text-block h4{font-size:1rem;margin-bottom:1rem}.text-card{background-color:#2db4d6;color:#fff;height:100%;min-height:139px}.text-card .is-size-6{line-height:1.5}.text-card .title.is-5{line-height:1.4}.search-form form{position:relative}.search-form .input{border:0;height:2.5rem}.search-form .input::-moz-placeholder{color:#d6d6d6}.search-form .input::-webkit-input-placeholder{color:#d6d6d6}.search-form .input:-moz-placeholder{color:#d6d6d6}.search-form .input:-ms-input-placeholder{color:#d6d6d6}.search-form__button{transition:color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2;font-size:1.25rem;cursor:pointer;margin-top:2px}.search-form__button:hover{color:#2db4d6}.language-dropdown{position:relative}.language-dropdown::after{content:"";left:0;top:0;bottom:0;position:absolute;width:1px;background-color:#d6d6d6}@media screen and (min-width: 768px){.language-dropdown::after{bottom:-0.125rem}}.language-dropdown .dropdown-toggler{cursor:pointer}.home-intro{min-height:24.5625rem;position:relative}@media screen and (min-width: 768px){.home-intro{min-height:26.3125rem}}@media screen and (min-width: 1024px){.home-intro{min-height:41.875rem}}.home-intro .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:82.1875rem}.home-intro__overlay{position:absolute}.home-intro__overlay--var-01{left:0;top:0;z-index:6}@media screen and (min-width: 768px){.home-intro__overlay--var-01{left:-28vw;top:-2.875rem}}@media screen and (min-width: 1024px){.home-intro__overlay--var-01{left:-1vw}}@media screen and (min-width: 1260px){.home-intro__overlay--var-01{left:3vw}}.home-intro__overlay--var-02{bottom:-4.625rem;right:-44.8125rem;z-index:3}@media screen and (min-width: 768px){.home-intro__overlay--var-02{left:50%;top:50%;bottom:auto;right:auto;transform:translate(-50%, -50%)}}@media screen and (min-width: 1024px){.home-intro__overlay--var-02{transform:translate(-44%, -37%)}}@media screen and (min-width: 768px){.home-intro__overlay--var-02 img{width:auto;height:auto;max-width:none}}.home-intro__image{position:absolute;border-radius:50%;aspect-ratio:1/1}.home-intro__image--var-1{display:none}@media screen and (min-width: 768px){.home-intro__image--var-1{left:76.9%;top:58.9%;width:11.1%;max-width:10rem;z-index:3;display:block}}.home-intro__image--var-2{left:19.4%;top:59.3%;width:28%;max-width:117px;z-index:2}@media screen and (min-width: 768px){.home-intro__image--var-2{left:14.7%;top:54.7%;width:15.3%;max-width:13.75rem;z-index:4}}.home-intro__image--var-3{display:none}@media screen and (min-width: 768px){.home-intro__image--var-3{left:81.5%;top:-9.6%;width:15.3%;max-width:13.75rem;display:block;z-index:3}}.home-intro__image--var-4{left:35%;top:0;z-index:3;width:67.2%;max-width:277px}@media screen and (min-width: 768px){.home-intro__image--var-4{left:23.1%;top:-10.4%;z-index:3;width:36.2%;max-width:32.5625rem}}.home-intro__image--var-5{left:68.2%;top:59.2%;width:38.4%;max-width:10rem;z-index:2}@media screen and (min-width: 768px){.home-intro__image--var-5{left:41.2%;top:55.9%;width:20.5%;max-width:18.4375rem}}.home-intro__image--var-6{left:calc(10vw + 86%);top:16%;width:53.5%;max-width:13.6875rem}@media screen and (min-width: 580px){.home-intro__image--var-6{left:calc(10vw + 68%)}}@media screen and (min-width: 768px){.home-intro__image--var-6{left:57%;top:8%;width:28.5%;max-width:25.625rem}}.home-intro__image img{width:100%;height:100%;max-width:none;position:absolute;top:0;left:0;object-fit:cover}@media screen and (min-width: 1024px){.home-intro__description{padding-bottom:5.3125rem}}.who-we-are{padding:4.125rem 0rem 0rem;position:relative;z-index:3}@media screen and (min-width: 768px){.who-we-are{padding:6rem 0rem 0rem}}@media screen and (min-width: 1024px){.who-we-are{padding:9.5rem 0rem 0rem}}.who-we-are__heading{border-radius:50%;margin:0 auto -7.9375rem;aspect-ratio:1/1;max-width:19.25rem;padding:4.4375rem 2rem}@media screen and (min-width: 1024px){.who-we-are__heading{max-width:26.625rem;margin-bottom:-11.25rem;padding:5.8125rem 2.875rem}}@media screen and (min-width: 1024px){.who-we-are__heading--title{line-height:1.16}}.blockquote-section{width:100vw;position:relative;left:50%;right:50%;margin:2rem -50vw 2rem -50vw}.blockquote-section .blockquote{font-size:1.5rem;line-height:1.25}@media screen and (min-width: 768px){.blockquote-section .blockquote{font-size:2rem}}.blockquote-section .blockquote footer{color:#ffed00;font-size:1rem;margin-top:1rem}@media screen and (min-width: 768px){.blockquote-section .blockquote footer{font-size:1.125rem}}.partners-slider .slick-list{overflow:visible}.partners-slider .slick-track{display:flex;align-items:center}.partners-slider .slide-wrapper{max-width:100vw}.partners-slider .slick-dots{list-style-type:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;padding-top:1.5rem}.partners-slider .slick-dots li{padding:0rem .25rem;height:.5rem;display:flex;align-items:center;justify-content:center}.partners-slider .slick-dots .slick-active button{width:.5rem;height:.5rem;background-color:#2db4d6}.partners-slider .slick-dots button{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),height 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);display:block;font-size:0;width:.375rem;height:.375rem;border-radius:50%;background-color:#b8b8b8;padding:0;border:0;cursor:pointer}.partners-slider .slick-dots button:hover{background-color:#2db4d6}.partners-slider .partners-slide{background-color:#fafafa}.partners-slider .partners-slide img{mix-blend-mode:multiply;max-height:10rem;width:auto;object-fit:contain}.home-articles{counter-reset:home-articles-counter;padding-bottom:4rem}@media screen and (min-width: 768px){.home-articles{padding:0 0 6rem}}.home-article{counter-increment:home-articles-counter;position:relative;z-index:2}@media screen and (min-width: 1024px){.home-article:nth-child(odd) .home-article__description{margin-right:-2.125rem;z-index:4}}@media screen and (min-width: 1024px){.home-article:nth-child(odd) .home-article__description::before{margin-left:-2.4375rem}}.home-article:nth-child(odd) .home-article__buttons{text-align:right}@media screen and (min-width: 1024px){.home-article:nth-child(even){text-align:right}}.home-article:nth-child(even) .home-article__description::before{text-align:right;margin-right:-0.9375rem}@media screen and (min-width: 1024px){.home-article:nth-child(even) .home-article__description::before{margin-left:0;margin-right:-1.375rem}}.home-article:nth-child(even) .home-article__description--content{text-align:left}@media screen and (min-width: 1024px){.home-article:nth-child(even) .home-article__description--content{margin-left:-2.8125rem}}@media screen and (min-width: 1024px){.home-article:nth-child(even) .home-article__title{justify-content:flex-end}}.home-article:nth-child(even) .home-article__buttons{text-align:left}@media screen and (min-width: 1024px){.home-article:nth-child(even) .home-article__columns{flex-direction:row-reverse}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(odd) .home-article__description{text-align:right}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(odd) .home-article__description::before{top:-5.3125rem;position:absolute;left:100%;margin-left:-7.125rem}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(odd) .home-article__description--content{text-align:left}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(odd) .home-article__title{justify-content:flex-end}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(even) .home-article__description{text-align:left}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(even) .home-article__description::before{top:-5.3125rem;position:absolute;right:100%;margin-left:-7.125rem}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(even) .home-article__description--content{text-align:left}}@media screen and (min-width: 1024px){.home-article--alt-view:nth-child(even) .home-article__title{margin-left:-42px;justify-content:flex-start}}@media screen and (min-width: 1024px){.home-article--alt-view .home-article__description::before{top:-5.4375rem;margin-bottom:0}}.home-article--accountability{padding:10.5rem 0rem 3.75rem}@media screen and (min-width: 768px){.home-article--accountability{padding:7.5rem 0rem 4.125rem}}@media screen and (min-width: 1024px){.home-article--accountability{padding:3.875rem 0rem 12.5rem;z-index:3}}@media screen and (min-width: 1024px){.home-article--accountability .home-article__buttons{margin-right:-2.25rem}}.home-article__columns{display:flex}@media screen and (max-width: 1023px){.home-article__columns{flex-direction:column-reverse}}@media screen and (min-width: 1024px){.home-article__columns{align-items:center}}@media screen and (max-width: 1023px){.home-article .column{width:100%}}.home-article .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:82.6875rem;position:static}.home-article__description{position:relative;z-index:3}.home-article__description::before{content:"0" counter(home-articles-counter) " ";display:block;font-weight:800;font-size:18.75rem;line-height:1;text-shadow:0 24px 70px rgba(0,0,0,.1);color:#fff;margin-bottom:-4.9375rem}@media screen and (min-width: 768px){.home-article__description::before{font-size:25.625rem;margin-bottom:-6.8125rem}}@media screen and (min-width: 1024px){.home-article__description::before{font-size:33.75rem;margin-bottom:-10.8125rem}}.home-article__description--content{letter-spacing:-0.4px;line-height:1.42;font-size:1.5rem;position:relative;z-index:6}@media screen and (min-width: 1024px){.home-article__description--content{font-size:1.875rem;line-height:1.34}}.home-article__title{margin-bottom:.1875rem !important;margin-left:.1875rem}@media screen and (min-width: 768px){.home-article__title{margin-left:0;margin-bottom:.0625rem !important}}@media screen and (min-width: 1024px){.home-article__title{font-size:clamp(48px,4.6vw,67px) !important;margin-bottom:.4375rem !important}}.home-article__title--global{color:#fff}.home-article__title--global span::after{background-color:#3982b8;box-shadow:0 0 0 3px #3982b8,9px 0 0 3px #3982b8 !important}@media screen and (min-width: 1024px){.home-article__title--global span::after{box-shadow:0 -6px 0 3px #3982b8,0 6px 0 3px #3982b8 !important}}@media screen and (min-width: 768px){.home-article__title span{top:-0.125rem;bottom:-1.25rem}}.home-article__buttons{position:relative;z-index:6}@media screen and (min-width: 768px){.home-article__buttons{letter-spacing:-2.4em}}@media screen and (min-width: 768px){.home-article__buttons .button{letter-spacing:normal}}@media screen and (max-width: 1023px){.home-article__buttons .button.has-background-grey-lighter{background-color:#fff !important;border-color:#fff !important}}@media screen and (max-width: 1023px){.home-article__buttons .button.has-background-grey-lighter:hover{background-color:#2db4d6 !important;border-color:#2db4d6 !important;color:#fff !important}}.home-article__accountability-images{display:grid;grid-template-columns:1fr 1fr;position:relative;margin-bottom:-9rem}@media screen and (min-width: 1024px){.home-article__accountability-images{height:100%;position:static;margin:10.6875rem -2.625rem 0 -51%}}.home-article__accountability-images--decor{display:none}@media screen and (min-width: 1024px){.home-article__accountability-images--decor{position:absolute;top:0;left:0;z-index:3;display:block}}.home-article__accountability-image--var-1{margin:-1.5rem -3.6875rem 0rem .0625rem;z-index:2}@media screen and (min-width: 1024px){.home-article__accountability-image--var-1{width:120.9%}}.home-article__accountability-image--var-2{grid-column:2/2;grid-row:1/1;margin:-2.625rem 0rem 0rem .75rem;width:58%;z-index:2}@media screen and (min-width: 1024px){.home-article__accountability-image--var-2{margin:-3.9375rem 0rem 0rem -0.5625rem;max-width:13.6875rem}}.home-article__accountability-image--var-3{grid-column:2/2;grid-row:1/1;margin:0rem -5rem 0rem 1.75rem}@media screen and (min-width: 1024px){.home-article__accountability-image--var-3{margin:1.6875rem -6.0625rem 0rem 1.3125rem}}.home-article__accountability-image--var-4{position:absolute !important;left:-3.5rem;bottom:-3.3125rem;width:24.1%}@media screen and (min-width: 1024px){.home-article__accountability-image--var-4{position:absolute;left:28.3%;bottom:3.125rem;width:11.4375rem;display:none}}.home-article__image{overflow:hidden;position:relative;border-radius:50%;aspect-ratio:1/1}.home-article__image img{border-radius:50%;max-width:none;width:100%;height:auto}.home-article--issues{margin-top:-4.625rem}@media screen and (min-width: 1024px){.home-article--issues{margin-top:-11.125rem}}.home-article--issues .home-article__description::before{margin-bottom:-4rem}@media screen and (max-width: 767px){.home-article--issues .home-article__description::before{margin-right:-0.6875rem !important}}@media screen and (min-width: 1024px){.home-article--issues .home-article__description::before{margin-bottom:-6.6875rem}}.home-article--issues .home-article__description--decor{display:none}@media screen and (min-width: 1024px){.home-article--issues .home-article__description--decor{position:absolute;aspect-ratio:1/1;display:block;z-index:5;width:48rem;left:-8.9375rem;top:5.25rem}}@media screen and (min-width: 1024px){.home-article--issues .home-article__buttons{margin-left:-2.25rem}}@media screen and (min-width: 1260px){.home-article--issues .home-article__buttons{margin-left:-8.6875rem}}.home-article--issues .home-article__columns .column:last-child{position:relative}.home-article__issues-bg-image{display:flex;align-items:center;justify-content:center;margin-bottom:-13.3125rem}@media screen and (min-width: 1024px){.home-article__issues-bg-image{margin:2.9375rem 0rem -4.0625rem 2.625rem}}.home-article__issues-bg-image img{width:auto;height:auto;max-width:39.625rem;margin-right:-5.1875rem}@media screen and (min-width: 1024px){.home-article__issues-bg-image img{max-width:none;margin-right:0}}.home-article__issues-images{position:absolute;left:0;right:0;top:0;bottom:0;z-index:3}.home-article__issues-image{position:absolute}.home-article__issues-image--var-1{left:1%;top:22.6%;width:37%;max-width:7.875rem}@media screen and (min-width: 768px){.home-article__issues-image--var-1{max-width:12.5625rem}}@media screen and (min-width: 1024px){.home-article__issues-image--var-1{left:-16%;top:20.6%}}.home-article__issues-image--var-2{right:10.2%;top:44%;width:25%;max-width:5.25rem}@media screen and (min-width: 768px){.home-article__issues-image--var-2{max-width:8.4375rem}}@media screen and (min-width: 1024px){.home-article__issues-image--var-2{right:12.2%;top:36.9%}}.home-article__issues-image--var-3{bottom:4.4%;left:34.4%;width:20.6%;max-width:4.3125rem}@media screen and (min-width: 768px){.home-article__issues-image--var-3{max-width:6.9375rem;bottom:-4.6%;left:15.4%}}@media screen and (min-width: 1024px){.home-article__issues-image--var-3{bottom:23.4%;left:22.9%}}.home-article__issues-image--var-4{bottom:-11.7%;left:9.8%;width:41.7%;max-width:8.75rem}@media screen and (min-width: 768px){.home-article__issues-image--var-4{max-width:14rem;bottom:-36.7%;left:-0.2%}}@media screen and (min-width: 1024px){.home-article__issues-image--var-4{bottom:11.2%;left:-6%}}@media screen and (max-width: 1023px){.home-article__issues-image--var-5{display:none}}@media screen and (min-width: 1024px){.home-article__issues-image--var-5{top:-4.3%;left:63%}}.home-article--index{padding:9.375rem 0rem 3.75rem}@media screen and (min-width: 768px){.home-article--index{padding:7.5rem 0rem 4.125rem}}@media screen and (min-width: 1024px){.home-article--index{padding:3.875rem 0rem 12.5rem}}@media screen and (min-width: 768px){.home-article--index .home-article__description{margin-left:-0.75rem}}.home-article--index .home-article__description--decor{display:none}@media screen and (min-width: 1024px){.home-article--index .home-article__description--decor{position:absolute;aspect-ratio:1/1;z-index:5;width:48rem;left:-8.9375rem;top:5.25rem;display:block}}.home-article--index .home-article__accountability-images{margin:0rem 0rem -11.5625rem -2.8125rem}@media screen and (min-width: 1024px){.home-article--index .home-article__accountability-images{margin:4.4375rem -6.375rem 0rem -6.0625rem;position:relative}}.home-article--index .home-article__accountability-images--decor{display:none}.home-article--index .home-article__accountability-image--var-1{width:148%;max-width:30.375rem}@media screen and (min-width: 1024px){.home-article--index .home-article__accountability-image--var-1{width:174.3%;max-width:30.375rem}}.home-article--index .home-article__accountability-image--var-2{position:absolute;max-width:13.6875rem;right:-42px;bottom:-50px;width:66.2%;margin:0}@media screen and (min-width: 1024px){.home-article--index .home-article__accountability-image--var-2{right:-0.5625rem;bottom:-5.625rem;width:64.2%}}.home-article--say-section{padding:9.375rem 0rem 3.75rem}@media screen and (min-width: 768px){.home-article--say-section{padding:7.5rem 0rem 4.125rem}}@media screen and (min-width: 1024px){.home-article--say-section{padding:3.875rem 0rem 12.5rem}}@media screen and (min-width: 1024px){.home-article--say-section .container:not(.is-max-desktop):not(.is-max-widescreen){position:relative}}@media screen and (max-width: 1023px){.home-article--say-section .home-article__columns{flex-direction:column}}.home-article--say-section .home-article__buttons{text-align:left !important}@media screen and (min-width: 768px){.home-article--say-section .home-article__description{margin-left:-0.75rem}}.home-article--say-section .home-article__accountability-images{margin:-4.0625rem 2.625rem 0rem -3rem}@media screen and (min-width: 1024px){.home-article--say-section .home-article__accountability-images{margin:2.75rem 0rem -29.375rem -0.125rem;position:static}}.home-article--say-section .home-article__accountability-images--decor{display:none}.home-article--say-section .home-article__accountability-image--var-1{width:148%;max-width:30.375rem;grid-column:2/2}@media screen and (min-width: 1024px){.home-article--say-section .home-article__accountability-image--var-1{width:200.3%;max-width:32.4375rem;grid-column:1/2}}.home-article--say-section .home-article__accountability-image--var-2{position:absolute;max-width:6.4375rem;left:.9375rem;top:1rem;width:66.2%;margin:0;grid-column:1/1}@media screen and (min-width: 1024px){.home-article--say-section .home-article__accountability-image--var-2{left:24.9%;bottom:-2.9375rem;top:auto;width:64.2%;max-width:9.9375rem}}.home-article--global-index{margin-top:-2.875rem;margin-bottom:-16.875rem}@media screen and (min-width: 1024px){.home-article--global-index{margin-bottom:-12.75rem;margin-top:-2.3125rem}}@media screen and (min-width: 1024px){.home-article--global-index .home-article__columns{margin-bottom:-25.375rem}}@media screen and (max-width: 767px){.home-article--global-index .home-article__description::before{transform:translateX(-0.9375rem);margin-bottom:-6.5625rem}}@media screen and (min-width: 1024px){.home-article--global-index .home-article__description::before{top:-7.375rem !important;margin-right:-4.4375rem !important}}@media screen and (min-width: 1024px){.home-article--global-index .home-article__title{text-align:right !important;justify-content:flex-end !important}}@media screen and (max-width: 767px){.home-article--global-index .home-article__buttons{text-align:right !important}}@media screen and (min-width: 1024px){.home-article--global-index .home-article__buttons{margin-left:-2.875rem}}.home-article--impact-section{margin-top:-2.375rem}@media screen and (min-width: 1024px){.home-article--impact-section{margin-top:-1.0625rem}}@media screen and (max-width: 767px){.home-article--impact-section .home-article__description::before{text-align:left !important;margin-left:-0.625rem}}.home-article__cards{padding-top:.875rem}@media screen and (min-width: 1024px){.home-article__cards{margin-top:-3.6875rem;padding-top:0}}.home-article__bottom-button .button{font-size:18px !important;padding:26px 30px !important;letter-spacing:0 !important}.global-visual .home-article__title{position:absolute;left:.125rem;top:.75rem}@media screen and (min-width: 1024px){.global-visual .home-article__title{text-align:left !important;justify-content:flex-start !important;max-width:21rem;top:21rem;margin-left:.3125rem !important}}@media screen and (min-width: 1260px){.global-visual .home-article__title{max-width:31.1875rem}}.global-visual__holder{border-radius:50%;aspect-ratio:1/1;width:154.2vw}@media screen and (min-width: 768px){.global-visual__holder{width:114.2vw}}@media screen and (min-width: 1024px){.global-visual__holder{width:95.9375rem}}.global-visual__image{z-index:2}@media screen and (max-width: 1023px){.global-visual__image{width:84.6%}}.global-visual__decor{position:absolute;width:18.8125rem;aspect-ratio:1/1}@media screen and (min-width: 1024px){.global-visual__decor{width:50.9%}}.global-visual__decor--top{top:.4375rem;left:6.9375rem}@media screen and (min-width: 768px){.global-visual__decor--top{left:0}}@media screen and (min-width: 1024px){.global-visual__decor--top{left:172px;top:-80px}}.global-visual__decor--bottom{right:3.3125rem;bottom:-1rem;transform:rotate(115deg)}@media screen and (min-width: 768px){.global-visual__decor--bottom{right:-0.5rem;bottom:-0.5rem}}@media screen and (min-width: 1024px){.global-visual__decor--bottom{right:1.0625rem;bottom:-9.75rem}}.impact-card{z-index:2;width:100%}.impact-card a{min-height:23.25rem;position:relative;overflow:hidden}@media screen and (min-width: 768px){.impact-card a{min-height:25.1875rem}}.impact-card a:hover img{transform:scale(1.14)}.impact-card__image{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.impact-card__image img{transition:transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);width:100%;height:100%;max-width:none;position:absolute;top:0;left:0;object-fit:cover}.impact-card__image::after{content:"";left:0;right:0;bottom:0;top:0;position:absolute;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 53.12%)}.impact-card__category{position:absolute;left:.5rem;top:.5rem}.impact-section .section-heading{margin-bottom:2rem}@media screen and (min-width: 768px){.impact-section .section-heading{margin-bottom:5.375rem}}.impact-items{min-width:100%}.impact-items.js-related-slider{margin:0rem -0.75rem;overflow:hidden}@media screen and (max-width: 1023px){.impact-items.js-related-slider{padding-right:4.5rem}}.impact-items.js-related-slider .impact-card{padding:0rem .75rem}@media screen and (max-width: 767px){.impact-items.js-related-slider .impact-card a{min-height:18.625rem}}.impact-items.js-related-slider .slide{overflow:hidden}@media screen and (max-width: 1023px){.impact-items.js-related-slider .slick-list{overflow:visible}}.impact-items .impact-card{margin-bottom:.0625rem !important}.impact-items .impact-card a{padding:3.75rem 1rem 1.375rem !important}@media screen and (min-width: 1024px){.impact-items .impact-card a{min-height:24.5625rem}}.impact-items .impact-card time{text-transform:none !important;font-size:.875rem !important}.impact-items .impact-card__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.34}@media screen and (min-width: 768px){.filter-dropdown{position:static}}.filter-dropdown.is-active .dropdown-toggler{background-color:#000 !important;color:#fff}.filter-dropdown--sort{position:relative}.filter-dropdown--sort .dropdown-menu{left:auto;right:0}@media screen and (min-width: 768px){.filter-dropdown--sort .dropdown-menu{width:16.25rem}}.filter-dropdown .dropdown-toggler{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);padding:.375rem .625rem .5rem 1rem;letter-spacing:2px;cursor:pointer}.filter-dropdown .dropdown-toggler:hover{background-color:#000 !important;color:#fff}.filter-dropdown .dropdown-toggler .icon{margin-top:.125rem}.filter-dropdown .dropdown-menu{width:100%;box-shadow:0 24px 70px 0 rgba(0,0,0,.1);max-width:none}.filter-dropdown .custom-checkbox{padding-top:0 !important;padding-bottom:0 !important}.filter-dropdown .check-item{margin-bottom:-0.1875rem}.pagination .pagination-list{flex-shrink:0;flex-grow:0;margin:0 .5rem}.pagination .pagination-next,.pagination .pagination-previous,.pagination .pagination-link{background-color:#000;border-radius:0;font-weight:700;padding:1.4375rem .5rem;height:3rem}.pagination .pagination-next:hover,.pagination .pagination-previous:hover,.pagination .pagination-link:hover{background-color:#ffed00}.pagination .pagination-ellipsis{font-weight:700}.pagination .is-current{background-color:#ffed00}.pagination .is-disabled{pointer-events:none}.heading-with-icon .icon-block{flex-shrink:0}.heading-with-icon .icon-block [class*=icon-]{font-size:7.125rem}.heading-with-icon .lead-text{font-size:1.5rem;line-height:1.334}@media screen and (min-width: 768px){.heading-with-icon .lead-text{font-size:1.875rem}}.form-tooltip{position:relative}.form-tooltip.active .tooltip-opener{background-color:#ffed00;color:#000}.form-tooltip.active .tooltip-dropdown{z-index:6}.form-tooltip .tooltip-dropdown{position:absolute;z-index:5;right:-0.5rem;top:100%;width:400px;max-width:calc(100vw - 24px)}@media screen and (min-width: 1024px){.form-tooltip .tooltip-dropdown{width:24vw;top:-4rem;left:100%;right:auto}}.form-tooltip .tooltip-opener{display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;font-size:.75rem}.form-tooltip .tooltip-content{position:relative;background-color:#fff;padding:1rem;border-radius:.25rem;font-size:.75rem;line-height:1.334;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}@media screen and (min-width: 1024px){.form-tooltip .tooltip-content{box-shadow:0 24px 70px 0 rgba(0,0,0,.1)}}.form-tooltip .tooltip-content::before{content:"";position:absolute;right:.625rem;top:-0.625rem;width:1.25rem;height:1.25rem;background-color:inherit;transform:rotate(45deg);box-shadow:inherit}@media screen and (min-width: 1024px){.form-tooltip .tooltip-content::before{top:1rem;left:-0.625rem;right:auto}}.form-tooltip .tooltip-content::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:inherit;border-radius:inherit}.form-tooltip .tooltip-content>*{position:relative;z-index:2}.form-tooltip{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);opacity:0;visibility:hidden}@media screen and (max-width: 1023px){.form-tooltip{position:static}}@media screen and (max-width: 1023px){.form-tooltip .tooltip-dropdown{bottom:calc(100% + 4rem);top:auto;right:0;width:100%;max-width:100%}}@media screen and (max-width: 1023px){.form-tooltip .tooltip-content::before{top:auto;bottom:-0.625rem;right:50%;transform:translateX(50%) rotate(45deg)}}.form-accordion__header{position:relative}@media screen and (max-width: 1023px){.form-accordion__header{align-items:stretch !important}}.form-accordion__item.active .form-accordion__opener{border-color:#2db4d6;background-color:#2db4d6;color:#fff}.form-accordion__item.active .form-tooltip{opacity:1;visibility:visible}.form-accordion__opener{background-color:#fff;border:1px solid #d6d6d6;border-radius:.25rem}.form-accordion__opener:hover{border-color:#000;color:#000}.form-progress{position:sticky;bottom:45px;right:25px;z-index:5;width:6.5625rem;height:6.5625rem;background-color:#fafafa;border-radius:50%;margin-left:auto;margin-top:-9.1875rem}@media screen and (min-width: 768px){.form-progress{margin-top:-10rem}}@media screen and (min-width: 1024px){.form-progress{margin-top:-7.0625rem;margin-right:-25rem}}.form-progress__svg{stroke-width:4;fill:none;transform:rotate(90deg)}.form-progress__background{stroke:#c0e8f2}.form-progress__line{stroke:#2db4d6;transition:stroke-dasharray .3s linear}.form-progress__text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:1.375rem}.form-progress__text .is-size-4{line-height:1}.video-block{padding-top:55.86%}.video-block.video-is-active .video-block__poster{opacity:0;visibility:hidden}.video-block.video-is-active .video-block__btn{opacity:0;visibility:hidden}.video-block__poster{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.video-block__poster::after{content:"";background:linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);position:absolute;left:0;right:0;top:0;bottom:0}.video-block__poster img{width:100%;height:100%;max-width:none;position:absolute;top:0;left:0;object-fit:cover}.video-block__btn{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;width:4rem;height:4rem;background-color:rgba(0,0,0,.7);box-shadow:0 8px 16px -4px rgba(0,0,0,.2);color:#fff;z-index:2;cursor:pointer}@media screen and (min-width: 768px){.video-block__btn{width:6rem;height:6rem;font-size:2.5rem}}.video-block__btn:hover{background-color:#000}.video-block__btn span{transform:rotate(-90deg)}.video-block__video{position:absolute;left:0;right:0;top:0;bottom:0}.video-block__video iframe{width:100%;height:100%;object-fit:cover;border:0}.related-section.base-section{padding-top:3.0625rem}@media screen and (min-width: 768px){.related-section.base-section{padding-top:3.125rem}}@media screen and (min-width: 768px){.impact-article{padding:4.0625rem 0rem 3.5625rem}}.impact-article h2.title,.impact-article .h2.title{line-height:1.33}.impact-article__heading--text{letter-spacing:1px;margin-bottom:2rem}@media screen and (min-width: 768px){.impact-article__heading--text{margin-bottom:4rem}}@media screen and (min-width: 1024px){.impact-article__heading--text{margin-bottom:4.5625rem}}.impact-article__heading--image{border-radius:50%;aspect-ratio:1/1;overflow:hidden}.impact-article__heading--image img{width:100%;height:100%;max-width:none;position:absolute;top:0;left:0;object-fit:cover}@media screen and (min-width: 768px){.impact-article .lead-text{letter-spacing:-0.01875rem}}.impact-article ol:not([class]):not([id]){padding-left:0;margin-left:-4px;margin-bottom:1.5rem}@media screen and (min-width: 768px){.impact-article ol:not([class]):not([id]){margin-left:-0.625rem;margin-bottom:1.5rem}}.impact-article ol:not([class]):not([id]) li::before{color:#2db4d6}.impact-article ul:not([class]):not([id]){padding-left:0;padding-left:.625rem;margin-bottom:1.5rem}@media screen and (min-width: 768px){.impact-article ul:not([class]):not([id]){padding-left:.625rem;margin-bottom:1.1875rem}}.impact-article ul:not([class]):not([id]) li::before{color:#2db4d6}@media screen and (min-width: 768px){.impact-article ul:not([class]):not([id]) li::before{font-size:1.1875rem;left:-0.0625rem;top:-0.125rem}}.detailed-info dt{min-width:7.5rem}.commitments{font-size:1.5rem;display:grid;grid-template-columns:repeat(4, 1fr);gap:8px}@media screen and (min-width: 768px){.commitments{grid-template-columns:repeat(5, 1fr)}}.base-accordion .active .base-accordion__opener [class*=icon-]::before{content:""}.base-accordion__opener{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);letter-spacing:.05625rem;background-color:#efefef;cursor:pointer}.base-accordion__opener:hover{background-color:#000;color:#fff}.base-accordion__slide{font-family:"Source Sans 3",apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;letter-spacing:-0.2px;line-height:1.4}.base-accordion__slide--holder{border:1px solid #efefef}.commitment-card{margin:1px !important;width:100%}.commitment-card__header{line-height:1}.commitment-card__header [class*=icon-]{font-size:3rem}.commitment-card__header *{line-height:inherit}@media screen and (max-width: 1259px){.commitment-card .methodology-item{flex-wrap:wrap}}.commitment-card .methodology-item__index{width:2.5rem;flex-shrink:0}.commitment-card .methodology-item__text{max-width:calc(100% - 2.5rem)}.commitment-card .methodology-item .btn-wrapper{flex-shrink:0}@media screen and (max-width: 1259px){.commitment-card .methodology-item .btn-wrapper{padding-left:2.5rem;width:100%}}.commitment-icon-list{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0rem -0.25rem;font-size:1.875rem;max-width:15rem}.commitment-icon-list li{padding:0rem .25rem .375rem;width:clamp(17%,2rem,20%)}.commitment-icon-list a:hover{color:#ffed00}.data-popup{transition:transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:relative;z-index:9;transition-delay:.6;padding-top:3.9375rem}@media screen and (min-width: 768px){.data-popup{padding-top:4.5rem}}.data-popup::after{content:"";position:absolute;left:0;right:0;top:6.25rem;bottom:-9999px;background-color:#fff}@media screen and (min-width: 1260px){.data-popup .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:80.25rem}}.data-popup__btn-opener{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);width:3.5rem;height:3.5rem;font-size:1.75rem;background-color:#000;color:#fff;border-radius:50%;cursor:pointer;line-height:1;position:absolute;left:50%;transform:translateX(-50%);top:0;z-index:2}@media screen and (min-width: 768px){.data-popup__btn-opener{font-size:2.25rem;width:4.5rem;height:4.5rem;top:-0.4375rem}}.data-popup__btn-opener:hover{background-color:#2db4d6;color:#000}.data-popup__top-decor{display:block;position:absolute;left:-2px;right:-2px;top:1.8125rem;border-radius:3rem 3rem 0 0;height:4.6875rem;background:-webkit-radial-gradient(100% 0, circle, rgba(0, 0, 0, 0) 34px, #ffffff 34px),-webkit-radial-gradient(0 0, circle, rgba(0, 0, 0, 0) 34px, #ffffff 34px);background-position:top left,top right,top right,top left;background-size:50% 50%;background-repeat:no-repeat;box-shadow:0 -24px 72px 0 rgba(0,0,0,.1)}@media screen and (min-width: 768px){.data-popup__top-decor{background:-webkit-radial-gradient(100% 0, circle, rgba(0, 0, 0, 0) 44px, #ffffff 44px),-webkit-radial-gradient(0 0, circle, rgba(0, 0, 0, 0) 44px, #ffffff 44px);background-position:top left,top right,top right,top left;background-size:50% 50%;background-repeat:no-repeat;height:6.125rem}}.data-popup__holder{padding:14px 0 48px;position:relative;z-index:2}@media screen and (min-width: 768px){.data-popup__holder{padding:34px 0 23px}}.data-popup__holder.is-active .data-popup__show-more .default-text{display:none}.data-popup__holder.is-active .data-popup__show-more .active-text{display:block}.data-popup__holder.is-active .data-popup__show-more [class*=icon-]{transform:rotate(-180deg)}.data-popup__holder.is-active .data-popup__slide{position:static;left:0;top:0}@media screen and (min-width: 768px){.data-popup__heading h1.title{font-size:4rem !important}}@media screen and (min-width: 1024px){.data-popup__heading h1.title{font-size:5rem !important;letter-spacing:-1.2px;margin-top:-0.4375rem}}.data-popup__heading h1.title span::after{box-shadow:0 0 0 3px #ffed00,0 1px 0 3px #ffed00}@media screen and (min-width: 1024px){.data-popup__heading h1.title span::after{box-shadow:0 1px 0 0 #ffed00,0 0 0 0 #ffed00}}.data-popup .score-indicator{margin-top:-0.25rem;margin-bottom:.25rem}@media screen and (min-width: 768px){.data-popup__country-info{margin-bottom:-10px}}@media screen and (min-width: 768px){.data-popup .detailed-info dt{min-width:0}}@media screen and (min-width: 768px){.data-popup .detailed-info dd{letter-spacing:-0.2px}}.data-popup__show-more{transition:color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);cursor:pointer;word-spacing:-0.18125rem}.data-popup__show-more:hover{color:#2db4d6 !important}.data-popup__show-more .active-text{display:none}.data-popup__show-more [class*=icon-]{font-size:.9375rem;display:inline-block;vertical-align:top;margin-left:.3125rem;margin-top:.0625rem}@media screen and (min-width: 768px){.data-popup__show-more [class*=icon-]{margin-left:.625rem}}.data-popup__slide{display:block;left:-9999px;position:absolute;top:-9999px}.data-popup__introduction--content{letter-spacing:-0.0175rem}.score-indicator__title{position:absolute;left:-1.4375rem;bottom:-1.1875rem;transform:rotate(-90deg);transform-origin:0 0}@media screen and (min-width: 768px){.score-indicator__title{font-size:1.875rem !important;left:-2.5rem;top:6rem}}.score-indicator__value{min-width:3.875rem;line-height:1}@media screen and (min-width: 768px){.score-indicator__value{padding-top:5px !important;padding-bottom:5px !important;min-width:7.6875rem;font-size:5rem !important}}.goals{margin-right:-0.75rem}@media screen and (min-width: 768px){.goals{margin:0rem -0.9375rem}}.goals__item{width:2rem;margin-right:.375rem;margin-bottom:.375rem}@media screen and (min-width: 768px){.goals__item{width:auto;margin:0rem .9375rem 1.875rem}}.goals__item:last-child{margin-right:0}.goals__icon{min-height:2rem;font-size:1.375rem}@media screen and (min-width: 768px){.goals__icon{width:3rem;height:3rem}}.goals__value{min-height:1.5rem;line-height:1;padding:.1875rem !important}@media screen and (min-width: 768px){.goals__value{width:3rem;height:3rem}}.facts__items{margin:0rem -1.25rem;padding-right:4.25rem}@media screen and (min-width: 768px){.facts__items{margin:0rem -1.5rem}}@media screen and (min-width: 1024px){.facts__items{padding-right:0}}@media screen and (max-width: 1023px){.facts__items .column{width:21.25rem !important;flex-shrink:0}}@media screen and (max-width: 1023px){.facts__items .column:nth-child(2){width:26.875rem !important}}.facts .slick-list{overflow:visible}.statistic-item{padding:.75rem 1.25rem}@media screen and (min-width: 768px){.statistic-item{padding:.75rem 1.5rem}}.statistic-item__chart{min-height:14.125rem}.statistic-item__image-holder{width:3.5625rem;height:3.5625rem;background-color:var(--color);text-align:left}@media screen and (max-width: 767px){.statistic-item svg{width:100%}}.statistic-item__title.title{font-size:5rem;letter-spacing:-0.1rem;line-height:1}.statistic-item__lead{font-family:Open Sans;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.statistic-item__text{letter-spacing:-0.01875rem}.statistic-item p{margin-bottom:23px}.statistic-item p:last-child{margin-bottom:0}.donut-chart{z-index:5;width:14rem;height:14rem;position:relative}.donut-chart .donut-chart__chart--icon{width:224px;height:224px;background:conic-gradient(var(--chart-line-bg) 0deg, var(--chart-line-bg) var(--chart-value), hsla(0, 100%, 100%, 0.8) var(--chart-value)),var(--chart-line-bg)}.donut-chart .donut-chart__chart--icon::before{width:136.5853658537px;height:136.5853658537px}.donut-chart__chart--icon{position:relative;border-radius:50%;width:14rem;height:14rem;z-index:3;transform:rotate(45deg) scale(-1, 1)}.donut-chart__chart--icon::before{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:50%;background:#fff;content:"";z-index:2}.donut-chart__text{position:absolute;bottom:.625rem;left:50%;transform:translateX(-50%);z-index:3;font-size:1.0650625rem;font-style:normal;font-weight:700;line-height:1.4200625rem;color:var(--chart-color);text-shadow:0 1px 4px rgba(0,64,138,.6)}@media screen and (min-width: 1024px){.people-chart svg{width:100%;height:auto}}.people-chart svg g{opacity:.3}.people-chart svg path{fill:var(--color)}.line-chart{position:relative;height:12.8125rem}.line-chart__line{position:absolute;left:0;top:0;bottom:0}.line-chart__line--progress{width:var(--value);background-color:var(--color-progress);z-index:2}.line-chart__line--line-3{background-color:var(--color-progress);width:100%;opacity:.2}.line-chart__text{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-shadow:0 1px 4px rgba(0,64,138,.6)}.user-data-popup-holder{transition:transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);opacity:0;visibility:hidden;transform:translateY(100vh);padding-top:3.9375rem;position:relative;z-index:2}@media screen and (min-width: 768px){.user-data-popup-holder{padding-top:4.5rem}}.opened-popup+.user-data-popup-holder{transform:translateY(0);opacity:1;visibility:visible}.use-data-tablist{letter-spacing:.09375rem;margin:0 -1px;line-height:1.38}.use-data-tablist__item{width:calc(50% - 2px);margin:0 1px}.use-data-tablist__link{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),text-shadow 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);background-color:#efefef}.use-data-tablist__link:hover,.use-data-tablist__link.active{background-color:#2db4d6;color:#fff;text-shadow:0 1px 4px rgba(0,64,138,.6)}.table-section .container{max-width:1370px !important}.table-section .table-wrapper{overflow-x:auto;box-shadow:0rem 1.5rem 4.375rem 0rem rgba(0,0,0,.1)}.data-submit-table{width:100%;border-collapse:separate;border-spacing:1px;text-align:center;font-size:1rem;line-height:1.5}.data-submit-table .sort-indicators{display:flex;flex-direction:column}.data-submit-table .sort-indicators::before,.data-submit-table .sort-indicators::after{font-size:.3125rem;padding:.0625rem;opacity:.435}.data-submit-table .sort-indicators::before{content:""}.data-submit-table .sort-indicators::after{content:""}.data-submit-table .desc .sort-indicators::before{opacity:1}.data-submit-table .asc .sort-indicators::after{opacity:1}.data-submit-table__icon{line-height:1;display:inline-block;vertical-align:middle;font-size:.8125rem;margin:0rem 0rem 0rem .3125rem}.data-submit-table__icon--up{color:#2db4d6}.data-submit-table__icon--minus{color:#000;font-size:.5625rem}.data-submit-table__icon--down{color:#b8b8b8}.data-submit-table th,.data-submit-table td{color:inherit;padding:1rem .5rem}.data-submit-table thead th{cursor:pointer}.data-submit-table thead th.index-td{padding:1rem .25rem}.data-submit-table thead th.index-td .th-title{max-width:5.25rem;min-width:4.75rem;line-height:1.2}.data-submit-table thead th:not(.index-td){vertical-align:middle}.data-submit-table thead th [class*=icon-]{font-size:2.375rem}.data-submit-table thead .title-min-content .th-title{width:min-content;font-size:1.125rem;line-height:1}.data-submit-table thead .th-rank{width:5.75rem}.data-submit-table thead .th-name{width:14rem}.data-submit-table thead .th-score{width:6.5rem}.data-submit-table tbody td{background-color:#fff}.data-submit-table tbody td:nth-child(2){min-width:8.75rem}.js-table-sortable{display:block;overflow-x:auto;max-height:720px}.js-table-sortable table{width:100%;border-collapse:collapse}.js-table-sortable thead,.js-table-sortable tbody{display:table;width:100%;table-layout:fixed}.js-table-sortable th,.js-table-sortable td{overflow:hidden;text-overflow:ellipsis}.js-table-sortable tbody{display:block;overflow-y:auto;max-height:720px}.js-table-sortable thead tr{display:table;width:100%;table-layout:fixed}.js-table-sortable thead tr,.js-table-sortable tbody tr{display:table;width:100%;table-layout:fixed;box-sizing:border-box}.js-table-sortable td:nth-child(2){width:14rem !important}table.data-submit-table{overflow:hidden}.scores .greyed-out{opacity:.3}@media screen and (min-width: 768px){.score-items{margin:0rem -0.5rem}}@media screen and (max-width: 1023px){.scored-item{min-height:0 !important}}.scored-item--inline{margin-bottom:.5rem}.scored-item--inline .scored-item__icon-holder{background-color:var(--style);border-right:2px solid #fff;width:4.125rem;padding:0rem .375rem;justify-content:center;margin-right:.875rem}@media screen and (max-width: 767px){.scored-item--inline .scored-item__heading{padding:.75rem .625rem .75rem 0rem !important}}@media screen and (max-width: 767px){.scored-item--inline .scored-item__title{font-size:.875rem !important;line-height:1.4}}.scored-item--inline .scored-item__average-score--head{background-color:var(--style) !important;color:#fff !important;border-left:2px solid #fff}@media screen and (max-width: 767px){.scored-item--inline .scored-item__average-score--head{flex-direction:column;justify-content:center !important;padding:.125rem 0rem 0rem !important}}.scored-item--inline .scored-item__detail-item--title{padding-right:0 !important;min-width:4.75rem;margin-right:.3125rem}.scored-item--inline .scored-item__detail-item--score{background-color:#000;border-left:2px solid #fff;min-height:4rem}@media screen and (max-width: 767px){.scored-item--inline .scored-item__detail-item--excerpt{line-height:1.6}}.scored-item__title{letter-spacing:.01875rem;line-height:1.3}.scored-item__average-score--title{margin-bottom:-0.25rem}.scored-item__average-score--value{font-size:2rem}.scored-item__detail-item{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);background-color:#efefef;border-bottom:2px solid #fff}.scored-item__detail-item:last-child{border-bottom:0}.scored-item__detail-item.is-active .scored-item__detail-item--slide{display:block;width:100%}.scored-item__detail-item.is-active .scored-item__detail-item--opener{background-color:#2db4d6}.scored-item__detail-item.is-active .scored-item__detail-item--opener .icon-plus::before{content:""}.scored-item__detail-item--opener{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:absolute;left:0;top:0;bottom:0;background-color:#000;color:#fff;padding:10px 2px;font-size:12px;width:1.5rem;cursor:pointer}.scored-item__detail-item--opener:hover{background-color:#2db4d6}.scored-item__detail-item--score{background-color:#6f6f6e;align-items:center;flex-direction:column;min-height:5.375rem}@media screen and (min-width: 1024px){.scored-item__detail-item--score{flex-direction:row;justify-content:space-between}}.scored-item__detail-item--title{min-width:4.5625rem}@media screen and (min-width: 1024px){.scored-item__detail-item--title{min-width:3.75rem}}@media screen and (min-width: 1260px){.scored-item__detail-item--title{min-width:4.5625rem}}.scored-item__detail-item--excerpt{line-height:1.4}@media screen and (min-width: 768px){.scored-item__detail-item--excerpt{line-height:1.5}}.scored-item__detail-item--slide{line-height:1.56;display:none}.scored-item hr{height:2px}.modal{z-index:100}.modal__content{max-width:53.25rem;margin:0 auto;max-height:100vh;overflow:auto;position:relative;z-index:3;-ms-overflow-style:none;scrollbar-width:none;padding:3.125rem 1.25rem;text-align:center}.modal__content::-webkit-scrollbar{display:none}.modal__content .box{line-height:1.4}.modal__content a{color:#2490ab}.modal__content a:hover{text-decoration:underline}.modal__heading{border-radius:50%;aspect-ratio:1/1;margin:0 auto -7.5rem;max-width:17.5rem;padding:4rem 2rem}@media screen and (min-width: 1024px){.modal__heading{max-width:20.3125rem;padding:4rem 2.5rem}[lang=es] .modal__heading{max-width:24rem;padding:5.5rem 2.5rem}[lang=es] .modal__heading .modal__heading--title{font-size:2.75rem !important}[lang=fr] .modal__heading{max-width:23rem;padding:7.5rem 2.5rem}[lang=fr] .modal__heading .modal__heading--title{font-size:2rem !important}}@media screen and (min-width: 1024px){.modal__heading--title{line-height:1.16}}#confirm-access-error-message{font-size:1rem;margin-top:.5rem;font-weight:bold}.map-section{padding:0rem 0rem 4.875rem;margin:0 0 2.8125rem}@media screen and (max-width: 1023px){.map-section.opened-popup{padding:0;margin-bottom:-6.125rem}}.map-section.opened-popup .global-visual__holder--circle{display:none}.map-section.opened-popup .global-visual__holder{height:61vh;padding:0;min-height:0}@media screen and (min-width: 1024px){.map-section.opened-popup .global-visual__holder{height:93vh}}.map-section.opened-popup .global-visual__image{padding:0;width:100vw}@media screen and (min-width: 1024px){.map-section.opened-popup .global-visual__image{height:75%}}.map-section.opened-popup .filter-block,.map-section.opened-popup .filter-list,.map-section.opened-popup .legend-holder{opacity:0 !important;visibility:hidden}@media screen and (min-width: 1024px){.map-section{padding:0;margin:-13rem 0rem -17.625rem}}.map-section .global-visual__holder{aspect-ratio:unset;padding:2.375rem 0rem 4.5625rem;min-height:43.4375rem}@media screen and (min-width: 768px){.map-section .global-visual__holder{min-height:49.5625rem;padding:2.375rem 0rem 2.6875rem}}@media screen and (min-width: 1024px){.map-section .global-visual__holder{padding:15rem 0rem 13.5rem;min-height:95.875rem}}.map-section .global-visual__holder--circle{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background-color:#2db4d6;border-radius:50%;aspect-ratio:1/1;width:41.75rem}@media screen and (min-width: 640px){.map-section .global-visual__holder--circle{width:48rem}}@media screen and (min-width: 768px){.map-section .global-visual__holder--circle{width:60rem}}@media screen and (min-width: 1024px){.map-section .global-visual__holder--circle{width:96.5rem}}.map-section .global-visual__image{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:120%;height:120%;aspect-ratio:1/1;padding:7rem 0}@media screen and (min-width: 1024px){.map-section .global-visual__image{width:102%;height:102%}}.map-section #map-container{height:100%;width:100%}.map-section *{opacity:1 !important}.map-section .highcharts-null-point{fill:#b2b2b2}.map-section .highcharts-exporting-group{display:none}.map-section .highcharts-map-navigation{display:none}.map-section .inactive-point{fill:#efefef;pointer-events:none}.map-section .highcharts-point-select{pointer-events:none;stroke-width:.023}.map-section .map-tooltip{text-transform:uppercase;font-weight:bold}.map-section .map-tooltip>span{display:flex;flex-direction:row}.map-section .map-tooltip .name{background:#ffec01;padding:10px}.map-section .map-tooltip .value{color:#fff;background:#000;padding:10px}.map-section .legend-holder{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);max-width:23.3125rem;margin:0 auto;padding:0rem .375rem;position:relative;z-index:4;opacity:1;visibility:visible}@media screen and (min-width: 768px){.map-section .legend-holder{padding:0;max-width:36.625rem}}.map-section .legend-holder .title{text-shadow:0 1px 4px rgba(0,64,138,.6);font-size:.875rem;font-weight:700;color:#fff;display:block;margin-bottom:.25rem;padding-left:.25rem}.map-section .legend{display:flex;flex-direction:row;text-shadow:0 1px 4px rgba(0,64,138,.6);font-size:12px;line-height:1;font-weight:700;border:4px solid #fff;color:#fff}.map-section .legend>li{width:10%;text-align:center;border-left:2px solid #fff;border-right:2px solid #fff;padding:.4375rem .125rem}.map-section .filter-block{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);position:relative;z-index:5;visibility:visible;opacity:1}@media screen and (max-width: 767px){.map-section .filter-block__title{font-size:2rem !important}}@media screen and (min-width: 1024px){.map-section .filter-block__title{max-width:25rem;margin-left:-0.5625rem}}@media screen and (min-width: 1260px){.map-section .filter-block__title{max-width:none}}.map-section .filter-block .select{margin-left:-0.1875rem;width:12.5rem;height:1.625rem}@media screen and (min-width: 768px){.map-section .filter-block .select{height:77px;width:17.8125rem}}.map-section .filter-block .select select{background-color:#000;color:#fff;height:100%;border:0;border-radius:0;text-transform:uppercase;font-size:.875rem;letter-spacing:.3px}@media screen and (min-width: 768px){.map-section .filter-block .select select{font-size:1.125rem;padding:.375rem 3.125rem .375rem 1.5625rem;letter-spacing:.03125rem}}.map-section .filter-block .select::after{content:"";color:#fff;right:.5rem;font-size:.6875rem}@media screen and (min-width: 768px){.map-section .filter-block .select::after{right:1.5625rem;font-size:1.125rem}}.map-section .search-form{border:1px solid #000;background-color:#fff}@media screen and (min-width: 1024px){.map-section .search-form{width:270px;height:77px}}.map-section .search-form .autoComplete_wrapper{height:100%}.map-section .search-form input{line-height:normal;font-weight:700;padding:0;margin:0;border:0;width:100%;height:100%;color:#000;border-radius:0}@media screen and (min-width: 768px){.map-section .search-form input{padding:.25rem 3.9375rem .25rem 1.4375rem;font-size:1.125rem}}.map-section .search-form input::-moz-placeholder{opacity:1;text-transform:uppercase;color:#000}.map-section .search-form input::-webkit-input-placeholder{opacity:1;text-transform:uppercase;color:#000}.map-section .search-form input:-moz-placeholder{opacity:1;text-transform:uppercase;color:#000}.map-section .search-form input:-ms-input-placeholder{opacity:1;text-transform:uppercase;color:#000}.map-section .search-form__icon{position:absolute;right:23px;top:50%;font-size:1.5rem;transform:translateY(-50%)}.map-section .filter-list{transition:opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);text-shadow:0 1px 4px rgba(0,64,138,.6);z-index:8;bottom:0;left:50%;position:absolute;transform:translateX(-50%);visibility:visible;opacity:1}@media screen and (min-width: 1024px){.map-section .filter-list{top:50%;transform:translate(0, -50%);left:1rem;bottom:auto}}.map-section .filter-list li{padding:0 .625rem}@media screen and (min-width: 1024px){.map-section .filter-list li{padding:0}}.map-section .filter-list li.active .filter-list__image{background-color:#ffed00}@media screen and (min-width: 1860px){.map-section .filter-list a{color:#000}}.map-section .filter-list a:hover{color:#fff}@media screen and (min-width: 1860px){.map-section .filter-list a:hover{color:#000}}.map-section .filter-list a:hover .filter-list__image{background-color:#ffed00}.map-section .filter-list__image{transition:background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);width:3.5rem;height:3.5rem;border-radius:50%;box-shadow:0 8px 32px 0 rgba(0,0,0,.4);background-color:#fff}@media screen and (max-width: 1023px){.map-section .filter-list__text{display:none}}.autoComplete_wrapper ul{background-color:#fff;border:1px solid #000;font-size:1rem;line-height:1.2;font-weight:700;margin-left:-0.0625rem}.autoComplete_wrapper ul li{padding:.5rem .75rem}.autoComplete_wrapper ul mark{padding:1px 2px;background-color:#2db4d6;color:#fff}*{box-sizing:border-box}body{-webkit-print-color-adjust:exact !important;print-color-adjust:exact !important}
