.hcqScoped .is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hcqScoped .control.is-loading::after {
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.hcqScoped .is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hcqScoped .input, .hcqScoped .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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
}

.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.textarea:active,.textarea:focus {
    outline: 0
}

.input[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea {
    cursor: not-allowed
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
.hcqScoped blockquote,.hcqScoped body,.hcqScoped dd,.hcqScoped dl,.hcqScoped dt,.hcqScoped fieldset,.hcqScoped figure,.hcqScoped h1,.hcqScoped h2,.hcqScoped h3,.hcqScoped h4,.hcqScoped h5,.hcqScoped h6,.hcqScoped hr,.hcqScoped html,.hcqScoped iframe,.hcqScoped legend,.hcqScoped li,.hcqScoped ol,.hcqScoped p,.hcqScoped pre,.hcqScoped textarea,.hcqScoped ul {
    margin: 0;
    padding: 0
}

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

.hcqScoped ul {
    list-style: none
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,::after,::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img,video {
    height: auto;
    max-width: 100%
}

.hcqScoped iframe {
    border: 0
}

.hcqScoped table {
    border-collapse: collapse;
    border-spacing: 0
}

.hcqScoped td,.hcqScoped th {
    padding: 0
}

.hcqScoped td:not([align]),.hcqScoped th:not([align]) {
    text-align: left
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article,aside,figure,footer,header,hgroup,section {
    display: block
}

.hcqScoped body,.hcqScoped button,.hcqScoped input,.hcqScoped select,.hcqScoped 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
}

.hcqScoped body {
    font-size: 1em;
    font-weight: 400;
}

a {
    /*color:#36b0f2;*/
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    /*color:#363636*/
}

code {
    background-color: #f5f5f5;
    color: #f14668;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em
}

hr {
    background-color: #f5f5f5;
    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
}

.hcqScoped strong {
    color: #363636;
    font-weight: 700
}

fieldset {
    border: none
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    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
}

.hcqScoped table td,.hcqScoped table th {
    vertical-align: top
}

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

table th {
    color: #363636
}

.is-clearfix::after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left!important
}

.is-pulled-right {
    float: right!important
}

.is-clipped {
    overflow: hidden!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: 76px),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: 76px),print {
    .has-text-centered-tablet {
        text-align:center!important
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .has-text-justified-tablet {
        text-align:justify!important
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .has-text-left-tablet {
        text-align:left!important
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .has-text-right-tablet {
        text-align:right!important
    }
}

@media screen and (min-width: 76px) 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
}

.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: #0a0a0a!important
}

a.has-text-black:focus,a.has-text-black:hover {
    color: #000!important
}

.has-background-black {
    background-color: #0a0a0a!important
}

.has-text-light {
    color: #f5f5f5!important
}

a.has-text-light:focus,a.has-text-light:hover {
    color: #dbdbdb!important
}

.has-background-light {
    background-color: #f5f5f5!important
}

.has-text-dark {
    color: #363636!important
}

a.has-text-dark:focus,a.has-text-dark:hover {
    color: #1c1c1c!important
}

.has-background-dark {
    background-color: #363636!important
}

.has-text-primary {
    color: #00d1b2!important
}

a.has-text-primary:focus,a.has-text-primary:hover {
    color: #009e86!important
}

.has-background-primary {
    background-color: #00d1b2!important
}

.has-text-link {
    color: #36b0f2!important
}

a.has-text-link:focus,a.has-text-link:hover {
    color: #0f9be6!important
}

.has-background-link {
    background-color: #36b0f2!important
}

.has-text-info {
    color: #3298dc!important
}

a.has-text-info:focus,a.has-text-info:hover {
    color: #207dbc!important
}

.has-background-info {
    background-color: #3298dc!important
}

.has-text-success {
    color: #48c774!important
}

a.has-text-success:focus,a.has-text-success:hover {
    color: #34a85c!important
}

.has-background-success {
    background-color: #48c774!important
}

.has-text-warning {
    color: #ffdd57!important
}

a.has-text-warning:focus,a.has-text-warning:hover {
    color: #ffd324!important
}

.has-background-warning {
    background-color: #ffdd57!important
}

.has-text-danger {
    color: #f14668!important
}

a.has-text-danger:focus,a.has-text-danger:hover {
    color: #ee1742!important
}

.has-background-danger {
    background-color: #f14668!important
}

.has-text-black-bis {
    color: #121212!important
}

.has-background-black-bis {
    background-color: #121212!important
}

.has-text-black-ter {
    color: #242424!important
}

.has-background-black-ter {
    background-color: #242424!important
}

.has-text-grey-darker {
    color: #363636!important
}

.has-background-grey-darker {
    background-color: #363636!important
}

.has-text-grey-dark {
    color: #4a4a4a!important
}

.has-background-grey-dark {
    background-color: #4a4a4a!important
}

.has-text-grey {
    color: #7a7a7a!important
}

.has-background-grey {
    background-color: #7a7a7a!important
}

.has-text-grey-light {
    color: #b5b5b5!important
}

.has-background-grey-light {
    background-color: #b5b5b5!important
}

.has-text-grey-lighter {
    color: #dbdbdb!important
}

.has-background-grey-lighter {
    background-color: #dbdbdb!important
}

.has-text-white-ter {
    color: #f5f5f5!important
}

.has-background-white-ter {
    background-color: #f5f5f5!important
}

.has-text-white-bis {
    color: #fafafa!important
}

.has-background-white-bis {
    background-color: #fafafa!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: 76px),print {
    .is-block-tablet {
        display:block!important
    }
}

@media screen and (min-width: 76px) 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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 76px),print {
    .is-flex-tablet {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 76px) and (max-width:1023px) {
    .is-flex-tablet-only {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-flex-desktop-only {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 1216px) {
    .is-flex-widescreen {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-flex-widescreen-only {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media screen and (min-width: 1408px) {
    .is-flex-fullhd {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        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: 76px),print {
    .is-inline-tablet {
        display:inline!important
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .is-inline-block-tablet {
        display:inline-block!important
    }
}

@media screen and (min-width: 76px) 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: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 76px),print {
    .is-inline-flex-tablet {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 76px) and (max-width:1023px) {
    .is-inline-flex-tablet-only {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 1024px) and (max-width:1215px) {
    .is-inline-flex-desktop-only {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 1216px) and (max-width:1407px) {
    .is-inline-flex-widescreen-only {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd {
        display:-webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        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: 76px),print {
    .is-hidden-tablet {
        display:none!important
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .is-invisible-tablet {
        visibility:hidden!important
    }
}

@media screen and (min-width: 76px) 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
    }
}

.is-marginless {
    margin: 0!important
}

.is-paddingless {
    padding: 0!important
}

.is-radiusless {
    border-radius: 0!important
}

.is-shadowless {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.is-relative {
    position: relative!important
}

.input,.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

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

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

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

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

.input:hover,.is-hovered.input,.is-hovered.textarea,.textarea:hover {
    border-color: #b5b5b5
}

.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.textarea:active,.textarea:focus {
    border-color: #36b0f2;
    -webkit-box-shadow: 0 0 0 .125em rgba(54,176,242,.25);
    box-shadow: 0 0 0 .125em rgba(54,176,242,.25)
}

.input[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7a7a7a
}

.input[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder {
    color: rgba(122,122,122,.3)
}

.input[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder {
    color: rgba(122,122,122,.3)
}

.input[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder {
    color: rgba(122,122,122,.3)
}

.input[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder {
    color: rgba(122,122,122,.3)
}

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

.input[readonly],.textarea[readonly] {
    -webkit-box-shadow: none;
    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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(255,255,255,.25);
    box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
}

.is-black.input,.is-black.textarea {
    border-color: #0a0a0a
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(10,10,10,.25);
    box-shadow: 0 0 0 .125em rgba(10,10,10,.25)
}

.is-light.input,.is-light.textarea {
    border-color: #f5f5f5
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(245,245,245,.25);
    box-shadow: 0 0 0 .125em rgba(245,245,245,.25)
}

.is-dark.input,.is-dark.textarea {
    border-color: #363636
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(54,54,54,.25);
    box-shadow: 0 0 0 .125em rgba(54,54,54,.25)
}

.is-primary.input,.is-primary.textarea {
    border-color: #00d1b2
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(0,209,178,.25);
    box-shadow: 0 0 0 .125em rgba(0,209,178,.25)
}

.is-link.input,.is-link.textarea {
    border-color: #36b0f2
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(54,176,242,.25);
    box-shadow: 0 0 0 .125em rgba(54,176,242,.25)
}

.is-info.input,.is-info.textarea {
    border-color: #3298dc
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(50,152,220,.25);
    box-shadow: 0 0 0 .125em rgba(50,152,220,.25)
}

.is-success.input,.is-success.textarea {
    border-color: #48c774
}

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(72,199,116,.25);
    box-shadow: 0 0 0 .125em rgba(72,199,116,.25)
}

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

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(255,221,87,.25);
    box-shadow: 0 0 0 .125em rgba(255,221,87,.25)
}

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

.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 {
    -webkit-box-shadow: 0 0 0 .125em rgba(241,70,104,.25);
    box-shadow: 0 0 0 .125em rgba(241,70,104,.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: 290486px;
    padding-left: calc(calc(.75em - 1px) + .375em);
    padding-right: calc(calc(.75em - 1px) + .375em)
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    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: #363636
}

.checkbox[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio {
    color: #7a7a7a;
    cursor: not-allowed
}

.radio+.radio {
    margin-left: .5em
}

.label {
    color: #363636;
    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: #0a0a0a
}

.help.is-light {
    color: #f5f5f5
}

.help.is-dark {
    color: #363636
}

.help.is-primary {
    color: #00d1b2
}

.help.is-link {
    color: #36b0f2
}

.help.is-info {
    color: #3298dc
}

.help.is-success {
    color: #48c774
}

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

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

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.field.has-addons.has-addons-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.field.has-addons.has-addons-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.is-grouped>.control {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
    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: 76px),print {
    .field.is-horizontal {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

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

@media screen and (min-width: 76px),print {
    .field-label {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        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: 76px),print {
    .field-body {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 5;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body>.field {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body>.field:not(.is-narrow) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .field-body>.field:not(:last-child) {
        margin-right: .75rem
    }
}

.control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left
}

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

.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: #dbdbdb;
    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
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    /*flex-basis:0;*/
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.columns.is-mobile>.column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%
}

.columns.is-mobile>.column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 0%
}

.columns.is-mobile>.column.is-offset-0 {
    margin-left: 0
}

.columns.is-mobile>.column.is-1 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%
}

.columns.is-mobile>.column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%
}

.columns.is-mobile>.column.is-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%
}

.columns.is-mobile>.column.is-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%
}

.columns.is-mobile>.column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%
}

.columns.is-mobile>.column.is-8 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%
}

.columns.is-mobile>.column.is-9 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%
}

.columns.is-mobile>.column.is-11 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%
}

.columns.is-mobile>.column.is-12 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-mobile {
        margin-left: 0
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width: 76px),print {
    .column.is-narrow,.column.is-narrow-tablet {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full,.column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters,.column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds,.column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half,.column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third,.column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter,.column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth,.column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths,.column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths,.column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths,.column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0,.column.is-offset-0-tablet {
        margin-left: 0
    }

    .column.is-1,.column.is-1-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1,.column.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .column.is-2,.column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2,.column.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .column.is-3,.column.is-3-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3,.column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,.column.is-4-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4,.column.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .column.is-5,.column.is-5-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5,.column.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .column.is-6,.column.is-6-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6,.column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,.column.is-7-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7,.column.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .column.is-8,.column.is-8-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8,.column.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .column.is-9,.column.is-9-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9,.column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,.column.is-10-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10,.column.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .column.is-11,.column.is-11-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11,.column.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .column.is-12,.column.is-12-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-touch {
        margin-left: 0
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-desktop {
        margin-left: 0
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-widescreen {
        margin-left: 0
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

@media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
        -webkit-box-flex:0;
        -ms-flex: none;
        flex: none
    }

    .column.is-full-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 0%
    }

    .column.is-offset-0-fullhd {
        margin-left: 0
    }

    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%
    }

    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%
    }

    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%
    }

    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%
    }

    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%
    }

    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%
    }

    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%
    }

    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%
    }

    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%
    }

    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%
    }

    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%
    }

    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 76px),print {
    .columns:not(.is-desktop) {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display:-webkit-box;
        display: -ms-flexbox;
        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: 76px),print {
    .columns.is-variable.is-0-tablet {
        --columnGap:0rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-1-tablet {
        --columnGap:0.25rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-2-tablet {
        --columnGap:0.5rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-3-tablet {
        --columnGap:0.75rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-4-tablet {
        --columnGap:1rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-5-tablet {
        --columnGap:1.25rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-6-tablet {
        --columnGap:1.5rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-7-tablet {
        --columnGap:1.75rem
    }
}

@media screen and (min-width: 76px) 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: 76px),print {
    .columns.is-variable.is-8-tablet {
        --columnGap:2rem
    }
}

@media screen and (min-width: 76px) 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
    }
}

html, body {
    font-size: 14px;
}

.margin-left-auto {
    margin-left: auto;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

._nexcom_max-width-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

._nexcom_user-name {
    color: #005494;
}

._nexcom_user-name:visited {
    color: #005494;
}

._nexcom_container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

._nexcom_logo-column {
    background-color: #0a2240;
    position: relative;
    z-index: 110;
}

._nexcom_hamburger-header {
    color: white;
    background-color: #0a2240;
    /*position: relative;*/
    z-index: 110;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 800px;
}

._nexcom_hamburger-menu {
    display: inline-block;
}

._nexcom_hamburger-header-body {
    background-color: #0a2240;
    min-height: 138px;
}

._nexcom_hamburger-account-links {
    background-color: #005494;
    padding: 0;
    margin: 0 6px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}

._nexcom_hamburger-account-links ._nexcom_desktop-shopping-cart {
    position: relative;
}

._nexcom_hamburger-account-links ._nexcom_desktop-shopping-cart ._nexcom_right-arrow {
    margin-right: 26px;
}

._nexcom_hamburger-account-links li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
}

._nexcom_hamburger-account-links li:hover {
    cursor: pointer;
}

._nexcom_hamburger-account-links li.active {
    background-color: white;
    color: #0a2240;
}

._nexcom_hamburger-account-links li.active img {
    display: none;
}

._nexcom_hamburger-account-links li.active .blue {
    display: block;
}

._nexcom_hamburger-account-links li.active .blue._nexcom_right-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
}

._nexcom_hamburger-account-links a, ._nexcom_hamburger-account-links span {
    font-size: 15px;
}

._nexcom_current-header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #7ca5cb;
    text-align: right;
    padding: 0;
    max-height: 42px;
    min-width: 775px;
}

._nexcom_current-header-promo a, ._nexcom_current-header-promo span {
    color: #ffd000;
    font-weight: 700;
}

._nexcom_current-header-promo a a, ._nexcom_current-header-promo span a {
    padding: 0 20px 0 2px;
}

._nexcom_current-header-promo ._nexcom_max-width-1280 {
    padding: 0 20px;
}

._nexcom_welcome-user.title {
    position: absolute;
    top: -28px;
    right: 20px;
    margin: 0;
    float: none;
    width: auto;
}

._nexcom_header-logo {
    width: 159px;
    position: absolute;
    top: 7px;
}

._nexcom_top-promo-links {
    height: 30px;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #7ca5cb), color-stop(50%, #005494));
    background: linear-gradient(90deg, #7ca5cb 50%, #005494 50%);
    z-index: 110;
    position: relative;
}

._nexcom_top-promo-links ._nexcom_max-width-1280 {
    margin: 0 auto !important;
    height: 100%;
    min-width: 870px;
}

._nexcom_top-promo-links._nexcom_mobile {
    text-align: center;
}

._nexcom_top-promo-links._nexcom_mobile a {
    display: inline-block;
    color: white;
}

._nexcom_top-promo-links-column {
    font-size: 15px;
    min-width: 400px;
    letter-spacing: -0.03em;
}

._nexcom_top-prefered-store {
    color: #ffcf01;
    font-size: 15px;
    font-weight: 600;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

._nexcom_top-promo-links-list {
    background-color: #7ca5cb;
    height: 100%;
    min-width: 482px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._nexcom_top-promo-links-list li {
    padding: 0 14px;
}

._nexcom_top-promo-links-list a {
    font-size: 15px;
    display: block;
    color: white;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

._nexcom_top-promo-links-list a:hover {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #ffd000;
}

._nexcom_mobile-shopping-cart {
    color: #0a2240;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

._nexcom_mobile-shopping-cart .title {
    width: 100%;
    max-width: none;
}

._nexcom_mobile-shopping-cart .title:hover {
    cursor: pointer;
}

._nexcom_mobile-shopping-cart ._nexcom_right-arrow {
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

._nexcom_mobile-shopping-cart ._nexcom_shopping-cart {
    position: relative;
    top: 6px;
    margin-left: 22px;
}

._nexcom_mobile-shopping-cart ._nexcom_cart-count {
    top: 0;
}

._nexcom_mobile-sign-in {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 20px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

._nexcom_mobile-sign-in .title {
    width: 100%;
    color: white;
    float: none;
    white-space: nowrap;
}

._nexcom_mobile-sign-in .title:hover {
    cursor: pointer;
}

._nexcom_mobile-sign-in img {
    position: relative;
    top: 5px;
    margin-right: 6px;
}

._nexcom_item-discount {
    color: #ed1d35;
}

._nexcom_close-icon {
    max-width: none;
    width: 24px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

._nexcom_close-icon:hover {
    cursor: pointer;
}

._nexcom_sign-out {
    font-size: 12px;
    color: #005494;
}

._nexcom_featured-links {
    padding-top: 10px;
}

._nexcom_featured-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._nexcom_featured-links .title {
    width: 100%;
    margin: 0;
}

._nexcom_featured-links img {
    max-width: 18px;
    margin-right: 6px;
}

._nexcom_featured-brands {
    border-top: 1px solid #0a2240;
    border-bottom: 1px solid #0a2240;
    padding: 20px 10px 10px;
    margin: 10px 0 0;
}

._nexcom_featured-brands .title {
    color: #005494;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}

._nexcom_page-dimmer {
    opacity: 0;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(3, 3, 3, 0.7);
    z-index: 100;
    top: 0;
    left: 0;
}

._nexcom_page-dimmer.active {
    display: block;
}

.mainBody {
    /*padding-top: 208px;*/
}

.categoryBody {
    /*padding-top: 208px;*/
}

._nexcom_shopping-cart {
    width: 30px;
}

._nexcom_shopping-cart.blue {
    display: none;
}

._nexcom_shopping-cart .title {
    position: relative;
}

._nexcom_right-arrow {
    margin: 0 16px 0 10px;
}

._nexcom_right-arrow.blue {
    display: none;
}

._nexcom_user-icon {
    width: 24px;
    color: white;
}

._nexcom_user-icon.blue {
    display: none;
}

._nexcom_cart-count {
    text-align: center;
    border-radius: 40px;
    background-color: #ed1d35;
    color: white;
    font-weight: 700;
    font-size: 13px !important;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 42px;
    top: 4px;
}

._nexcom_cart-count.blue {
    display: none;
}

._nexcom_navigation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    -webkit-box-shadow: 0 2px 10px rgba(3, 3, 3, 0.6);
    box-shadow: 0 2px 10px rgba(3, 3, 3, 0.6);
    border-radius: 0 0 4px 0;
    background-color: white;
    z-index: 101;
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    height: calc(100vh - 134px);
    overflow: hidden;
    overflow-y: auto;
}

._nexcom_navigation-container {
    background-color: white;
    position: relative;
    padding: 20px 14px 54px 14px;
}

._nexcom_navigation-promotion {
    padding-top: 20px;
    padding-bottom: 10px;
}

._nexcom_navigation-promotion img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

._nexcom_navigation li a {
    position: relative;
    font-weight: 700;
    -webkit-transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
    padding: 10px 10px 10px 0;
    color: #0a2240;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 18px;
}

._nexcom_navigation li a:hover {
    -webkit-transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, left 0.2s ease-in-out;
    color: #7ca5cb;
    left: 0;
}

._nexcom_navigation li a > span {
    width: 90%;
}

._nexcom_navigation li a em {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 10%;
    margin: 0 -10px 0 auto;
}

._nexcom_navigation li._nexcom_navigation-item-sale {
    margin-bottom: 10px;
}

._nexcom_navigation li._nexcom_navigation-item-sale a {
    color: #ed1d35;
}

._nexcom_navigation li._nexcom_navigation-item-sale a em {
    color: #0a2240;
}

._nexcom_navigation ._nexcom_shop-all {
    color: #0a2240;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

._nexcom_navigation ._nexcom_shop-all span {
    display: block;
    font-size: 12px;
    color: #7ca5cb;
}

._nexcom_navigation ._nexcom_close-icon {
    right: 10px;
    left: auto;
    position: absolute;
}

._nexcom_navigation-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    color: #0a2240;
    border-bottom: 1px solid #0a2240;
    padding: 0 0 10px;
    margin: 0 0 10px;
    width: 100%;
}

._nexcom_navigation-back em {
    padding-right: 6px;
}

._nexcom_navigation-back:hover {
    cursor: pointer;
}

._nexcom_top_categories.hidden {
    display: none;
}

._nexcom_top_categories.reverse {
    display: block;
    -webkit-animation: slideOut 0.3s both ease-in-out;
    animation: slideOut 0.3s both ease-in-out;
}

._nexcom_hidden_category {
    display: none;
    opacity: 0;
}

._nexcom_hidden_category.active {
    display: block;
    -webkit-animation: slideIn 0.3s both ease-in-out;
    animation: slideIn 0.3s both ease-in-out;
}

._nexcom_hidden_category.reverse {
    display: block;
    -webkit-animation: slideOut 0.3s both ease-in-out;
    animation: slideOut 0.3s both ease-in-out;
}

._nexcom_hidden_category .title {
    color: #005494;
    padding: 10px 0;
    margin: 0;
    width: auto;
    float: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

._nexcom_hamburger-icon {
    position: absolute;
    right: auto;
    left: 200px;
    top: 62px;
}

._nexcom_hamburger-icon.active span {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    top: 4px;
}

._nexcom_hamburger-icon.active span:nth-child(1) {
    -webkit-transform: rotate(42deg) translateY(6px);
    transform: rotate(42deg) translateY(6px);
}

._nexcom_hamburger-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-42deg) translateY(-6px);
    transform: rotate(-42deg) translateY(-6px);
}

._nexcom_hamburger-icon.active span:nth-child(3) {
    visibility: hidden;
}

._nexcom_hamburger-icon:hover {
    cursor: pointer;
}

._nexcom_hamburger-icon span {
    position: relative;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    border-radius: 10px;
    display: block;
    background-color: white;
    width: 30px;
    height: 4px;
    margin: 0 0 5px;
}

._nexcom_hamburger-title.title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    float: none;
    width: auto;
    position: absolute;
    top: 64px;
    left: 240px;
}

._nexcom_search-input {
    position: relative;
    padding: 0 20px;
    margin-left: auto;
    height: 84px;
}

._nexcom_search-input input {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    padding: 10px;
    color: #0a2240;
    font-weight: 700;
    font-size: 21px;
}

._nexcom_search-input input::-webkit-input-placeholder {
    color: #7ca5cb !important;
}

._nexcom_search-input input::-moz-placeholder {
    color: #7ca5cb !important;
}

._nexcom_search-input input:-ms-input-placeholder {
    color: #7ca5cb !important;
}

._nexcom_search-input input::-ms-input-placeholder {
    color: #7ca5cb !important;
}

._nexcom_search-input input::placeholder {
    color: #7ca5cb !important;
}

._nexcom_magnify {
    color: white;
    max-width: 28px;
    position: absolute;
    right: 47px;
    top: 47px;
}

._nexcom_mini-cart {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    background-color: white;
    z-index: 110;
    position: absolute;
    top: 30px;
    right: 0;
    width: 355px;
}

._nexcom_mini-cart img._nexcom_close-icon {
    display: block !important;
}

._nexcom_mini-cart .column.column-empty {
    width: 116px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

._nexcom_mini-cart .column-prices {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 20px;
}

._nexcom_mini-cart .has-text-left {
    padding-left: 0;
    text-align: left;
}

._nexcom_mini-cart-totals {
    color: #0a2240;
}

._nexcom_mini-cart-totals .title {
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
}

._nexcom_mini-cart-totals .button {
    display: block;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #0a2240;
    border: 1px solid transparent;
    color: white;
    padding: 14px;
    margin: 0 auto 20px;
    max-width: 220px;
    height: auto;
}

._nexcom_mini-cart-totals .button:hover {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: white;
    color: #0a2240;
    border: 1px solid #0a2240;
}

._nexcom_mini-cart-item {
    border-bottom: 1px solid #0a2240;
    padding: 14px 14px 14px 0 !important;
}

._nexcom_mini-cart-item .is-4 {
    padding-left: 0;
    padding-bottom: 0;
    width: 100px;
}

._nexcom_mini-cart-item-description {
    color: #005494;
    font-weight: 600;
    line-height: 18px;
}

._nexcom_mini-cart-item-description a, ._nexcom_mini-cart-item-description a:visited, ._nexcom_mini-cart-item-description a:active {
    color: #0a2240;
    font-size: 16px !important;
    padding-bottom: 6px;
    display: block;
    padding: 0 0 6px !important;
    height: auto;
}

._nexcom_mini-cart-item-description a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

._nexcom_mini-cart-item-description a:hover {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #7ca5cb;
}

._nexcom_mini-cart-item-description ul {
    height: auto;
}

._nexcom_mini-cart-item-description ul .column {
    padding-bottom: 0;
    padding-top: 0;
}

._nexcom_mini-cart-item-specs {
    padding-top: 8px;
}

._nexcom_mini-cart-item-specs .column {
    padding: 0 10px;
}

._nexcom_mini-cart-item-price {
    font-weight: 700;
    color: #0a2240;
    font-size: 16px;
}

._nexcom_mini-cart .container {
    position: relative;
}

._nexcom_mini-cart .container .list {
    color: #0a2240;
    padding: 10px 16px;
    height: 100%;
    max-height: 322px;
    overflow: hidden;
    overflow-y: auto;
}

._nexcom_mini-cart .container .list li img {
    display: block;
    margin: 0 auto;
    width: auto;
}

._nexcom_mini-cart .container .list .remove-item {
    padding-top: 10px;
    display: inline-block;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    height: auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

._nexcom_mini-cart .container .list .remove-item:hover {
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

._nexcom_sign-up-links.columns {
    padding: 0;
    background-color: #005494;
    color: white;
}

._nexcom_sign-up-links.columns .column {
    color: white;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    padding: 10px;
}

._nexcom_sign-up-links.columns .column:last-child:hover {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: white;
    color: #005494;
}

._nexcom_sign-up-links.columns .column a {
    color: white;
    padding: 0;
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
}

._nexcom_sign-up-links.columns .column:hover a {
    color: #005494;
}

._nexcom_remember-me {
    color: #0a2240;
}

._nexcom_remember-me input {
    margin-right: 2px;
    visibility: visible !important;
    border: 0 !important;
}

._nexcom_forgot-links {
    color: #0a2240;
}

._nexcom_forgot-links.columns {
    padding: 0;
}

._nexcom_forgot-links.columns a {
    font-size: 12px;
    padding: 10px 0;
}

._nexcom_forgot-links.columns a:hover {
    text-decoration: underline;
}

._nexcom_sign-in-form {
    border-radius: 0 0 0 4px;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    background-color: white;
    z-index: 110;
    position: absolute;
    top: 30px;
    right: 0;
    width: 320px;
}

._nexcom_sign-in-form > .columns {
    padding: 14px;
}

._nexcom_sign-in-form .column {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._nexcom_sign-in-form .container {
    padding: 20px 0px 10px;
    position: relative;
}

._nexcom_sign-in-form .title {
    color: #0a2240;
}

._nexcom_sign-in-form ._nexcom_right-arrow {
    top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

._nexcom_sign-in-form .button {
    font-size: 12px;
    width: 100%;
    height: auto;
    max-width: 160px;
    margin: 0 auto;
    display: block;
    background-color: #0a2240;
    color: white;
    padding: 10px;
    border: 0;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    border: 1px solid transparent;
}

._nexcom_sign-in-form .button:hover {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
    border: 1px solid #0a2240;
    background-color: white;
    color: #0a2240;
}

._nexcom_sign-in-form .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._nexcom_sign-in-form input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #7ca5cb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

._nexcom_sign-in-form input::-webkit-input-placeholder {
    color: #7ca5cb !important;
}

._nexcom_sign-in-form input::-moz-placeholder {
    color: #7ca5cb !important;
}

._nexcom_sign-in-form input:-ms-input-placeholder {
    color: #7ca5cb !important;
}

._nexcom_sign-in-form input::-ms-input-placeholder {
    color: #7ca5cb !important;
}

._nexcom_sign-in-form input::placeholder {
    color: #7ca5cb !important;
}

._nexcom_user-account-menu {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    overflow: hidden;
    border-radius: 0 0 0 4px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    background-color: white;
    z-index: 110;
    position: absolute;
    top: 30px;
    /*right: 0;*/
    width: 252px;
    padding: 0;
}

._nexcom_user-account-menu .container {
    position: relative;
    padding: 0 0 10px;
}

._nexcom_user-account-menu .list {
    padding: 10px 16px;
    display: block;
}

._nexcom_user-account-menu .list li {
    display: block;
    color: #0a2240;
    font-weight: 700;
    padding: 5px 0;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

._nexcom_user-account-menu .list li a {
    color: #0a2240;
    display: block;
}

._nexcom_user-account-menu .list li:hover {
    color: #005494;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

._nexcom_user-account-menu .list li:last-child {
    margin: 20px 0 0;
    padding-bottom: 0;
}

._nexcom_user-account-menu .list li:last-child a:last-child {
    font-weight: 400;
    font-size: 10px;
    color: #005494;
}

.mock {
    width: 960px;
    margin: 0 auto;
}

.mock img {
    margin: 0 auto;
    display: block;
}

.landing {
    text-align: center;
}

.landing .column {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing .table {
    width: 100%;
    border-bottom: 1px solid rgba(3, 3, 3, 0.2);
}

.landing .title {
    width: 100%;
    font-size: 22px !important;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 10px;
}

.landing .is-2 {
    font-size: 22px;
}

.landing .is-5 {
    font-size: 12px !important;
    float: none;
    width: auto;
    color: #ed1d35;
    display: block;
    margin: 0;
    padding: 0 0 0 10px;
}

.landing img {
    display: block;
    max-width: 150px;
}

.landing ul li li {
    padding-left: 20px;
}

.landing td {
    background-color: white;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.landing td:hover {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #005494;
}

.landing td:hover a {
    color: white;
}

.landing a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: block;
}

.landing a:hover {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

/*# sourceMappingURL=/main.48b3db1d.css.map */

