@charset "UTF-8";

.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top
}

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.pagination-ellipsis,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.pagination-ellipsis,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-ellipsis:active,
.pagination-ellipsis:focus,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    outline: 0
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].button,
[disabled].file-cta,
[disabled].file-name,
[disabled].input,
[disabled].pagination-ellipsis,
[disabled].pagination-link,
[disabled].pagination-next,
[disabled].pagination-previous,
[disabled].textarea,
fieldset[disabled] .button,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .input,
fieldset[disabled] .pagination-ellipsis,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    cursor: not-allowed
}

.breadcrumb,
.button,
.file,
.is-unselectable,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
    -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 transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625em
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.pagination:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.delete,
.modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .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: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

.delete::after,
.delete::before,
.modal-close::after,
.modal-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.delete::before,
.modal-close::before {
    height: 2px;
    width: 50%
}

.delete::after,
.modal-close::after {
    height: 50%;
    width: 2px
}

.delete:focus,
.delete:hover,
.modal-close:focus,
.modal-close:hover {
    background-color: rgba(10, 10, 10, .3)
}

.delete:active,
.modal-close:active {
    background-color: rgba(10, 10, 10, .4)
}

.is-small.delete,
.is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.delete,
.is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.delete,
.is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.button.is-loading::after,
.control.is-loading::after,
.loader,
.select.is-loading::after {
    animation: spinAround .5s infinite linear;
    border: 2px solid hsl(0deg, 0%, 86%);
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.hero-video,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-square .has-ratio,
.image.is-square img,
.is-overlay,
.modal,
.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.navbar-burger {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    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 */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    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: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-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: BlinkMacSystemFont, -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: #545556;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #00264e;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: hsl(0deg, 0%, 21%)
}

code {
    background-color: hsl(0deg, 0%, 96%);
    color: #6f010e;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em
}

hr {
    background-color: hsl(0deg, 0%, 96%);
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 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(0deg, 0%, 21%);
    font-weight: 700
}

fieldset {
    border: none
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: hsl(0deg, 0%, 96%);
    color: #545556;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    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(0deg, 0%, 21%)
}

@keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.box {
    background-color: #e2c172;
    border-radius: 0;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    color: #545556;
    display: block;
    padding: 30px
}

a.box:focus,
a.box:hover {
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px #00264e
}

a.box:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #00264e
}

.button {
    background-color: #fff;
    border-color: hsl(0deg, 0%, 86%);
    border-width: 1px;
    color: hsl(0deg, 0%, 21%);
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap
}

.button strong {
    color: inherit
}

.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-.5em - 1px);
    margin-right: .25em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .25em;
    margin-right: calc(-.5em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-.5em - 1px);
    margin-right: calc(-.5em - 1px)
}

.button.is-hovered,
.button:hover {
    border-color: hsl(0deg, 0%, 71%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-focused,
.button:focus {
    border-color: #00264e;
    color: hsl(0deg, 0%, 21%)
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 38, 78, .25)
}

.button.is-active,
.button:active {
    border-color: hsl(0deg, 0%, 29%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #545556;
    text-decoration: underline
}

.button.is-text.is-focused,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-text.is-active,
.button.is-text:active {
    background-color: #e8e8e8;
    color: hsl(0deg, 0%, 21%)
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.button.is-ghost {
    background: 0 0;
    border-color: transparent;
    color: #00264e;
    text-decoration: none
}

.button.is-ghost.is-hovered,
.button.is-ghost:hover {
    color: #00264e;
    text-decoration: underline
}

.button.is-white {
    background-color: #fff;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-hovered,
.button.is-white:hover {
    background-color: #f9f9f9;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-focused,
.button.is-white:focus {
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.button.is-white.is-active,
.button.is-white:active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.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: hsl(0deg, 0%, 4%);
    color: #fff
}

.button.is-white.is-inverted.is-hovered,
.button.is-white.is-inverted:hover {
    background-color: #000
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
    background-color: hsl(0deg, 0%, 4%);
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.button.is-white.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-white.is-outlined.is-focused,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined:hover {
    background-color: #fff;
    border-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-outlined.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-white.is-inverted.is-outlined.is-focused,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined:hover {
    background-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.button.is-white.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    box-shadow: none;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black {
    background-color: hsl(0deg, 0%, 4%);
    border-color: transparent;
    color: #fff
}

.button.is-black.is-hovered,
.button.is-black:hover {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.button.is-black.is-focused,
.button.is-black:focus {
    border-color: transparent;
    color: #fff
}

.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.button.is-black.is-active,
.button.is-black:active {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
    background-color: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    box-shadow: none
}

.button.is-black.is-inverted {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-inverted.is-hovered,
.button.is-black.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-outlined.is-focused,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined:hover {
    background-color: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.button.is-black.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-black.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 4%);
    box-shadow: none;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-black.is-inverted.is-outlined.is-focused,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.button.is-black.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 4%) hsl(0deg, 0%, 4%) !important
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-light {
    background-color: hsl(0deg, 0%, 96%);
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-hovered,
.button.is-light:hover {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-focused,
.button.is-light:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.button.is-light.is-active,
.button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    box-shadow: none
}

.button.is-light.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-inverted.is-hovered,
.button.is-light.is-inverted:hover {
    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: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-light.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-outlined.is-focused,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined:hover {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important
}

.button.is-light.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent 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: transparent;
    border-color: hsl(0deg, 0%, 96%);
    box-shadow: none;
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7)
}

.button.is-light.is-inverted.is-outlined.is-focused,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined:hover {
    background-color: rgba(0, 0, 0, .7);
    color: hsl(0deg, 0%, 96%)
}

.button.is-light.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 96%) hsl(0deg, 0%, 96%) !important
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
    color: rgba(0, 0, 0, .7)
}

.button.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    border-color: transparent;
    color: #fff
}

.button.is-dark.is-hovered,
.button.is-dark:hover {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff
}

.button.is-dark.is-focused,
.button.is-dark:focus {
    border-color: transparent;
    color: #fff
}

.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.button.is-dark.is-active,
.button.is-dark:active {
    background-color: #292929;
    border-color: transparent;
    color: #fff
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    border-color: hsl(0deg, 0%, 21%);
    box-shadow: none
}

.button.is-dark.is-inverted {
    background-color: #fff;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-inverted.is-hovered,
.button.is-dark.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-dark.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 21%);
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-outlined.is-focused,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined:hover {
    background-color: hsl(0deg, 0%, 21%);
    border-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.button.is-dark.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important
}

.button.is-dark.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
    background-color: transparent;
    border-color: hsl(0deg, 0%, 21%);
    box-shadow: none;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-dark.is-inverted.is-outlined.is-focused,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: hsl(0deg, 0%, 21%)
}

.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(0deg, 0%, 21%) hsl(0deg, 0%, 21%) !important
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-primary {
    background-color: #0296c9;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #1a4326;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused,
.button.is-primary:focus {
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(30, 76, 43, .25)
}

.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #173a21;
    border-color: transparent;
    color: #fff
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
    background-color: #0296c9;
    border-color: #0296c9;
    box-shadow: none
}

.button.is-primary.is-inverted {
    background-color: #fff;
    color: #0296c9
}

.button.is-primary.is-inverted.is-hovered,
.button.is-primary.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #0296c9
}

.button.is-primary.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #0296c9;
    color: #0296c9
}

.button.is-primary.is-outlined.is-focused,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover {
    background-color: #0296c9;
    border-color: #0296c9;
    color: #fff
}

.button.is-primary.is-outlined.is-loading::after {
    border-color: transparent transparent #0296c9 #0296c9 !important
}

.button.is-primary.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #0296c9;
    box-shadow: none;
    color: #0296c9
}

.button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-primary.is-inverted.is-outlined.is-focused,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #0296c9
}

.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #0296c9 #0296c9 !important
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-primary.is-light {
    background-color: #f0f9f3;
    color: #4fba6e
}

.button.is-primary.is-light.is-hovered,
.button.is-primary.is-light:hover {
    background-color: #e7f6eb;
    border-color: transparent;
    color: #4fba6e
}

.button.is-primary.is-light.is-active,
.button.is-primary.is-light:active {
    background-color: #def2e4;
    border-color: transparent;
    color: #4fba6e
}

.button.is-link {
    background-color: #00264e;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-hovered,
.button.is-link:hover {
    background-color: #002041;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused,
.button.is-link:focus {
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 38, 78, .25)
}

.button.is-link.is-active,
.button.is-link:active {
    background-color: #001a35;
    border-color: transparent;
    color: #fff
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
    background-color: #00264e;
    border-color: #00264e;
    box-shadow: none
}

.button.is-link.is-inverted {
    background-color: #fff;
    color: #00264e
}

.button.is-link.is-inverted.is-hovered,
.button.is-link.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #00264e
}

.button.is-link.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined {
    background-color: transparent;
    border-color: #00264e;
    color: #00264e
}

.button.is-link.is-outlined.is-focused,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined:hover {
    background-color: #00264e;
    border-color: #00264e;
    color: #fff
}

.button.is-link.is-outlined.is-loading::after {
    border-color: transparent transparent #00264e #00264e !important
}

.button.is-link.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
    background-color: transparent;
    border-color: #00264e;
    box-shadow: none;
    color: #00264e
}

.button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-link.is-inverted.is-outlined.is-focused,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #00264e
}

.button.is-link.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #00264e #00264e !important
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-link.is-light {
    background-color: #ebf5ff;
    color: #1a89ff
}

.button.is-link.is-light.is-hovered,
.button.is-link.is-light:hover {
    background-color: #deeeff;
    border-color: transparent;
    color: #1a89ff
}

.button.is-link.is-light.is-active,
.button.is-link.is-light:active {
    background-color: #d1e7ff;
    border-color: transparent;
    color: #1a89ff
}

.button.is-info {
    background-color: hsl(207deg, 61%, 53%);
    border-color: transparent;
    color: #fff
}

.button.is-info.is-hovered,
.button.is-info:hover {
    background-color: #3488ce;
    border-color: transparent;
    color: #fff
}

.button.is-info.is-focused,
.button.is-info:focus {
    border-color: transparent;
    color: #fff
}

.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(62, 142, 208, .25)
}

.button.is-info.is-active,
.button.is-info:active {
    background-color: #3082c5;
    border-color: transparent;
    color: #fff
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
    background-color: hsl(207deg, 61%, 53%);
    border-color: hsl(207deg, 61%, 53%);
    box-shadow: none
}

.button.is-info.is-inverted {
    background-color: #fff;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-inverted.is-hovered,
.button.is-info.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined {
    background-color: transparent;
    border-color: hsl(207deg, 61%, 53%);
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-outlined.is-focused,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined:hover {
    background-color: hsl(207deg, 61%, 53%);
    border-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.button.is-info.is-outlined.is-loading::after {
    border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important
}

.button.is-info.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
    background-color: transparent;
    border-color: hsl(207deg, 61%, 53%);
    box-shadow: none;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-info.is-inverted.is-outlined.is-focused,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: hsl(207deg, 61%, 53%)
}

.button.is-info.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent hsl(207deg, 61%, 53%) hsl(207deg, 61%, 53%) !important
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8
}

.button.is-info.is-light.is-hovered,
.button.is-info.is-light:hover {
    background-color: #e4eff9;
    border-color: transparent;
    color: #296fa8
}

.button.is-info.is-light.is-active,
.button.is-info.is-light:active {
    background-color: #dae9f6;
    border-color: transparent;
    color: #296fa8
}

.button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-hovered,
.button.is-success:hover {
    background-color: #21c65b;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused,
.button.is-success:focus {
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.button.is-success.is-active,
.button.is-success:active {
    background-color: #1fbb56;
    border-color: transparent;
    color: #fff
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
    background-color: #23d160;
    border-color: #23d160;
    box-shadow: none
}

.button.is-success.is-inverted {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted.is-hovered,
.button.is-success.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    color: #23d160
}

.button.is-success.is-outlined.is-focused,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined:hover {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.button.is-success.is-outlined.is-loading::after {
    border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-success.is-inverted.is-outlined.is-focused,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-success.is-light {
    background-color: #eefcf3;
    color: #16833c
}

.button.is-success.is-light.is-hovered,
.button.is-success.is-light:hover {
    background-color: #e3faeb;
    border-color: transparent;
    color: #16833c
}

.button.is-success.is-light.is-active,
.button.is-success.is-light:active {
    background-color: #d8f8e3;
    border-color: transparent;
    color: #16833c
}

.button.is-warning {
    background-color: #fedd56;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-hovered,
.button.is-warning:hover {
    background-color: #feda49;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused,
.button.is-warning:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(254, 221, 86, .25)
}

.button.is-warning.is-active,
.button.is-warning:active {
    background-color: #fed83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
    background-color: #fedd56;
    border-color: #fedd56;
    box-shadow: none
}

.button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    color: #fedd56
}

.button.is-warning.is-inverted.is-hovered,
.button.is-warning.is-inverted:hover {
    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: transparent;
    box-shadow: none;
    color: #fedd56
}

.button.is-warning.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #fedd56;
    color: #fedd56
}

.button.is-warning.is-outlined.is-focused,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover {
    background-color: #fedd56;
    border-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-outlined.is-loading::after {
    border-color: transparent transparent #fedd56 #fedd56 !important
}

.button.is-warning.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent 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: transparent;
    border-color: #fedd56;
    box-shadow: none;
    color: #fedd56
}

.button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted.is-outlined.is-focused,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined:hover {
    background-color: rgba(0, 0, 0, .7);
    color: #fedd56
}

.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fedd56 #fedd56 !important
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-light {
    background-color: #fffbeb;
    color: #937601
}

.button.is-warning.is-light.is-hovered,
.button.is-warning.is-light:hover {
    background-color: #fff8de;
    border-color: transparent;
    color: #937601
}

.button.is-warning.is-light.is-active,
.button.is-warning.is-light:active {
    background-color: #fff6d1;
    border-color: transparent;
    color: #937601
}

.button.is-danger {
    background-color: #bb0218;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-hovered,
.button.is-danger:hover {
    background-color: #ae0216;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused,
.button.is-danger:focus {
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(187, 2, 24, .25)
}

.button.is-danger.is-active,
.button.is-danger:active {
    background-color: #a20215;
    border-color: transparent;
    color: #fff
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
    background-color: #bb0218;
    border-color: #bb0218;
    box-shadow: none
}

.button.is-danger.is-inverted {
    background-color: #fff;
    color: #bb0218
}

.button.is-danger.is-inverted.is-hovered,
.button.is-danger.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #bb0218
}

.button.is-danger.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #bb0218;
    color: #bb0218
}

.button.is-danger.is-outlined.is-focused,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined:hover {
    background-color: #bb0218;
    border-color: #bb0218;
    color: #fff
}

.button.is-danger.is-outlined.is-loading::after {
    border-color: transparent transparent #bb0218 #bb0218 !important
}

.button.is-danger.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #bb0218;
    box-shadow: none;
    color: #bb0218
}

.button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-danger.is-inverted.is-outlined.is-focused,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #bb0218
}

.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::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:hover::after {
    border-color: transparent transparent #bb0218 #bb0218 !important
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-danger.is-light {
    background-color: #ffebed;
    color: #fc0825
}

.button.is-danger.is-light.is-hovered,
.button.is-danger.is-light:hover {
    background-color: #ffdee2;
    border-color: transparent;
    color: #fc0825
}

.button.is-danger.is-light.is-active,
.button.is-danger.is-light:active {
    background-color: #ffd2d7;
    border-color: transparent;
    color: #fc0825
}

.button.is-small {
    font-size: .75rem
}

.button.is-small:not(.is-rounded) {
    border-radius: 2px
}

.button.is-normal {
    font-size: 1rem
}

.button.is-medium {
    font-size: 1.25rem
}

.button.is-large {
    font-size: 1.5rem
}

.button[disabled],
fieldset[disabled] .button {
    background-color: #fff;
    border-color: hsl(0deg, 0%, 86%);
    box-shadow: none;
    opacity: .5
}

.button.is-fullwidth {
    display: flex;
    width: 100%
}

.button.is-loading {
    color: transparent !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(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 86%);
    color: #f2f4f6;
    box-shadow: none;
    pointer-events: none
}

.button.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + .25em);
    padding-right: calc(1em + .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: -.5rem
}

.buttons:not(:last-child) {
    margin-bottom: 1rem
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: .75rem
}

.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.25rem
}

.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.is-hovered,
.buttons.has-addons .button:hover {
    z-index: 2
}

.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .button:active,
.buttons.has-addons .button:focus {
    z-index: 3
}

.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button:focus: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:768px) {
    .button.is-responsive.is-small {
        font-size: .5625rem
    }

    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: .65625rem
    }

    .button.is-responsive.is-medium {
        font-size: .75rem
    }

    .button.is-responsive.is-large {
        font-size: 1rem
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .button.is-responsive.is-small {
        font-size: .65625rem
    }

    .button.is-responsive,
    .button.is-responsive.is-normal {
        font-size: .75rem
    }

    .button.is-responsive.is-medium {
        font-size: 1rem
    }

    .button.is-responsive.is-large {
        font-size: 1.25rem
    }
}

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto
}

.container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%
}

@media screen and (min-width:1024px) {
    .container {
        max-width: 960px
    }
}

@media screen and (max-width:1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1152px
    }
}

@media screen and (max-width:1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }
}

@media screen and (min-width:1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px
    }
}

@media screen and (min-width:1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px
    }
}

.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-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-1by1 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-square .has-ratio,
.image.is-square img {
    height: 100%;
    width: 100%
}

.image.is-1by1,
.image.is-square {
    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(0deg, 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: 0 0
}

.notification>.delete {
    right: .5rem;
    position: absolute;
    top: .5rem
}

.notification .content,
.notification .subtitle,
.notification .title {
    color: currentColor
}

.notification.is-white {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.notification.is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.notification.is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.notification.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.notification.is-primary {
    background-color: #0296c9;
    color: #fff
}

.notification.is-primary.is-light {
    background-color: #f0f9f3;
    color: #4fba6e
}

.notification.is-link {
    background-color: #00264e;
    color: #fff
}

.notification.is-link.is-light {
    background-color: #ebf5ff;
    color: #1a89ff
}

.notification.is-info {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.notification.is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8
}

.notification.is-success {
    background-color: #23d160;
    color: #fff
}

.notification.is-success.is-light {
    background-color: #eefcf3;
    color: #16833c
}

.notification.is-warning {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.notification.is-warning.is-light {
    background-color: #fffbeb;
    color: #937601
}

.notification.is-danger {
    background-color: #bb0218;
    color: #fff
}

.notification.is-danger.is-light {
    background-color: #ffebed;
    color: #fc0825
}

.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(0deg, 0%, 93%)
}

.progress::-webkit-progress-value {
    background-color: #545556
}

.progress::-moz-progress-bar {
    background-color: #545556
}

.progress::-ms-fill {
    background-color: #545556;
    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, #fff 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-black::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 4%)
}

.progress.is-black::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 4%)
}

.progress.is-black::-ms-fill {
    background-color: hsl(0deg, 0%, 4%)
}

.progress.is-black:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 4%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-light::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 96%)
}

.progress.is-light::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 96%)
}

.progress.is-light::-ms-fill {
    background-color: hsl(0deg, 0%, 96%)
}

.progress.is-light:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 96%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-dark::-webkit-progress-value {
    background-color: hsl(0deg, 0%, 21%)
}

.progress.is-dark::-moz-progress-bar {
    background-color: hsl(0deg, 0%, 21%)
}

.progress.is-dark::-ms-fill {
    background-color: hsl(0deg, 0%, 21%)
}

.progress.is-dark:indeterminate {
    background-image: linear-gradient(to right, hsl(0deg, 0%, 21%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-primary::-webkit-progress-value {
    background-color: #0296c9
}

.progress.is-primary::-moz-progress-bar {
    background-color: #0296c9
}

.progress.is-primary::-ms-fill {
    background-color: #0296c9
}

.progress.is-primary:indeterminate {
    background-image: linear-gradient(to right, #0296c9 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-link::-webkit-progress-value {
    background-color: #00264e
}

.progress.is-link::-moz-progress-bar {
    background-color: #00264e
}

.progress.is-link::-ms-fill {
    background-color: #00264e
}

.progress.is-link:indeterminate {
    background-image: linear-gradient(to right, #00264e 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-info::-webkit-progress-value {
    background-color: hsl(207deg, 61%, 53%)
}

.progress.is-info::-moz-progress-bar {
    background-color: hsl(207deg, 61%, 53%)
}

.progress.is-info::-ms-fill {
    background-color: hsl(207deg, 61%, 53%)
}

.progress.is-info:indeterminate {
    background-image: linear-gradient(to right, hsl(207deg, 61%, 53%) 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-success::-webkit-progress-value {
    background-color: #23d160
}

.progress.is-success::-moz-progress-bar {
    background-color: #23d160
}

.progress.is-success::-ms-fill {
    background-color: #23d160
}

.progress.is-success:indeterminate {
    background-image: linear-gradient(to right, #23d160 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-warning::-webkit-progress-value {
    background-color: #fedd56
}

.progress.is-warning::-moz-progress-bar {
    background-color: #fedd56
}

.progress.is-warning::-ms-fill {
    background-color: #fedd56
}

.progress.is-warning:indeterminate {
    background-image: linear-gradient(to right, #fedd56 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress.is-danger::-webkit-progress-value {
    background-color: #bb0218
}

.progress.is-danger::-moz-progress-bar {
    background-color: #bb0218
}

.progress.is-danger::-ms-fill {
    background-color: #bb0218
}

.progress.is-danger:indeterminate {
    background-image: linear-gradient(to right, #bb0218 30%, hsl(0deg, 0%, 93%) 30%)
}

.progress:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: hsl(0deg, 0%, 93%);
    background-image: linear-gradient(to right, #545556 30%, hsl(0deg, 0%, 93%) 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%
}

.progress:indeterminate::-webkit-progress-bar {
    background-color: transparent
}

.progress:indeterminate::-moz-progress-bar {
    background-color: transparent
}

.progress:indeterminate::-ms-fill {
    animation-name: none
}

.progress.is-small {
    height: .75rem
}

.progress.is-medium {
    height: 1.25rem
}

.progress.is-large {
    height: 1.5rem
}

@keyframes moveIndeterminate {
    from {
        background-position: 200% 0
    }

    to {
        background-position: -200% 0
    }
}

.table {
    background-color: #fff;
    color: hsl(0deg, 0%, 21%)
}

.table td,
.table th {
    border: 1px solid hsl(0deg, 0%, 86%);
    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: hsl(0deg, 0%, 4%)
}

.table td.is-black,
.table th.is-black {
    background-color: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.table td.is-light,
.table th.is-light {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.table td.is-dark,
.table th.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    border-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.table td.is-primary,
.table th.is-primary {
    background-color: #0296c9;
    border-color: #0296c9;
    color: #fff
}

.table td.is-link,
.table th.is-link {
    background-color: #00264e;
    border-color: #00264e;
    color: #fff
}

.table td.is-info,
.table th.is-info {
    background-color: hsl(207deg, 61%, 53%);
    border-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.table td.is-success,
.table th.is-success {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.table td.is-warning,
.table th.is-warning {
    background-color: #fedd56;
    border-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.table td.is-danger,
.table th.is-danger {
    background-color: #bb0218;
    border-color: #bb0218;
    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: #0296c9;
    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(0deg, 0%, 21%)
}

.table th:not([align]) {
    text-align: left
}

.table tr.is-selected {
    background-color: #0296c9;
    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: transparent
}

.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: hsl(0deg, 0%, 21%)
}

.table tfoot {
    background-color: transparent
}

.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: hsl(0deg, 0%, 21%)
}

.table tbody {
    background-color: transparent
}

.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(0deg, 0%, 98%)
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: hsl(0deg, 0%, 98%)
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
    background-color: hsl(0deg, 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(0deg, 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: -.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.25rem
}

.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(0deg, 0%, 96%);
    border-radius: 4px;
    color: #545556;
    display: inline-flex;
    font-size: .75rem;
    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: -.375rem
}

.tag:not(body).is-white {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.tag:not(body).is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.tag:not(body).is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-dark {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.tag:not(body).is-primary {
    background-color: #0296c9;
    color: #fff
}

.tag:not(body).is-primary.is-light {
    background-color: #f0f9f3;
    color: #4fba6e
}

.tag:not(body).is-link {
    background-color: #00264e;
    color: #fff
}

.tag:not(body).is-link.is-light {
    background-color: #ebf5ff;
    color: #1a89ff
}

.tag:not(body).is-info {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.tag:not(body).is-info.is-light {
    background-color: #eff5fb;
    color: #296fa8
}

.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff
}

.tag:not(body).is-success.is-light {
    background-color: #eefcf3;
    color: #16833c
}

.tag:not(body).is-warning {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-warning.is-light {
    background-color: #fffbeb;
    color: #937601
}

.tag:not(body).is-danger {
    background-color: #bb0218;
    color: #fff
}

.tag:not(body).is-danger.is-light {
    background-color: #ffebed;
    color: #fc0825
}

.tag:not(body).is-normal {
    font-size: .75rem
}

.tag:not(body).is-medium {
    font-size: 1rem
}

.tag:not(body).is-large {
    font-size: 1.25rem
}

.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.tag:not(body).is-delete::after,
.tag:not(body).is-delete::before {
    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:focus,
.tag:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
    background-color: #dbdbdb
}

.tag:not(body).is-rounded {
    border-radius: 9999px
}

a.tag:hover {
    text-decoration: underline
}

.subtitle,
.title {
    word-break: break-word
}

.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit
}

.subtitle sub,
.title sub {
    font-size: .75em
}

.subtitle sup,
.title sup {
    font-size: .75em
}

.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.title {
    color: hsl(0deg, 0%, 21%);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.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: 2.5rem
}

.title.is-3 {
    font-size: 2rem
}

.title.is-4 {
    font-size: 1.5rem
}

.title.is-5 {
    font-size: 1.25rem
}

.title.is-6 {
    font-size: 1rem
}

.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #545556;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: hsl(0deg, 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: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.heading {
    display: block;
    font-size: .6875rem;
    letter-spacing: .0625rem;
    margin-bottom: 5px;
    text-transform: uppercase
}

.number {
    align-items: center;
    background-color: hsl(0deg, 0%, 96%);
    border-radius: 9999px;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.input,
.select select,
.textarea {
    background-color: #fff;
    border-color: hsl(0deg, 0%, 86%);
    border-radius: 4px;
    color: hsl(0deg, 0%, 21%)
}

.input::-moz-placeholder,
.select select::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder,
.select select:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder,
.select select:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:hover,
.is-hovered.input,
.is-hovered.textarea,
.select select.is-hovered,
.select select:hover,
.textarea:hover {
    border-color: hsl(0deg, 0%, 71%)
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    border-color: #00264e;
    box-shadow: 0 0 0 .125em rgba(0, 38, 78, .25)
}

.select fieldset[disabled] select,
.select select[disabled],
[disabled].input,
[disabled].textarea,
fieldset[disabled] .input,
fieldset[disabled] .select select,
fieldset[disabled] .textarea {
    background-color: hsl(0deg, 0%, 96%);
    border-color: hsl(0deg, 0%, 96%);
    box-shadow: none;
    color: #f2f4f6
}

.select fieldset[disabled] select::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
[disabled].input::-moz-placeholder,
[disabled].textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
    color: rgba(242, 244, 246, .3)
}

.select fieldset[disabled] select::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
[disabled].textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
    color: rgba(242, 244, 246, .3)
}

.select fieldset[disabled] select:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
[disabled].input:-moz-placeholder,
[disabled].textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
    color: rgba(242, 244, 246, .3)
}

.select fieldset[disabled] select:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
[disabled].textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
    color: rgba(242, 244, 246, .3)
}

.input,
.textarea {
    box-shadow: inset 0 .0625em .125em rgba(10, 10, 10, .05);
    max-width: 100%;
    width: 100%
}

[readonly].input,
[readonly].textarea {
    box-shadow: none
}

.is-white.input,
.is-white.textarea {
    border-color: #fff
}

.is-white.input:active,
.is-white.input:focus,
.is-white.is-active.input,
.is-white.is-active.textarea,
.is-white.is-focused.input,
.is-white.is-focused.textarea,
.is-white.textarea:active,
.is-white.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.is-black.input,
.is-black.textarea {
    border-color: hsl(0deg, 0%, 4%)
}

.is-black.input:active,
.is-black.input:focus,
.is-black.is-active.input,
.is-black.is-active.textarea,
.is-black.is-focused.input,
.is-black.is-focused.textarea,
.is-black.textarea:active,
.is-black.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.is-light.input,
.is-light.textarea {
    border-color: hsl(0deg, 0%, 96%)
}

.is-light.input:active,
.is-light.input:focus,
.is-light.is-active.input,
.is-light.is-active.textarea,
.is-light.is-focused.input,
.is-light.is-focused.textarea,
.is-light.textarea:active,
.is-light.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.is-dark.input,
.is-dark.textarea {
    border-color: hsl(0deg, 0%, 21%)
}

.is-dark.input:active,
.is-dark.input:focus,
.is-dark.is-active.input,
.is-dark.is-active.textarea,
.is-dark.is-focused.input,
.is-dark.is-focused.textarea,
.is-dark.textarea:active,
.is-dark.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.is-primary.input,
.is-primary.textarea {
    border-color: #0296c9
}

.is-primary.input:active,
.is-primary.input:focus,
.is-primary.is-active.input,
.is-primary.is-active.textarea,
.is-primary.is-focused.input,
.is-primary.is-focused.textarea,
.is-primary.textarea:active,
.is-primary.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(30, 76, 43, .25)
}

.is-link.input,
.is-link.textarea {
    border-color: #00264e
}

.is-link.input:active,
.is-link.input:focus,
.is-link.is-active.input,
.is-link.is-active.textarea,
.is-link.is-focused.input,
.is-link.is-focused.textarea,
.is-link.textarea:active,
.is-link.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(0, 38, 78, .25)
}

.is-info.input,
.is-info.textarea {
    border-color: hsl(207deg, 61%, 53%)
}

.is-info.input:active,
.is-info.input:focus,
.is-info.is-active.input,
.is-info.is-active.textarea,
.is-info.is-focused.input,
.is-info.is-focused.textarea,
.is-info.textarea:active,
.is-info.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(62, 142, 208, .25)
}

.is-success.input,
.is-success.textarea {
    border-color: #23d160
}

.is-success.input:active,
.is-success.input:focus,
.is-success.is-active.input,
.is-success.is-active.textarea,
.is-success.is-focused.input,
.is-success.is-focused.textarea,
.is-success.textarea:active,
.is-success.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.is-warning.input,
.is-warning.textarea {
    border-color: #fedd56
}

.is-warning.input:active,
.is-warning.input:focus,
.is-warning.is-active.input,
.is-warning.is-active.textarea,
.is-warning.is-focused.input,
.is-warning.is-focused.textarea,
.is-warning.textarea:active,
.is-warning.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(254, 221, 86, .25)
}

.is-danger.input,
.is-danger.textarea {
    border-color: #bb0218
}

.is-danger.input:active,
.is-danger.input:focus,
.is-danger.is-active.input,
.is-danger.is-active.textarea,
.is-danger.is-focused.input,
.is-danger.is-focused.textarea,
.is-danger.textarea:active,
.is-danger.textarea:focus {
    box-shadow: 0 0 0 .125em rgba(187, 2, 24, .25)
}

.is-small.input,
.is-small.textarea {
    border-radius: 2px;
    font-size: .75rem
}

.is-medium.input,
.is-medium.textarea {
    font-size: 1.25rem
}

.is-large.input,
.is-large.textarea {
    font-size: 1.5rem
}

.is-fullwidth.input,
.is-fullwidth.textarea {
    display: block;
    width: 100%
}

.is-inline.input,
.is-inline.textarea {
    display: inline;
    width: auto
}

.input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(calc(.75em - 1px) + .375em);
    padding-right: calc(calc(.75em - 1px) + .375em)
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    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: 8em
}

.textarea[rows] {
    height: initial
}

.textarea.has-fixed-size {
    resize: none
}

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.checkbox input,
.radio input {
    cursor: pointer
}

.checkbox:hover,
.radio:hover {
    color: hsl(0deg, 0%, 21%)
}

.checkbox input[disabled],
.radio input[disabled],
[disabled].checkbox,
[disabled].radio,
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
    color: #f2f4f6;
    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: 2.5em
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #00264e;
    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: 0
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
    border-color: hsl(0deg, 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(0deg, 0%, 21%)
}

.select.is-white:not(:hover)::after {
    border-color: #fff
}

.select.is-white select {
    border-color: #fff
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
    border-color: #f2f2f2
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.select.is-black:not(:hover)::after {
    border-color: hsl(0deg, 0%, 4%)
}

.select.is-black select {
    border-color: hsl(0deg, 0%, 4%)
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
    border-color: #000
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.select.is-light:not(:hover)::after {
    border-color: hsl(0deg, 0%, 96%)
}

.select.is-light select {
    border-color: hsl(0deg, 0%, 96%)
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
    border-color: #e8e8e8
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.select.is-dark:not(:hover)::after {
    border-color: hsl(0deg, 0%, 21%)
}

.select.is-dark select {
    border-color: hsl(0deg, 0%, 21%)
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
    border-color: #292929
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary:not(:hover)::after {
    border-color: #0296c9
}

.select.is-primary select {
    border-color: #0296c9
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
    border-color: #173a21
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
    box-shadow: 0 0 0 .125em rgba(30, 76, 43, .25)
}

.select.is-link:not(:hover)::after {
    border-color: #00264e
}

.select.is-link select {
    border-color: #00264e
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
    border-color: #001a35
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
    box-shadow: 0 0 0 .125em rgba(0, 38, 78, .25)
}

.select.is-info:not(:hover)::after {
    border-color: hsl(207deg, 61%, 53%)
}

.select.is-info select {
    border-color: hsl(207deg, 61%, 53%)
}

.select.is-info select.is-hovered,
.select.is-info select:hover {
    border-color: #3082c5
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
    box-shadow: 0 0 0 .125em rgba(62, 142, 208, .25)
}

.select.is-success:not(:hover)::after {
    border-color: #23d160
}

.select.is-success select {
    border-color: #23d160
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
    border-color: #1fbb56
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-warning:not(:hover)::after {
    border-color: #fedd56
}

.select.is-warning select {
    border-color: #fedd56
}

.select.is-warning select.is-hovered,
.select.is-warning select:hover {
    border-color: #fed83d
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
    box-shadow: 0 0 0 .125em rgba(254, 221, 86, .25)
}

.select.is-danger:not(:hover)::after {
    border-color: #bb0218
}

.select.is-danger select {
    border-color: #bb0218
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
    border-color: #a20215
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
    box-shadow: 0 0 0 .125em rgba(187, 2, 24, .25)
}

.select.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.select.is-medium {
    font-size: 1.25rem
}

.select.is-large {
    font-size: 1.5rem
}

.select.is-disabled::after {
    border-color: #f2f4f6 !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: .75rem
}

.select.is-loading.is-medium:after {
    font-size: 1.25rem
}

.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: transparent;
    color: hsl(0deg, 0%, 4%)
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
    color: hsl(0deg, 0%, 4%)
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: hsl(0deg, 0%, 4%)
}

.file.is-black .file-cta {
    background-color: hsl(0deg, 0%, 4%);
    border-color: transparent;
    color: #fff
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
    color: #fff
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.file.is-light .file-cta {
    background-color: hsl(0deg, 0%, 96%);
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
    color: rgba(0, 0, 0, .7)
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-dark .file-cta {
    background-color: hsl(0deg, 0%, 21%);
    border-color: transparent;
    color: #fff
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #fff
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
    color: #fff
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #fff
}

.file.is-primary .file-cta {
    background-color: #0296c9;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
    background-color: #1a4326;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(30, 76, 43, .25);
    color: #fff
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
    background-color: #173a21;
    border-color: transparent;
    color: #fff
}

.file.is-link .file-cta {
    background-color: #00264e;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
    background-color: #002041;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(0, 38, 78, .25);
    color: #fff
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
    background-color: #001a35;
    border-color: transparent;
    color: #fff
}

.file.is-info .file-cta {
    background-color: hsl(207deg, 61%, 53%);
    border-color: transparent;
    color: #fff
}

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
    background-color: #3488ce;
    border-color: transparent;
    color: #fff
}

.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(62, 142, 208, .25);
    color: #fff
}

.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
    background-color: #3082c5;
    border-color: transparent;
    color: #fff
}

.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
    background-color: #21c65b;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
    color: #fff
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
    background-color: #1fbb56;
    border-color: transparent;
    color: #fff
}

.file.is-warning .file-cta {
    background-color: #fedd56;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
    background-color: #feda49;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(254, 221, 86, .25);
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
    background-color: #fed83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
    background-color: #bb0218;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
    background-color: #ae0216;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(187, 2, 24, .25);
    color: #fff
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
    background-color: #a20215;
    border-color: transparent;
    color: #fff
}

.file.is-small {
    font-size: .75rem
}

.file.is-normal {
    font-size: 1rem
}

.file.is-medium {
    font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
    font-size: 1.3125rem
}

.file.is-large {
    font-size: 1.5rem
}

.file.is-large .file-icon .fa {
    font-size: 1.75rem
}

.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: 4px
}

.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: 1.3125rem
}

.file.is-boxed.is-small .file-icon .fa {
    font-size: .875rem
}

.file.is-boxed.is-medium .file-icon .fa {
    font-size: 1.75rem
}

.file.is-boxed.is-large .file-icon .fa {
    font-size: 2.1875rem
}

.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    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 4px 4px 0
}

.file.is-right .file-name {
    border-radius: 4px 0 0 4px;
    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: #eee;
    color: hsl(0deg, 0%, 21%)
}

.file-label:hover .file-name {
    border-color: #d5d5d5
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: hsl(0deg, 0%, 21%)
}

.file-label:active .file-name {
    border-color: #cfcfcf
}

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta,
.file-name {
    border-color: hsl(0deg, 0%, 86%);
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: hsl(0deg, 0%, 96%);
    color: #545556
}

.file-name {
    border-color: hsl(0deg, 0%, 86%);
    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: .875rem
}

.label {
    color: hsl(0deg, 0%, 21%);
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.25rem
}

.label.is-large {
    font-size: 1.5rem
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-white {
    color: #fff
}

.help.is-black {
    color: hsl(0deg, 0%, 4%)
}

.help.is-light {
    color: hsl(0deg, 0%, 96%)
}

.help.is-dark {
    color: hsl(0deg, 0%, 21%)
}

.help.is-primary {
    color: #0296c9
}

.help.is-link {
    color: #00264e
}

.help.is-info {
    color: hsl(207deg, 61%, 53%)
}

.help.is-success {
    color: #23d160
}

.help.is-warning {
    color: #fedd56
}

.help.is-danger {
    color: #bb0218
}

.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]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.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]):focus {
    z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active: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]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active: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]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active: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]):focus: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: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media screen and (min-width:769px),
print {
    .field.is-horizontal {
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:768px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:769px),
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: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.25rem;
        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:769px),
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: #545556
}

.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: .75rem
}

.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.25rem
}

.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: hsl(0deg, 0%, 86%);
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.5em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.5em
}

.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: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.25rem
}

.control.is-loading.is-large:after {
    font-size: 1.5rem
}

.breadcrumb {
    font-size: 1rem;
    white-space: nowrap
}

.breadcrumb a {
    align-items: center;
    color: #00264e;
    display: flex;
    justify-content: center;
    padding: 0 .75em
}

.breadcrumb a:hover {
    color: hsl(0deg, 0%, 21%)
}

.breadcrumb li {
    align-items: center;
    display: flex
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li.is-active a {
    color: hsl(0deg, 0%, 21%);
    cursor: default;
    pointer-events: none
}

.breadcrumb li+li::before {
    color: hsl(0deg, 0%, 71%);
    content: "/"
}

.breadcrumb ol,
.breadcrumb ul {
    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: .75rem
}

.breadcrumb.is-medium {
    font-size: 1.25rem
}

.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: "≻"
}

.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: 4px;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #545556;
    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(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 4%)
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
    background-color: #00264e;
    color: #fff
}

.dropdown-divider {
    background-color: hsl(0deg, 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:769px),
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 .subtitle,
.level-item .title {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .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:769px),
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:768px) {
    .level-left+.level-right {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:769px),
print {
    .level-left {
        display: flex
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end
}

@media screen and (min-width:769px),
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(219, 219, 219, .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(219, 219, 219, .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:768px) {
    .media-content {
        overflow-x: auto
    }
}

.menu {
    font-size: 1rem
}

.menu.is-small {
    font-size: .75rem
}

.menu.is-medium {
    font-size: 1.25rem
}

.menu.is-large {
    font-size: 1.5rem
}

.menu-list {
    line-height: 1.25
}

.menu-list a {
    border-radius: 2px;
    color: #545556;
    display: block;
    padding: .5em .75em
}

.menu-list a:hover {
    background-color: hsl(0deg, 0%, 96%);
    color: hsl(0deg, 0%, 21%)
}

.menu-list a.is-active {
    background-color: #00264e;
    color: #fff
}

.menu-list li ul {
    border-left: 1px solid hsl(0deg, 0%, 86%);
    margin: .75em;
    padding-left: .75em
}

.menu-label {
    color: #f2f4f6;
    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(0deg, 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: .75rem
}

.message.is-medium {
    font-size: 1.25rem
}

.message.is-large {
    font-size: 1.5rem
}

.message.is-white {
    background-color: #fff
}

.message.is-white .message-header {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.message.is-white .message-body {
    border-color: #fff
}

.message.is-black {
    background-color: #fafafa
}

.message.is-black .message-header {
    background-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.message.is-black .message-body {
    border-color: hsl(0deg, 0%, 4%)
}

.message.is-light {
    background-color: #fafafa
}

.message.is-light .message-header {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.message.is-light .message-body {
    border-color: hsl(0deg, 0%, 96%)
}

.message.is-dark {
    background-color: #fafafa
}

.message.is-dark .message-header {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.message.is-dark .message-body {
    border-color: hsl(0deg, 0%, 21%)
}

.message.is-primary {
    background-color: #f0f9f3
}

.message.is-primary .message-header {
    background-color: #0296c9;
    color: #fff
}

.message.is-primary .message-body {
    border-color: #0296c9;
    color: #4fba6e
}

.message.is-link {
    background-color: #ebf5ff
}

.message.is-link .message-header {
    background-color: #00264e;
    color: #fff
}

.message.is-link .message-body {
    border-color: #00264e;
    color: #1a89ff
}

.message.is-info {
    background-color: #eff5fb
}

.message.is-info .message-header {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.message.is-info .message-body {
    border-color: hsl(207deg, 61%, 53%);
    color: #296fa8
}

.message.is-success {
    background-color: #eefcf3
}

.message.is-success .message-header {
    background-color: #23d160;
    color: #fff
}

.message.is-success .message-body {
    border-color: #23d160;
    color: #16833c
}

.message.is-warning {
    background-color: #fffbeb
}

.message.is-warning .message-header {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.message.is-warning .message-body {
    border-color: #fedd56;
    color: #937601
}

.message.is-danger {
    background-color: #ffebed
}

.message.is-danger .message-header {
    background-color: #bb0218;
    color: #fff
}

.message.is-danger .message-body {
    border-color: #bb0218;
    color: #fc0825
}

.message-header {
    align-items: center;
    background-color: #545556;
    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: hsl(0deg, 0%, 86%);
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #545556;
    padding: 1.25em 1.5em
}

.message-body code,
.message-body pre {
    background-color: #fff
}

.message-body pre code {
    background-color: transparent
}

.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(10, 10, 10, .86)
}

.modal-card,
.modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:769px) {

    .modal-card,
    .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    background: 0 0;
    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-foot,
.modal-card-head {
    align-items: center;
    background-color: hsl(0deg, 0%, 96%);
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid hsl(0deg, 0%, 86%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: hsl(0deg, 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 hsl(0deg, 0%, 86%)
}

.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: 3.25rem;
    position: relative;
    z-index: 30
}

.navbar.is-white {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-brand .navbar-link,
.navbar.is-white .navbar-brand>.navbar-item {
    color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-brand .navbar-link.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand>a.navbar-item:focus,
.navbar.is-white .navbar-brand>a.navbar-item:hover {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-brand .navbar-link::after {
    border-color: hsl(0deg, 0%, 4%)
}

.navbar.is-white .navbar-burger {
    color: hsl(0deg, 0%, 4%)
}

@media screen and (min-width:1024px) {

    .navbar.is-white .navbar-end .navbar-link,
    .navbar.is-white .navbar-end>.navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-start>.navbar-item {
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-end .navbar-link.is-active,
    .navbar.is-white .navbar-end .navbar-link:focus,
    .navbar.is-white .navbar-end .navbar-link:hover,
    .navbar.is-white .navbar-end>a.navbar-item.is-active,
    .navbar.is-white .navbar-end>a.navbar-item:focus,
    .navbar.is-white .navbar-end>a.navbar-item:hover,
    .navbar.is-white .navbar-start .navbar-link.is-active,
    .navbar.is-white .navbar-start .navbar-link:focus,
    .navbar.is-white .navbar-start .navbar-link:hover,
    .navbar.is-white .navbar-start>a.navbar-item.is-active,
    .navbar.is-white .navbar-start>a.navbar-item:focus,
    .navbar.is-white .navbar-start>a.navbar-item:hover {
        background-color: #f2f2f2;
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-end .navbar-link::after,
    .navbar.is-white .navbar-start .navbar-link::after {
        border-color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f2f2f2;
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: hsl(0deg, 0%, 4%)
    }
}

.navbar.is-black {
    background-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link,
.navbar.is-black .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand>a.navbar-item:focus,
.navbar.is-black .navbar-brand>a.navbar-item:hover {
    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-end .navbar-link,
    .navbar.is-black .navbar-end>.navbar-item,
    .navbar.is-black .navbar-start .navbar-link,
    .navbar.is-black .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link.is-active,
    .navbar.is-black .navbar-end .navbar-link:focus,
    .navbar.is-black .navbar-end .navbar-link:hover,
    .navbar.is-black .navbar-end>a.navbar-item.is-active,
    .navbar.is-black .navbar-end>a.navbar-item:focus,
    .navbar.is-black .navbar-end>a.navbar-item:hover,
    .navbar.is-black .navbar-start .navbar-link.is-active,
    .navbar.is-black .navbar-start .navbar-link:focus,
    .navbar.is-black .navbar-start .navbar-link:hover,
    .navbar.is-black .navbar-start>a.navbar-item.is-active,
    .navbar.is-black .navbar-start>a.navbar-item:focus,
    .navbar.is-black .navbar-start>a.navbar-item:hover {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link::after,
    .navbar.is-black .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 4%);
        color: #fff
    }
}

.navbar.is-light {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand .navbar-link,
.navbar.is-light .navbar-brand>.navbar-item {
    color: rgba(0, 0, 0, .7)
}

.navbar.is-light .navbar-brand .navbar-link.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand>a.navbar-item:focus,
.navbar.is-light .navbar-brand>a.navbar-item:hover {
    background-color: #e8e8e8;
    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-end .navbar-link,
    .navbar.is-light .navbar-end>.navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-start>.navbar-item {
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-end .navbar-link.is-active,
    .navbar.is-light .navbar-end .navbar-link:focus,
    .navbar.is-light .navbar-end .navbar-link:hover,
    .navbar.is-light .navbar-end>a.navbar-item.is-active,
    .navbar.is-light .navbar-end>a.navbar-item:focus,
    .navbar.is-light .navbar-end>a.navbar-item:hover,
    .navbar.is-light .navbar-start .navbar-link.is-active,
    .navbar.is-light .navbar-start .navbar-link:focus,
    .navbar.is-light .navbar-start .navbar-link:hover,
    .navbar.is-light .navbar-start>a.navbar-item.is-active,
    .navbar.is-light .navbar-start>a.navbar-item:focus,
    .navbar.is-light .navbar-start>a.navbar-item:hover {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-end .navbar-link::after,
    .navbar.is-light .navbar-start .navbar-link::after {
        border-color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 96%);
        color: rgba(0, 0, 0, .7)
    }
}

.navbar.is-dark {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link,
.navbar.is-dark .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand>a.navbar-item:focus,
.navbar.is-dark .navbar-brand>a.navbar-item:hover {
    background-color: #292929;
    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-end .navbar-link,
    .navbar.is-dark .navbar-end>.navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-dark .navbar-end .navbar-link.is-active,
    .navbar.is-dark .navbar-end .navbar-link:focus,
    .navbar.is-dark .navbar-end .navbar-link:hover,
    .navbar.is-dark .navbar-end>a.navbar-item.is-active,
    .navbar.is-dark .navbar-end>a.navbar-item:focus,
    .navbar.is-dark .navbar-end>a.navbar-item:hover,
    .navbar.is-dark .navbar-start .navbar-link.is-active,
    .navbar.is-dark .navbar-start .navbar-link:focus,
    .navbar.is-dark .navbar-start .navbar-link:hover,
    .navbar.is-dark .navbar-start>a.navbar-item.is-active,
    .navbar.is-dark .navbar-start>a.navbar-item:focus,
    .navbar.is-dark .navbar-start>a.navbar-item:hover {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-end .navbar-link::after,
    .navbar.is-dark .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 21%);
        color: #fff
    }
}

.navbar.is-primary {
    background-color: #0296c9;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link,
.navbar.is-primary .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand>a.navbar-item:focus,
.navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #173a21;
    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-end .navbar-link,
    .navbar.is-primary .navbar-end>.navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link.is-active,
    .navbar.is-primary .navbar-end .navbar-link:focus,
    .navbar.is-primary .navbar-end .navbar-link:hover,
    .navbar.is-primary .navbar-end>a.navbar-item.is-active,
    .navbar.is-primary .navbar-end>a.navbar-item:focus,
    .navbar.is-primary .navbar-end>a.navbar-item:hover,
    .navbar.is-primary .navbar-start .navbar-link.is-active,
    .navbar.is-primary .navbar-start .navbar-link:focus,
    .navbar.is-primary .navbar-start .navbar-link:hover,
    .navbar.is-primary .navbar-start>a.navbar-item.is-active,
    .navbar.is-primary .navbar-start>a.navbar-item:focus,
    .navbar.is-primary .navbar-start>a.navbar-item:hover {
        background-color: #173a21;
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link::after,
    .navbar.is-primary .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #173a21;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #0296c9;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #00264e;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link,
.navbar.is-link .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand>a.navbar-item:focus,
.navbar.is-link .navbar-brand>a.navbar-item:hover {
    background-color: #001a35;
    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-end .navbar-link,
    .navbar.is-link .navbar-end>.navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link.is-active,
    .navbar.is-link .navbar-end .navbar-link:focus,
    .navbar.is-link .navbar-end .navbar-link:hover,
    .navbar.is-link .navbar-end>a.navbar-item.is-active,
    .navbar.is-link .navbar-end>a.navbar-item:focus,
    .navbar.is-link .navbar-end>a.navbar-item:hover,
    .navbar.is-link .navbar-start .navbar-link.is-active,
    .navbar.is-link .navbar-start .navbar-link:focus,
    .navbar.is-link .navbar-start .navbar-link:hover,
    .navbar.is-link .navbar-start>a.navbar-item.is-active,
    .navbar.is-link .navbar-start>a.navbar-item:focus,
    .navbar.is-link .navbar-start>a.navbar-item:hover {
        background-color: #001a35;
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link::after,
    .navbar.is-link .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #001a35;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #00264e;
        color: #fff
    }
}

.navbar.is-info {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link,
.navbar.is-info .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand>a.navbar-item:focus,
.navbar.is-info .navbar-brand>a.navbar-item:hover {
    background-color: #3082c5;
    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-end .navbar-link,
    .navbar.is-info .navbar-end>.navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .navbar.is-info .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link.is-active,
    .navbar.is-info .navbar-end .navbar-link:focus,
    .navbar.is-info .navbar-end .navbar-link:hover,
    .navbar.is-info .navbar-end>a.navbar-item.is-active,
    .navbar.is-info .navbar-end>a.navbar-item:focus,
    .navbar.is-info .navbar-end>a.navbar-item:hover,
    .navbar.is-info .navbar-start .navbar-link.is-active,
    .navbar.is-info .navbar-start .navbar-link:focus,
    .navbar.is-info .navbar-start .navbar-link:hover,
    .navbar.is-info .navbar-start>a.navbar-item.is-active,
    .navbar.is-info .navbar-start>a.navbar-item:focus,
    .navbar.is-info .navbar-start>a.navbar-item:hover {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link::after,
    .navbar.is-info .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(207deg, 61%, 53%);
        color: #fff
    }
}

.navbar.is-success {
    background-color: #23d160;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link,
.navbar.is-success .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand>a.navbar-item:focus,
.navbar.is-success .navbar-brand>a.navbar-item:hover {
    background-color: #1fbb56;
    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-end .navbar-link,
    .navbar.is-success .navbar-end>.navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link.is-active,
    .navbar.is-success .navbar-end .navbar-link:focus,
    .navbar.is-success .navbar-end .navbar-link:hover,
    .navbar.is-success .navbar-end>a.navbar-item.is-active,
    .navbar.is-success .navbar-end>a.navbar-item:focus,
    .navbar.is-success .navbar-end>a.navbar-item:hover,
    .navbar.is-success .navbar-start .navbar-link.is-active,
    .navbar.is-success .navbar-start .navbar-link:focus,
    .navbar.is-success .navbar-start .navbar-link:hover,
    .navbar.is-success .navbar-start>a.navbar-item.is-active,
    .navbar.is-success .navbar-start>a.navbar-item:focus,
    .navbar.is-success .navbar-start>a.navbar-item:hover {
        background-color: #1fbb56;
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link::after,
    .navbar.is-success .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #1fbb56;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff
    }
}

.navbar.is-warning {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link,
.navbar.is-warning .navbar-brand>.navbar-item {
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand>a.navbar-item:focus,
.navbar.is-warning .navbar-brand>a.navbar-item:hover {
    background-color: #fed83d;
    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-end .navbar-link,
    .navbar.is-warning .navbar-end>.navbar-item,
    .navbar.is-warning .navbar-start .navbar-link,
    .navbar.is-warning .navbar-start>.navbar-item {
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-end .navbar-link.is-active,
    .navbar.is-warning .navbar-end .navbar-link:focus,
    .navbar.is-warning .navbar-end .navbar-link:hover,
    .navbar.is-warning .navbar-end>a.navbar-item.is-active,
    .navbar.is-warning .navbar-end>a.navbar-item:focus,
    .navbar.is-warning .navbar-end>a.navbar-item:hover,
    .navbar.is-warning .navbar-start .navbar-link.is-active,
    .navbar.is-warning .navbar-start .navbar-link:focus,
    .navbar.is-warning .navbar-start .navbar-link:hover,
    .navbar.is-warning .navbar-start>a.navbar-item.is-active,
    .navbar.is-warning .navbar-start>a.navbar-item:focus,
    .navbar.is-warning .navbar-start>a.navbar-item:hover {
        background-color: #fed83d;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-end .navbar-link::after,
    .navbar.is-warning .navbar-start .navbar-link::after {
        border-color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #fed83d;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #fedd56;
        color: rgba(0, 0, 0, .7)
    }
}

.navbar.is-danger {
    background-color: #bb0218;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link,
.navbar.is-danger .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand>a.navbar-item:focus,
.navbar.is-danger .navbar-brand>a.navbar-item:hover {
    background-color: #a20215;
    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-end .navbar-link,
    .navbar.is-danger .navbar-end>.navbar-item,
    .navbar.is-danger .navbar-start .navbar-link,
    .navbar.is-danger .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link.is-active,
    .navbar.is-danger .navbar-end .navbar-link:focus,
    .navbar.is-danger .navbar-end .navbar-link:hover,
    .navbar.is-danger .navbar-end>a.navbar-item.is-active,
    .navbar.is-danger .navbar-end>a.navbar-item:focus,
    .navbar.is-danger .navbar-end>a.navbar-item:hover,
    .navbar.is-danger .navbar-start .navbar-link.is-active,
    .navbar.is-danger .navbar-start .navbar-link:focus,
    .navbar.is-danger .navbar-start .navbar-link:hover,
    .navbar.is-danger .navbar-start>a.navbar-item.is-active,
    .navbar.is-danger .navbar-start>a.navbar-item:focus,
    .navbar.is-danger .navbar-start>a.navbar-item:hover {
        background-color: #a20215;
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link::after,
    .navbar.is-danger .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #a20215;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #bb0218;
        color: #fff
    }
}

.navbar>.container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 hsl(0deg, 0%, 96%)
}

.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 hsl(0deg, 0%, 96%)
}

.navbar.is-fixed-top {
    top: 0
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
    padding-top: 3.25rem
}

body.has-navbar-fixed-bottom,
html.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand,
.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #545556;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    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: #545556;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.navbar-link,
a.navbar-item {
    cursor: pointer
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
    background-color: hsl(0deg, 0%, 98%);
    color: #00264e
}

.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 transparent;
    min-height: 3.25rem;
    padding-bottom: calc(.5rem - 1px)
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #00264e
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #00264e;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #00264e;
    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: #00264e;
    margin-top: -.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(0deg, 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(10, 10, 10, .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(10, 10, 10, .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 - 3.25rem);
        overflow: auto
    }

    body.has-navbar-fixed-top-touch,
    html.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch,
    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width:1024px) {

    .navbar,
    .navbar-end,
    .navbar-menu,
    .navbar-start {
        align-items: stretch;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar.is-spaced {
        padding: 1rem 2rem
    }

    .navbar.is-spaced .navbar-end,
    .navbar.is-spaced .navbar-start {
        align-items: center
    }

    .navbar.is-spaced .navbar-link,
    .navbar.is-spaced a.navbar-item {
        border-radius: 4px
    }

    .navbar.is-transparent .navbar-link.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent a.navbar-item:focus,
    .navbar.is-transparent a.navbar-item:hover {
        background-color: transparent !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: transparent !important
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: hsl(0deg, 0%, 96%);
        color: hsl(0deg, 0%, 4%)
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 96%);
        color: #00264e
    }

    .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(.25em, -.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid hsl(0deg, 0%, 86%);
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10, 10, 10, .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-item.is-active .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
        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 hsl(0deg, 0%, 86%);
        box-shadow: 0 8px 8px rgba(10, 10, 10, .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(0deg, 0%, 96%);
        color: hsl(0deg, 0%, 4%)
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: hsl(0deg, 0%, 96%);
        color: #00264e
    }

    .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-dropdown {
        border-radius: 6px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .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
    }

    .container>.navbar .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -.75rem
    }

    .container>.navbar .navbar-menu,
    .navbar>.container .navbar-menu {
        margin-right: -.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(10, 10, 10, .1)
    }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop,
    html.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-desktop,
    html.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    body.has-spaced-navbar-fixed-top,
    html.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    body.has-spaced-navbar-fixed-bottom,
    html.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    .navbar-link.is-active,
    a.navbar-item.is-active {
        color: hsl(0deg, 0%, 4%)
    }

    .navbar-link.is-active:not(:focus):not(:hover),
    a.navbar-item.is-active:not(:focus):not(:hover) {
        background-color: transparent
    }

    .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar-item.has-dropdown:focus .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link {
        background-color: hsl(0deg, 0%, 98%)
    }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}

.pagination {
    font-size: 1rem;
    margin: -.25rem
}

.pagination.is-small {
    font-size: .75rem
}

.pagination.is-medium {
    font-size: 1.25rem
}

.pagination.is-large {
    font-size: 1.5rem
}

.pagination.is-rounded .pagination-next,
.pagination.is-rounded .pagination-previous {
    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-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous {
    font-size: 1em;
    justify-content: center;
    margin: .25rem;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center
}

.pagination-link,
.pagination-next,
.pagination-previous {
    border-color: hsl(0deg, 0%, 86%);
    color: hsl(0deg, 0%, 21%);
    min-width: 2.5em
}

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
    border-color: hsl(0deg, 0%, 71%);
    color: hsl(0deg, 0%, 21%)
}

.pagination-link:focus,
.pagination-next:focus,
.pagination-previous:focus {
    border-color: #00264e
}

.pagination-link:active,
.pagination-next:active,
.pagination-previous:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}

.pagination-link.is-disabled,
.pagination-link[disabled],
.pagination-next.is-disabled,
.pagination-next[disabled],
.pagination-previous.is-disabled,
.pagination-previous[disabled] {
    background-color: hsl(0deg, 0%, 86%);
    border-color: hsl(0deg, 0%, 86%);
    box-shadow: none;
    color: #f2f4f6;
    opacity: .5
}

.pagination-next,
.pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #00264e;
    border-color: #00264e;
    color: #fff
}

.pagination-ellipsis {
    color: hsl(0deg, 0%, 71%);
    pointer-events: none
}

.pagination-list {
    flex-wrap: wrap
}

.pagination-list li {
    list-style: none
}

@media screen and (max-width:768px) {
    .pagination {
        flex-wrap: wrap
    }

    .pagination-next,
    .pagination-previous {
        flex-grow: 1;
        flex-shrink: 1
    }

    .pagination-list li {
        flex-grow: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width:769px),
print {
    .pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1
    }

    .pagination-ellipsis,
    .pagination-link,
    .pagination-next,
    .pagination-previous {
        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 -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    font-size: 1rem
}

.panel:not(:last-child) {
    margin-bottom: 1.5rem
}

.panel.is-white .panel-heading {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.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: hsl(0deg, 0%, 4%);
    color: #fff
}

.panel.is-black .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 4%)
}

.panel.is-black .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 4%)
}

.panel.is-light .panel-heading {
    background-color: hsl(0deg, 0%, 96%);
    color: rgba(0, 0, 0, .7)
}

.panel.is-light .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 96%)
}

.panel.is-light .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 96%)
}

.panel.is-dark .panel-heading {
    background-color: hsl(0deg, 0%, 21%);
    color: #fff
}

.panel.is-dark .panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 21%)
}

.panel.is-dark .panel-block.is-active .panel-icon {
    color: hsl(0deg, 0%, 21%)
}

.panel.is-primary .panel-heading {
    background-color: #0296c9;
    color: #fff
}

.panel.is-primary .panel-tabs a.is-active {
    border-bottom-color: #0296c9
}

.panel.is-primary .panel-block.is-active .panel-icon {
    color: #0296c9
}

.panel.is-link .panel-heading {
    background-color: #00264e;
    color: #fff
}

.panel.is-link .panel-tabs a.is-active {
    border-bottom-color: #00264e
}

.panel.is-link .panel-block.is-active .panel-icon {
    color: #00264e
}

.panel.is-info .panel-heading {
    background-color: hsl(207deg, 61%, 53%);
    color: #fff
}

.panel.is-info .panel-tabs a.is-active {
    border-bottom-color: hsl(207deg, 61%, 53%)
}

.panel.is-info .panel-block.is-active .panel-icon {
    color: hsl(207deg, 61%, 53%)
}

.panel.is-success .panel-heading {
    background-color: #23d160;
    color: #fff
}

.panel.is-success .panel-tabs a.is-active {
    border-bottom-color: #23d160
}

.panel.is-success .panel-block.is-active .panel-icon {
    color: #23d160
}

.panel.is-warning .panel-heading {
    background-color: #fedd56;
    color: rgba(0, 0, 0, .7)
}

.panel.is-warning .panel-tabs a.is-active {
    border-bottom-color: #fedd56
}

.panel.is-warning .panel-block.is-active .panel-icon {
    color: #fedd56
}

.panel.is-danger .panel-heading {
    background-color: #bb0218;
    color: #fff
}

.panel.is-danger .panel-tabs a.is-active {
    border-bottom-color: #bb0218
}

.panel.is-danger .panel-block.is-active .panel-icon {
    color: #bb0218
}

.panel-block:not(:last-child),
.panel-tabs:not(:last-child) {
    border-bottom: 1px solid hsl(0deg, 0%, 93%)
}

.panel-heading {
    background-color: hsl(0deg, 0%, 93%);
    border-radius: 6px 6px 0 0;
    color: hsl(0deg, 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 hsl(0deg, 0%, 86%);
    margin-bottom: -1px;
    padding: .5em
}

.panel-tabs a.is-active {
    border-bottom-color: hsl(0deg, 0%, 29%);
    color: hsl(0deg, 0%, 21%)
}

.panel-list a {
    color: #545556
}

.panel-list a:hover {
    color: #00264e
}

.panel-block {
    align-items: center;
    color: hsl(0deg, 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: #00264e;
    color: hsl(0deg, 0%, 21%)
}

.panel-block.is-active .panel-icon {
    color: #00264e
}

.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(0deg, 0%, 96%)
}

.panel-icon {
    display: inline-block;
    font-size: .875rem;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #f2f4f6;
    margin-right: .75em
}

.panel-icon .fa {
    font-size: inherit;
    line-height: inherit
}

.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:768px) {
    .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:769px),
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:1216px) {
    .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:1408px) {
    .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: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .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:769px),
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:768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1 {
    --columnGap: 0.25rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: 0.25rem
    }
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: 0.5rem
    }
}

.columns.is-variable.is-3 {
    --columnGap: 0.75rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: 0.75rem
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1408px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }
}

@media screen and (min-width:769px),
print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1408px) {
    .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: -webkit-min-content;
    min-height: min-content
}

.tile.is-ancestor {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.tile.is-ancestor:last-child {
    margin-bottom: -.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:769px),
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%
    }
}

.hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hero .navbar {
    background: 0 0
}

.hero .tabs ul {
    border-bottom: none
}

.hero.is-white {
    background-color: #fff;
    color: hsl(0deg, 0%, 4%)
}

.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: hsl(0deg, 0%, 4%)
}

.hero.is-white .subtitle {
    color: rgba(10, 10, 10, .9)
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
    color: hsl(0deg, 0%, 4%)
}

@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(10, 10, 10, .7)
}

.hero.is-white .navbar-link.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white a.navbar-item:hover {
    background-color: #f2f2f2;
    color: hsl(0deg, 0%, 4%)
}

.hero.is-white .tabs a {
    color: hsl(0deg, 0%, 4%);
    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: hsl(0deg, 0%, 4%)
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .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: hsl(0deg, 0%, 4%);
    border-color: hsl(0deg, 0%, 4%);
    color: #fff
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e8e3e4 0, #fff 71%, #fff 100%)
}

@media screen and (max-width:768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e8e3e4 0, #fff 71%, #fff 100%)
    }
}

.hero.is-black {
    background-color: hsl(0deg, 0%, 4%);
    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: rgba(255, 255, 255, .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: hsl(0deg, 0%, 4%)
    }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-black .navbar-link.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black a.navbar-item:hover {
    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: hsl(0deg, 0%, 4%) !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(10, 10, 10, .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: hsl(0deg, 0%, 4%)
}

.hero.is-black.is-bold {
    background-image: linear-gradient(141deg, #000 0, hsl(0deg, 0%, 4%) 71%, #181616 100%)
}

@media screen and (max-width:768px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #000 0, hsl(0deg, 0%, 4%) 71%, #181616 100%)
    }
}

.hero.is-light {
    background-color: hsl(0deg, 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(0deg, 0%, 96%)
    }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(0, 0, 0, .7)
}

.hero.is-light .navbar-link.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light a.navbar-item:hover {
    background-color: #e8e8e8;
    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(0deg, 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(10, 10, 10, .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(0deg, 0%, 96%)
}

.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9 0, hsl(0deg, 0%, 96%) 71%, #fff 100%)
}

@media screen and (max-width:768px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9 0, hsl(0deg, 0%, 96%) 71%, #fff 100%)
    }
}

.hero.is-dark {
    background-color: hsl(0deg, 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: rgba(255, 255, 255, .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(0deg, 0%, 21%)
    }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-dark .navbar-link.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark a.navbar-item:hover {
    background-color: #292929;
    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(0deg, 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(10, 10, 10, .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(0deg, 0%, 21%)
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #1f191a 0, hsl(0deg, 0%, 21%) 71%, #46403f 100%)
}

@media screen and (max-width:768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1f191a 0, hsl(0deg, 0%, 21%) 71%, #46403f 100%)
    }
}

.hero.is-primary {
    background-color: #0296c9;
    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: rgba(255, 255, 255, .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: #0296c9
    }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-primary .navbar-link.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary a.navbar-item:hover {
    background-color: #173a21;
    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: #0296c9 !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(10, 10, 10, .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: #0296c9
}

.hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #0d2a10 0, #0296c9 71%, #22623f 100%)
}

@media screen and (max-width:768px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0d2a10 0, #0296c9 71%, #22623f 100%)
    }
}

.hero.is-link {
    background-color: #00264e;
    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: rgba(255, 255, 255, .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: #00264e
    }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-link .navbar-link.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link a.navbar-item:hover {
    background-color: #001a35;
    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: #00264e !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(10, 10, 10, .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: #00264e
}

.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #00121b 0, #00264e 71%, #002168 100%)
}

@media screen and (max-width:768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #00121b 0, #00264e 71%, #002168 100%)
    }
}

.hero.is-info {
    background-color: hsl(207deg, 61%, 53%);
    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: rgba(255, 255, 255, .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: hsl(207deg, 61%, 53%)
    }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-info .navbar-link.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info a.navbar-item.is-active,
.hero.is-info a.navbar-item:hover {
    background-color: #3082c5;
    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: hsl(207deg, 61%, 53%) !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(10, 10, 10, .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: hsl(207deg, 61%, 53%)
}

.hero.is-info.is-bold {
    background-image: linear-gradient(141deg, #208fbc 0, hsl(207deg, 61%, 53%) 71%, #4d83db 100%)
}

@media screen and (max-width:768px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #208fbc 0, hsl(207deg, 61%, 53%) 71%, #4d83db 100%)
    }
}

.hero.is-success {
    background-color: #23d160;
    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: rgba(255, 255, 255, .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: #23d160
    }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-success .navbar-link.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success a.navbar-item:hover {
    background-color: #1fbb56;
    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: #23d160 !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(10, 10, 10, .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: #23d160
}

.hero.is-success.is-bold {
    background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2be38a 100%)
}

@media screen and (max-width:768px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2be38a 100%)
    }
}

.hero.is-warning {
    background-color: #fedd56;
    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: #fedd56
    }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .navbar-link.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning a.navbar-item.is-active,
.hero.is-warning a.navbar-item:hover {
    background-color: #fed83d;
    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: #fedd56 !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(10, 10, 10, .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: #fedd56
}

.hero.is-warning.is-bold {
    background-image: linear-gradient(141deg, #ffaf22 0, #fedd56 71%, #fffb6f 100%)
}

@media screen and (max-width:768px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ffaf22 0, #fedd56 71%, #fffb6f 100%)
    }
}

.hero.is-danger {
    background-color: #bb0218;
    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: rgba(255, 255, 255, .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: #bb0218
    }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-danger .navbar-link.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger a.navbar-item:hover {
    background-color: #a20215;
    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: #bb0218 !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(10, 10, 10, .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: #bb0218
}

.hero.is-danger.is-bold {
    background-image: linear-gradient(141deg, #8a0027 0, #bb0218 71%, #d70a00 100%)
}

@media screen and (max-width:768px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #8a0027 0, #bb0218 71%, #d70a00 100%)
    }
}

.hero.is-small .hero-body {
    padding: 1.5rem
}

@media screen and (min-width:769px),
print {
    .hero.is-medium .hero-body {
        padding: 9rem 4.5rem
    }
}

@media screen and (min-width:769px),
print {
    .hero.is-large .hero-body {
        padding: 18rem 6rem
    }
}

.hero.is-fullheight .hero-body,
.hero.is-fullheight-with-navbar .hero-body,
.hero.is-halfheight .hero-body {
    align-items: center;
    display: flex
}

.hero.is-fullheight .hero-body>.container,
.hero.is-fullheight-with-navbar .hero-body>.container,
.hero.is-halfheight .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:768px) {
    .hero-video {
        display: none
    }
}

.hero-buttons {
    margin-top: 1.5rem
}

@media screen and (max-width:768px) {
    .hero-buttons .button {
        display: flex
    }

    .hero-buttons .button:not(:last-child) {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:769px),
print {
    .hero-buttons {
        display: flex;
        justify-content: center
    }

    .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem
    }
}

.hero-foot,
.hero-head {
    flex-grow: 0;
    flex-shrink: 0
}

.hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

@media screen and (min-width:769px),
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(0deg, 0%, 98%);
    padding: 3rem 1.5rem 6rem
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: hsl(0deg, 0%, 4%) !important
}

a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important
}

.has-background-black {
    background-color: hsl(0deg, 0%, 4%) !important
}

.has-text-light {
    color: hsl(0deg, 0%, 96%) !important
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: hsl(0deg, 0%, 96%) !important
}

.has-text-dark {
    color: hsl(0deg, 0%, 21%) !important
}

a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: hsl(0deg, 0%, 21%) !important
}

.has-text-primary {
    color: #0296c9 !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #102716 !important
}

.has-background-primary {
    background-color: #0296c9 !important
}

.has-text-primary-light {
    color: #f0f9f3 !important
}

a.has-text-primary-light:focus,
a.has-text-primary-light:hover {
    color: #ccebd5 !important
}

.has-background-primary-light {
    background-color: #f0f9f3 !important
}

.has-text-primary-dark {
    color: #4fba6e !important
}

a.has-text-primary-dark:focus,
a.has-text-primary-dark:hover {
    color: #74c88c !important
}

.has-background-primary-dark {
    background-color: #4fba6e !important
}

.has-text-link {
    color: #00264e !important
}

a.has-text-link:focus,
a.has-text-link:hover {
    color: #000d1b !important
}

.has-background-link {
    background-color: #00264e !important
}

.has-text-link-light {
    color: #ebf5ff !important
}

a.has-text-link-light:focus,
a.has-text-link-light:hover {
    color: #b8daff !important
}

.has-background-link-light {
    background-color: #ebf5ff !important
}

.has-text-link-dark {
    color: #1a89ff !important
}

a.has-text-link-dark:focus,
a.has-text-link-dark:hover {
    color: #4da3ff !important
}

.has-background-link-dark {
    background-color: #1a89ff !important
}

.has-text-info {
    color: hsl(207deg, 61%, 53%) !important
}

a.has-text-info:focus,
a.has-text-info:hover {
    color: #2b74b1 !important
}

.has-background-info {
    background-color: hsl(207deg, 61%, 53%) !important
}

.has-text-info-light {
    color: #eff5fb !important
}

a.has-text-info-light:focus,
a.has-text-info-light:hover {
    color: #c6ddf1 !important
}

.has-background-info-light {
    background-color: #eff5fb !important
}

.has-text-info-dark {
    color: #296fa8 !important
}

a.has-text-info-dark:focus,
a.has-text-info-dark:hover {
    color: #368ace !important
}

.has-background-info-dark {
    background-color: #296fa8 !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #1ca54c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-success-light {
    color: #eefcf3 !important
}

a.has-text-success-light:focus,
a.has-text-success-light:hover {
    color: #c2f5d4 !important
}

.has-background-success-light {
    background-color: #eefcf3 !important
}

.has-text-success-dark {
    color: #16833c !important
}

a.has-text-success-dark:focus,
a.has-text-success-dark:hover {
    color: #1daf50 !important
}

.has-background-success-dark {
    background-color: #16833c !important
}

.has-text-warning {
    color: #fedd56 !important
}

a.has-text-warning:focus,
a.has-text-warning:hover {
    color: #fed323 !important
}

.has-background-warning {
    background-color: #fedd56 !important
}

.has-text-warning-light {
    color: #fffbeb !important
}

a.has-text-warning-light:focus,
a.has-text-warning-light:hover {
    color: #fff1b8 !important
}

.has-background-warning-light {
    background-color: #fffbeb !important
}

.has-text-warning-dark {
    color: #937601 !important
}

a.has-text-warning-dark:focus,
a.has-text-warning-dark:hover {
    color: #c69f01 !important
}

.has-background-warning-dark {
    background-color: #937601 !important
}

.has-text-danger {
    color: #bb0218 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #890112 !important
}

.has-background-danger {
    background-color: #bb0218 !important
}

.has-text-danger-light {
    color: #ffebed !important
}

a.has-text-danger-light:focus,
a.has-text-danger-light:hover {
    color: #feb8c1 !important
}

.has-background-danger-light {
    background-color: #ffebed !important
}

.has-text-danger-dark {
    color: #fc0825 !important
}

a.has-text-danger-dark:focus,
a.has-text-danger-dark:hover {
    color: #fd3a51 !important
}

.has-background-danger-dark {
    background-color: #fc0825 !important
}

.has-text-black-bis {
    color: hsl(0deg, 0%, 7%) !important
}

.has-background-black-bis {
    background-color: hsl(0deg, 0%, 7%) !important
}

.has-text-black-ter {
    color: hsl(0deg, 0%, 14%) !important
}

.has-background-black-ter {
    background-color: hsl(0deg, 0%, 14%) !important
}

.has-text-grey-darker {
    color: hsl(0deg, 0%, 21%) !important
}

.has-background-grey-darker {
    background-color: hsl(0deg, 0%, 21%) !important
}

.has-text-grey-dark {
    color: hsl(0deg, 0%, 29%) !important
}

.has-background-grey-dark {
    background-color: hsl(0deg, 0%, 29%) !important
}

.has-text-grey {
    color: #f2f4f6 !important
}

.has-background-grey {
    background-color: #f2f4f6 !important
}

.has-text-grey-light {
    color: hsl(0deg, 0%, 71%) !important
}

.has-background-grey-light {
    background-color: hsl(0deg, 0%, 71%) !important
}

.has-text-grey-lighter {
    color: hsl(0deg, 0%, 86%) !important
}

.has-background-grey-lighter {
    background-color: hsl(0deg, 0%, 86%) !important
}

.has-text-white-ter {
    color: hsl(0deg, 0%, 96%) !important
}

.has-background-white-ter {
    background-color: hsl(0deg, 0%, 96%) !important
}

.has-text-white-bis {
    color: hsl(0deg, 0%, 98%) !important
}

.has-background-white-bis {
    background-color: hsl(0deg, 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-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-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-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-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-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-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !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-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-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-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-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-auto {
    padding: auto !important
}

.pt-auto {
    padding-top: auto !important
}

.pr-auto {
    padding-right: auto !important
}

.pb-auto {
    padding-bottom: auto !important
}

.pl-auto {
    padding-left: auto !important
}

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important
}

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:768px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !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.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media screen and (min-width:769px),
print {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !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.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1023px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !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.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1024px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !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.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1216px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !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.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1408px) {
    .is-size-1-fullhd {
        font-size: 3rem !important
    }

    .is-size-2-fullhd {
        font-size: 2.5rem !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.25rem !important
    }

    .is-size-6-fullhd {
        font-size: 1rem !important
    }

    .is-size-7-fullhd {
        font-size: .75rem !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:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media screen and (min-width:769px),
print {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-centered-fullhd {
        text-align: center !important
    }
}

@media screen and (max-width:768px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media screen and (min-width:769px),
print {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important
    }
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media screen and (min-width:769px),
print {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (min-width:1408px) {
    .has-text-left-fullhd {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media screen and (min-width:769px),
print {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

@media screen and (min-width:1408px) {
    .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: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.is-family-secondary {
    font-family: BlinkMacSystemFont, -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: BlinkMacSystemFont, -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:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media screen and (min-width:769px),
print {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1216px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

@media screen and (min-width:1408px) {
    .is-block-fullhd {
        display: block !important
    }
}

.is-flex {
    display: flex !important
}

@media screen and (max-width:768px) {
    .is-flex-mobile {
        display: flex !important
    }
}

@media screen and (min-width:769px),
print {
    .is-flex-tablet {
        display: flex !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-flex-desktop-only {
        display: flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-flex-widescreen {
        display: flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display: flex !important
    }
}

@media screen and (min-width:1408px) {
    .is-flex-fullhd {
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media screen and (min-width:769px),
print {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-fullhd {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media screen and (min-width:769px),
print {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: inline-flex !important
}

@media screen and (max-width:768px) {
    .is-inline-flex-mobile {
        display: inline-flex !important
    }
}

@media screen and (min-width:769px),
print {
    .is-inline-flex-tablet {
        display: inline-flex !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important
    }
}

@media screen and (min-width:1408px) {
    .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:768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media screen and (min-width:769px),
print {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1216px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    .is-hidden-fullhd {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px),
print {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px) 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:1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important
    }
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../images/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../images/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../images/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Icons.eot);
    src: url(../fonts/Simple-Line-Icons.eot#iefix) format("embedded-opentype"), url(../fonts/Simple-Line-Icons.woff2) format("woff2"), url(../fonts/Simple-Line-Icons.ttf) format("truetype"), url(../fonts/Simple-Line-Icons.woff) format("woff"), url(../images/Simple-Line-Icons.svg#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-minus:before {
    content: "\e615"
}

.icon-close:before {
    content: "\e082"
}

.icon-event:before {
    content: "\e619"
}

.icon-exclamation:before {
    content: "\e617"
}

.icon-organization:before {
    content: "\e616"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawer:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calendar:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symbol-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pinterest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-google:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}

.icon-social-vkontakte:before {
    content: "\e618"
}

.icon-social-steam:before {
    content: "\e620"
}

.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: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    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 transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity .5s ease
}

.slick-lightbox .slick-loading .slick-list {
    background-color: transparent
}

.slick-lightbox .slick-prev {
    left: 15px
}

.slick-lightbox .slick-next {
    right: 15px
}

.slick-lightbox-hide {
    opacity: 0
}

.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0
}

.slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden
}

.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center
}

.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%
}

.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: #fff
}

.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    padding: 0;
    border: none
}

.slick-lightbox-close:focus {
    outline: 0
}

.slick-lightbox-close:before {
    font-family: slick;
    font-size: 1.25rem;
    line-height: 1;
    color: #fff;
    opacity: .85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×"
}

.digistorm-mobile-calendar {
    min-height: 400px;
    margin: 10px 0 20px;
    width: 100%;
    overflow: hidden
}

@media (min-width:1024px) {
    .digistorm-mobile-calendar {
        display: none
    }
}

.digistorm-mobile-calendar .dsmcal-controls:before {
    background-color: #0296c9
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    background-color: rgba(200, 0, 0, .7)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event {
    border-color: rgba(200, 0, 0, .7)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-0,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-0 {
    border-color: #006400
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-1 {
    border-color: #00f
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-2 {
    border-color: pink
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-3 {
    border-color: green
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-4 {
    border-color: purple
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-5 {
    border-color: orange
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-6 {
    border-color: #0ff
}

.digistorm-mobile-calendar .dsmcal-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 2
}

.digistorm-mobile-calendar .dsmcal-controls:before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week {
    z-index: 1;
    width: auto;
    flex: 1 0 auto;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 4px 0
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-display {
    display: none
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select {
    font-size: .6875rem;
    opacity: .75;
    line-height: 1;
    transition: opacity .3s;
    margin: 2px 0
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg {
    height: 1.4em;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin-top: -.2em
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg g,
.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg path {
    fill: #fff
}

.digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week:hover .dsmcal-month-select {
    opacity: 1
}

.digistorm-mobile-calendar .dsmcal-controls button {
    z-index: 1;
    cursor: pointer;
    background: 0 0;
    margin: 2px;
    height: 56px;
    width: 56px;
    border: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-controls button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 0 solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    margin-top: -5px;
    margin-left: -6px;
    top: 50%;
    left: 50%
}

.digistorm-mobile-calendar .dsmcal-controls button.dsmcal-prev-week:before {
    transform: rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-monthnav {
    margin-top: 0
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:before {
    transform: translateY(-50%) translateY(-2px) rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:after {
    transform: translateY(-50%) translateY(-2px) rotate(45deg)
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-week-range {
    display: none
}

.digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-month-display {
    display: block
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav {
    transition: margin .3s;
    margin-top: -100%;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0296c9;
    color: #fff;
    z-index: -1;
    padding: 20px 0
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week {
    display: table;
    margin: auto;
    margin-top: 10px;
    font-size: .875rem;
    text-align: center;
    padding: 5px;
    cursor: pointer
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week.dsmcal-is-this-week {
    background-color: rgba(127, 127, 127, .5);
    border-radius: 4px
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table {
    margin: auto
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr {
    display: flex;
    width: 216px;
    cursor: pointer
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr.dsmcal-selected-week {
    background-color: rgba(127, 127, 127, .5);
    border-radius: 4px
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td {
    padding: 5px;
    width: 30px;
    text-align: center;
    color: #fff;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td .day-badge {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -6px;
    right: -6px;
    background: #1f3224;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .5625rem;
    border-radius: 50%;
    color: #fff
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td[data-dsmcal-events="0"] .day-badge {
    display: none
}

.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-last-month,
.digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-next-month {
    opacity: .5
}

@keyframes dsmcal-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-loading {
    width: 100%;
    height: 300px;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-loading:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border: 0 solid #000;
    border-width: 1px 0 0 0;
    border-radius: 50%;
    animation: dsmcal-rotate 1s linear infinite
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-empty {
    text-align: center;
    margin: 40px;
    height: 300px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: border-color .1s;
    margin-top: -1px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-today .dsmcal-label {
    background-color: rgba(255, 0, 0, .1)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day:first-child {
    margin-top: 20px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label {
    font-size: 1rem;
    margin: 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    background-color: #eee;
    color: #000;
    position: relative;
    font-weight: 400
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label div {
    display: inline-block;
    padding: 3px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 9px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: .75rem
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total.dsmcal-show-total {
    display: inline-flex
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-weekday {
    display: block;
    padding: 0;
    margin: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .8
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date {
    line-height: .75rem;
    padding: 0;
    margin: 0;
    font-size: .75rem;
    padding-left: 8px;
    padding-top: 2px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-month {
    color: #7d7d7d
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day {
    padding-left: 0
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker {
    position: absolute;
    top: 0;
    right: 30px;
    margin-right: 40px;
    width: 0;
    height: 0;
    border-width: 17px 9px 17px 0;
    border-style: solid;
    opacity: .5;
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1 {
    right: 40px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2 {
    right: 50px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3 {
    right: 60px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4 {
    right: 70px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5 {
    right: 80px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6 {
    right: 90px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #b9b9b9;
    transition: transform .1s;
    right: 20px;
    top: 50%;
    transform-origin: 1px center
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
    transform: translateY(-50%) translateY(4px) rotate(225deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
    transform: translateY(-50%) translateY(4px) rotate(-45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event {
    border: 0 solid #eee;
    border-collapse: collapse;
    padding: 0 16px;
    visibility: hidden;
    max-height: 0;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 36px;
    border-left: 2px solid rgba(255, 0, 0, .7);
    position: relative;
    cursor: pointer
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #888;
    transition: transform .1s;
    right: 26px;
    top: 14px;
    margin-right: -6px;
    transform-origin: 0 center;
    opacity: .5
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before {
    transform: translateY(-50%) translateY(1px) rotate(225deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after {
    transform: translateY(-50%) translateY(1px) rotate(-45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar {
    display: flex;
    align-items: center;
    background: #eee;
    padding: 6px;
    margin: 12px 0 10px;
    color: #000;
    opacity: .7;
    font-size: .75rem
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon {
    display: inline-block;
    width: 16px;
    margin-right: 10px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day:not(.dsmcal-day-expanded) .dsmcal-event {
    overflow: hidden
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded {
    padding-bottom: 5px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:before {
    transform: translateY(-50%) translateY(0) rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:after {
    transform: translateY(-50%) translateY(0) rotate(45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-multimarker {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-total {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-multiday-events {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event {
    visibility: visible;
    max-height: 100vh;
    margin: 10px 0;
    margin-left: 65px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-timestart {
    position: absolute;
    right: 100%;
    font-size: .625rem;
    font-weight: 700;
    width: 50px;
    padding-right: 10px;
    text-align: right;
    opacity: .5
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-title {
    font-size: .875rem
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-time {
    font-size: .75rem;
    margin-top: 5px;
    opacity: .7;
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body {
    font-size: .75rem;
    margin: 14px 0 5px;
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-add {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment {
    padding-left: 25px;
    position: relative
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    text-align: center
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday {
    padding-top: 0;
    padding-bottom: 0
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-title {
    font-size: .75rem
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-body {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-time {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-add {
    display: none
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-title {
    margin-bottom: 14px
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-add,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-body,
.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-time {
    display: block
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:before {
    transform: translateY(-50%) translateY(-2px) rotate(135deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:after {
    transform: translateY(-50%) translateY(-2px) rotate(45deg)
}

.digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body:empty {
    display: none !important
}

/*!
 * FullCalendar v3.10.5
 * Docs & License: https://fullcalendar.io/
 * (c) 2019 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad
}

.fc-event,
.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4
}

.fc-event .fc-resizer {
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "‹";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "›";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "«";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "»";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "◄";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "►";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "▼";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "×";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc.fc-bootstrap3 a {
    text-decoration: none
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc.fc-bootstrap4 a {
    text-decoration: none
}

.fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap4 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap4 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

.fc-bootstrap4 .fc-popover.card {
    position: absolute
}

.fc-bootstrap4 .fc-popover .card-body {
    padding: 0
}

.fc-bootstrap4 .fc-time-grid .fc-slats table {
    background: 0 0
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: " - "
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: .5rem;
    font-size: .6875rem;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt {
    float: right
}

.fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

@keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: var(--plyr-badge-text-color, #fff);
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-base, 15px);
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(var(--plyr-control-spacing, 10px) * .7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

a.plyr__control::after,
a.plyr__control::before {
    display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: calc(var(--plyr-control-spacing, 10px)/ 4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: calc(var(--plyr-control-spacing, 10px)/ 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 calc(var(--plyr-control-spacing, 10px)/ 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls:empty {
    display: none
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: var(--plyr-menu-background, rgba(255, 255, 255, .9));
    border-radius: var(--plyr-menu-radius, 4px);
    bottom: 100%;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
    border: var(--plyr-menu-arrow-size, 4px) solid transparent;
    border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, .9));
    content: "";
    height: 0;
    position: absolute;
    right: calc(((var(--plyr-control-icon-size, 18px)/ 2) + calc(var(--plyr-control-spacing, 10px) * .7)) - (var(--plyr-menu-arrow-size, 4px)/ 2));
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
    display: flex;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: calc(calc(var(--plyr-control-spacing, 10px) * .7)/ 1.5) calc(calc(var(--plyr-control-spacing, 10px) * .7) * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4)
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
    right: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: calc(var(--plyr-control-spacing, 10px) * .7);
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * .7)/ 2);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4);
    position: relative;
    width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * .7) * 2))
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
    left: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back::before {
    background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: calc(calc(var(--plyr-control-spacing, 10px) * .7)/ 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(35, 40, 47, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc((calc(var(--plyr-control-spacing, 10px) * .7) - 2px) * -1);
    overflow: hidden;
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    display: block;
    height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    appearance: none;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/ 2 * -1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px)/ 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
    outline-offset: 2px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
    outline-offset: 2px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
    outline-offset: 2px
}

.plyr__poster {
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time::before {
    content: "⁄";
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px)/ 2) * 2);
    opacity: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/ 2) calc(calc(var(--plyr-control-spacing, 10px)/ 2) * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before {
    left: calc((var(--plyr-control-icon-size, 18px)/ 2) + calc(var(--plyr-control-spacing, 10px) * .7))
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((var(--plyr-control-icon-size, 18px)/ 2) + calc(var(--plyr-control-spacing, 10px) * .7));
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    left: calc(var(--plyr-range-thumb-height, 13px) * .5);
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: calc((var(--plyr-range-track-height, 5px)/ 2) * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr__progress__marker {
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%
}

.plyr__volume input[type=range] {
    margin-left: calc(var(--plyr-control-spacing, 10px)/ 2);
    margin-right: calc(var(--plyr-control-spacing, 10px)/ 2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1))
}

.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))
}

.plyr--video {
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/ 2);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: var(--plyr-control-spacing, 10px);
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
    border: 0;
    border-radius: 100%;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, .15), 0 0 0 1px rgba(35, 40, 47, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5))
}

.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .25))
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: hsl(216deg, 15%, 16%);
    border-radius: 2px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: .6875rem;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty::after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px)/ 2) * 2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, .9));
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: hsl(216deg, 15%, 79%);
    border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container::after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container::after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75)));
    border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
    border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../images/icomoon_1.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 100vh
}

@media screen and (min-width:769px),
print {
    #wrapper {
        padding-top: 0 !important
    }
}

#wrapper:not(.action-modal-active) {
    padding-top: 0 !important
}

figure a {
    display: inline-block;
    width: auto;
    height: auto
}

figure.image-right {
    display: flex;
    margin-left: auto
}

figure.image-center {
    display: flex;
    margin: 0 auto
}

figure.image-left {
    display: flex;
    margin-right: auto
}

.application-form .form .form__row[id$=-fields-applyingFor-field] {
    display: none
}

.banners .banner {
    position: relative;
    background-size: cover;
    height: 380px;
    overflow: hidden
}

.banners .banner .video-holder {
    min-width: 675.5555555556px
}

.banners .banner .floating-controls {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2
}

.banners .banner .floating-controls i {
    min-height: 20px;
    min-width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: .8
}

.banners .banner .floating-controls i:hover {
    opacity: 1
}

@media screen and (min-width:1024px) {
    .banners .banner {
        height: 780px
    }

    .banners .banner .video-holder {
        min-width: 1386.6666666667px
    }
}

.banners .banner .box {
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 500px
}

.banners .banner .box .subtitle,
.banners .banner .box a,
.banners .banner .box b,
.banners .banner .box em .title,
.banners .banner .box h1,
.banners .banner .box h2,
.banners .banner .box h3,
.banners .banner .box h4,
.banners .banner .box h5,
.banners .banner .box h6,
.banners .banner .box i,
.banners .banner .box li,
.banners .banner .box p,
.banners .banner .box strong {
    color: #fff
}

.banners:not(.slick-initialized) .banner:not(:first-child) {
    display: none
}

.rich-text-block p {
    margin-bottom: 15px
}

.rich-text-block img {
    max-width: 100%;
    max-height: 100%
}

.rich-text-block a {
    color: #02a8e1;
    font-weight: 700;
    text-decoration: underline
}

blockquote {
    margin: 30px 0;
    padding: 30px 0;
    position: relative
}

blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 1px;
    background-color: #ffb300
}

blockquote p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #02a8e1;
    font-weight: 700
}

.breadcrumb li a {
    color: #00264e
}

.button-container {
    display: flex;
    justify-content: center
}

.buttons {
    margin: 30px 0
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center
}

.button-group.is-vertical {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    display: inline-flex
}

.button-group.is-vertical .button {
    margin-right: 0
}

.button-group .button {
    min-width: 100px;
    max-width: 300px;
    overflow: hidden
}

@media screen and (max-width:1023px) {

    .calendar-desktop,
    .calendar-desktop-loading-indicator {
        display: none
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.calendar-container {
    position: relative
}

.calendar-container .calendar-desktop-loading-indicator {
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-left-color: rgba(0, 0, 0, .6);
    border-top-color: rgba(0, 0, 0, .6);
    animation: rotate 1s infinite linear;
    z-index: 10
}

.calendar-container .calendar-desktop-loading-indicator.show {
    opacity: 1
}

.fc-scroller {
    height: auto !important
}

.fc {
    margin: 2rem 0
}

.fc-toolbar {
    padding: 10px 0
}

.fc-toolbar h2 {
    margin-top: 10px;
    font-size: 1.5rem
}

.fc-toolbar button.fc-button {
    background: #0296c9;
    border: none;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    transition: background-color .3s ease
}

.fc-toolbar button.fc-button.fc-today-button {
    text-transform: uppercase;
    height: 55px;
    padding: 0 28px
}

.fc-toolbar button.fc-button:hover {
    background-color: #0296c9
}

.fc-toolbar button.fc-button.fc-next-button,
.fc-toolbar button.fc-button.fc-prev-button {
    width: 100px;
    height: 55px
}

.fc-toolbar button.fc-button.fc-next-button:after,
.fc-toolbar button.fc-button.fc-prev-button:after {
    display: inline-block;
    transition: transform .3s ease
}

.fc-toolbar button.fc-button.fc-next-button:after {
    content: \f054;
    font: normal normal 900 .875rem/1 "Font Awesome 5 Free"
}

.fc-toolbar button.fc-button.fc-next-button:hover:after {
    transform: translateX(5px)
}

.fc-toolbar button.fc-button.fc-prev-button:after {
    content: \f053;
    font: normal normal 900 .875rem/1 "Font Awesome 5 Free"
}

.fc-toolbar button.fc-button.fc-prev-button:hover:after {
    transform: translateX(-5px)
}

.fc-event,
.fc-event-dot {
    background-color: #fff;
    color: #0296c9;
    border: 1px solid rgba(30, 76, 43, .1) !important
}

.fc-event-dot:hover,
.fc-event:hover {
    color: #0296c9
}

.fc-view {
    z-index: auto
}

.fc-view>table {
    z-index: auto
}

.fc-view>table thead.fc-head tr {
    border-bottom: 2px solid #0296c9
}

.fc-view>table thead.fc-head td.fc-head-container {
    border: none
}

.fc-view>table thead.fc-head td.fc-head-container th.fc-day-header {
    padding: 12px 7px;
    border-color: transparent;
    background: #0296c9;
    color: #fff
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content {
    border: none
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week {
    height: auto !important;
    z-index: auto
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-bg {
    z-index: auto
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-bg>table td.fc-day {
    background: #f9f9f9;
    border-width: 0 1px 0 0 !important;
    border-color: #ddd !important
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton {
    z-index: auto
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table thead .fc-day-top {
    padding: 5px
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event {
    border: none;
    border-radius: 0;
    font-size: .875rem;
    line-height: 1.5rem;
    cursor: pointer;
    margin: 3px 4px
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-title:first-child:before {
    content: "All Day";
    display: block;
    position: absolute;
    opacity: .5;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.125rem;
    display: block;
    width: 100%;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event:hover .fc-title {
    background-size: 100% 1px;
    background-position: 0 2.3em
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-title {
    padding: 15px 0 25px;
    background-image: linear-gradient(#bcc9bf, #bcc9bf);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 100% 2.3em;
    transition: background-size .25s;
    line-height: 1.125rem
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-content {
    white-space: normal;
    text-align: center;
    padding: 10px;
    padding-top: 23px;
    position: relative;
    z-index: 1
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-time {
    margin-top: -15px;
    opacity: .5;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.125rem;
    display: block
}

.fc-view>table tbody.fc-body>tr>td.fc-widget-content div.fc-week div.fc-content-skeleton>table tbody .fc-event .fc-title {
    vertical-align: middle
}

.cal-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .3s
}

.cal-modal.active {
    opacity: 1;
    visibility: visible
}

.cal-modal .content-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 50rem
}

.cal-modal .content-holder .content {
    width: 100%;
    max-height: 100%;
    cursor: initial;
    background: #fff;
    -webkit-user-select: text;
    user-select: text;
    padding: 40px;
    box-sizing: border-box
}

.cal-modal .content-holder .content p {
    font-weight: 400
}

.cal-modal .content-holder .close {
    height: 40px;
    color: #fff;
    text-align: right;
    padding-right: 55px;
    padding-top: 10px;
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    position: relative
}

.cal-modal .content-holder .close:after,
.cal-modal .content-holder .close:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    height: 43px;
    width: 3px;
    background: #fff;
    transform: rotate(45deg);
    background-color: #fff;
    background-image: linear-gradient(#0296c9, #0296c9);
    background-size: 100% 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
    transition: background-size .15s
}

.cal-modal .content-holder .close:after {
    transform: rotate(135deg)
}

.cal-modal .content-holder .close:hover:after,
.cal-modal .content-holder .close:hover:before {
    background-position: 100% 100%;
    background-size: 100% 100%
}

.events-blocks .events-wrapper {
    position: relative;
    min-height: 10rem
}

.events-blocks .events-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, .5);
    background-size: auto 5rem
}

.events-blocks .events-wrapper.events-loaded:before {
    display: none
}

.events-blocks .events-wrapper .error {
    color: #bb0218;
    width: 100%;
    text-align: center
}

.events-blocks .events-wrapper .event {
    color: #00264e;
    cursor: pointer;
    line-height: 1.25;
    margin-bottom: 2rem
}

.events-blocks .events-wrapper .event .event-date {
    display: block;
    line-height: 1;
    transition: color .3s;
    color: #e2c172
}

.events-blocks .events-wrapper .event .event-title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #00264e;
    transition: color .3s;
    line-height: 1.5
}

.events-blocks .events-wrapper .event .event-time {
    font-weight: 600
}

.events-blocks .events-wrapper .event:hover .event-title {
    color: #e2c172
}

.events-blocks .events-wrapper .event:hover .event-date {
    color: #e2c172
}

@media screen and (min-width:1024px) {
    .events-blocks .events-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .events-blocks .events-wrapper .event {
        width: 50%
    }
}

@media screen and (min-width:1216px) {
    .events-blocks .events-wrapper .event {
        width: 33.3333333333%
    }
}

form fieldset {
    border: none
}

form label {
    margin: 0;
    color: #545556;
    font-size: .875rem;
    line-height: 1.5rem
}

form label.required:after {
    content: "*";
    display: inline-block;
    margin-left: .25em;
    color: #bb0218;
    font-weight: 700
}

form .errors {
    color: #bb0218;
    font-weight: 700;
    margin-bottom: 10px
}

form input,
form select,
form textarea {
    padding: 10px 13px;
    margin-bottom: 15px;
    border: 1px solid #b9bfc4;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 1.875rem;
    width: 100%;
    outline: 0;
    background: #fff
}

form input:hover,
form select:hover,
form textarea:hover {
    box-shadow: 0 0 1px 0 rgba(10, 10, 10, .3)
}

form input:active,
form input:focus,
form select:active,
form select:focus,
form textarea:active,
form textarea:focus {
    border-color: #00264e
}

form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem
}

form .form__note {
    margin: 0 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    width: 100%;
    font-size: .75rem;
    line-height: 1.125rem
}

.form-container {
    margin: 40px 0
}

.form-container>p {
    margin: 20px 0;
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.5;
    color: #e2c172
}

.gallery {
    position: relative;
    margin: 30px 0;
    overflow: hidden;
    width: 100%
}

.gallery.is-basic {
    overflow: visible
}

.gallery.is-basic:before {
    display: none
}

.gallery.is-lightbox ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px
}

@media screen and (min-width:769px),
print {
    .gallery.is-lightbox ul {
        display: grid;
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column
    }
}

.gallery.is-lightbox ul li {
    list-style: none;
    max-height: 380px;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .gallery.is-lightbox ul li {
        width: calc(50% - 10px)
    }
}

.gallery.is-lightbox ul li a {
    display: block;
    background-size: cover;
    padding-top: 100%
}

.gallery.is-lightbox .more-s {
    position: absolute;
    bottom: 0;
    right: 32px
}

@media screen and (min-width:1024px) {
    .gallery.is-lightbox .more-s {
        right: 0
    }
}

.gallery.is-lightbox .more-s a {
    height: 3.75rem;
    min-width: 3.75rem;
    font-size: 1rem;
    text-align: center;
    line-height: 3.75rem;
    padding: 0 1.2rem;
    background-color: #02a8e1;
    color: #fff;
    display: block
}

.gallery.is-lightbox .more-s a:hover {
    background-color: #0296c9
}

.gallery .slick {
    display: block
}

.gallery .slick .slick-image {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 250px
}

@media screen and (min-width:769px),
print {
    .gallery .slick .slick-image {
        height: 500px
    }
}

.gallery .slick .slick-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .gallery .slick .slick-image {
        height: 350px
    }
}

.gallery .slick .slide {
    position: relative;
    padding: 40px 0 0;
    outline: 0
}

.gallery .slick .slide .slick-image {
    position: relative
}

.gallery .slick .slide .slide-content {
    position: relative;
    padding: 40px;
    z-index: 1
}

.gallery .slick:not(.slick-initialized) .slick-image:not(:first-child),
.gallery .slick:not(.slick-initialized) .slide:not(:first-child) {
    display: none
}

.slick-lightbox .slick-slide {
    outline: 0
}

.slick-lightbox .slick-lightbox-slick-caption {
    display: block;
    margin-top: 20px
}

.slick-lightbox .slick-lightbox-slick-caption strong {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.slick-lightbox .slick-arrow {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
    border: none;
    color: transparent;
    cursor: pointer;
    background: 0 0;
    transform: translateY(-50%);
    font: normal normal 900 .875rem/1 "Font Awesome 5 Free";
    font-size: 1.875rem;
    text-rendering: auto;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-lightbox .slick-arrow.slick-prev {
    left: 30px
}

.slick-lightbox .slick-arrow.slick-prev:before {
    content: "\f104";
    color: #fff
}

.slick-lightbox .slick-arrow.slick-next {
    right: 30px
}

.slick-lightbox .slick-arrow.slick-next:before {
    content: "\f105";
    color: #fff
}

.slick-lightbox .slick-arrow:hover img {
    opacity: 1
}

.gallery.print-only {
    display: none
}

@media print {
    .gallery.is-basic {
        display: none
    }

    .gallery.print-only {
        display: block
    }
}

.news {
    display: flex;
    flex-wrap: wrap
}

.news .card {
    display: block;
    width: calc(33.33% - 15px);
    margin-right: 20px
}

.news .card:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .news .card {
        margin: 20px 0;
        width: 100%
    }
}

.action-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 105;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out, visibility .3s
}

.action-modal.active {
    visibility: visible;
    opacity: 1
}

.action-modal.delete {
    transition: opacity .9s, visibility .3s
}

.action-modal .action-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

.action-modal .action-modal-content {
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 60px
}

.action-modal .action-modal-content img {
    max-width: 85vw;
    max-height: 85vh
}

.action-modal .action-modal-content .close-action-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform .3s;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1)
}

.action-modal .action-modal-content .close-action-modal:hover:after,
.action-modal .action-modal-content .close-action-modal:hover:before {
    background: #fedd56
}

.action-modal .action-modal-content .close-action-modal:after,
.action-modal .action-modal-content .close-action-modal:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: background .3s
}

.action-modal .action-modal-content .close-action-modal:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.action-modal .action-modal-content .close-action-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.search-page section#results.has-results {
    margin-top: 20px
}

@media screen and (min-width:1024px) {
    .search-page section#results.has-results {
        margin-top: 20px
    }
}

.search-nav .wrapper {
    position: relative
}

.search-nav .wrapper .search-icon {
    padding-left: .75rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.search-nav .wrapper .search-icon svg {
    width: 1.25rem;
    height: 1.25rem
}

.search-nav .wrapper input {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1rem;
    padding-left: 2.5rem;
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    border-radius: .5rem;
    width: 100%
}

.search-nav .wrapper button {
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    background-color: #1a56db;
    position: absolute;
    min-width: unset;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.search-nav .wrapper button svg {
    width: 1.25rem;
    height: 1.25rem;
    margin: auto
}

.search-nav .wrapper button:hover {
    background-color: #1e429f
}

.search-title {
    text-transform: uppercase
}

.search-results-title {
    color: #7c7d7e
}

.entry-url {
    display: block;
    margin-top: -1rem;
    margin-bottom: 1rem
}

.search-content {
    display: block;
    color: #7c7d7e
}

.search-content p {
    color: #7c7d7e
}

.search-content .entry-url,
.search-content .read-more {
    color: #00264e
}

.search-content .read-more {
    display: block;
    transition: transform .3s ease
}

.search-content .title {
    color: #001225
}

.search-content:hover .entry-url,
.search-content:hover .read-more,
.search-content:hover .title {
    color: #e2c172
}

.search-content:hover .read-more {
    transform: translateX(.5rem)
}

.table-wrapper .table thead th {
    background: #e2c172;
    color: #fff;
    border-color: #e2c172
}

.video-player:not(.keep-ratio):not(.container-size) {
    position: relative;
    width: 100%;
    height: 100%
}

.video-player:not(.keep-ratio):not(.container-size) .plyr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%
}

.video-player:not(.keep-ratio):not(.container-size) .plyr__video-wrapper,
.video-player:not(.keep-ratio):not(.container-size) video {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.video-player:not(.keep-ratio):not(.container-size) .plyr__poster {
    background-size: cover
}

.video-player.container-size {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.video-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 177.7777777778vh
}

.video-holder .video-sizer {
    width: 100%;
    padding-bottom: 56.25%
}

.tab-section {
    padding: 2rem 0 0 0
}

.tab-section .tabs {
    position: relative
}

.tab-section .tabs .tab-headers {
    display: flex;
    position: relative;
    z-index: 2;
    overflow-x: scroll
}

.tab-section .tabs .accordion-header,
.tab-section .tabs .tab-title {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 1rem 2rem;
    position: relative
}

.tab-section .tabs .accordion-header span,
.tab-section .tabs .tab-title span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: .9rem;
    color: #00264e
}

.tab-section .tabs .accordion-header:before,
.tab-section .tabs .tab-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #e2c172;
    display: none;
    z-index: 3
}

.tab-section .tabs .accordion-header:after,
.tab-section .tabs .tab-title:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -15px;
    background: #fff
}

.tab-section .tabs .accordion-header:hover,
.tab-section .tabs .tab-title:hover {
    cursor: pointer;
    background: hsl(0deg, 0%, 86%)
}

.tab-section .tabs .accordion-header:hover:before,
.tab-section .tabs .tab-title:hover:before {
    display: block;
    background-color: #f2f4f6
}

.tab-section .tabs .accordion-header.is-active,
.tab-section .tabs .tab-title.is-active {
    border-color: hsl(0deg, 0%, 71%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1)
}

.tab-section .tabs .accordion-header.is-active:before,
.tab-section .tabs .tab-title.is-active:before {
    display: block;
    background: #00264e;
    border-top-color: #00264e
}

.tab-section .tabs .accordion-header.is-active:after,
.tab-section .tabs .tab-title.is-active:after {
    display: block
}

.tab-section .tabs .tab-body {
    width: 100%
}

.tab-section .tabs .tab-body .accordion-header {
    display: none
}

.tab-section .tabs .tab-body .tab-content {
    padding: 30px;
    border: 1px solid hsl(0deg, 0%, 71%);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    display: none;
    overflow: hidden
}

.tab-section .tabs .tab-body .tab-content.is-active {
    display: block
}

.tab-section .tabs .tab-body .tab-content .lead {
    margin: 30px 0
}

.tab-section .tabs.style-left {
    display: flex
}

.tab-section .tabs.style-left .tab-headers {
    flex-direction: column
}

.tab-section .tabs.style-left .tab-headers .tab-title {
    padding: 20px 10px;
    min-width: 100px;
    text-align: center
}

.tab-section .tabs.style-left .tab-headers .tab-title span {
    min-width: 100px
}

.tab-section .tabs.style-left .tab-headers .tab-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%
}

.tab-section .tabs.style-left .tab-headers .tab-title:after {
    bottom: 0;
    right: -15px
}

.tab-section .tabs.style-left .tab-body {
    width: 100%
}

.tab-section .tabs.style-left .tab-body .gallery {
    width: 568px
}

.tab-section .tabs.style-right {
    display: flex;
    flex-direction: row-reverse
}

.tab-section .tabs.style-right .tab-headers {
    flex-direction: column
}

.tab-section .tabs.style-right .tab-headers .tab-title {
    padding: 20px 10px;
    min-width: 100px;
    text-align: center
}

.tab-section .tabs.style-right .tab-headers .tab-title span {
    min-width: 100px
}

.tab-section .tabs.style-right .tab-headers .tab-title:before {
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%
}

.tab-section .tabs.style-right .tab-headers .tab-title:after {
    bottom: 0;
    left: -15px;
    right: 0
}

.tab-section .tabs.style-right .tab-body {
    width: 100%
}

.tab-section .tabs.style-right .tab-body .gallery {
    width: 568px
}

.tab-section .tabs.style-accordion .tab-headers {
    display: none
}

.tab-section .tabs.style-accordion .accordion-wrapper {
    border-bottom: 2px solid #ecebea
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header {
    display: block;
    border: none;
    padding: 24px 0
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header h4 {
    font-weight: 700;
    color: #00264e;
    font-size: .9rem;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header:hover {
    background: #fff
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header:before {
    background: 0 0;
    color: #00264e;
    display: inline-block;
    content: \f067;
    font: normal normal 900 1rem/1rem "Font Awesome 5 Free";
    right: .25rem;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 1s;
    width: 1rem;
    height: 1rem
}

.tab-section .tabs.style-accordion .accordion-wrapper.is-active .accordion-header {
    padding: 24px 0 8px
}

.tab-section .tabs.style-accordion .accordion-wrapper.is-active .accordion-header:before {
    transform: translateY(-50%) rotate(45deg);
    color: #e2c172
}

.tab-section .tabs.style-accordion .accordion-wrapper:last-child {
    border-bottom: unset
}

.tab-section .tabs.style-accordion .tab-content {
    display: block;
    border: none;
    box-shadow: none;
    padding: 0 0 1.5rem
}

.tab-section .tabs.style-accordion .tab-content .gallery {
    width: 100%
}

.tab-section .tabs.style-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

@media print {
    .tab-section .tabs .tab-headers {
        display: none
    }

    .tab-section .tabs .tab-body .accordion-wrapper .accordion-header {
        display: block
    }

    .tab-section .tabs .tab-body .accordion-wrapper .accordion-content .tab-content {
        display: block
    }
}

.link-tiles {
    margin: 50px auto
}

.link-tiles .link-tile {
    display: block;
    position: relative;
    background-size: cover;
    background-color: #00264e;
    transition: transform .3s
}

.link-tiles .link-tile[href]:hover {
    transform: scale(1.1)
}

.link-tiles .link-tile .tile-sizer {
    width: 100%;
    padding-bottom: 60%
}

.link-tiles .link-tile .tile-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5))
}

.link-tiles .link-tile .tile-content .title {
    color: #fff;
    margin: 0
}

.grid {
    display: grid
}

.block-newsletter-cards {
    margin-bottom: 50px
}

.block-newsletter-cards+.pagination {
    margin: 60px 0
}

@media screen and (min-width:769px),
print {
    .block-newsletter-cards+.pagination {
        margin: 120px 0
    }
}

.block-newsletter-cards .section-heading {
    margin-top: 60px
}

@media screen and (min-width:1024px) {
    .block-newsletter-cards .section-heading {
        margin-top: 100px
    }
}

.block-newsletter-cards .newsletter-grid {
    gap: 20px
}

@media screen and (min-width:769px),
print {
    .block-newsletter-cards .newsletter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media screen and (min-width:1024px) {
    .block-newsletter-cards .newsletter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.block-newsletter-cards .newsletter-grid#append-here {
    margin-top: 20px
}

.block-newsletter-cards .newsletter-grid .load-more {
    display: grid;
    place-items: center;
    width: 100%
}

@media screen and (min-width:769px),
print {
    .block-newsletter-cards .newsletter-grid .load-more {
        grid-column-start: span 2
    }
}

@media screen and (min-width:1024px) {
    .block-newsletter-cards .newsletter-grid .load-more {
        grid-column-start: span 3
    }
}

.block-newsletter-cards .newsletter-grid .card {
    all: initial;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.block-newsletter-cards .newsletter-grid .card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    min-height: 250px
}

.block-newsletter-cards .newsletter-grid .card a:hover {
    background-color: #f7f7f7
}

.block-newsletter-cards .newsletter-grid .card a:hover .img-wrapper img {
    transform: scale(1.1)
}

.block-newsletter-cards .newsletter-grid .card .img-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 63.1578947368%
}

.block-newsletter-cards .newsletter-grid .card .img-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top center;
    transition: transform .4s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.block-newsletter-cards .newsletter-grid .card .content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 30px
}

.block-newsletter-cards .newsletter-grid .card .content .subheading {
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 24px;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    font-family: Arial;
    color: #545556;
    margin-top: auto;
    margin-bottom: 10px
}

.block-newsletter-cards .newsletter-grid .card .content h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    line-height: 1.875rem;
    margin: 0 0 15px
}

.newsletter-banner {
    all: inherit;
    background-color: #00264e;
    text-align: center;
    color: #fff;
    margin-top: 0;
    position: relative;
    z-index: 1
}

@media screen and (min-width:1024px) {
    .newsletter-banner {
        margin-top: 0
    }
}

.newsletter-banner.has-img .heading-wrapper .breadcrumb {
    position: absolute;
    bottom: 110%;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width:1024px) {
    .newsletter-banner.has-img .heading-wrapper .breadcrumb {
        margin: -7rem auto
    }
}

.newsletter-banner .banner-img {
    width: 100%;
    position: relative
}

.newsletter-banner .banner-img .img-wrapper {
    padding-top: 47.2222222222%
}

@media screen and (min-width:1024px) {
    .newsletter-banner .banner-img .img-wrapper {
        padding-top: 26.3888888889%
    }
}

.newsletter-banner .banner-img .img-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.newsletter-banner .banner-img .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%
}

.newsletter-banner .heading-wrapper {
    padding: 1.5rem 1rem;
    position: relative
}

@media screen and (min-width:1024px) {
    .newsletter-banner .heading-wrapper {
        padding: 3rem 1rem
    }
}

.newsletter-banner .heading-wrapper .breadcrumb {
    color: inherit;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width:1024px) {
    .newsletter-banner .heading-wrapper .breadcrumb {
        padding: 0;
        max-width: 60vw;
        margin: 0 auto 20px !important
    }
}

.newsletter-banner .heading-wrapper .breadcrumb ul {
    justify-content: center;
    color: #fff
}

.newsletter-banner .heading-wrapper .breadcrumb ul li {
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
    color: inherit;
    font-size: .875rem;
    line-height: 1.5rem
}

.newsletter-banner .heading-wrapper .breadcrumb ul li a {
    color: inherit
}

.newsletter-banner .heading-wrapper .breadcrumb ul li a:hover {
    text-decoration: underline
}

.newsletter-banner .heading-wrapper .breadcrumb ul li+li:before {
    color: inherit;
    padding: 0 10px
}

.newsletter-banner .heading-wrapper h1 {
    color: inherit;
    margin: 0
}

@media screen and (min-width:1408px) {
    .newsletter-banner .heading-wrapper h1 {
        max-width: 60vw;
        margin: 0 auto
    }
}

.block-newsletter {
    margin: 0 !important;
    padding: 0 !important
}

@media screen and (min-width:1024px) {
    .block-newsletter {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-column-gap: 20px
    }
}

.block-newsletter .newsletter-sidebar {
    background-color: #f9fafb;
    padding: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: transform .8s cubic-bezier(.77, 0, .175, 1);
    transform: translateY(calc(100% - 60px)) translate3d(0, 0, 0);
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, .09)
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-sidebar {
        width: auto;
        transform: none;
        box-shadow: none;
        grid-column: 1/4;
        position: initial;
        padding: 2.5rem
    }
}

@media screen and (min-width:1408px) {
    .block-newsletter .newsletter-sidebar {
        grid-column: 1/3
    }
}

.block-newsletter .newsletter-sidebar.is-active {
    transform: translateY(0);
    max-height: 90vh
}

.block-newsletter .newsletter-sidebar.is-active .sidebar-heading #newsletter-menu:after {
    top: 7px;
    transform: rotate(45deg) scale(-1, -1)
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-sidebar .sidebar-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
        transition: top .4s
    }

    body.menu-stuck .block-newsletter .newsletter-sidebar .sidebar-wrapper {
        top: 135px
    }
}

.block-newsletter .newsletter-sidebar .sidebar-heading {
    position: relative;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-sidebar .sidebar-heading {
        padding: 1.5rem 1.5rem 0;
        padding: 0;
        height: auto
    }

    .block-newsletter .newsletter-sidebar .sidebar-heading .back-top {
        display: none
    }
}

.block-newsletter .newsletter-sidebar .sidebar-heading #newsletter-menu {
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2rem;
    opacity: .85
}

@media screen and (max-width:1023px) {
    .block-newsletter .newsletter-sidebar .sidebar-heading #newsletter-menu {
        padding-right: 20px
    }
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-sidebar .sidebar-heading #newsletter-menu {
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.block-newsletter .newsletter-sidebar .sidebar-heading #newsletter-menu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #545556;
    border-left: 1px solid #545556;
    transform-origin: center center;
    transition: transform .3s
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-sidebar .sidebar-heading #newsletter-menu:after {
        display: none
    }
}

.block-newsletter .newsletter-sidebar .newsletter-categories {
    padding: 0 1.5rem 1.5rem;
    max-height: 250px
}

@media screen and (max-width:1023px) {
    .block-newsletter .newsletter-sidebar .newsletter-categories {
        overflow-y: auto
    }
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-sidebar .newsletter-categories {
        padding: 0;
        max-height: none
    }
}

.block-newsletter .newsletter-sidebar .newsletter-category {
    margin-top: 20px
}

.block-newsletter .newsletter-sidebar .newsletter-category header {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.875rem;
    cursor: pointer
}

.block-newsletter .newsletter-sidebar .newsletter-category .article-title {
    font-weight: 700;
    font-size: .85em;
    margin-top: 10px;
    display: block
}

.block-newsletter .newsletter-sidebar .newsletter-category .article-excerpt {
    font-size: .85em;
    line-height: 1.5;
    margin-top: 10px;
    display: block
}

.block-newsletter .newsletter-main {
    position: relative;
    z-index: 1;
    padding: 2rem 1.5rem 0 1.5rem
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-main {
        grid-column: 4/-2;
        padding: 6rem 0 15rem
    }
}

@media screen and (min-width:1216px) {
    .block-newsletter .newsletter-main {
        grid-column: 4/-4;
        padding: 6rem 0 15rem
    }
}

.block-newsletter .newsletter-main .newsletter-category:not(:last-child) {
    border-bottom: 1px solid #cfd2d7;
    padding-bottom: 5rem;
    margin-bottom: 5rem
}

.block-newsletter .newsletter-main .newsletter-category:last-child {
    margin-bottom: 5rem
}

.block-newsletter .newsletter-main .newsletter-category .category-heading h2 {
    color: #e2c172
}

.block-newsletter .newsletter-main .newsletter-category .newsletter-article:not(:first-of-type) {
    margin-top: 4rem
}

.block-newsletter .newsletter-main .newsletter-article {
    margin-top: 3rem
}

.block-newsletter .newsletter-main .newsletter-article h3 {
    margin-bottom: 1rem
}

.block-newsletter .newsletter-main .newsletter-article.is-active .newsletter-blocks-wrapper:after {
    display: none
}

.block-newsletter .newsletter-main .newsletter-article.is-active .continue:after {
    content: "Read Less"
}

.block-newsletter .newsletter-main .newsletter-article .newsletter-excerpt img {
    margin-top: 10px
}

.block-newsletter .newsletter-main .newsletter-article .newsletter-blocks-wrapper {
    position: relative;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    max-height: 0
}

.block-newsletter .newsletter-main .newsletter-article .newsletter-blocks-wrapper .container,
.block-newsletter .newsletter-main .newsletter-article .newsletter-blocks-wrapper .section {
    all: unset
}

.block-newsletter .newsletter-main .newsletter-article .continue {
    margin-top: 1.5rem;
    display: block
}

.block-newsletter .newsletter-main .newsletter-article .continue span {
    display: none
}

.block-newsletter .newsletter-main .newsletter-article .continue:after {
    content: "Continue Reading"
}

@media screen and (min-width:1024px) {
    .block-newsletter .back-top {
        position: -webkit-sticky;
        position: sticky;
        top: 92.5%
    }
}

.block-newsletter .back-top a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.5rem
}

@media screen and (min-width:1024px) {
    .block-newsletter .back-top a .back-top-text {
        display: none
    }
}

@media screen and (min-width:1216px) {
    .block-newsletter .back-top a .back-top-text {
        display: inline-block
    }
}

.block-newsletter .back-top svg {
    display: inline-block;
    vertical-align: middle;
    fill: #00264e;
    margin-right: 5px
}

.block-newsletter .newsletter-aside {
    position: relative;
    padding: 1.5rem;
    text-align: right
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-aside {
        text-align: left;
        grid-column-start: -2/13
    }
}

@media screen and (min-width:1216px) {
    .block-newsletter .newsletter-aside {
        grid-column: -3/13
    }
}

.block-newsletter .newsletter-aside .back-top {
    display: none
}

.block-newsletter .newsletter-aside .back-top:before {
    content: "";
    display: block;
    height: 100vh;
    pointer-events: none
}

body.menu-stuck .block-newsletter .newsletter-aside .back-top:before {
    display: none
}

@media screen and (min-width:1024px) {
    .block-newsletter .newsletter-aside .back-top {
        display: block
    }
}

.html-block .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.html-block.video-centered .embed-container embed,
.html-block.video-centered .embed-container iframe,
.html-block.video-centered .embed-container object {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 100%
}

@media only screen and (max-width:768px) {

    .html-block.video-centered .embed-container embed,
    .html-block.video-centered .embed-container iframe,
    .html-block.video-centered .embed-container object {
        width: 85%;
        height: 85%
    }
}

.html-block.video-fill-space .embed-container embed,
.html-block.video-fill-space .embed-container iframe,
.html-block.video-fill-space .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news-page .news-listing {
    display: flex;
    margin: 1.5rem 0
}

.news-page .news-listing .news-image {
    display: block;
    width: 300px;
    flex-shrink: 0;
    background-size: cover
}

.news-page .news-listing .news-details {
    padding: 20px
}

@media screen and (max-width:768px) {
    .news-page .news-listing {
        flex-direction: column
    }

    .news-page .news-listing .news-image {
        width: 100%;
        padding-bottom: 60%
    }
}

.events-page .events-listing {
    display: flex;
    margin: 1.5rem 0
}

.events-page .events-listing .events-image {
    display: block;
    width: 300px;
    flex-shrink: 0;
    background-size: cover
}

.events-page .events-listing .events-details {
    padding: 20px
}

@media screen and (max-width:768px) {
    .events-page .events-listing {
        flex-direction: column
    }

    .events-page .events-listing .events-image {
        width: 100%;
        padding-bottom: 60%
    }
}

.employment-page .container {
    display: grid;
    gap: 20px
}

@media screen and (min-width:1024px) {
    .employment-page .container {
        gap: 32px
    }
}

.employment-page .employment-listing {
    display: grid
}

.employment-page .employment-listing.card {
    padding: 30px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #c6cecb
}

@media screen and (min-width:1024px) {
    .employment-page .employment-listing.card {
        padding: 60px
    }
}

.employment-page .employment-listing .content {
    display: grid;
    gap: 20px
}

.employment-page .employment-listing .content * {
    margin: 0
}

.employment-page .employment-listing .content h2 {
    font-size: 1.75rem;
    line-height: 2.5rem
}

.employment-page .employment-listing .content .employment-date {
    font-size: .8125rem;
    line-height: 1.25rem
}

.employment-page .employment-listing .buttons {
    gap: 15px
}

body {
    padding-top: 108px
}

body.is-overflow {
    overflow: hidden
}

@media screen and (max-width:1023px) {
    body {
        padding-top: 76px
    }
}

.navigation.is-sticky {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0
}

.navigation .navbar {
    position: relative;
    z-index: 1
}

@media screen and (max-width:1023px) {
    .navigation .navbar.quick-navbar {
        display: none
    }
}

.navigation .navbar.quick-navbar .navbar-item {
    font-size: .8125rem;
    line-height: 1.25rem;
    color: #00264e
}

@media screen and (min-width:1024px) {
    .navigation .navbar.quick-navbar .navbar-item .navbar-dropdown.is-boxed {
        visibility: hidden;
        transition-property: opacity, transform, visibility
    }

    .navigation .navbar.quick-navbar .navbar-item.is-active:hover .navbar-dropdown.is-boxed,
    .navigation .navbar.quick-navbar .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        visibility: visible
    }
}

.navigation .navbar.main-navbar .navbar-menu {
    transform: translateZ(0);
    z-index: 9
}

@media screen and (max-width:1239px) {
    .navigation .navbar.main-navbar .navbar-menu#primary-menu {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        top: 76px;
        overflow: scroll;
        -webkit-overflow-scrolling: auto;
        transform: translateX(100%);
        transition: transform .3s
    }

    .navigation .navbar.main-navbar .navbar-menu#primary-menu.is-active {
        transform: translateX(0)
    }
}

.navigation .navbar.main-navbar .navbar-item {
    color: #545556
}

.navigation .navbar.is-transparent {
    background: 0 0;
    box-shadow: none
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 155px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-155px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(155px, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -155px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes widthLeftToRight {
    0% {
        width: 0
    }

    to {
        width: 180px
    }
}

@keyframes ping {
    0% {
        background-color: #02a8e1;
        border: 10px solid #fff;
        opacity: .5
    }

    100% {
        background-color: #fff;
        border: 0 solid #fff;
        opacity: 1
    }
}

.wowo {
    visibility: hidden
}

.wowo.animated {
    animation-duration: 1.2s;
    visibility: visible;
    animation-fill-mode: both
}

.fadeInLeft.animated {
    animation-name: fadeInLeft
}

.fadeInRight.animated {
    animation-name: fadeInRight
}

.fadeInUp.animated {
    animation-name: fadeInUp
}

.fadeInDown.animated {
    animation-name: fadeInDown
}

.widthLeftToRight.animated {
    animation-name: widthLeftToRight
}

.ping svg {
    border-radius: 100%
}

.ping:hover svg {
    animation: ping 1s ease-out;
    animation-name: ping
}

.accordion-c .item-c .item-content .text-c .text-small,
.f-s {
    font-family: Arial;
    font-weight: 300;
    font-style: normal
}

.accordion-c .item-c .item-content .text-c p,
.banner.home-banner .container .text-c p,
.f-o {
    font-family: Arial;
    font-weight: 400;
    font-style: normal
}

.accordion-c .item-c .item-title,
.f-os {
    font-family: Arial;
    font-weight: 600;
    font-style: normal
}

.f-ob {
    font-family: Arial;
    font-weight: 700
}

.f-oi {
    font-family: Arial;
    font-weight: 400;
    font-style: italic
}

.banner.home-banner .container .text-c h1,
.banner.home-banner .container .text-c h2,
.f-pb {
    font-family: Arial;
    font-weight: 700;
    font-style: normal
}

.f-p {
    font-family: Arial;
    font-weight: 400;
    font-style: normal
}

.banner.home-banner .container .text-c .mark,
.f-pm,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    font-family: Arial;
    font-weight: 500;
    font-style: normal
}

.f-ps,
.h1,
.h2,
h1,
h1.page-title,
h2 {
    font-family: Arial;
    font-weight: 600;
    font-style: normal
}

body,
html {
    font-size: 1rem;
    line-height: 1.875rem
}

.h1,
h1 {
    font-size: 2.8125rem;
    line-height: 1.33;
    letter-spacing: .05625rem;
    margin-bottom: 30px
}

@media screen and (max-width:1023px) {

    .h1,
    h1 {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

@media screen and (max-width:768px) {

    .h1,
    h1 {
        font-size: 2rem
    }
}

.h2,
h1.page-title,
h2 {
    font-size: 2.25rem;
    line-height: 3rem;
    line-height: 1.33;
    letter-spacing: .04375rem;
    margin-bottom: 10px
}

@media screen and (max-width:1023px) {

    .h2,
    h1.page-title,
    h2 {
        font-size: 1.875rem
    }
}

@media screen and (max-width:768px) {

    .h2,
    h1.page-title,
    h2 {
        font-size: 1.625rem
    }
}

.h3,
h3 {
    font-size: 1.875rem;
    line-height: 1.4;
    letter-spacing: .03125rem;
    margin-bottom: 30px
}

@media screen and (max-width:1023px) {

    .h3,
    h3 {
        font-size: 1.6rem
    }
}

@media screen and (max-width:768px) {

    .h3,
    h3 {
        font-size: 1.4rem
    }
}

.h4,
h4 {
    font-size: 1.4375rem;
    line-height: 1.39;
    letter-spacing: .03125rem;
    margin-bottom: 30px
}

@media screen and (max-width:1023px) {

    .h4,
    h4 {
        font-size: 1.3rem
    }
}

@media screen and (max-width:768px) {

    .h4,
    h4 {
        font-size: 1.2rem
    }
}

.h5,
h5 {
    font-size: 1.3125rem;
    line-height: 1.43;
    letter-spacing: .025rem;
    margin-bottom: 26px
}

@media screen and (max-width:1023px) {

    .h5,
    h5 {
        font-size: 1.2rem
    }
}

@media screen and (max-width:768px) {

    .h5,
    h5 {
        font-size: 1.1rem
    }
}

.h6,
h6 {
    margin-bottom: 26px
}

ol,
ul {
    margin: 2rem 0;
    padding-left: 2rem
}

@media screen and (max-width:768px) {

    ol,
    ul {
        margin: 1rem 0
    }
}

ol li,
ul li {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #4b5563
}

ul {
    list-style-type: disc
}

.list-reset {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.list-reset>li {
    margin-bottom: 0
}

.list-reset>li a {
    border-bottom: none
}

.list-reset>li a:hover {
    border-bottom: none
}

.editor blockquote {
    position: relative;
    padding-left: 3.2rem;
    margin-bottom: 2rem;
    margin: 50px 0
}

@media screen and (max-width:1023px) {
    .editor blockquote {
        padding-left: 2rem
    }
}

@media screen and (max-width:768px) {
    .editor blockquote {
        padding-left: 1.5rem
    }
}

.editor blockquote p {
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    font-size: 1.0625rem;
    line-height: 1.76;
    position: relative;
    color: #333;
    margin-bottom: 0
}

.editor blockquote:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 90%;
    background-color: #02a8e1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.editor blockquote cite {
    font-family: Arial;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 1.3571428571;
    color: #999;
    display: inline-block;
    margin-top: 22px
}

.accordion-c .item-c {
    border-bottom: solid 1px #eaeaea
}

.accordion-c .item-c:nth-child(1) .item-content {
    display: block
}

.accordion-c .item-c .item-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    line-height: 1.5;
    letter-spacing: .03125rem;
    color: #02a8e1;
    border-bottom: none;
    padding: 30px 35px 26px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media screen and (max-width:768px) {
    .accordion-c .item-c .item-title {
        font-size: 1.0625rem
    }
}

.accordion-c .item-c .item-title:after {
    content: "\e60b";
    font-family: iconfont;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%) rotate(0);
    transition: transform .2s
}

@media screen and (max-width:768px) {
    .accordion-c .item-c .item-title:after {
        font-size: 1rem
    }
}

.accordion-c .item-c .item-content {
    display: none
}

.accordion-c .item-c .item-content .text-c {
    color: #545556;
    margin: 0 !important;
    padding: 9px 0
}

.accordion-c .item-c .item-content .text-c p {
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.875
}

.accordion-c .item-c .item-content .text-c .text-small {
    line-height: 1.88;
    letter-spacing: normal
}

.accordion-c .item-c.is-active .item-title:after {
    transform: translate(0, -50%) rotate(180deg);
    transition: transform .2s
}

.tabs-c .text-c {
    display: none
}

.tabs-c .tabs.is-boxed {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important
}

.tabs-c .tabs.is-boxed ul {
    padding: 0 !important;
    margin: 0 !important
}

.tabs-c .tabs.is-boxed ul li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative
}

.tabs-c .tabs.is-boxed ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 0
}

.tabs-c .tabs.is-boxed ul li:hover a {
    color: #02a8e1
}

.tabs-c .tabs.is-boxed ul li a {
    font-size: 1.2rem;
    line-height: 1.375;
    letter-spacing: .01688rem;
    padding: 1rem 2rem;
    border-radius: 0;
    color: #333
}

@media screen and (max-width:1023px) {
    .tabs-c .tabs.is-boxed ul li a {
        padding: 15px 20px;
        font-size: .875rem;
        line-height: 1.5rem
    }
}

.tabs-c .tabs.is-boxed ul li.is-active:before {
    background-color: #02a8e1
}

.tabs-c .tabs.is-boxed ul li.is-active a {
    color: #02a8e1
}

.tabs-c .tabs-content {
    border: 1px solid #f4f4f4;
    border-top: 0
}

.tabs-c .tabs-content .text-c {
    margin: 0 !important;
    padding: 2.5rem 2rem 1.5rem !important
}

@media screen and (max-width:1023px) {
    .tabs-c .tabs-content .text-c {
        padding: 1rem 20px !important
    }
}

.tabs-c .tabs-content .text-c.is-active {
    display: block
}

.tabs-c .tabs-content .text-c p {
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 2;
    letter-spacing: .0125rem;
    color: #545556;
    margin-bottom: 2.2rem
}

@media screen and (max-width:1023px) {
    .tabs-c .tabs-content .text-c p {
        margin-bottom: 1.2rem
    }
}

.tabs-c .tabs-content .text-c p.title {
    font-weight: 600
}

.icon-search {
    font-weight: 600;
    font-size: 1.0625rem;
    padding: 10px
}

@media screen and (max-width:1023px) {
    .icon-search {
        font-size: 1rem;
        line-height: 1.875rem
    }
}

#search-box ::placeholder {
    color: rgba(255, 255, 255, .5) !important
}

#search-box input.input {
    background-color: transparent;
    outline: 0;
    border: 0 !important;
    box-shadow: none;
    text-align: center;
    color: #fff
}

#search-box .search-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

#search-box .search-box-inner p {
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 1.5;
    margin-top: 15px;
    color: #fff
}

#search-box form {
    position: relative
}

#search-box form:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    left: 50%;
    width: 0;
    transition: all 1s
}

#search-box form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    right: 50%;
    width: 0;
    transition: all 1s
}

#search-box.show-it form:after,
#search-box.show-it form:before {
    width: 50%
}

.search-inner {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    bottom: 100%;
    padding: 15px 10px;
    background-color: #02a8e1;
    display: none;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100%;
    z-index: 100
}

.search-inner input.input {
    width: 100%;
    height: 36px
}

@media screen and (max-width:560px) {
    .search-inner input.input {
        width: 300px
    }

    .search-inner input.input::placeholder {
        font-size: .75rem;
        line-height: 1.125rem
    }
}

@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url(../fonts/icomoon_1.eot);
    src: url(../fonts/icomoon_1.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon_1.ttf) format("truetype"), url(../fonts/icomoon_1.woff) format("woff"), url(../images/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navbar-brand .iconfont {
    color: #ffb300;
    font-size: 1.25rem;
    line-height: 1.875rem
}

.icon-search:before {
    content: "\e986"
}

.icon-lock:before {
    content: "\e98f"
}

.icon-link:before {
    content: "\e9cb"
}

.banner.page-banner .container .text-c h1,
.banner.page-banner .container .text-c h2,
.block-heading,
.block-text,
.experience-us .tiles .tile .tile-content .content-wrapper h4,
.experience-us h2.block-heading,
.school-updates .container .social-feed .social-tile .description,
.tab-section .tabs .content p,
.table-wrapper .table .cell-content,
body,
form label,
html,
is-p,
ol li,
p,
ul li {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.article-back-to a,
.block-heading b,
.content .is-h1,
.content .is-h2,
.content .is-h3,
.content .is-h4,
.content .is-h5,
.content .is-h6,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.events-article-page h1.article-title,
.experience-us h3.block-sub-heading,
.is-h1,
.is-h2,
.is-h3,
.is-h4,
.is-h5,
.is-h6,
.news-article-page h1.article-title,
.school-updates .container .block-heading,
.tab-section .tabs .accordion-header span,
.tab-section .tabs .tab-title span,
.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header h4,
.table-wrapper .table thead th,
h1,
h2,
h3,
h4,
h5,
h6,
is-p.is-intro,
is-p.is-lead,
p.is-intro,
p.is-lead,
section.file-download .container a {
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.content .is-h1,
.content h1,
.is-h1,
h1 {
    font-size: 2.625rem;
    line-height: 3.5rem
}

@media screen and (min-width:1024px) {

    .content .is-h1,
    .content h1,
    .is-h1,
    h1 {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

.content .is-h2,
.content h2,
.is-h2,
h2 {
    font-size: 2.25rem;
    line-height: 3rem
}

@media screen and (min-width:1024px) {

    .content .is-h2,
    .content h2,
    .is-h2,
    h2 {
        font-size: 2.625rem;
        line-height: 3.5rem
    }
}

.content .is-h3,
.content h3,
.is-h3,
h3 {
    font-size: 1.75rem;
    line-height: 2.5rem
}

@media screen and (min-width:1024px) {

    .content .is-h3,
    .content h3,
    .is-h3,
    h3 {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

.content .is-h4,
.content h4,
.is-h4,
h4 {
    font-size: 1.5rem;
    line-height: 2.25rem
}

@media screen and (min-width:1024px) {

    .content .is-h4,
    .content h4,
    .is-h4,
    h4 {
        font-size: 1.75rem;
        line-height: 2.5rem
    }
}

.content .is-h5,
.content h5,
.is-h5,
h5 {
    font-size: 1.25rem;
    line-height: 1.875rem
}

@media screen and (min-width:1024px) {

    .content .is-h5,
    .content h5,
    .is-h5,
    h5 {
        font-size: 1.5rem;
        line-height: 2.25rem
    }
}

.content .is-h6,
.content h6,
.is-h6,
h6 {
    font-size: 1.125rem;
    line-height: 2rem
}

@media screen and (min-width:1024px) {

    .content .is-h6,
    .content h6,
    .is-h6,
    h6 {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.content .is-h1,
.content .is-h2,
.content .is-h3,
.content .is-h4,
.content .is-h5,
.content .is-h6,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.is-h1,
.is-h2,
.is-h3,
.is-h4,
.is-h5,
.is-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #02a8e1
}

.title {
    color: #02a8e1
}

body,
button,
input,
select,
textarea {
    font-family: Montserrat, sans-serif
}

is-p,
p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #424242
}

is-p big,
is-p.is-large,
p big,
p.is-large {
    font-size: 1.125rem;
    line-height: 2rem
}

@media screen and (min-width:1024px) {

    is-p big,
    is-p.is-large,
    p big,
    p.is-large {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

is-p.is-lead,
p.is-lead {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #02a8e1
}

is-p.is-intro,
p.is-intro {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #02a8e1
}

@media screen and (min-width:1024px) {

    is-p.is-intro,
    p.is-intro {
        font-size: 1.75rem;
        line-height: 2.5rem
    }
}

is-p.text-align-center,
p.text-align-center {
    text-align: center
}

a {
    color: #0296c9
}

.slick-lightbox-close:before {
    font-size: 2.5rem !important
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family: Montserrat, sans-serif
}

strong {
    color: unset
}

.columns {
    margin: 0
}

html.is-overflow {
    overflow: hidden
}

@media screen and (min-width:1216px) {
    .container {
        max-width: 1180px !important
    }
}

@media screen and (min-width:1408px) {
    .container {
        max-width: 1180px !important
    }
}

@media screen and (min-width:1024px) {
    .container.is-narrow {
        max-width: 780px !important
    }

    .container.is-wider {
        max-width: 980px !important
    }

    .container.is-full-width {
        max-width: 100% !important;
        width: 100%
    }
}

@media screen and (min-width:1408px) {
    .container.is-expanded {
        max-width: 1340px !important
    }
}

.highlight-line {
    width: 0;
    height: 2px;
    background-color: #ffb300
}

.watermark-section {
    margin: 0 !important;
    display: block
}

.watermark-section .watermark {
    position: absolute;
    left: 57vw;
    top: 0;
    width: 800px;
    height: 800px;
    background-size: contain;
    background-repeat: no-repeat
}

.watermark-section .watermark.schoolLogo {
    background-image: url(../images/ISM-Watermark.png)
}

.watermark-section .watermark.bearPaw {
    background-image: url(../images/Paw-Watermark.png)
}

body {
    padding: 0
}

body.no-banner .nav-margin {
    margin-top: 100px
}

@media screen and (min-width:1024px) {
    body.no-banner .nav-margin {
        margin-top: 120px
    }
}

@media screen and (min-width:1216px) {
    body.no-banner .nav-margin {
        margin-top: 120px
    }
}

.navigation {
    isolation: isolate;
    z-index: 99;
    position: relative
}

@media screen and (max-width:1023px) {
    .navigation {
        height: 100px
    }
}

.navigation .navbar.main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 2;
    transition: top .6s, height .6s;
    background-color: #02a8e1
}
.internal-page .navigation .navbar.main-navbar {
    position: relative;
}
@media screen and (min-width:1216px) {
    .navigation .navbar.main-navbar {
        height: 120px;
        background-color: transparent
    }
}

body.scroll-down .navigation .navbar.main-navbar {
    height: 100px;
    position: fixed;
    top: -100px;
    z-index: 102;
    transition: none
}

@media screen and (min-width:1024px) {
    body.scroll-down .navigation .navbar.main-navbar {
        height: 140px;
        top: -140px
    }
}

body.menu-stuck .navigation .navbar.main-navbar {
    transition: top .6s, height .6s;
    top: 0;
    position: fixed
}

@media screen and (min-width:1024px) {
    body.menu-stuck .navigation .navbar.main-navbar {
        height: 100px
    }
}

@media screen and (max-width:1023px) {

    body.menu-open .navigation .navbar.main-navbar,
    body.menu-stuck .navigation .navbar.main-navbar {
        top: 0;
        height: 100px;
        position: relative
    }
}

.navigation .navbar.main-navbar .navbar-wrapper {
    height: 100%;
    width: 100%;
    transition: background-color .4s;
    padding: 0;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width:1024px) {
    .navigation .navbar.main-navbar .navbar-wrapper {
        padding: 20px 0
    }
}

@media screen and (min-width:1216px) {
    .navigation .navbar.main-navbar .navbar-wrapper {
        padding-right: 100px
    }
}

body.internal-page .navigation .navbar.main-navbar .navbar-wrapper {
    transition: none
}

body.menu-stuck.menu-open .navigation .navbar.main-navbar .navbar-wrapper {
    background-color: transparent
}

@media screen and (min-width:1216px) {

    body.menu-stuck:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper,
    body.no-banner:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper,
    body.scroll-down:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper {
        background-color: #0296c9
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item {
    flex: 0 1 auto;
    display: flex;
    margin: 0
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.menu-button {
    justify-content: flex-start
}

body.menu-open .navigation .navbar.main-navbar .navbar-wrapper .top-item.menu-button .navbar-burger {
    background-color: #ffb300
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas {
    align-items: center;
    display: none
}

@media screen and (min-width:1216px) {
    .navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas {
        display: flex
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn {
    color: #fff;
    white-space: nowrap;
    padding: 0 clamp(10px, 50px, 2.5vw);
    position: relative;
    font-size: .9375rem;
    letter-spacing: .02em
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn:not(:last-child):after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn span {
    position: relative
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn span:after {
    width: 0;
    left: 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #fff;
    transition: width .3s ease 0s, left .3s ease 0s
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn:hover span:after {
    width: 100%
}

body.menu-stuck:not(body.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn,
body.no-banner:not(body.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn {
    color: #fdfdfd;
    font-size: .875rem
}

body.menu-stuck:not(body.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn:after,
body.no-banner:not(body.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .top-item .menu-ctas .btn:after {
    background-color: #02a8e1
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-right: 30px
}

@media screen and (min-width:1216px) {
    .navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons {
        display: none
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons {
    margin-right: 10px
}

@media screen and (max-width:768px) {
    .navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons>ul>li:not(:last-child) {
        display: none
    }

    .menu-open .navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons>ul>li:not(:last-child) {
        display: block
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: unset
}

@media screen and (min-width:769px),
print {
    .navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li {
        position: relative
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    z-index: initial
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li:hover a.side-menu-icon:before {
    transform: scale(1);
    opacity: 1
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li:hover a.side-menu-icon:not(.search-trigger):after {
    opacity: 1;
    transition: opacity .3s .1s ease
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li a.side-menu-icon {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: border .5s ease;
    position: relative
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li a.side-menu-icon:before {
    box-shadow: 0 0 0 2px #ffb300;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul li a.side-menu-icon:not(.search-trigger):after {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 70px;
    background: #fff;
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity 0s
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul ul.submenu {
    display: grid;
    gap: 25px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 100px;
    left: 50%;
    width: 70vw;
    padding: 30px;
    border-radius: 4px;
    height: auto;
    background-color: #fff;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity .3s ease
}

@media screen and (min-width:769px),
print {
    .navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul ul.submenu {
        width: 215px;
        top: 75px;
        left: auto;
        right: -20px;
        transform: none
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul ul.submenu:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 100%;
    background-color: transparent
}

.navigation .navbar.main-navbar .navbar-wrapper .top-item.navbar-buttons .side-menu-buttons ul ul.submenu li a {
    font-size: 1rem;
    font-weight: 500;
    color: #02a8e1
}

.navigation .navbar.main-navbar .navbar-wrapper .navbar-logo {
    flex: 0 1 auto;
    justify-content: center;
    transition: opacity .4s;
    padding-left: 20px
}

.navigation .navbar.main-navbar .navbar-wrapper .navbar-logo img {
    height: 60px;
    width: auto;
    transition: height .4s
}

@media screen and (min-width:769px),
print {
    .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo img {
        height: 82px
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
    color: #fff;
    display: flex;
    margin-left: 15px;
    font-size: 1.125rem;
    line-height: 1.2;
    max-width: 130px;
    opacity: 1;
    transition: opacity .3s ease
}

@media screen and (min-width:769px),
print {
    .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
        opacity: 1;
        font-size: 1.5rem;
        white-space: nowrap;
        max-width: none
    }
}

@media screen and (min-width:1024px) {
    .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
        font-size: 1.75rem
    }
}

body.menu-open .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
    opacity: 0;
    max-width: 0
}

@media screen and (min-width:769px),
print {
    body.menu-open .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
        opacity: 1;
        max-width: none
    }
}

@media screen and (min-width:1216px) {
    body.menu-stuck:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
        font-size: 1.5rem;
        color: #0296c9
    }
}

@media screen and (min-width:1216px) {
    body.no-banner:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo .site-name {
        color: #0296c9
    }
}

.navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: auto
}

body.menu-stuck:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo,
body.scroll-down .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo {
    margin-top: 0
}

body.menu-stuck:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo,
body.scroll-down .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo {
    height: 100%;
    place-items: center
}

body.menu-stuck:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo img,
body.scroll-down .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo img {
    height: 60px
}

@media screen and (min-width:1216px) {

    body.menu-stuck:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo img,
    body.scroll-down .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo img {
        content: var(--logoSticky)
    }
}

@media screen and (min-width:1216px) {
    body.no-banner:not(.menu-open) .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo img {
        content: var(--logoSticky)
    }
}

.navigation a.navbar-burger {
    margin: 0;
    display: grid;
    place-items: center;
    width: 22px;
    height: 20px;
    background-color: transparent;
    position: relative
}

@media screen and (min-width:1024px) {
    .navigation a.navbar-burger {
        width: 22px;
        margin: 0
    }
}
.black{
    color: #000;
}
.internal-page .navigation a.navbar-burger span {
    background: #000;
}
.internal-page .navigation .navbar.main-navbar .navbar-wrapper{
    padding-right:20px;
}
.navigation a.navbar-burger span {
    width: 100%;
    height: 2px;
    left: 0;
    transition: transform .1s ease-out;
    background-color: #fff;
    border-radius: 2px
}
.navigation .navbar.main-navbar .navbar-wrapper .navbar-logo a.logo span {
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
.internal-page .navigation {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.navigation a.navbar-burger span:nth-child(1) {
    top: 0
}

.navigation a.navbar-burger span:nth-child(2) {
    top: 7px
}

.navigation a.navbar-burger.is-active:after {
    visibility: hidden
}

.navigation a.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg)
}

.navigation a.navbar-burger.is-active span:nth-child(2) {
    opacity: 1;
    transform: translateY(1px) rotate(-45deg)
}

.navigation a.navbar-burger.is-active span:nth-child(3) {
    opacity: 0
}

.navigation .navbar-side-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    background-color: #02a8e1;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    z-index: 3;
    padding: 42px 0;
    transition: transform .4s cubic-bezier(.77, 0, .175, 1);
    /* transform: translateX(100%) */
}

@media screen and (min-width:1216px) {
    .navigation .navbar-side-menu {
        display: flex
    }
}

body.homepage:not(.menu-stuck) .navigation .navbar-side-menu {
    height: 100vh
}

body.homepage.notice-active:not(.menu-stuck) .navigation .navbar-side-menu {
    height: calc(100vh - 150px)
}

body.notice-active.menu-open:not(.menu-stuck) .navigation .navbar-side-menu {
    top: 150px;
    height: calc(100vh - 150px)
}

body.is-page-top .navigation .navbar-side-menu {
    transform: translateX(0);
    position: absolute
}

body.menu-open .navigation .navbar-side-menu {
    transform: translateX(0);
    height: 100vh
}

body.menu-stuck:not(.menu-open) .navigation .navbar-side-menu {
    position: fixed;
    height: auto;
    transform: translateX(0)
}

.navigation .navbar-side-menu .side-menu-buttons {
    margin-top: 20px
}

.navigation .navbar-side-menu .side-menu-buttons ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0
}

.navigation .navbar-side-menu .side-menu-buttons ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.navigation .navbar-side-menu .side-menu-buttons ul li:hover ul.submenu {
    opacity: .9;
    transform: translateX(0);
    visibility: visible;
    z-index: initial
}

.navigation .navbar-side-menu .side-menu-buttons ul li:hover a.side-menu-icon:before {
    transform: scale(1);
    opacity: 1
}

.navigation .navbar-side-menu .side-menu-buttons ul li a.side-menu-icon {
    display: grid;
    place-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative
}

.navigation .navbar-side-menu .side-menu-buttons ul li a.side-menu-icon:before {
    box-shadow: 0 0 0 2px #ffb300;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    transition: transform .2s, opacity .2s;
    transform: scale(.8);
    opacity: 0
}

.navigation .navbar-side-menu .side-menu-buttons ul ul.submenu {
    display: grid;
    gap: 25px;
    position: absolute;
    top: 0;
    right: 115px;
    padding: 30px;
    border-radius: 4px;
    width: 188px;
    height: auto;
    background-color: #fff;
    opacity: 0;
    transform: translateX(20px);
    visibility: hidden;
    z-index: -1;
    transition: opacity .3s ease, transform .3s ease;
    box-shadow: 0 0 14px rgba(0, 0, 0, .04)
}

.navigation .navbar-side-menu .side-menu-buttons ul ul.submenu:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -5px;
    top: 20px;
    background: #fff;
    transform: rotate(45deg)
}

.navigation .navbar-side-menu .side-menu-buttons ul ul.submenu:after {
    content: " ";
    position: absolute;
    width: 70px;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: transparent
}

.navigation .navbar-side-menu .side-menu-buttons ul ul.submenu li:hover a:after {
    width: 100%
}

.navigation .navbar-side-menu .side-menu-buttons ul ul.submenu li a {
    font-size: 1rem;
    font-weight: 500;
    color: #02a8e1;
    display: inline-block
}

.navigation .navbar-side-menu .side-menu-buttons ul ul.submenu li a:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #ffb300;
    transition: .3s
}

.navigation .navbar-side-menu .side-menu-experience {
    margin-top: auto
}

.menu-open .navigation .navbar-side-menu .side-menu-experience,
.menu-stuck .navigation .navbar-side-menu .side-menu-experience,
body.internal-page .navigation .navbar-side-menu .side-menu-experience {
    display: none
}

.navigation .navbar-side-menu .side-menu-experience em {
    font-size: 18px;
    /* width: 15px; */
    color: #fff;
    /* height: 200px; */
    /* background: url(../images/experienceISM.svg) no-repeat; */
    /* background-size: contain; */
    display: block;
    margin: 0 auto;
    writing-mode: vertical-rl;
}

.navigation .navbar-side-menu .side-menu-experience span {
    background: url(../images/arrow-down.svg) no-repeat;
    background-size: contain;
    display: block;
    margin: 20px auto;
    width: 30px;
    height: 50px;
    transition: top .3s linear;
    position: relative;
    top: 0
}

.navigation .navbar-side-menu .side-menu-experience:hover span {
    top: 10px
}

.navigation .offcanvas-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    margin-top: 0;
    background-color: #0296c9;
    transition: transform .4s;
    transform: translateY(-100%)
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar {
        position: relative
    }
}

.navigation .offcanvas-navbar.is-active {
    transform: translateY(0);
    height: 100vh
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar.is-active {
        height: calc(100vh - 100px)
    }
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar.is-active.has-notice-bar {
        height: calc(100vh - 260px)
    }
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar.is-active.has-notice-bar .navbar-menu-inner {
        min-height: 1150px;
        padding-top: 250px
    }
}

.navigation .offcanvas-navbar.is-active .offcanvas-navbar-wrapper {
    transform: translateY(0);
    display: flex;
    overflow-y: auto;
    overflow-x: hidden
}

.notice-active:not(.menu-stuck) .navigation .offcanvas-navbar.is-active {
    height: calc(100% - 150px);
    top: 150px
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper {
    padding: 0;
    display: none;
    width: 100%;
    transform: translateY(-100%);
    background-color: transparent;
    transition: transform .4s;
    flex-direction: column-reverse;
    isolation: isolate
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper {
        flex-direction: row
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02a8e1;
    isolation: isolate;
    padding: 25px
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar {
        display: none
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .btn {
    color: #fff;
    white-space: nowrap;
    position: relative;
    padding: 0 clamp(10px, 30px, 5.5vw);
    font-size: .9375rem;
    letter-spacing: .02em;
    text-align: center;
    flex: 0 1 auto
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .btn:not(:last-child):after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .btn:last-child {
    display: none
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .btn:nth-child(2):after {
    display: none
}

@media screen and (min-width:769px),
print {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .btn:nth-child(2):after {
        display: block
    }
}

@media screen and (min-width:769px),
print {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .btn:last-child {
        display: block
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links {
    margin-top: auto;
    display: grid;
    gap: 20px
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links {
        gap: 24px
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group.is-active .links-wrapper {
    opacity: 1;
    transition: opacity .3s .4s, max-height .4s
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group.is-active .title-wrapper span:first-of-type {
    transform: translateY(-51%)
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .title-wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .title-wrapper a.btn,
.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .title-wrapper p {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    padding-right: 25px
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .title-wrapper span {
    position: absolute;
    width: 12px;
    height: 2px !important;
    top: 50%;
    right: 0;
    height: 50%;
    transform: translateY(-51%);
    transition: transform .3s;
    background-color: #fff
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .title-wrapper span:first-of-type {
    transform: translateY(-51%) rotate(90deg)
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .links-wrapper {
    opacity: 0;
    transition: opacity .3s, max-height .4s .3s;
    max-height: 0
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .links-wrapper .inner-wrapper {
    display: grid
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .touch-bottom-bar .side-menu-links .group .links-wrapper .inner-wrapper .btn {
    padding-top: 15px;
    padding-bottom: 15px
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner {
    padding: 100px 0;
    height: 100%;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    isolation: isolate
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner {
        padding-bottom: 20px
    }
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner {
        min-height: 900px;
        align-items: center;
        flex: 1
    }
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner.initial-state .content .pages .top-level-item {
        opacity: 1
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content {
    position: relative;
    padding: 40px 50px
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content {
        padding-top: 0;
        padding-bottom: 0
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages {
    display: grid;
    gap: 30px
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages {
        gap: 35px
    }
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item {
        display: flex;
        flex-direction: column;
        overflow-y: hidden
    }
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item {
        opacity: 1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item.has-children.is-active-desktop {
        opacity: 1
    }

    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item.has-children.is-active-desktop>.item-wrapper>a {
        font-size: 2.25rem
    }

    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item.has-children.is-active-desktop>.item-wrapper>a:after {
        transform: translateY(-50%) scaleX(1)
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item.is-active .children-panel,
.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item.is-active-desktop .children-panel {
    opacity: 1;
    z-index: 21
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item:not(.is-active) .children-panel {
        max-height: 0
    }
}

@media screen and (max-width:1023px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper {
        display: flex;
        justify-content: space-between
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper a {
    color: #fff;
    font-weight: 700;
    font-size: 1.625rem;
    position: relative;
    transition: font-size .3s ease
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper a {
        font-size: 1.875rem
    }

    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper a:after {
        content: "";
        width: calc(365px - 100%);
        height: 1px;
        background-color: #ffb300;
        display: block;
        position: absolute;
        left: calc(100% + 30px);
        top: 50%;
        transform: translateY(-50%) scaleX(0);
        transition: transform .3s ease-out;
        transform-origin: left;
        z-index: 99
    }
}

@media screen and (min-width:1216px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper a::after {
        width: calc(475px - 100%)
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper .view-children {
    position: relative;
    margin: auto 20px auto 0;
    width: 24px;
    height: 24px;
    cursor: pointer
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper .view-children {
        display: none
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper .view-children.is-active span:first-child {
    transform: translate(-50%, -50%)
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper .view-children span {
    position: absolute;
    height: 2px;
    width: 14px;
    background: #ffb300;
    top: 50%;
    left: 50%;
    transition: transform .3s;
    transform: translate(-50%, -50%)
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .item-wrapper .view-children span:first-child {
    transform: translate(-50%, -50%) rotate(90deg)
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel {
    opacity: 0;
    transition: opacity .3s, max-height .4s;
    z-index: 20
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel {
        background-color: #0296c9;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-items: center
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .wrapper {
    padding-left: 30px;
    border-left: 1px solid #ffb300
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .wrapper {
        padding-left: 0;
        border-left: 0;
        background-color: #0296c9;
        padding-left: clamp(30px, 160px, 10vw)
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .child-items {
    display: grid;
    gap: 20px;
    margin-top: 30px
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .child-items {
        margin-top: 0;
        gap: 20px
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .child-items .child-item:hover .child-title a::after {
    width: 100%;
    left: 0
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .child-items .child-item .child-title a {
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    line-height: 2rem;
    text-transform: none;
    font-weight: 400
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .child-items .child-item .child-title a {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-inner .content .pages .top-level-item .children-panel .child-items .child-item .child-title a::after {
    width: 0;
    left: 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #fff;
    transition: width .3s ease 0s, left .3s ease 0s
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 900px;
    z-index: -1;
    display: none;
    isolation: isolate;
    background-size: cover
}

@media screen and (min-width:1024px) {
    .navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-bg {
        display: block
    }
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), #0296c9;
    opacity: .7;
    z-index: 1
}

.navigation .offcanvas-navbar .offcanvas-navbar-wrapper .navbar-menu-bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #0296c9;
    z-index: 2
}

.navigation.is-stuck .menu-ctas .btn span:after {
    background-color: #02a8e1 !important
}

.banner .slick-list,
.banner .slick-track {
    height: 100%
}

.banner.home-banner {
    height: 90vh;
    height: 90svh;
    max-height: 700px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    isolation: isolate
}

@media screen and (min-width:1024px) {
    .banner.home-banner {
        height: 100vh;
        max-height: unset
    }
}

.banner.home-banner .banner-inner {
    background-image: var(--imgMobile)
}

@media screen and (min-width:769px),
print {
    .banner.home-banner .banner-inner {
        background-image: var(--imgDesktop)
    }
}

.banner.home-banner .shadow {
    background: linear-gradient(180deg, rgba(3, 15, 0, 0) 61.78%, rgba(2, 10, 0, 0) 61.78%, #020a00 92.78%);
    opacity: .7
}

.banner.home-banner .shadow:before {
    content: "";
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 15, 0, 0) 61.78%, rgba(2, 10, 0, 0) 61.78%, #020a00 92.78%)
}

.banner.home-banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.banner.home-banner .container .text-c {
    width: 38%;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:1280px) {
    .banner.home-banner .container .text-c {
        width: 50%;
        padding-left: 0;
        margin-bottom: 3rem
    }
}

@media screen and (max-width:1023px) {
    .banner.home-banner .container .text-c {
        margin-bottom: 2.5rem
    }
}

@media screen and (max-width:768px) {
    .banner.home-banner .container .text-c {
        width: 80%;
        margin-bottom: 2rem
    }
}

@media screen and (max-width:411px) {
    .banner.home-banner .container .text-c {
        width: 100%
    }
}

.banner.home-banner .container .text-c .mark {
    font-size: .75rem;
    line-height: 1.125rem;
    letter-spacing: .05rem;
    line-height: 1.4166666667;
    margin-bottom: 1rem
}

.banner.home-banner .container .text-c h1,
.banner.home-banner .container .text-c h2 {
    color: #fff;
    font-size: 2.75rem;
    line-height: 1.36;
    letter-spacing: .05625rem;
    margin-bottom: 15px
}

@media screen and (max-width:1023px) {

    .banner.home-banner .container .text-c h1,
    .banner.home-banner .container .text-c h2 {
        font-size: 2.5rem;
        margin-bottom: 10px
    }
}

@media screen and (max-width:768px) {

    .banner.home-banner .container .text-c h1,
    .banner.home-banner .container .text-c h2 {
        font-size: 2.3rem;
        margin-bottom: 5px
    }
}

.banner.home-banner .container .text-c p {
    font-size: 1.31rem;
    line-height: 1.5714285714;
    letter-spacing: .02875rem;
    margin-bottom: 32px;
    color: #fff
}

@media screen and (max-width:1023px) {
    .banner.home-banner .container .text-c p {
        font-size: 1.2rem;
        margin-bottom: 25px
    }
}

@media screen and (max-width:768px) {
    .banner.home-banner .container .text-c p {
        font-size: 1.1rem;
        margin-bottom: 20px
    }
}

.banner.home-banner .container .text-c p span {
    font-weight: 700
}

.banner.home-banner .container .text-c .readmore {
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    line-height: 1.4375;
    letter-spacing: .03563rem
}

.banner.home-banner .container .text-c .readmore:hover {
    color: #fff
}

.banner.home-banner .floating-controls {
    position: absolute;
    right: 150px;
    bottom: 80px;
    z-index: 9
}

@media screen and (max-width:1023px) {
    .banner.home-banner .floating-controls {
        display: none
    }
}

.banner.home-banner .floating-controls i {
    color: #fff;
    font-size: 1.125rem;
    cursor: pointer;
    margin-right: 10px
}

.banner .shadow,
.banner.video .shadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(10, 10, 10, .4), transparent);
    position: absolute;
    left: 0;
    top: 0
}

.banner .container {
    position: initial
}

.banner .banner-inner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: var(--imgMobile)
}

@media screen and (min-width:769px),
print {
    .banner .banner-inner {
        background-image: var(--imgDesktop)
    }
}

.banner .banner-inner .play-video-button {
    opacity: 1;
    position: absolute;
    left: 70px;
    bottom: 60px
}

@media screen and (max-width:768px) {
    .banner .banner-inner .play-video-button {
        left: 50px;
        display: block;
        bottom: 60px
    }
}

@media screen and (min-width:769px),
print {
    .banner .banner-inner .play-video-button {
        left: 100px;
        display: block
    }
}

.banner .banner-inner .play-video-button:hover {
    animation: spinHover 2.6s ease-out 0s 1 both
}

.banner .banner-inner .play-video-button a.play-video-btn {
    font-size: 0;
    width: 90px;
    height: 90px;
    display: block;
    background: url(../images/view-full-video.svg) no-repeat;
    background-size: cover
}

.banner .banner-inner .play-video-button a.play-video-btn:after {
    display: none
}

.banner .banner-inner .banner-heading {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .banner .banner-inner .banner-heading {
        font-size: 2.375rem !important
    }
}

.banner .banner-inner .banner-heading strong {
    display: block
}

.banner .slick-content {
    height: 100%
}

@media screen and (max-width:1023px) {
    .banner .slick-content.init .slick-dots li.slick-active button {
        height: 0
    }
}

.banner .slick-content .slick-dots {
    z-index: 99;
    top: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    position: absolute;
    list-style-type: none;
    display: none !important
}

@media screen and (min-width:1024px) {
    .banner .slick-content .slick-dots {
        display: flex;
        justify-content: center;
        top: unset;
        right: 50px;
        bottom: 15px;
        padding: 10px 0
    }
}

.banner .slick-content .slick-dots li {
    margin: auto 4px 0
}

@media screen and (max-width:1023px) {
    .banner .slick-content .slick-dots li {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0
    }
}

.banner .slick-content .slick-dots button {
    display: block;
    width: 21px;
    height: 2px;
    padding: 0;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    transition: height .4s
}

@media screen and (max-width:1023px) {
    .banner .slick-content .slick-dots button {
        width: 4px;
        height: 0;
        transition: height 0s
    }
}

.banner .slick-content .slick-dots li.slick-active button {
    background-color: #e2c172;
    height: 4px
}

@media screen and (max-width:1023px) {
    .banner .slick-content .slick-dots li.slick-active button {
        height: 100%;
        transition: height 7s
    }
}

.banner.page-banner {
    height: 100svh;
    height: 100vh;
    max-height: 580px;
    position: relative;
    overflow: hidden
}

.banner.page-banner .video-holder {
    min-width: 1031.1111111111px
}

@media screen and (min-width:769px),
print {
    .banner.page-banner {
        max-height: 580px
    }

    .banner.page-banner .video-holder {
        min-width: 1031.1111111111px
    }
}

@media screen and (min-width:1024px) {
    .banner.page-banner {
        height: 580px
    }

    .banner.page-banner .video-holder {
        min-width: 1031.1111111111px
    }
}

.banner.page-banner .container {
    height: 100%;
    display: grid;
    place-items: center;
    align-items: center;
    padding-top: 185px
}

.banner.page-banner .container .text-c {
    z-index: 1;
    position: relative
}

.banner.page-banner .container .text-c.yellow-line:before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #ffb300;
    top: -70px;
    left: 50%;
    transform: translateX(-50%)
}

.banner.page-banner .container .text-c h1,
.banner.page-banner .container .text-c h2 {
    font-size: 3rem;
    line-height: 3.75rem;
    text-align: center;
    color: #fff
}

.banner.page-banner .container .text-c h1 b,
.banner.page-banner .container .text-c h2 b {
    font-weight: 700
}

.home-main>section:not(.no-gap) {
    margin-top: 40px
}

@media screen and (min-width:1024px) {
    .home-main>section:not(.no-gap) {
        margin-top: 100px
    }
}

.block-heading {
    font-size: 1.875rem;
    line-height: 1.47;
    color: #fff
}

@media screen and (min-width:769px),
print {
    .block-heading {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

.block-text {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #424242
}

.block-text.white {
    color: #fff
}

section.social-block {
    margin-top: 100px;
    background-color: #f2f4f6
}

section.social-block .above-feed {
    display: flex;
    flex-direction: column;
    padding: 57px 34px 40px
}

@media screen and (min-width:1024px) {
    section.social-block .above-feed {
        flex-direction: row;
        padding: 129px 0 75px
    }
}

@media screen and (min-width:1024px) {
    section.social-block .above-feed .c-heading {
        flex: 1
    }
}

section.social-block .above-feed .c-heading h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 2.0625rem;
    line-height: 2.5625rem;
    text-align: center;
    color: #02a8e1;
    margin-bottom: 0
}

@media screen and (min-width:1024px) {
    section.social-block .above-feed .c-heading h2 {
        text-align: left;
        font-size: 2.75rem;
        line-height: 3.5rem
    }
}

section.social-block .above-feed .social-links {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:1024px) {
    section.social-block .above-feed .social-links {
        margin-top: 0;
        flex-direction: row;
        justify-content: flex-end;
        flex: 2
    }
}

section.social-block .above-feed .social-links .social-link {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: .8;
    color: #02a8e1;
    text-align: center;
    display: flex;
    position: relative;
    margin-left: 31px;
    color: #02a8e1;
    text-decoration: none;
    padding: 3px 5px;
    position: relative;
    transition: color .3s;
    padding: 0
}

section.social-block .above-feed .social-links .social-link:hover {
    color: #02a8e1
}

section.social-block .above-feed .social-links .social-link:hover:after {
    width: 100%;
    left: 0;
    background-color: #02a8e1
}

section.social-block .above-feed .social-links .social-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #02a8e1;
    transition: background-color .3s, width .3s ease 0s, left .3s ease 0s;
    width: 0
}

section.social-block .above-feed .social-links .social-link:after {
    height: 1px
}

@media screen and (min-width:1024px) {
    section.social-block .above-feed .social-links .social-link:not(:last-child) {
        margin-right: 36px
    }
}

section.social-block .above-feed .social-links .social-link:not(:first-child) {
    margin-top: 14px
}

@media screen and (min-width:1024px) {
    section.social-block .above-feed .social-links .social-link:not(:first-child) {
        margin-top: 0
    }
}

section.social-block .above-feed .social-links .social-link:hover .social-icon {
    transform: translateY(calc(-25% - 5px))
}

section.social-block .social-icon {
    width: 21px;
    height: 21px;
    background-color: #e2c172;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -31px;
    transform: translate(0, -25%);
    transition: transform .2s
}

section.social-block .social-icon svg {
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.social-block .social-icon svg path {
    fill: #fff
}

section.social-block .social-feed {
    margin-bottom: 0;
    padding-bottom: 50px
}

@media screen and (min-width:1024px) {
    section.social-block .social-feed {
        padding-bottom: 75px
    }
}

section.social-block .social-feed .social-wrapper {
    position: relative;
    z-index: 1
}

section.social-block .social-feed .slick-list {
    overflow: visible
}

section.social-block .social-feed .social-tile {
    height: 280px;
    width: 286px;
    position: relative;
    margin: 0 5px
}

section.social-block .social-feed .social-tile:hover .content {
    opacity: 1
}

section.social-block .social-feed .social-tile:hover .content span {
    border-bottom: 1px solid #fff
}

section.social-block .social-feed .social-tile img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

section.social-block .social-feed .social-tile .social-icon {
    bottom: 12px;
    right: 12px;
    left: auto;
    transform: none
}

section.social-block .social-feed .social-tile .content {
    position: absolute;
    background: rgba(0, 38, 78, .9);
    padding: 32px 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .4s
}

section.social-block .social-feed .social-tile .content p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.5rem;
    color: #fff
}

section.social-block .social-feed .social-tile .content span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.125rem;
    letter-spacing: .0625rem;
    color: #fff
}

#wrapper {
    overflow-x: clip
}

hr.yellow {
    background-color: #ffb300;
    width: 180px
}

.bg-green {
    background-color: #0296c9
}

.container.is-max-tablet {
    max-width: 780px !important
}

.container.is-max-desktop {
    max-width: 960px !important
}

.hidden {
    display: none !important
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none
    }
}

@media screen and (min-width:769px),
print {
    .is-hidden-tablet {
        display: none
    }
}

.arrow-after {
    position: relative
}

.arrow-after:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border: 8px solid transparent;
    border-left-color: #e2c172;
    height: 0;
    opacity: 0;
    display: inline-block;
    transform: translateY(-50%);
    transition: opacity .3s ease
}

.arrow-after:hover:after {
    opacity: 1;
    animation: bounce .6s .2s ease-out
}

.divider hr {
    background-color: rgba(242, 244, 246, .5);
    height: 2px;
    border-radius: 0
}

@media screen and (max-width:1023px) {
    .container {
        padding: 0 32px
    }
}

.until-desktop {
    display: block
}

@media screen and (min-width:1024px) {
    .until-desktop {
        display: none
    }
}

.desktop-only {
    display: none
}

@media screen and (min-width:1024px) {
    .desktop-only {
        display: block
    }
}

section {
    padding: 0;
    margin-bottom: 0
}

a {
    color: #02a8e1
}

a:hover {
    color: #0296c9
}

li::marker {
    color: #424242;
    font-weight: 400
}

body.internal-page .article-content section:not(.has-bg):last-child,
body.internal-page .article-content section:not(.has-bg):only-child {
    margin-bottom: 70px
}

@media screen and (min-width:1024px) {

    body.internal-page .article-content section:not(.has-bg):last-child,
    body.internal-page .article-content section:not(.has-bg):only-child {
        margin-bottom: 0
    }
}

body.internal-page section {
    position: relative;
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.white-overlay {
    z-index: -1;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    left: -20px;
    bottom: 0;
    opacity: 0.9;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.breadcrumbs li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.breadcrumbs li:not(:last-child)::after {
  content: "›"; /* arrow */
  position: absolute;
  right: 0;
  color: #999;
}
@media screen and (min-width:1024px) {
    body.internal-page section:not(.no-gap) {
        margin-top: 0px
    }
}

body.internal-page section.no-gap {
    margin-top: 0
}

@media screen and (min-width:1024px) {
    body.internal-page section.no-gap {
        margin-top: 0
    }
}

body.internal-page section.small-gap {
    margin-top: 35px
}

@media screen and (min-width:1024px) {
    body.internal-page section.small-gap {
        margin-top: 40px
    }
}

body.internal-page section.large-gap {
    margin-top: 100px
}

@media screen and (min-width:1024px) {
    body.internal-page section.large-gap {
        margin-top: 120px
    }
}

.pagination .pagination-list {
    justify-content: center
}

.pagination .pagination-list .pagination-link {
    border: 1px solid #e5e7eb;
    background: 0 0;
    cursor: pointer
}

.pagination .pagination-list .pagination-link[disabled] {
    background-color: #fff;
    opacity: .5
}

.pagination .pagination-list .pagination-link.arrow {
    position: relative
}

.pagination .pagination-list .pagination-link.arrow.previous:before {
    transform: translate(-50%, -50%) rotate(180deg)
}

.pagination .pagination-list .pagination-link.arrow:before {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    -webkit-mask-image: url(../images/pagination-arrow.svg);
    mask-image: url(../images/pagination-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #0296c9;
    width: 6px;
    height: 10px
}

.pagination .pagination-list .pagination-link:hover {
    border-color: #02a8e1;
    color: #02a8e1
}

.pagination .pagination-list .pagination-link.is-current {
    cursor: initial;
    background-color: #02a8e1;
    border-color: #02a8e1;
    color: #fff
}

.article-back-to a {
    font-size: .8125rem;
    line-height: 1.25rem;
    line-height: 20px;
    color: #02a8e1;
    text-transform: uppercase;
    position: relative;
    padding-left: 23px
}

.article-back-to a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-mask-image: url(../images/arrow.svg);
    mask-image: url(../images/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #02a8e1;
    width: 15px;
    height: 9px
}

.embed-block iframe {
    max-width: 100%
}

.featured-list-style ol,
.featured-list-style ul {
    max-width: 100%;
    margin: 0 auto 50px
}

.featured-list-style li:nth-child(odd) {
    background-color: #eff1f1
}

.featured-list-style ul li:before {
    content: "•";
    color: #02a8e1;
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 2.1875rem
}

.featured-list-style li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding: 10px 10px 10px 35px
}

.featured-list-style ol {
    list-style: none;
    counter-reset: li
}

.featured-list-style ol li::before {
    content: counter(li) ".";
    color: #02a8e1;
    display: inline-block;
    width: 20px;
    margin-left: -20px
}

.featured-list-style ol li {
    counter-increment: li
}

.testimonials-block {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.875rem;
    letter-spacing: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #02a8e1
}

@media (min-width:1421px) {
    .testimonials-block.sidebarOnly {
        display: none
    }
}

.testimonials-block .content {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0 25px
}

@media screen and (max-width:768px) {
    .testimonials-block .content {
        width: 80%
    }
}

.testimonials-block .content.yellow-line:before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #ffb300;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.testimonials-block .author-name {
    font-family: Montserrat, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-align: center
}

.testimonials-block .slick-dots {
    padding: 0;
    text-align: center
}

.testimonials-block .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.testimonials-block .slick-dots li::marker {
    content: none
}

.testimonials-block .slick-dots li button {
    border: 0;
    font-size: 0;
    background-color: transparent;
    padding: 0;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.testimonials-block .slick-dots li button:before {
    content: "";
    border-radius: 50%;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #ffb300;
    display: block;
    margin: 0 auto
}

.testimonials-block .slick-dots li.slick-active button {
    padding: 8px;
    border: solid 1px #ffb300;
    border-radius: 50%
}

.testimonials-block .slick-dots li.slick-active button:before {
    background-color: #ffb300;
    border: none
}

main#main {
    position: relative
}

.sidebar-testimonials {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.875rem;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    color: #02a8e1;
    top: 100px;
    left: 10%;
    width: 250px;
    padding: 50px 0 25px
}

@media (max-width:1660px) {
    .sidebar-testimonials {
        left: 2%
    }
}

@media (max-width:1420px) {
    .sidebar-testimonials {
        display: none
    }
}

@media screen and (max-width:1659px) {
    .sidebar-testimonials {
        left: 2%
    }
}

.sidebar-testimonials.yellow-line:before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #ffb300;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.sidebar-testimonials .author-name {
    font-family: Montserrat, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px
}

.slick-dots li:only-child {
    display: none !important
}

.twitter-logo svg {
    height: 45px;
    width: auto
}

@media screen and (max-width:1023px) {
    .form .container .message.is-success {
        padding-right: 32px
    }
}

footer.footer {
    z-index: 1;
    z-index: 1408px;
    z-index: 30px;
    z-index: 1216px;
    z-index: 1408px;
    margin-top: auto;
    background-color: #0296c9;
    padding: 0
}

@media screen and (min-width:769px) and (max-width:1023px) {
    footer.footer .container {
        padding: 0 96px
    }
}

footer.footer .container .wrapper .full-height-column {
    height: 100%;
    margin-bottom: 0
}

footer.footer .container .wrapper.top {
    padding: 55px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width:1216px) {
    footer.footer .container .wrapper.top {
        flex-direction: row
    }
}

@media screen and (max-width:1022px) {
    footer.footer .container .wrapper.top .logo-acknowledge {
        margin-bottom: 30px
    }
}

footer.footer .container .wrapper.top .logo-wrapper {
    display: grid;
    place-items: left;
    gap: 30px
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .logo-wrapper {
        place-items: center
    }
}

@media screen and (min-width:1216px) {
    footer.footer .container .wrapper.top .logo-wrapper {
        min-width: 185px
    }
}

footer.footer .container .wrapper.top .logo-wrapper img.logo {
    width: 150px;
    height: auto
}

footer.footer .container .wrapper.top .logo-wrapper p {
    color: #fff;
    font-size: .6875rem;
    line-height: 1;
    margin: 0
}

footer.footer .container .wrapper.top .footer-school-name {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .footer-school-name {
        text-align: center
    }
}

footer.footer .container .wrapper.top .footer-school-acknowledge {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .footer-school-acknowledge {
        text-align: center
    }
}

footer.footer .container .wrapper.top .socials {
    justify-content: center;
    margin-left: -15px
}

@media screen and (max-width:1022px) {
    footer.footer .container .wrapper.top .school-byline {
        position: relative;
        margin-top: 30px;
        text-align: center
    }
}

footer.footer .container .wrapper.top .school-byline p {
    font-size: 2.8125rem;
    line-height: 3.25rem;
    font-weight: 300;
    color: #ffb300;
    letter-spacing: .075rem
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .school-byline p {
        text-align: center;
        font-size: 1.75rem;
        line-height: 2.5rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1215px) {
    footer.footer .container .wrapper.top .socials svg {
        width: 50px
    }
}

footer.footer .container .wrapper.top .socials svg path {
    fill: #fff
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .socials {
        text-align: center
    }
}

footer.footer .container .wrapper.top .contact-details {
    display: flex;
    flex-direction: column;
    color: #fff;
    height: 100%;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .contact-details {
        text-align: center;
        margin-top: 0
    }
}

@media screen and (min-width:1216px) {
    footer.footer .container .wrapper.top .contact-details {
        flex: 3;
        margin-top: 0
    }
}

footer.footer .container .wrapper.top .contact-details .btn-footer-link {
    display: block;
    margin: 25px 0 20px;
    color: #fff;
    text-align: left
}

footer.footer .container .wrapper.top .contact-details .btn-footer-link span {
    display: inline-block
}

footer.footer .container .wrapper.top .contact-details .btn-footer-link span:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #ffb300;
    transition: .3s
}

footer.footer .container .wrapper.top .contact-details .btn-footer-link:hover span:after {
    width: 100%
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .contact-details .btn-footer-link {
        text-align: center
    }
}

footer.footer .container .wrapper.top .contact-details .contact-phone a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.875rem
}

footer.footer .container .wrapper.top .contact-details .contact-link a {
    margin-top: 10px;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .footer-links {
        margin-top: 50px
    }
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks a {
    display: block;
    text-align: right;
    width: 100%
}

@media screen and (max-width:768px) {
    footer.footer .container .wrapper.top .footer-links .contact-quicklinks a {
        text-align: center;
        margin-bottom: 35px
    }
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks a.btn-tertiary span {
    position: relative
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks a.btn-tertiary span:after {
    width: 0;
    left: 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #ffb300;
    transition: width .3s ease 0s, left .3s ease 0s
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks a.btn-tertiary:hover:after {
    display: none
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks a.btn-tertiary:hover span:after {
    width: 100%
}

footer.footer .container .wrapper.top .footer-links .contact-quicklinks a span {
    color: #ffb300;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: .875rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

footer.footer .container .wrapper.top .footer-content {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-top: 45px
}

@media screen and (min-width:769px),
print {
    footer.footer .container .wrapper.top .footer-content {
        gap: 55px;
        flex-direction: row
    }
}

@media screen and (min-width:1216px) {
    footer.footer .container .wrapper.top .footer-content {
        flex: 5;
        margin-top: 0
    }
}

footer.footer .container .wrapper.top .footer-content .group {
    display: grid;
    gap: 20px
}

footer.footer .container .wrapper.top .footer-content .group .heading-text>* {
    margin: 0
}

footer.footer .container .wrapper.top .footer-content .group .heading-text .heading {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #fff
}

footer.footer .container .wrapper.top .footer-content .group .heading-text .text {
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    opacity: .85;
    margin-top: 10px
}

footer.footer .container .wrapper.top .footer-content .group a {
    padding-top: 0;
    padding-bottom: 0
}

footer.footer .container .wrapper.top .words {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media screen and (min-width:769px),
print {
    footer.footer .container .wrapper.top .words {
        flex-direction: row
    }
}

@media screen and (min-width:1216px) {
    footer.footer .container .wrapper.top .words {
        justify-content: flex-end;
        margin-top: 70px
    }
}

footer.footer .container .wrapper.top .words p {
    font-size: .875rem;
    line-height: .8125rem;
    text-align: center;
    letter-spacing: .25rem;
    text-transform: uppercase;
    color: #ffb300;
    margin: 0
}

footer.footer .container .wrapper.bottom {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}

@media screen and (min-width:769px),
print {
    footer.footer .container .wrapper.bottom {
        padding: 30px 0 80px
    }
}

@media screen and (min-width:1216px) {
    footer.footer .container .wrapper.bottom {
        flex-direction: row;
        justify-content: space-between
    }
}

footer.footer .container .wrapper.bottom .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px
}

@media screen and (min-width:769px),
print {
    footer.footer .container .wrapper.bottom .footer-links {
        flex-direction: row
    }
}

footer.footer .container .wrapper.bottom .footer-links a {
    font-size: .8125rem;
    letter-spacing: .09375rem;
    padding-top: 0;
    padding-bottom: 0
}

footer.footer .container .wrapper.bottom .footer-links a {
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 1.0625rem;
    text-underline-offset: 2px;
    letter-spacing: 0
}

footer.footer .container .wrapper.bottom .footer-links a span {
    display: inline-block
}

footer.footer .container .wrapper.bottom .footer-links a span:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #fff;
    transition: .3s
}

footer.footer .container .wrapper.bottom .footer-links a:hover span:after {
    width: 100%
}

footer.footer .container .wrapper.bottom .footer-links .copy-right {
    margin-bottom: 0;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 1.0625rem;
    color: #fff
}

footer.footer .container .wrapper.bottom #siteByDigistorm a {
    color: #fff
}

footer.footer .container .wrapper.bottom .site-by {
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 1.0625rem;
    font-weight: 500
}

footer.footer .container .wrapper.bottom .site-by a {
    color: #fff;
    text-decoration: underline
}

footer.footer .container .wrapper.bottom .site-by a span {
    display: inline-block
}

footer.footer .container .wrapper.bottom .site-by a span:after {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    background: #fff;
    transition: .3s
}

footer.footer .container .wrapper.bottom .site-by a:hover span:after {
    width: 100%
}

#search-box ::placeholder {
    color: rgba(255, 255, 255, .5) !important
}

#search-box input.input {
    background-color: transparent;
    outline: 0;
    border: 0 !important;
    box-shadow: none;
    text-align: center;
    color: #fff;
    font-size: 1rem
}

#search-box .search-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

#search-box .search-box-inner p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 15px;
    color: #fff
}

#search-box form {
    position: relative
}

#search-box form:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    left: 50%;
    width: 0;
    transition: all 1s
}

#search-box form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    right: 50%;
    width: 0;
    transition: all 1s
}

#search-box.show-it form:after,
#search-box.show-it form:before {
    width: 50%
}

.search-inner {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    bottom: 100%;
    padding: 15px 10px;
    background-color: #0296c9;
    display: none;
    min-width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100%;
    z-index: 2000
}

.search-inner #search-close {
    position: absolute;
    right: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    width: 50px;
    height: 50px;
    top: 28px;
    color: #fff
}

.search-inner #search-close:hover {
    transform: scale(1.2)
}

.search-inner #search-close .wrapper {
    position: relative;
    height: 50px
}

.search-inner #search-close .wrapper span {
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%
}

.search-inner #search-close .wrapper span:nth-child(1) {
    transform: rotate(45deg)
}

.search-inner #search-close .wrapper span:nth-child(2) {
    transform: rotate(-45deg)
}

.search-inner input.input {
    width: 100%;
    height: 36px
}

@media screen and (max-width:560px) {
    .search-inner input.input {
        width: 300px
    }

    .search-inner input.input::placeholder {
        font-size: .75rem
    }
}

.search-inner.bottom {
    bottom: auto;
    top: 100%
}

@media screen and (max-width:1439px) {
    .search-inner.bottom {
        box-shadow: 0 0 5px hsl(0deg, 0%, 4%);
        top: -26px;
        width: 100vw;
        padding-top: 63px;
        height: 100vh;
        min-width: 0
    }
}

@media screen and (max-width:450px) {
    .search-inner.bottom {
        top: -18px
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader-wrapper.disabled {
    display: none
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

#loader-wrapper #loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001
}

.loaded #loader-wrapper #loader {
    opacity: 0;
    transition: all .3s ease-out
}

#loader-wrapper #loader .logo {
    animation-name: fadeIn;
    animation-duration: 7s;
    padding: 0 50px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 400;
    text-align: center;
    font-family: Montserrat, sans-serif
}

#loader-wrapper #loader .logo img {
    height: 160px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 160px;
}

.loaded #loader-wrapper #loader .logo {
    opacity: 0;
    transition: opacity .7s .3s cubic-bezier(.645, .045, .355, 1)
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #0296c9;
    z-index: 1000;
    transform: translateX(0)
}

#loader-wrapper .loader-section.loader-section.section-left {
    left: 0
}

.loaded #loader-wrapper .loader-section.loader-section.section-left {
    transform: translateX(-100%);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

#loader-wrapper .loader-section.loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.loader-section.section-right {
    transform: translateX(100%);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.video-modal.is-active {
    opacity: 1;
    visibility: visible
}

.video-modal.is-active .close-modal {
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    right: 20px;
    left: auto;
    top: 30px;
    z-index: 1;
    font-size: 1.875rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer
}

.video-modal.is-active .close-modal:hover {
    transform: scale(1.2) translateZ(0)
}

.video-modal .video-player {
    position: absolute;
    width: 150vh;
    max-width: 90%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%)
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visually-hidden .focusable:active,
.visually-hidden .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static
}

a.skip-main {
    left: 50%;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    z-index: -999;
    transition: transform .3s;
    cursor: pointer;
    will-change: transform;
    border: 0;
    box-shadow: none;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    color: #fff;
    background-color: #02a8e1;
    font-size: 1.2em;
    border-radius: 15px;
    border: 4px solid #ff470f;
    opacity: 0
}

a.skip-main:active,
a.skip-main:focus {
    z-index: 999;
    transform: translate3d(-50%, 0, 0);
    opacity: 1
}

.btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.43;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.btn.btn-primary {
    padding: 18px 36px;
    border-radius: 4px;
    background-color: #0296c9;
    color: #fff;
    border-radius: 2px;
    border-color: transparent;
    transition: background-color .5s;
    text-decoration: none
}

.btn.btn-primary:hover {
    background-color: #02a8e1
}

.btn.btn-secondary {
    padding: 18px 36px;
    border-radius: 2px;
    color: #02a8e1;
    border: 1px solid #02a8e1;
    background-color: transparent;
    transition: box-shadow .5s;
    text-decoration: none
}

.btn.btn-secondary:hover {
    box-shadow: 0 0 0 1px #02a8e1
}

.btn.btn-tertiary {
    color: #02a8e1;
    padding: 0 2px;
    position: relative;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn.btn-tertiary:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #ffb300;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.btn.btn-tertiary:hover:after {
    width: 100%;
    left: 0
}

.btn.btn-custom {
    transition: font-weight .4s;
    color: #02a8e1;
    font-weight: 500;
    line-height: 1.875rem;
    text-align: left
}

.btn.btn-custom span {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 70px
}

.btn.btn-custom span b {
    margin-left: 2px
}

.btn.btn-custom span svg {
    position: relative;
    left: 0;
    bottom: -10px;
    transition: left .3s linear
}

.btn.btn-custom:hover svg {
    left: 10px
}

.btn.yellow {
    color: #ffb300
}

.btn.yellow span {
    color: #ffb300
}

.btn.white {
    color: #fff
}

.btn.white span {
    color: #fff
}

.btn.btn-line {
    color: #0296c9;
    text-decoration: none;
    padding: 3px 5px;
    position: relative;
    transition: color .3s
}

.btn.btn-line:hover {
    color: #0296c9
}

.btn.btn-line:hover:after {
    width: 100%;
    left: 0;
    background-color: #0296c9
}

.btn.btn-line:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #0296c9;
    transition: background-color .3s, width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.btn.btn-line.read-more {
    color: #02a8e1;
    text-decoration: none;
    padding: 3px 5px;
    position: relative;
    transition: color .3s
}

.btn.btn-line.read-more:hover {
    color: #02a8e1
}

.btn.btn-line.read-more:hover:after {
    width: 100%;
    left: 0;
    background-color: #02a8e1
}

.btn.btn-line.read-more:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #02a8e1;
    transition: background-color .3s, width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.btn.btn-line-reverse {
    color: #0296c9;
    text-decoration: none;
    padding: 3px 5px;
    position: relative;
    transition: color .3s
}

.btn.btn-line-reverse:hover {
    color: #0296c9
}

.btn.btn-line-reverse:hover:after {
    width: 100%;
    left: 0;
    background-color: #0296c9
}

.btn.btn-line-reverse:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #0296c9;
    transition: background-color .3s, width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.btn.btn-line-reverse:hover:after {
    width: 0;
    left: 50%
}

.btn.btn-line-reverse:after {
    left: 0;
    width: 100%
}

.btn.btn-fill {
    font-size: 1em;
    padding: 15px 26px;
    color: #fff;
    border: none;
    line-height: 1;
    transition: background-position .5s, color .5s, border-color .2s;
    position: relative;
    background: linear-gradient(to left, #0296c9 50%, #e2c172 50%) right;
    background-size: 200% 100%
}

.btn.btn-fill:focus,
.btn.btn-fill:hover {
    background-position: left;
    color: #0296c9
}

.btn.btn-fill-inverse {
    font-size: 1em;
    padding: 15px 26px;
    color: #0296c9;
    border: 1px solid #0296c9;
    line-height: 1;
    transition: background-position .5s, color .5s;
    position: relative;
    background: linear-gradient(to left, transparent 50%, #0296c9 50%) right;
    background-size: 200% 100%
}

.btn.btn-fill-inverse:focus,
.btn.btn-fill-inverse:hover {
    background-position: left;
    color: #e2c172
}

nav.breadcrumb {
    margin: 0;
    background-color: #eff1f1;
    padding: 30px 0
}

nav.breadcrumb:not(:last-child) {
    margin-bottom: 0
}

nav.breadcrumb ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center
}

nav.breadcrumb li:not(:first-child):before {
    content: "";
    background-color: #ffb300;
    width: 6px;
    height: 1px
}

nav.breadcrumb li a {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #02a8e1;
    font-size: .8125rem;
    line-height: 1.25rem
}

@media screen and (min-width:1024px) {
    nav.breadcrumb li a {
        font-size: .9375rem
    }
}

nav.breadcrumb li a:hover {
    color: #0296c9
}

nav.breadcrumb li a:hover svg path {
    stroke: #0296c9
}

nav.breadcrumb li a svg {
    width: 16px;
    margin-top: 1px
}

nav.breadcrumb li.is-active a {
    color: #02a8e1
}

nav.breadcrumb li.is-active a:hover {
    color: #02a8e1
}

.block-article-grid+.pagination {
    margin: 60px 0
}

@media screen and (min-width:769px),
print {
    .block-article-grid+.pagination {
        margin: 120px 0
    }
}

.block-article-grid .tiles-wrapper {
    display: grid;
    column-gap: 20px;
    row-gap: 50px
}

@media screen and (min-width:769px),
print {
    .block-article-grid .tiles-wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 70px
    }
}

@media screen and (min-width:1024px) {
    .block-article-grid .tiles-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

.block-article-grid .tiles-wrapper .tiles .image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 4px;
    width: 100%;
    height: 58.3333333333vw;
    max-height: 280px
}

@media screen and (min-width:1024px) {
    .block-article-grid .tiles-wrapper .tiles .image-wrapper {
        height: 19.4444444444vw
    }
}

.block-article-grid .tiles-wrapper .tiles .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .4s
}

.block-article-grid .tiles-wrapper .tiles a {
    display: block
}

.block-article-grid .tiles-wrapper .tiles a:hover h3,
.block-article-grid .tiles-wrapper .tiles a:hover p.readmore {
    background-size: 0 1px, 100% 1px
}

.block-article-grid .tiles-wrapper .tiles a:hover img {
    transform: translate(-50%, -50%) scale(1.1)
}

.block-article-grid .tiles-wrapper .tiles .category {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #02a8e1;
    margin-bottom: 0
}

.block-article-grid .tiles-wrapper .tiles hr {
    margin: 10px 0 0;
    width: 120px
}

.block-article-grid .tiles-wrapper .tiles h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
    color: #02a8e1
}

.block-article-grid .tiles-wrapper .tiles.news h3 {
    margin-top: 18px
}

.block-article-grid .tiles-wrapper .tiles .meta {
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    line-height: 24px;
    color: #0296c9;
    margin-top: 16px;
    text-transform: uppercase
}

.block-article-grid .tiles-wrapper .tiles .desc {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.75rem;
    color: #424242;
    margin-top: 8px;
    margin-bottom: 0
}

.block-article-grid .tiles-wrapper .tiles p.btn {
    margin-top: 18px;
    margin-bottom: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 0
}

.block-single-news-heading {
    margin-bottom: -40px
}

.block-single-news-heading .back-button {
    font-weight: 600;
    font-size: .8125rem;
    line-height: 1.25rem;
    line-height: 1.125rem;
    margin-bottom: 40px;
    color: #02a8e1
}

@media screen and (min-width:1024px) {
    .block-single-news-heading .back-button {
        margin-bottom: 60px
    }
}

.block-single-news-heading .back-button a:hover {
    color: #545556;
    text-decoration: underline
}

.block-single-news-heading .back-button a:hover:before {
    color: #545556
}

.block-single-news-heading .back-button a:before {
    content: "\e90b";
    margin-right: 5px;
    font-size: .5625rem;
    display: inline-block;
    vertical-align: middle
}

.block-single-news-heading .meta {
    margin-top: 20px
}

@media screen and (min-width:1024px) {
    .block-single-news-heading .meta {
        margin-top: 40px
    }
}

.block-newsletter-cards .newsletter-grid .card {
    border-radius: 4px;
    overflow: hidden
}

.block-newsletter-cards .newsletter-grid .card .content .subheading {
    font-family: Montserrat, sans-serif;
    color: #0296c9;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: .9375rem
}

.block-newsletter-cards .newsletter-grid .card .content .subheading:after {
    content: "";
    margin: 10px 0 0;
    width: 120px;
    height: 2px;
    background-color: #ffb300;
    display: block
}

.block-newsletter-cards .newsletter-grid .card .content h3 {
    font-size: 1.25rem;
    line-height: 1.875rem
}

.block-newsletter-cards .newsletter-grid .card .content .read-more {
    color: #0296c9
}

.block-newsletter-cards .section-heading h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #02a8e1
}

.newsletter-banner {
    background-color: #0296c9
}

.newsletter-banner .heading-wrapper h1 {
    font-weight: 600;
    font-family: Montserrat, sans-serif
}

@media screen and (min-width:1024px) {
    .newsletter-banner .heading-wrapper h1 {
        font-size: 2.1875rem;
        line-height: 2.8125rem
    }
}

.newsletter-banner .heading-wrapper nav.breadcrumb li:not(:first-child):before {
    background-color: #fff
}

.newsletter-banner .heading-wrapper nav.breadcrumb li.is-active a:after {
    background-color: #fff
}

.newsletter-banner .heading-wrapper nav.breadcrumb li a:hover {
    text-decoration: none
}

.block-newsletter .newsletter-sidebar {
    background-color: #f2f4f6;
    transition: bottom .4s
}

@media screen and (max-width:1023px) {
    body.menu-stuck .block-newsletter .newsletter-sidebar {
        bottom: 87px
    }
}

.block-newsletter .newsletter-sidebar .sidebar-heading #newsletter-menu {
    color: #0296c9;
    opacity: .5
}

.block-newsletter .newsletter-sidebar .newsletter-category header {
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #0296c9
}

.block-newsletter .newsletter-main .newsletter-category:first-child {
    margin-top: 0
}

.block-newsletter .newsletter-main .newsletter-category .category-heading h2 {
    color: #02a8e1;
    font-size: 1.875rem;
    line-height: 2.5rem
}

.block-newsletter .newsletter-main .newsletter-article h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    line-height: 36px
}

.block-newsletter .back-top a {
    font-weight: 600;
    color: #02a8e1
}

.block-newsletter .back-top svg {
    fill: #02a8e1
}

.newsletter-more-btn {
    margin: 30px auto
}

.button-container {
    justify-content: flex-start
}

.button-container .button-group {
    justify-content: flex-start;
    margin-top: 0
}

.button-container .button-group.is-vertical {
    flex-direction: column
}

.button-container .button-group .btn {
    text-align: center;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.button-container .button-group .btn:not(:last-child) {
    margin-right: 30px
}

.button-container .button-group .btn.btn-fill,
.button-container .button-group .btn.btn-fill-inverse {
    padding: 15px 26px;
    min-width: 140px
}

.button-container .button-group .btn.read-more {
    color: #02a8e1;
    text-decoration: none;
    padding: 3px 5px;
    position: relative;
    transition: color .3s
}

.button-container .button-group .btn.read-more:hover {
    color: #02a8e1
}

.button-container .button-group .btn.read-more:hover:after {
    width: 100%;
    left: 0;
    background-color: #02a8e1
}

.button-container .button-group .btn.read-more:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background-color: #02a8e1;
    transition: background-color .3s, width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.tab-section .tabs {
    white-space: initial;
    flex-direction: column;
    overflow: hidden
}

.tab-section .tabs .tab-body .tab-content {
    border-color: #d2ddd5
}

.tab-section .tabs .tab-title {
    flex: 1;
    text-align: center
}

.tab-section .tabs .tab-title span {
    padding: 0 2rem
}

.tab-section .tabs .accordion-header,
.tab-section .tabs .tab-title {
    border: none;
    box-shadow: none;
    padding: 1rem 0;
    position: relative
}

.tab-section .tabs .accordion-header:not(:last-of-type, .is-active) span,
.tab-section .tabs .tab-title:not(:last-of-type, .is-active) span {
    border-right: 1px solid #ffb300
}

.tab-section .tabs .accordion-header span,
.tab-section .tabs .tab-title span {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #02a8e1;
    text-transform: uppercase;
    display: block;
    width: 100%
}

.tab-section .tabs .accordion-header.is-active,
.tab-section .tabs .tab-title.is-active {
    background-color: #02a8e1
}

.tab-section .tabs .accordion-header.is-active span,
.tab-section .tabs .tab-title.is-active span {
    color: #fff
}

.tab-section .tabs .accordion-header.is-active:after,
.tab-section .tabs .accordion-header.is-active:before,
.tab-section .tabs .tab-title.is-active:after,
.tab-section .tabs .tab-title.is-active:before {
    display: none
}

.tab-section .tabs .content p {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #424242
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header h4 {
    font-size: 1.125rem;
    line-height: 2rem;
    color: #02a8e1;
    text-transform: none;
    margin: 0
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header .tab-icon {
    position: relative;
    width: 16px;
    height: 16px
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header .tab-icon span {
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #ffb300;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .4s;
    border-radius: 1px
}

.tab-section .tabs.style-accordion .accordion-wrapper .accordion-header .tab-icon span:first-child {
    transform: translate(-50%, -50%) rotate(90deg)
}

.tab-section .tabs.style-accordion .accordion-wrapper.is-active .accordion-header .tab-icon span:first-child {
    transform: translate(-50%, -50%)
}

.table-wrapper .table thead th {
    font-size: .875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    white-space: nowrap;
    background: 0 0;
    color: #02a8e1;
    border: none;
    border-bottom: 2px solid #ffb300;
    padding: 16px 15px
}

@media screen and (min-width:1024px) {
    .table-wrapper .table td {
        padding: 16px 15px
    }
}

.table-wrapper .table td:before {
    color: #0296c9
}

.table-wrapper .table .cell-content {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #424242
}

body.internal-page section.quote-block {
    padding: 75px 0;
    background-color: #0296c9
}

body.internal-page section.quote-block .border .content {
    color: #fff;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: center
}

body.internal-page section.quote-block .border .author {
    margin: 50px 0;
    text-align: center
}

body.internal-page section.quote-block .border .author .author-name {
    font-size: .8125rem;
    line-height: 1.25rem;
    color: #fff;
    font-weight: 700
}

body.internal-page section.quote-block .border .author .author-caption {
    font-size: .8125rem;
    line-height: 1.25rem;
    color: #fff;
    font-weight: 400
}

body.internal-page section.quote-block .image-wrapper-container .image-wrapper {
    display: block;
    margin: 0 auto 40px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%
}

body.internal-page section.quote-block .image-wrapper-container .image-wrapper img {
    width: 100%;
    height: auto
}

body.internal-page section.quote-block .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center
}

body.internal-page section.quote-block .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

body.internal-page section.quote-block .slick-dots li::marker {
    content: none
}

body.internal-page section.quote-block .slick-dots li button {
    border: 0;
    font-size: 0;
    background-color: transparent;
    padding: 0;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    outline: 0
}

body.internal-page section.quote-block .slick-dots li button:before {
    content: "";
    border-radius: 50%;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #ffb300;
    display: block;
    margin: 0 auto
}

body.internal-page section.quote-block .slick-dots li.slick-active button {
    padding: 8px;
    border: solid 1px #ffb300;
    border-radius: 50%
}

body.internal-page section.quote-block .slick-dots li.slick-active button:before {
    background-color: #ffb300;
    border: none
}

section.tiles {
    padding: 70px 0 65px
}

section.tiles h2.block-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 3.25rem;
    line-height: 3.9375rem;
    color: #ffb300;
    text-align: center;
    margin-bottom: 4px
}

@media screen and (min-width:769px),
print {
    section.tiles h2.block-heading {
        font-size: 3.5rem;
        line-height: 4.25rem;
        margin-bottom: 50px;
        margin-left: 50px
    }
}

@media screen and (min-width:1024px) {
    section.tiles h2.block-heading {
        font-size: 4rem;
        line-height: 4.875rem;
        text-align: left
    }
}

section.tiles .tiles {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media screen and (min-width:1024px) {
    section.tiles .tiles {
        flex-direction: row
    }
}

@media screen and (min-width:1024px) {
    section.tiles .tiles.tiles-2 {
        justify-content: center
    }

    section.tiles .tiles.tiles-2 .tile {
        max-width: 480px;
        min-height: clamp(300px, 26.3888888889vw, 380px)
    }

    section.tiles .tiles.tiles-2 .tile .tile-content {
        justify-content: center
    }

    section.tiles .tiles.tiles-2 .tile .tile-content .content-wrapper {
        place-items: center
    }

    section.tiles .tiles.tiles-2 .tile .tile-content .content-wrapper h3 {
        text-align: center
    }
}

section.tiles .tiles .tile {
    position: relative;
    min-height: clamp(400px, 130.7692307692vw, 510px)
}

@media screen and (min-width:769px),
print {
    section.tiles .tiles .tile {
        min-height: clamp(220px, 28.6458333333vw, 400px)
    }
}

@media screen and (min-width:1024px) {
    section.tiles .tiles .tile {
        min-height: clamp(400px, 40.2777777778vw, 480px)
    }
}

section.tiles .tiles .tile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.tiles .tiles .tile:hover .tile-content .overlay {
    opacity: .7;
    transform: translateY(0)
}

section.tiles .tiles .tile:hover .tile-content .content-wrapper {
    margin-bottom: 50px
}

section.tiles .tiles .tile:hover .tile-content .content-wrapper hr {
    opacity: 1
}

section.tiles .tiles .tile:hover .tile-content .content-wrapper .btn {
    opacity: 1
}

section.tiles .tiles .tile .tile-content {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    padding: 0 50px;
    min-height: clamp(400px, 130.7692307692vw, 510px)
}

@media screen and (min-width:769px),
print {
    section.tiles .tiles .tile .tile-content {
        min-height: clamp(220px, 28.6458333333vw, 400px)
    }
}

@media screen and (min-width:1024px) {
    section.tiles .tiles .tile .tile-content {
        min-height: clamp(400px, 40.2777777778vw, 480px)
    }
}

section.tiles .tiles .tile .tile-content .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(3, 15, 0, 0) 39.22%, rgba(2, 10, 0, 0) 39.22%, #020a00 100%)
}

section.tiles .tiles .tile .tile-content .overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0296c9;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .5s, opacity .5s
}

section.tiles .tiles .tile .tile-content .content-wrapper {
    align-self: flex-end;
    text-align: center;
    place-items: flex-start;
    display: grid;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
    transition: margin .4s
}

section.tiles .tiles .tile .tile-content .content-wrapper>* {
    margin-bottom: 0
}

section.tiles .tiles .tile .tile-content .content-wrapper hr {
    width: 120px;
    height: 1px;
    background-color: #ffb300;
    opacity: 0;
    transition: opacity .4s;
    margin: 0
}

section.tiles .tiles .tile .tile-content .content-wrapper h3 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    text-align: left;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0
}

section.tiles .tiles .tile .tile-content .content-wrapper h3 b {
    font-weight: 700
}

section.tiles .tiles .tile .tile-content .content-wrapper .btn {
    opacity: 0;
    transition: opacity .4s
}

.slick-dots-wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    padding: 20px 0
}

.slick-dots-wrapper ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    position: relative;
    margin: auto
}

.slick-dots-wrapper ul.slick-dots li {
    display: inline-block;
    flex: 1 1 auto;
    margin: 0
}

.slick-dots-wrapper ul.slick-dots li button {
    border: 0;
    font-size: 0;
    background-color: rgba(0, 38, 78, .2);
    padding: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    outline: 0;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 1;
    position: relative
}

.slick-dots-wrapper ul.slick-dots li button:before {
    display: none
}

.slick-dots-wrapper ul.slick-dots li button:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 15px;
    position: absolute;
    top: -7px
}

.slick-dots-wrapper ul.slick-dots li.slick-active button {
    opacity: 1;
    height: 5px;
    background-color: #02a8e1
}

section.gallery.is-basic .slick-arrows-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

section.gallery.is-basic .slick-arrows-wrapper .slick-arrow {
    cursor: pointer
}

section.gallery.is-basic .slick-arrows-wrapper .slick-arrow svg {
    width: 50px;
    height: 50px
}

form label {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #4b5563
}

form .input.is-active,
form .input.is-focused,
form .input:active,
form .input:focus,
form .textarea.is-active,
form .textarea.is-focused,
form .textarea:active,
form .textarea:focus {
    border-color: #0296c9
}

form textarea {
    min-height: 150px;
    resize: none
}

@media screen and (min-width:1024px) {
    form textarea {
        min-height: 100px
    }
}

form input.number,
form input:not([type=submit]),
form select,
form textarea {
    border-radius: 3px;
    background-color: #fff;
    border-color: #dcdfe2;
    padding: 12px;
    display: block;
    text-align: left;
    height: auto;
    font-size: inherit;
    color: #545556
}

form input.number::placeholder,
form input:not([type=submit])::placeholder,
form select::placeholder,
form textarea::placeholder {
    color: #999
}

form input.number:focus,
form input:not([type=submit]):focus,
form select:focus,
form textarea:focus {
    border-color: #0296c9
}

form input[type=file] {
    padding: 10px;
    -webkit-appearance: none
}

form input[type=file]::-webkit-file-upload-button {
    visibility: hidden
}

form input[type=file]::before {
    content: "Choose file";
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    background: #0296c9;
    color: #fff;
    font-family: Montserrat, sans-serif;
    border: 0;
    border-radius: 0;
    width: 80px;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: .75rem
}

form input[type=file]:hover::before {
    border: 0
}

form input[type=file]:active::before {
    background-color: #0296c9
}

form button.submit,
form button[type=submit],
form input[type=submit] {
    display: inline-block;
    border: none;
    min-width: 195px;
    cursor: pointer
}

@media screen and (max-width:1023px) {

    form button.submit,
    form button[type=submit],
    form input[type=submit] {
        max-width: 200px;
        margin: auto
    }
}

@media screen and (min-width:769px),
print {
    .form-container form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .form-container form .wf-group {
        flex: 0 1 48%
    }
}

.form-container form .wf-group {
    margin-bottom: 20px
}

.form-container form .wf-select {
    position: relative
}

.form-container form .wf-select:after {
    position: absolute;
    right: 15px;
    bottom: 24px;
    border-style: solid;
    border-color: #0296c9;
    border-width: .15em .15em 0 0;
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    vertical-align: top;
    width: .5em;
    height: .5em;
    pointer-events: none
}

.form-container form .wf-checkbox,
.form-container form .wf-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px
}

.form-container form .wf-checkbox label,
.form-container form .wf-radio label {
    cursor: pointer;
    color: #545556;
    font-weight: 400;
    margin: 0
}

.form-container form .wf-checkbox input,
.form-container form .wf-radio input {
    margin: 0 12px 0 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f2f4f6;
    outline: 0;
    transition-duration: .3s;
    background-color: #fff;
    cursor: pointer
}

.form-container form .wf-checkbox input {
    height: 14px;
    width: 14px;
    border-radius: 4px
}

.form-container form .wf-checkbox input:checked {
    background-color: #0296c9;
    border: 1px solid #0296c9
}

.form-container form .wf-checkbox input:checked+label:before {
    content: "";
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    left: 5px;
    transform: translateY(-50%) rotate(46deg);
    top: 50%;
    margin-top: -1px
}

.form-container form .wf-radio input {
    height: 16px;
    width: 16px;
    border-radius: 50%
}

.form-container form .wf-radio input:checked {
    border: 1px solid #0296c9
}

.form-container form .wf-radio input:checked+label:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0296c9;
    position: absolute;
    left: 3px;
    top: 50%
}

.form-container form .wf-submit-group {
    width: 100%
}

input[name=classic] {
    position: absolute;
    left: -100vw
}

.submit-spinner,
.submit-spinner[disabled] {
    color: transparent;
    display: flex;
    position: relative;
    transition: none
}

.submit-spinner:hover,
.submit-spinner[disabled]:hover {
    color: transparent
}

.submit-spinner:after,
.submit-spinner[disabled]:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 8px;
    left: 75px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.custom-select {
    margin: 50px 0;
    display: grid;
    place-content: center
}

@media screen and (min-width:1024px) {
    .custom-select {
        margin: 80px 0
    }
}

.custom-select .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.custom-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 300px;
    height: 40px;
    border: 1px solid #c0c9c2;
    border-radius: 4px
}

.custom-select .select:after {
    display: none
}

.custom-select .select-styled {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 15px;
    transition: all .2s ease-in;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.375rem;
    color: #424242
}

.custom-select .select-styled:hover {
    background-color: #fafafa
}

.custom-select .select-styled.active,
.custom-select .select-styled:active {
    background-color: #fff
}

.custom-select .select-styled.active:after,
.custom-select .select-styled:active:after {
    transform: rotate(180deg)
}

.custom-select .select-options {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 12px 0 30px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #c0c9c2;
    border-radius: 4px
}

.custom-select .select-options li {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #02a8e1;
    text-align: left;
    margin: 0;
    padding: 12px 20px;
    transition: all .15s ease-in
}

.custom-select .select-options li.is-selected,
.custom-select .select-options li:hover {
    color: #fff;
    background: #02a8e1
}

.custom-select .select-options li[rel=hide] {
    display: none
}

.custom-select ul {
    width: auto
}

@media screen and (max-width:1023px) {
    .custom-select ul {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.custom-select li {
    cursor: pointer
}

.custom-select li.is-active a {
    opacity: 1
}

.custom-select li.is-active a:after {
    width: 46px;
    opacity: 1
}

@media screen and (max-width:1023px) {
    .custom-select li:not(:last-child) {
        position: relative
    }
}

.custom-select li:not(:last-child)::after {
    width: 1px;
    height: 13px;
    background-color: #f2f4f6;
    position: absolute;
    right: 0;
    top: 11px;
    pointer-events: none
}

@media screen and (max-width:1023px) {
    .custom-select li:not(:last-child)::after {
        content: "";
        display: block
    }
}

section.video.bg-blue {
    padding: 50px 0 100px
}

section.video .video-c {
    position: relative
}

section.video .img-outer {
    background: #0a0106;
    overflow: hidden
}

section.video .img-outer .img-c div {
    padding-top: 56.4102564103%
}

section.video .img-outer .overlay {
    position: absolute;
    background: #183d22;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: .5
}

section.video .img-outer .img-c {
    height: 100%
}

section.video .img-outer .img-c div {
    transition: transform .3s ease-out
}

section.video .img-outer .img-c img {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%
}

section.video .img-outer:after {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1
}

section.video .img-outer:hover .img-c div {
    transform: scale(1.1) translateZ(0)
}

section.video .play-video-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.video .play-video-button a.play-video-btn:before {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    -webkit-mask-image: url(../images/play-video-custom.svg);
    mask-image: url(../images/play-video-custom.svg);
    background-color: #ffb300;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

section.file-download .container a {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #02a8e1;
    position: relative;
    display: flex;
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #d2ddd5
}

section.file-download .container a:last-child:not(:only-child) {
    border-bottom: none
}

section.file-download .container a:hover svg {
    animation: bounce .6s ease-out
}

section.file-download .container a svg {
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%)
}

@keyframes bounce {
    0% {
        transform: translate(0, -50%)
    }

    50% {
        transform: translate(10px, -50%)
    }

    100% {
        transform: translate(0, -50%)
    }
}

body.internal-page section.full-image-with-text-box {
    padding: 0
}

@media screen and (min-width:1024px) {
    body.internal-page section.full-image-with-text-box .container {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

@media screen and (min-width:1024px) {
    body.internal-page section.full-image-with-text-box .container .content-container {
        padding: 0px 20px 45px 0;
        grid-column-end: 13
    }
}

body.internal-page section.full-image-with-text-box.left-layout .content-container {
    grid-column-start: 1;
    grid-column-end: 7
}

@media screen and (min-width:1024px) {
    body.internal-page section.full-image-with-text-box.left-layout .content-container {
        padding: 0px 20px 45px 0
    }
}

body.internal-page section.full-image-with-text-box.left-layout .content-container .green-overlay {
    left: unset;
    right: 0 !important;
    width: 100vw;
    height: 100%
}

body.internal-page section.image-and-text-block .c-container {
    display: grid;
    place-items: center;
    align-items: center
}

@media screen and (min-width:1024px) {
    body.internal-page section.image-and-text-block .c-container {
        grid-template-columns: repeat(24, minmax(0, 1fr))
    }
}

body.internal-page section.image-and-text-block .c-container .img-wrapper {
    text-align: center
}

@media screen and (min-width:769px),
print {
    body.internal-page section.image-and-text-block .c-container .img-wrapper {
        max-width: 90%;
        margin: 0 auto
    }
}

@media screen and (min-width:1024px) {
    body.internal-page section.image-and-text-block .c-container .img-wrapper {
        max-width: none;
        margin: 0;
        text-align: left;
        grid-column: 1/11
    }
}

body.internal-page section.image-and-text-block .c-container .img-wrapper img {
    width: 100%
}

body.internal-page section.image-and-text-block .c-container .content-wrapper {
    padding-top: 56px
}

@media screen and (min-width:769px) and (max-width:1023px) {
    body.internal-page section.image-and-text-block .c-container .content-wrapper {
        padding-top: 100px
    }
}

@media screen and (min-width:1024px) {
    body.internal-page section.image-and-text-block .c-container .content-wrapper {
        grid-column: 12/24;
        padding-top: 0
    }
}

body.internal-page section.image-and-text-block .c-container .content-wrapper .slide-heading {
    font-size: 1.75rem;
    line-height: 2.5rem
}

@media screen and (min-width:769px),
print {
    body.internal-page section.image-and-text-block .c-container .content-wrapper .slide-heading {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

body.internal-page section.image-and-text-block .c-container .content-wrapper .text {
    color: #4a4a4a;
    font-size: 1.125rem;
    line-height: 2rem
}

@media screen and (min-width:769px),
print {
    body.internal-page section.image-and-text-block .c-container .content-wrapper .text {
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

@media screen and (min-width:1024px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

body.internal-page section.why-we.image-and-text-with-link-block .c-container .img-wrapper {
    height: 100%
}

@media screen and (max-width:1023px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container .img-wrapper {
        text-align: center;
        padding: 0 100px
    }

    body.internal-page section.why-we.image-and-text-with-link-block .c-container .img-wrapper img {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container .img-wrapper {
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container .img-wrapper {
        grid-column-end: 7
    }
}

body.internal-page section.why-we.image-and-text-with-link-block .c-container .img-wrapper img {
    width: 100%
}

@media screen and (min-width:1024px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container {
        margin-right: auto
    }
}

body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper {
    place-content: flex-start;
    padding-top: 60px
}

body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper .slide-heading {
    color: #02a8e1;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.75rem
}

@media screen and (min-width:769px) and (max-width:1023px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper {
        padding-top: 80px
    }
}

@media screen and (min-width:1024px) {
    body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper {
        padding-top: 100px;
        grid-column-start: 8
    }
}

@media screen and (max-width:1023px) {

    body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper .slide-heading,
    body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper .text {
        text-align: left !important
    }
}

body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper .cta-link {
    margin-top: 45px
}

body.internal-page section.why-we.image-and-text-with-link-block .c-container .content-wrapper .cta-link a {
    color: #02a8e1;
    font-weight: 600
}

@media screen and (min-width:1024px) {
    body.internal-page section.why-we.image-and-text-with-link-block.right-layout .container {
        grid-template-areas: "second first"
    }

    body.internal-page section.why-we.image-and-text-with-link-block.right-layout .container .content-wrapper {
        place-content: flex-start;
        padding-top: 100px;
        grid-area: second;
        order: 1;
        grid-column-start: 1;
        grid-column-end: 6
    }

    body.internal-page section.why-we.image-and-text-with-link-block.right-layout .container .img-wrapper {
        grid-area: first;
        order: 2;
        grid-column-start: 7;
        grid-column-end: -1
    }

    body.internal-page section.why-we.image-and-text-with-link-block.right-layout .container .img-wrapper img {
        width: 100%
    }
}

.internal-page .article-content .staff-directory {
    margin-top: 76px
}

.internal-page .article-content .staff-directory.staff-directory-group {
    margin-top: 0
}

.internal-page .article-content .staff-directory.staff-directory-group .tab-section {
    padding-top: 0
}

.internal-page .article-content .staff-directory.staff-directory-group .tab-section .tabs .accordion-wrapper {
    border-bottom: solid 2px #ecebea
}

.internal-page .article-content .staff-directory.staff-directory-group:last-child .tab-section .tabs .accordion-wrapper {
    border-bottom: unset
}

.internal-page .article-content .staff-directory .staff-group .wrapper,
.internal-page .article-content .staff-directory .staff-member .wrapper {
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    justify-content: center
}

.internal-page .article-content .staff-directory .staff-group .wrapper .staff-content,
.internal-page .article-content .staff-directory .staff-member .wrapper .staff-content {
    padding: 0 10px 50px
}

@media screen and (min-width:769px),
print {

    .internal-page .article-content .staff-directory .staff-group .wrapper .staff-content,
    .internal-page .article-content .staff-directory .staff-member .wrapper .staff-content {
        padding: 0 10px 70px
    }
}

@media screen and (min-width:1024px) {

    .internal-page .article-content .staff-directory .staff-group .wrapper .staff-content,
    .internal-page .article-content .staff-directory .staff-member .wrapper .staff-content {
        padding: 0 10px 100px
    }
}

.internal-page .article-content .staff-directory .staff-group .wrapper .staff-content img,
.internal-page .article-content .staff-directory .staff-member .wrapper .staff-content img {
    display: block;
    width: 100%;
    object-fit: cover
}

.internal-page .article-content .staff-directory .staff-group .wrapper .staff-content .staff-detail,
.internal-page .article-content .staff-directory .staff-member .wrapper .staff-content .staff-detail {
    margin-top: 30px;
    text-align: center
}

.internal-page .article-content .staff-directory .staff-group .staff-group-title,
.internal-page .article-content .staff-directory .staff-member .staff-group-title {
    text-align: center
}

.internal-page .article-content .staff-directory .staff-group .tabs .tab-body .accordion-wrapper .accordion-content .tab-content {
    padding-top: 34px
}

.internal-page .article-content .staff-directory .staff-group .tabs .tab-body .accordion-wrapper .accordion-content .tab-content .content {
    padding-bottom: 50px
}

.internal-page .article-content .staff-directory .staff-group .tabs .tab-body .accordion-wrapper .accordion-content .tab-content .content .staff-content {
    padding: 0 0 50px
}

@media screen and (min-width:769px),
print {
    .internal-page .article-content .staff-directory .staff-group .tabs .tab-body .accordion-wrapper .accordion-content .tab-content .content .staff-content {
        padding: 0 10px 50px
    }
}

@media screen and (min-width:1024px) {
    .internal-page .article-content .staff-directory .staff-group .tabs .tab-body .accordion-wrapper .accordion-content .tab-content .content .staff-content {
        padding: 0 10px 50px
    }
}

.internal-page .article-content .staff-directory .staff-group .tabs .tab-body .accordion-wrapper .accordion-content .tab-content .staff-name {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #02a8e1;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.text-and-slider-block {
    overflow: hidden;
    isolation: isolate;
    background-color: #fff;
    z-index: 1
}

.text-and-slider-block .container {
    padding: 0;
    display: grid
}

@media screen and (min-width:1024px) {
    .text-and-slider-block .container {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
}

.text-and-slider-block .section-heading {
    text-align: center;
    padding: 80px 2.5rem
}

@media screen and (min-width:769px),
print {
    .text-and-slider-block .section-heading {
        text-align: left;
        padding: 110px 2.5rem
    }
}

@media screen and (min-width:1024px) {
    .text-and-slider-block .section-heading {
        padding: 110px 0;
        grid-column: 1/7
    }
}

.text-and-slider-block .section-heading .highlight-line {
    margin: 0 auto
}

@media screen and (min-width:769px),
print {
    .text-and-slider-block .section-heading .highlight-line {
        margin: 0
    }
}

.text-and-slider-block .section-heading h1.title {
    font-family: Montserrat, sans-serif;
    font-size: 1.75rem;
    line-height: 2.5rem;
    line-height: 2.75rem;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 50px;
    letter-spacing: normal;
    color: #4a4a4a
}

.text-and-slider-block .section-heading h1.title strong {
    font-weight: 700;
    color: #02a8e1
}

.text-and-slider-block .section-heading h2.subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 2.8125rem;
    line-height: 3.75rem;
    color: #ffb300
}

.text-and-slider-block .slider-wrapper {
    text-align: center;
    overflow: hidden;
    min-width: 0;
    margin: 0 auto;
    padding: 100px 0
}

@media screen and (min-width:1024px) {
    .text-and-slider-block .slider-wrapper {
        padding: 0
    }
}

.text-and-slider-block .content {
    background-color: #0296c9;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center
}

@media screen and (min-width:1024px) {
    .text-and-slider-block .content {
        grid-column: 8/13;
        overflow: initial
    }
}

.text-and-slider-block .content h3.title {
    font-family: Montserrat, sans-serif;
    font-size: 6.25rem;
    font-weight: 700;
    color: #ffb300;
    line-height: 1
}

.text-and-slider-block .content h3.title span {
    display: inline-block
}

.text-and-slider-block .content h4.subtitle {
    font-family: Montserrat, sans-serif;
    color: #fff;
    max-width: 280px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 0 auto;
    font-weight: 400
}

@media screen and (min-width:769px),
print {
    .text-and-slider-block .content h4.subtitle {
        max-width: 320px;
        font-size: 1.5rem;
        line-height: 2.25rem
    }
}

.text-and-slider-block .content h4.subtitle strong {
    font-weight: 700;
    color: #fff
}

.text-and-slider-block .mask {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #0296c9;
    z-index: -1;
    display: none
}

@media screen and (min-width:1024px) {
    .text-and-slider-block .mask {
        display: block
    }
}

.text-and-slider-block .slick-dots {
    margin: 70px 0 0;
    padding: 0
}

.text-and-slider-block .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.text-and-slider-block .slick-dots li::marker {
    content: none
}

.text-and-slider-block .slick-dots li button {
    border: 0;
    font-size: 0;
    background-color: transparent;
    padding: 0;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.text-and-slider-block .slick-dots li button:before {
    content: "";
    border-radius: 50%;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #ffb300;
    display: block;
    margin: 0 auto
}

.text-and-slider-block .slick-dots li.slick-active button {
    padding: 8px;
    border: solid 1px #ffb300;
    border-radius: 50%
}

.text-and-slider-block .slick-dots li.slick-active button:before {
    background-color: #ffb300;
    border: none
}

.school-stories {
    background-color: #0296c9;
    text-align: center
}

.school-stories .container {
    position: relative;
    padding: 0
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .school-stories .container {
        padding: 0 60px
    }
}

.school-stories .container .block-heading {
    text-align: center;
    padding: 75px 20px 40px
}

@media screen and (min-width:1024px) {
    .school-stories .container .block-heading {
        padding: 90px 0 70px
    }
}

.school-stories .container .block-heading h2 {
    color: #ffb300;
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 400;
    margin: 0
}

@media screen and (min-width:1024px) {
    .school-stories .container .block-heading h2 {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

.school-stories .container .block-heading .see-all-btn {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25rem
}

.school-stories .container .tiles-wrapper {
    z-index: 10;
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0)
}

.school-stories .container .tiles-wrapper .slick-list {
    margin: 0 -20px
}

@media screen and (min-width:1216px) {
    .school-stories .container .tiles-wrapper .slick-list {
        overflow: visible
    }
}

.school-stories .container .tiles-wrapper .slick-list:after {
    content: "";
    position: absolute;
    height: 100px
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide {
    margin: 0 20px
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles:hover {
    cursor: pointer
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles a {
    display: block;
    margin-bottom: 220px;
    z-index: 10
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles a:hover .content button {
    transform: translateX(10px)
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles a:hover .content button svg circle {
    fill: #ffb300
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles a:hover .content button svg .arrow-head {
    fill: #fff
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles a:hover .image-wrapper img {
    transform: translate(-50%, -50%) scale(1.1)
}

@media screen and (min-width:769px),
print {
    .school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles a {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content {
    background-color: #fff;
    padding: 50px 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width:1024px) {
    .school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content {
        padding: 60px 35px
    }
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content .subheading {
    text-align: right;
    color: #02a8e1;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 45px
}

@media screen and (min-width:769px),
print {
    .school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content .subheading {
        margin-bottom: 20px
    }
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content .subheading:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #ffb300
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content h3 {
    color: #02a8e1;
    font-weight: 700;
    margin-top: auto;
    font-size: 1.25rem;
    line-height: 1.875rem
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #4a4a4a
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content button {
    border: 0;
    background-color: transparent;
    text-align: right;
    margin-top: auto;
    transform: translateX(0);
    transition: transform .2s ease
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .content button span {
    display: none
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .image-wrapper {
    height: 100%;
    position: relative;
    padding-bottom: 74.358974359%;
    overflow: hidden
}

@media screen and (min-width:769px),
print {
    .school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .image-wrapper {
        padding-bottom: 126.3157894737%
    }
}

.school-stories .container .tiles-wrapper .slick-list .slick-slide.tiles .image-wrapper img {
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(1);
    transition: transform .3s ease
}

.school-stories .slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 60px;
    z-index: 9999
}

.school-stories .slider-nav:hover {
    cursor: pointer
}

.school-stories .slider-nav * {
    z-index: 0
}

.school-stories .slider-nav button {
    border: 0;
    background-color: transparent;
    width: 100%;
    max-width: 222px;
    position: relative
}

.school-stories .slider-nav button span {
    display: none
}

.school-stories .slider-nav button:hover {
    cursor: pointer
}

.school-stories .slider-nav .slider-next {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    width: 65px;
    display: block;
    transform: translateY(-50%);
    cursor: pointer
}

.school-stories .slider-nav .slider-prev {
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 65px;
    display: block;
    transform: translateY(-50%);
    cursor: pointer
}

section.one-school {
    isolation: isolate;
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 96px 0
}

section.one-school .container {
    padding: 0
}

@media screen and (min-width:769px),
print {
    section.one-school .container {
        padding: 0 94px
    }
}

@media screen and (min-width:1024px) {
    section.one-school .container {
        padding: 0
    }
}

section.one-school h2.block-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 3.25rem;
    line-height: 3.9375rem;
    color: #ffb300;
    text-align: center;
    margin-bottom: 4px
}

@media screen and (min-width:769px),
print {
    section.one-school h2.block-heading {
        font-size: 3.5rem;
        line-height: 4.25rem;
        margin-bottom: 50px
    }
}

@media screen and (min-width:1024px) {
    section.one-school h2.block-heading {
        margin-left: 50px;
        font-size: 4rem;
        line-height: 4.875rem;
        text-align: left
    }
}

section.one-school h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 4px auto 60px auto;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #02a8e1;
    text-align: center
}

@media screen and (min-width:769px),
print {
    section.one-school h4 {
        font-size: 2.25rem;
        line-height: 1.33;
        margin: 55px auto 0
    }
}

@media screen and (min-width:1024px) {
    section.one-school h4 {
        margin-top: 60px;
        margin: 60px 0 0 auto
    }
}

section.one-school .tiles {
    display: flex;
    flex-direction: column;
    gap: 2px
}

@media screen and (min-width:1024px) {
    section.one-school .tiles {
        flex-direction: row
    }
}

section.one-school .tiles .tile {
    position: relative;
    min-height: clamp(400px, 135.8974358974vw, 510px);
    overflow: hidden
}

@media screen and (min-width:769px),
print {
    section.one-school .tiles .tile {
        min-height: clamp(220px, 28.6458333333vw, 400px)
    }
}

@media screen and (min-width:1024px) {
    section.one-school .tiles .tile {
        min-height: clamp(400px, 35.4166666667vw, 510px)
    }
}

section.one-school .tiles .tile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    transform: unset;
    transition: transform .5s
}

section.one-school .tiles .tile:hover .tile-content .overlay {
    opacity: .7;
    transform: translateY(0)
}

section.one-school .tiles .tile:hover .tile-content .content-wrapper {
    margin-bottom: 50px
}

section.one-school .tiles .tile:hover .tile-content .content-wrapper hr {
    opacity: 1
}

section.one-school .tiles .tile:hover .tile-content .content-wrapper .btn {
    opacity: 1
}

section.one-school .tiles .tile:hover img {
    transform: scale(1.2)
}

section.one-school .tiles .tile .tile-content {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    justify-content: center
}

section.one-school .tiles .tile .tile-content .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(3, 15, 0, 0) 39.22%, rgba(2, 10, 0, 0) 39.22%, #020a00 100%)
}

section.one-school .tiles .tile .tile-content .overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0296c9;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .5s, opacity .5s
}

section.one-school .tiles .tile .tile-content .content-wrapper {
    align-self: flex-end;
    text-align: center;
    display: grid;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
    transition: margin .4s
}

section.one-school .tiles .tile .tile-content .content-wrapper>* {
    margin-bottom: 0
}

section.one-school .tiles .tile .tile-content .content-wrapper hr {
    width: 120px;
    margin: auto;
    background-color: #ffb300;
    opacity: 0;
    transition: opacity .4s
}

section.one-school .tiles .tile .tile-content .content-wrapper h3 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    max-width: 65%;
    margin: auto;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.07;
    font-weight: 300
}

section.one-school .tiles .tile .tile-content .content-wrapper h3 b {
    font-weight: 700
}

section.one-school .tiles .tile .tile-content .content-wrapper .btn {
    color: #ffb300;
    opacity: 0;
    transition: opacity .4s;
    margin: auto
}

.full-width-image {
    height: 510px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

@media screen and (min-width:769px),
print {
    .full-width-image {
        height: 610px
    }
}

@media screen and (min-width:1024px) {
    .full-width-image {
        height: 710px
    }
}

@media screen and (min-width:1460px) {
    .full-width-image {
        align-items: center
    }
}

.full-width-image .full-width-image__container {
    background-image: var(--imgTablet);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media screen and (min-width:1024px) {
    .full-width-image .full-width-image__container {
        background-image: var(--imgDesktop)
    }
}

.full-width-image picture {
    width: 100%
}

.full-width-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width:768px) {
    section.why-we .btn.btn-custom {
        max-width: 275px;
        text-align: center
    }
}

section.why-we .btn.btn-custom span {
    display: block;
    width: 100%;
    padding-right: 0
}

section.why-we .btn.btn-custom span svg {
    position: relative;
    bottom: -10px;
    margin-left: 10px !important
}

section.why-we .container .block-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #02a8e1;
    font-size: 2.25rem;
    line-height: 1.67
}

@media screen and (min-width:1024px) {
    section.why-we .container .block-heading {
        font-size: 3rem
    }
}

section.why-we .c-container {
    display: grid;
    padding: 0
}

@media screen and (min-width:1024px) {
    section.why-we .c-container {
        height: clamp(600px, 51.0416666667vw, 735px);
        grid-template-columns: repeat(13, minmax(0, 1fr));
        max-width: 1400px;
        margin-right: calc((100vw - 960px)/ 2)
    }
}

@media screen and (min-width:1216px) {
    section.why-we .c-container {
        margin-right: calc((100vw - 1180px)/ 2)
    }
}

section.why-we .c-container .img-wrapper {
    position: relative;
    height: 400px
}

@media screen and (min-width:1024px) {
    section.why-we .c-container .img-wrapper {
        grid-column-start: 1;
        grid-column-end: 8;
        height: clamp(600px, 51.0416666667vw, 735px)
    }
}

section.why-we .c-container .img-wrapper .img {
    opacity: 0;
    transition: opacity .7s
}

section.why-we .c-container .img-wrapper .img.is-active {
    opacity: 1
}

section.why-we .c-container .img-wrapper .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.why-we .c-container .content-wrapper {
    padding: 45px 35px 0;
    display: grid;
    place-content: center
}

@media screen and (min-width:769px),
print {
    section.why-we .c-container .content-wrapper {
        padding: 60px 100px
    }
}

@media screen and (min-width:1024px) {
    section.why-we .c-container .content-wrapper {
        padding: 0 35px;
        padding-right: 0;
        grid-column-start: 9;
        grid-column-end: -1
    }
}

section.why-we .c-container .content-wrapper .slide-content {
    overflow: hidden
}

section.why-we .c-container .content-wrapper .slide-content .slide {
    display: grid;
    gap: 20px
}

section.why-we .c-container .content-wrapper .slide-content .slide>* {
    margin-bottom: 0
}

section.why-we .c-container .content-wrapper .slide-content .slide .slide-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.6875rem;
    color: #ffb300;
    text-align: center
}

section.why-we .c-container .content-wrapper .slide-content .slide .slide-heading strong {
    font-weight: 700;
    color: #02a8e1
}

@media screen and (min-width:1024px) {
    section.why-we .c-container .content-wrapper .slide-content .slide .slide-heading {
        text-align: left;
        font-size: 3.75rem;
        line-height: 4.5625rem
    }
}

section.why-we .c-container .content-wrapper .slide-content .slide .text {
    text-align: center
}

@media screen and (min-width:1024px) {
    section.why-we .c-container .content-wrapper .slide-content .slide .text {
        text-align: left
    }
}

section.why-we .c-container .content-wrapper .static-content {
    margin-top: 40px;
    display: grid
}

@media screen and (max-width:1023px) {
    section.why-we .c-container .content-wrapper .static-content {
        place-items: center
    }
}

section.why-we .c-container .content-wrapper .static-content .slick-arrows {
    margin-top: 50px;
    display: flex
}

@media screen and (min-width:769px),
print {
    section.why-we .c-container .content-wrapper .static-content .slick-arrows {
        margin-top: 60px
    }
}

@media screen and (min-width:1024px) {
    section.why-we .c-container .content-wrapper .static-content .slick-arrows {
        transform: translateX(-20px);
        margin-top: 85px
    }
}

section.why-we .c-container .content-wrapper .static-content .slick-arrows .slick-arrow {
    cursor: pointer
}

section.why-we .c-container .content-wrapper .static-content .slick-arrows .slick-arrow:hover svg path {
    stroke: #fff
}

section.why-we .c-container .content-wrapper .static-content .slick-arrows .slick-arrow:hover svg path:nth-child(1) {
    fill: #ffb300
}

section.why-we .c-container .content-wrapper .static-content .slick-arrows .slick-arrow svg {
    width: 80px;
    height: 80px
}

section.why-we:not(.image-and-text-with-link-block) .img-wrapper {
    position: relative;
    height: 390px
}

@media screen and (min-width:769px),
print {
    section.why-we:not(.image-and-text-with-link-block) .img-wrapper {
        height: 480px
    }
}

@media screen and (min-width:1024px) {
    section.why-we:not(.image-and-text-with-link-block) .img-wrapper {
        position: absolute;
        left: 0;
        width: calc(50vw + 38px);
        height: clamp(600px, 51.0416666667vw, 735px)
    }
}

section.why-we:not(.image-and-text-with-link-block) .img-wrapper .img {
    opacity: 0;
    transition: opacity .7s
}

section.why-we:not(.image-and-text-with-link-block) .img-wrapper .img.is-active {
    opacity: 1
}

section.why-we:not(.image-and-text-with-link-block) .img-wrapper .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.quote-section {
    background-color: #eff1f1;
    padding: 80px 0;
    position: relative;
    z-index: 9
}

@media screen and (min-width:769px),
print {
    .quote-section {
        padding: 200px 0
    }
}

@media screen and (min-width:1408px) {
    .quote-section .container.quote-container {
        max-width: 980px !important
    }
}

.quote-section .container .border {
    text-align: center
}

.quote-section .container .border .content {
    font-family: Montserrat, sans-serif;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 300;
    color: #4a4a4a;
    margin-bottom: 60px
}

@media screen and (min-width:769px),
print {
    .quote-section .container .border .content {
        font-size: 2.625rem;
        line-height: 4.1875rem
    }
}

@media screen and (min-width:1024px) {
    .quote-section .container .border .content {
        font-size: 3rem;
        line-height: 4.75rem
    }
}

.quote-section .container .border .content strong {
    color: #02a8e1;
    font-weight: 600
}

.quote-section .container .border .content .close-quote {
    font-weight: 700;
    color: #02a8e1
}

.quote-section .container .border .quote-cta {
    display: block;
    color: #02a8e1
}

.quote-section .container .border .our-mission-btn {
    display: grid;
    place-content: center;
    margin-top: 60px
}

@media screen and (min-width:1024px) {
    .quote-section .container .border .our-mission-btn {
        justify-content: flex-end;
        margin-top: -50px
    }
}

.quote-section .container .border .our-mission-btn a {
    display: grid;
    width: 120px;
    height: 120px;
    font-size: 0;
    position: relative;
    place-content: center
}

.quote-section .container .border .our-mission-btn a span {
    width: 45px;
    height: 45px;
    background: url(../images/paw.png) no-repeat center center;
    background-size: cover;
    transform: scale(1);
    transition: transform .4s ease
}

.quote-section .container .border .our-mission-btn a:hover span {
    transform: scale(1.1)
}

.quote-section .container .border .our-mission-btn a:hover:before {
    animation: spinHover 2.6s ease-out 0s 1 both
}

.quote-section .container .border .our-mission-btn a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/our-mission.svg) no-repeat center center;
    background-size: cover
}

@keyframes spinHover {
    100% {
        transform: rotate(360deg)
    }
}

section.image-text {
    isolation: isolate;
    position: relative
}

@media screen and (max-width:1023px) {
    section.image-text .image-container {
        height: 510px
    }
}

@media screen and (min-width:1024px) {
    section.image-text .image-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }
}

section.image-text .image-container .image-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

section.image-text .image-container .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

section.image-text .container {
    display: grid
}

@media screen and (max-width:1023px) {
    section.image-text .container {
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    section.image-text .container {
        grid-template-columns: repeat(13, minmax(0, 1fr))
    }
}

section.image-text .container .content-container {
    position: relative;
    isolation: isolate;
    padding: 0px 20px 45px 0
}

@media screen and (min-width:769px),
print {
    section.image-text .container .content-container {
        padding: 0px 20px 45px 0
    }
}

@media screen and (min-width:1024px) {
    section.image-text .container .content-container {
        grid-column-start: 8;
        grid-column-end: -1;
        padding: 0px 20px 45px 0
    }
}

section.image-text .container .content-container .green-overlay {
    z-index: -1;
    background-color: #0296c9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

@media screen and (min-width:1024px) {
    section.image-text .container .content-container .green-overlay {
        right: -40vw;
        opacity: .96
    }
}

section.image-text .container .content-container .content-wrapper {
    display: grid;
    gap: 10px;
    place-content: center;
}

.full-width-slider {
    isolation: isolate;
    position: relative
}

@media screen and (max-width:1023px) {
    .full-width-slider.full-image-overlay .image-container {
        height: unset;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }
}

.full-width-slider.full-image-overlay .container {
    padding-top: 300px
}

@media screen and (min-width:769px),
print {
    .full-width-slider.full-image-overlay .container {
        padding-top: 425px
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider.full-image-overlay .container {
        padding-top: 0;
        padding: 0 20px
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider.has-text-overlay .container .content-container {
        margin: 65px 0
    }
}

.full-width-slider .image-container {
    overflow: hidden
}

@media screen and (max-width:1023px) {
    .full-width-slider .image-container {
        height: 510px
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider .image-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }
}

.full-width-slider .image-container .slick,
.full-width-slider .image-container .slick-list,
.full-width-slider .image-container .slick-track {
    height: 100%
}

.full-width-slider .image-container .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(232.94deg, rgba(0, 0, 0, 0) 23.79%, #000 57.15%);
    opacity: .6
}

.full-width-slider .image-container .image-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.full-width-slider .image-container .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.full-width-slider .container {
    display: grid
}

@media screen and (max-width:1023px) {
    .full-width-slider .container {
        padding: 0
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider .container {
        grid-template-columns: repeat(13, minmax(0, 1fr))
    }
}

.full-width-slider .container .content-container {
    position: relative;
    isolation: isolate;
    padding: 85px 30px
}

@media screen and (min-width:769px),
print {
    .full-width-slider .container .content-container {
        padding: 120px
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider .container .content-container {
        padding: 120px 130px 120px 0;
        margin: 108px 0 0;
        grid-column-start: 1;
        grid-column-end: 8
    }
}

.full-width-slider .container .content-container .green-overlay {
    z-index: -1;
    background-color: #0296c9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

@media screen and (min-width:1024px) {
    .full-width-slider .container .content-container .green-overlay {
        left: -40vw;
        opacity: .96
    }
}

.full-width-slider .container .content-container .content-wrapper {
    display: grid;
    gap: 40px;
    place-content: center
}

.full-width-slider .container .content-container .content-wrapper .block-heading {
    font-size: 1.875rem;
    line-height: 1.47
}

@media screen and (min-width:769px),
print {
    .full-width-slider .container .content-container .content-wrapper .block-heading {
        font-size: 2.625rem;
        line-height: 3.5rem
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider .container .content-container .content-wrapper .block-heading {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

@media screen and (min-width:1216px) {
    .full-width-slider .container .content-container .content-wrapper .block-heading {
        font-size: 2.625rem;
        line-height: 3.5rem
    }
}

.full-width-slider .slick-arrows {
    position: absolute;
    right: 50px;
    bottom: 70px
}

@media screen and (min-width:1024px) {
    .full-width-slider .slick-arrows {
        bottom: 60px
    }
}

@media screen and (min-width:769px),
print {
    .full-width-slider .slick-arrows {
        right: 80px
    }
}

@media screen and (min-width:1024px) {
    .full-width-slider .slick-arrows {
        right: 140px
    }
}

.full-width-slider .slick-arrows .slick-arrow {
    cursor: pointer
}

.full-width-slider .slick-arrows .slick-arrow svg {
    width: 40px;
    height: 40px
}

@media screen and (min-width:769px),
print {
    .full-width-slider .slick-arrows .slick-arrow svg {
        width: 60px;
        height: 60px
    }
}

.full-width-slider .slick-arrows .slick-arrow.slick-disabled {
    cursor: not-allowed
}

.school-updates .container {
    padding: 40px 50px
}

@media screen and (min-width:769px),
print {
    .school-updates .container {
        padding: 40px 90px
    }
}

@media screen and (min-width:1024px) {
    .school-updates .container {
        padding: 0
    }
}

.school-updates .container .block-heading {
    font-size: 2.25rem;
    line-height: 3rem;
    color: #02a8e1;
    margin-bottom: 0
}

@media screen and (min-width:1024px) {
    .school-updates .container .block-heading {
        font-size: 2.625rem;
        line-height: 3.5rem
    }
}

.school-updates .container .social-feed {
    margin-top: 40px
}

@media screen and (min-width:769px),
print {
    .school-updates .container .social-feed {
        margin-top: 80px
    }
}

@media screen and (min-width:1024px) {
    .school-updates .container .social-feed {
        margin-top: 65px
    }
}

.school-updates .container .social-feed .social-wrapper {
    position: relative;
    z-index: 1
}

.school-updates .container .social-feed .social-tile {
    margin: 0 10px
}

.school-updates .container .social-feed .social-tile:hover .image-wrapper img {
    transform: scale(1.2)
}

.school-updates .container .social-feed .social-tile:hover .description {
    text-decoration: underline
}

@media screen and (min-width:1024px) {
    .school-updates .container .social-feed .social-tile {
        margin: 0 10px
    }
}

.school-updates .container .social-feed .social-tile .image-wrapper {
    height: 220px;
    width: 100%;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.school-updates .container .social-feed .social-tile .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    transform: unset;
    transition: transform .5s
}

.school-updates .container .social-feed .social-tile .description {
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.625rem;
    color: #4a4a4a;
    margin-top: 20px;
    padding: 0 3px
}

.school-updates .container .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px
}

@media screen and (min-width:769px),
print {
    .school-updates .container .info {
        margin-top: 80px;
        gap: 40px
    }
}

@media screen and (min-width:1024px) {
    .school-updates .container .info {
        margin-top: 65px;
        gap: unset;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.school-updates .container .info .footer-text {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 2.625rem;
    line-height: 3.1875rem;
    letter-spacing: .0375rem;
    color: #ffb300;
    text-align: center;
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .school-updates .container .info .footer-text {
        margin-top: 20px
    }
}

@media screen and (min-width:769px),
print {
    .school-updates .container .info .footer-text {
        font-size: 3.75rem;
        line-height: 4.5625rem
    }
}

@media screen and (min-width:1024px) {
    .school-updates .container .info .footer-text {
        text-align: left
    }
}

@media screen and (max-width:768px) {
    .school-updates .container .info .slick-arrows {
        display: flex;
        justify-content: center
    }
}

@media screen and (min-width:769px),
print {
    .school-updates .container .info .slick-arrows {
        position: absolute;
        top: 40px;
        right: 90px
    }
}

@media screen and (min-width:1024px) {
    .school-updates .container .info .slick-arrows {
        top: 0;
        right: 0
    }
}

.school-updates .container .info .slick-arrows .slick-arrow {
    cursor: pointer
}

.school-updates .container .info .slick-arrows .slick-arrow:hover svg path {
    stroke: #fff
}

.school-updates .container .info .slick-arrows .slick-arrow:hover svg path:nth-child(1) {
    fill: #ffb300
}

.school-updates .container .info .slick-arrows .slick-arrow svg {
    width: 60px;
    height: 60px
}

.school-updates .container .info .slick-arrows .slick-arrow.slick-disabled {
    cursor: not-allowed
}

.school-updates .container .info .social-links {
    display: flex;
    justify-content: center;
    align-items: center
}

.school-updates .container .info .social-links a {
    display: flex;
    justify-content: center;
    align-items: center
}

.experience-us {
    background-color: #eff1f1
}

.experience-us .container {
    padding: 90px 0 60px
}

@media screen and (min-width:769px),
print {
    .experience-us .container {
        padding: 100px 70px
    }
}

@media screen and (min-width:1024px) {
    .experience-us .container {
        padding: 120px 0 130px
    }
}

.experience-us h2.block-heading {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #4a4a4a;
    margin-bottom: 0;
    text-align: center
}

@media screen and (min-width:769px),
print {
    .experience-us h2.block-heading {
        font-size: 1.75rem;
        line-height: 2.5rem
    }
}

@media screen and (min-width:1024px) {
    .experience-us h2.block-heading {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

.experience-us h3.block-sub-heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #02a8e1;
    margin: 20px 0 0;
    text-align: center
}

@media screen and (min-width:769px),
print {
    .experience-us h3.block-sub-heading {
        font-size: 2.25rem;
        line-height: 3rem;
        margin: 15px 0 0
    }
}

@media screen and (min-width:1024px) {
    .experience-us h3.block-sub-heading {
        font-size: 2.625rem;
        line-height: 3.5rem;
        margin: 10px 0 0
    }
}

.experience-us .tiles {
    display: flex;
    flex-direction: column;
    gap: 40px;
    cursor: pointer;
    margin-top: 40px
}

@media screen and (min-width:769px),
print {
    .experience-us .tiles {
        margin-top: 50px;
        gap: 50px
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .experience-us .tiles {
        padding: 0 40px
    }
}

@media screen and (min-width:1024px) {
    .experience-us .tiles {
        margin-top: 65px;
        flex-direction: row;
        gap: 20px
    }
}

.experience-us .tiles .tile {
    position: relative;
    min-height: clamp(350px, 102.5641025641vw, 390px);
    overflow: hidden
}

@media screen and (min-width:769px),
print {
    .experience-us .tiles .tile {
        min-height: clamp(300px, 45.5729166667vw, 350px)
    }
}

@media screen and (min-width:1024px) {
    .experience-us .tiles .tile {
        min-height: clamp(350px, 26.3888888889vw, 380px)
    }
}

.experience-us .tiles .tile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    transform: unset;
    transition: transform .5s
}

.experience-us .tiles .tile:hover .tile-content .overlay {
    opacity: .7;
    transform: translateY(0)
}

.experience-us .tiles .tile:hover .tile-content .content-wrapper {
    margin-bottom: 50px
}

.experience-us .tiles .tile:hover .tile-content .content-wrapper hr {
    opacity: 1
}

.experience-us .tiles .tile:hover .tile-content .content-wrapper .btn {
    opacity: 1
}

.experience-us .tiles .tile:hover img {
    transform: scale(1.2)
}

.experience-us .tiles .tile .tile-content {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.experience-us .tiles .tile .tile-content .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(3, 15, 0, 0) 39.22%, rgba(2, 10, 0, 0) 39.22%, #020a00 100%)
}

.experience-us .tiles .tile .tile-content .overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0296c9;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .5s, opacity .5s
}

.experience-us .tiles .tile .tile-content .content-wrapper {
    align-self: flex-end;
    text-align: center;
    display: grid;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
    transition: margin .4s
}

.experience-us .tiles .tile .tile-content .content-wrapper>* {
    margin-bottom: 0
}

.experience-us .tiles .tile .tile-content .content-wrapper hr {
    width: 120px;
    margin: auto;
    background-color: #ffb300;
    opacity: 0;
    transition: opacity .4s
}

.experience-us .tiles .tile .tile-content .content-wrapper h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center
}

@media screen and (min-width:1024px) {
    .experience-us .tiles .tile .tile-content .content-wrapper h4 {
        font-size: 2.25rem;
        line-height: 3rem
    }
}

.experience-us .tiles .tile .tile-content .content-wrapper .btn {
    opacity: 0;
    transition: opacity .4s;
    margin: auto
}

.events-article-page h1.article-title {
    font-size: 2.125rem;
    line-height: 2.375rem;
    margin-bottom: 0;
    color: #02a8e1
}

@media screen and (min-width:1024px) {
    .events-article-page h1.article-title {
        font-size: 3rem;
        line-height: 3.75rem;
        line-height: 4.25rem
    }
}

.events-article-page .event-grid {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width:769px),
print {
    .events-article-page .event-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr)
    }
}

.events-article-page .event-grid .article {
    grid-column: 1/9;
    grid-row: 1/2
}

.events-article-page .event-grid .article section:first-child {
    margin-top: 35px
}

@media screen and (min-width:1024px) {
    .events-article-page .event-grid .article section:first-child {
        margin-top: 45px
    }
}

.events-article-page .event-grid .article .container {
    padding: 0;
    max-width: unset !important
}

.events-article-page .event-grid .details {
    grid-row: 1/2;
    grid-column: 10/-1
}

.events-article-page .event-grid .details .wrapper {
    max-width: 210px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    transition: top .6s
}

body.menu-stuck .events-article-page .event-grid .details .wrapper {
    top: 185px
}

.events-article-page .event-grid .details .wrapper .item:not(:first-child) {
    margin-top: 25px
}

.events-article-page .event-grid .details .wrapper .item small {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.625rem;
    color: #02a8e1
}

.events-article-page .event-grid .details .wrapper .item p {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.875rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #424242
}

.events-article-page .event-grid .details .wrapper .item p.location {
    margin-bottom: 4px
}

.events-article-page .event-grid .details .wrapper .book-now {
    margin-top: 40px
}

.news-article-page p.category {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #02a8e1;
    margin-bottom: 0
}

.news-article-page hr {
    margin: 10px 0 0
}

.news-article-page h1.article-title {
    font-size: 2.125rem;
    line-height: 2.375rem;
    margin-top: 35px;
    margin-bottom: 0;
    color: #02a8e1
}

@media screen and (min-width:1024px) {
    .news-article-page h1.article-title {
        font-size: 3rem;
        line-height: 3.75rem
    }
}

.news-article-page .article {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    display: grid;
    gap: 20px
}

.news-article-page .article section:first-child {
    margin-top: 30px
}

@media screen and (min-width:769px),
print {
    .news-article-page .article {
        grid-auto-flow: column
    }
}

.search-nav {
    margin-top: 90px
}

.search-nav .wrapper button {
    background-color: #02a8e1
}

.search-nav .wrapper button:hover {
    background-color: #1a4226
}

.timeline-wrapper {
    position: relative;
    display: grid;
    padding: 0 2.5rem;
    isolation: isolate;
    margin: 100px 0
}

@media screen and (min-width:1024px) {
    .timeline-wrapper {
        padding: 0;
        margin-bottom: 180px
    }
}

.timeline-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #ffb300;
    z-index: -1
}

@media screen and (max-width:768px) {
    .timeline-wrapper:before {
        top: 50px;
        height: calc(100% - 550px)
    }
}

.timeline-wrapper .timeline-child {
    display: grid;
    position: relative;
    padding: 220px 0 0
}

@media screen and (min-width:769px),
print {
    .timeline-wrapper .timeline-child {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 220px;
        margin: 50px 0;
        padding: 0
    }

    .timeline-wrapper .timeline-child:first-child {
        margin-top: 0
    }

    .timeline-wrapper .timeline-child:nth-child(2n) .text {
        order: -1
    }

    .timeline-wrapper .timeline-child:last-child {
        margin-bottom: 0;
        background-color: #fff
    }
}

.timeline-wrapper .timeline-child.animated .date {
    animation: timeline-date .6s ease
}

.timeline-wrapper .timeline-child.animated .image {
    animation: timeline-in-from-left .6s ease
}

.timeline-wrapper .timeline-child.animated .text {
    animation: timeline-in-from-right .6s ease
}

.timeline-wrapper .timeline-child.animated:nth-child(2n) .image {
    animation: timeline-in-from-right .6s ease
}

.timeline-wrapper .timeline-child.animated:nth-child(2n) .text {
    animation: timeline-in-from-left .6s ease
}

.timeline-wrapper .timeline-child .date {
    position: absolute;
    transform: translateX(-50%);
    top: 50px;
    left: 50%;
    width: 112px;
    height: 112px;
    font-size: 1.75rem;
    line-height: 2.5rem;
    background-color: #1f5733;
    color: #ffb300;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-weight: 700;
    z-index: 2
}

@media screen and (min-width:769px),
print {
    .timeline-wrapper .timeline-child .date {
        top: 0
    }
}

.timeline-wrapper .timeline-child .image {
    background-color: #fff
}

@media screen and (min-width:769px),
print {
    .timeline-wrapper .timeline-child .image {
        background-color: transparent;
        padding-top: 30px
    }
}

.timeline-wrapper .timeline-child .image .image-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 68.4210526316%
}

.timeline-wrapper .timeline-child .image .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px
}

.timeline-wrapper .timeline-child .image .image-caption p {
    font-size: .75rem;
    line-height: 1.125rem;
    margin-top: 5px
}

.timeline-wrapper .timeline-child .text {
    background-color: #fff;
    padding: 30px 0
}

@media screen and (min-width:769px),
print {
    .timeline-wrapper .timeline-child .text {
        padding: 40px 0 0;
        background-color: transparent
    }
}

.timeline-wrapper .timeline-child .text h3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 15px
}

@media screen and (min-width:1024px) {
    .timeline-wrapper .timeline-child .text h3 {
        font-size: 1.5rem;
        line-height: 2.25rem
    }
}

.timeline-wrapper .timeline-child .text h3:before {
    content: "";
    width: 180px;
    height: 1px;
    background-color: #ffb300;
    margin-bottom: 20px;
    display: block
}

.timeline-wrapper .timeline-child .text p {
    font-size: .875rem;
    line-height: 1.375rem
}

@keyframes timeline-date {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(.5)
    }

    60% {
        opacity: 1;
        transform: translateX(-50%) scale(1.2)
    }

    100% {
        transform: translateX(-50%) scale(1)
    }
}

@keyframes timeline-in-from-left {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    60% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes timeline-in-from-right {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    60% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

.notice-bar {
    background-color: #eff1f1;
    padding: 15px 0;
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 150px
}

@media screen and (max-width:1023px) {
    .notice-bar {
        height: auto;
        padding-bottom: 30px
    }
}

.notice-bar.shrink {
    height: 0;
    padding: 0
}

@media screen and (min-width:1024px) {
    .notice-bar {
        padding: 30px 0
    }
}

.notice-bar .slick-slide {
    height: 150px !important
}

@media screen and (max-width:1023px) {
    .notice-bar .slick-slide {
        height: auto !important;
        padding-bottom: 30px
    }
}

.notice-bar:after {
    content: "";
    display: block;
    height: 100%;
    left: 100%;
    width: 15px;
    background-color: #eff1f1;
    position: absolute;
    top: 0
}

.notice-bar .container {
    padding: 0 50px 0 20px
}

@media screen and (min-width:1024px) {
    .notice-bar .container {
        padding: 0 80px
    }
}

.notice-bar h3 {
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #02a8e1;
    margin-bottom: 8px;
    line-height: 1.3
}

@media screen and (min-width:769px),
print {
    .notice-bar h3 {
        font-size: 1.125rem;
        line-height: 2rem
    }
}

.notice-bar p {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

@media screen and (min-width:1024px) {
    .notice-bar p {
        font-size: .9375rem
    }
}

.notice-bar a {
    font-weight: 700;
    color: #02a8e1;
    text-decoration: underline;
    margin-left: 5px;
    text-transform: uppercase
}

.notice-bar .close-notice-btn {
    position: absolute;
    top: 45%;
    right: 80px;
    cursor: pointer
}

@media screen and (max-width:1023px) {
    .notice-bar .close-notice-btn {
        top: 10%;
        right: 20px
    }
}

.notice-bar .slick-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width:1024px) {
    .notice-bar .slick-dots {
        top: 0;
        bottom: unset;
        left: unset;
        transform: unset;
        right: 30px;
        padding: 0;
        margin: 0
    }
}

.notice-bar .slick-dots li {
    display: inline-block
}

@media screen and (min-width:1024px) {
    .notice-bar .slick-dots li {
        display: block;
        margin: 0 5px;
        text-align: center
    }
}

.notice-bar .slick-dots li::marker {
    content: none
}

.notice-bar .slick-dots li button {
    border: 0;
    font-size: 0;
    background-color: transparent;
    padding: 0;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.notice-bar .slick-dots li button:before {
    content: "";
    border-radius: 50%;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #02a8e1;
    display: block;
    margin: 0 auto
}

.notice-bar .slick-dots li.slick-active button {
    padding: 8px;
    border: solid 1px #02a8e1;
    border-radius: 50%
}

.notice-bar .slick-dots li.slick-active button:before {
    background-color: #02a8e1;
    border: none
}
.content-data {
    height: calc( 100vh - 100px);
}
.navigation .navbar.main-navbar {
    border-bottom: 1px solid #ffffff5c;
    background-color: rgba(34, 34, 34, 0.1);
}

.internal-page .navigation .navbar.main-navbar {
    background: transparent;
    border-bottom: none;
}

.internal-page .navigation .navbar.main-navbar .navbar-wrapper {
    padding: 0px;
}

.internal-page .navigation .navbar.main-navbar .navbar-wrapper .navbar-logo {
    /* border-right: 1px solid #ccc; */
    padding-right: 50px;
    height: 100%;
}

.internal-page .navigation .navbar.main-navbar .navbar-wrapper .top-item>span {
    font-size: 16px;
    margin-top: -5px;
    padding-right: 5px;
    color: #000;
}

.internal-page .content-header h1 {
    color: #000;
    font-size: larger;
    border-bottom: 1px solid #ccc;
}
/*# sourceMappingURL=main.css.map */