
* {
    letter-spacing: -0.05em;
    font-size: 14px; }

.container {
    max-width: initial !important;
    width: 100%;
    overflow: hidden; }

.title {
    color: #01061c;
    font-weight: bold !important;
}

.logo {
    display: inline-block;
    width: 100px;
}

#page {
    position: relative;
    z-index: 1;
    margin-bottom: 40vh;
}

.button-artist {
    background-color: #01061c;
    color: #f9f9b8;
    border: 1px solid #f9f9b8;
    padding: 0.3rem;
    border-radius: 0.1rem;
}

.button-artist:hover {
    background-color: #f9f9b8;
    color: #01061c !important;
}

.header-carvane {
    background-color: #209bbd !important;
}

.header {
    padding: 1rem;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    position: fixed;
    align-items: center;
    color: black;
    justify-content: center;
    background-color: #dc0095;
    height: 50px;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
}
.header span {
    font-size: 9px;
}

@media screen and (min-width: 1024px) {
    .header {
        padding: 36px;
    }
}

.header .logo.fixed-top {
    width: 45px;
}
@media screen and (min-width: 1024px) {
    .header .logo.fixed-top {
        display: inline-block;
    }
}

.full-screen {
    height: 60vh;
}

#footer {
    background-color: #f9f9b8;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 0;
    margin: 0; }
#footer article {
    max-width: 480px;
    margin: 105px auto 0; }
#footer p.title {
    margin-top: 77px; }
#footer h3 {
    margin-top: 8px;
    line-height: 100%; }
#footer .links {
    margin-top: 25px; }
#footer .links li {
    display: inline-block;
    margin: 0 3px; }

#home #intro {
    background-color: white;
}

#home #intro article {
    padding-top: 125px;
    height: 100vh;
}
@media screen and (min-width: 1024px) {
    #home #intro article {
        padding-top: 175px;
        height: 100vh;
    }
}
#home #intro article h1 {
    line-height: 1;
    margin-bottom: 24px; }
#home #intro article h1 span:nth-child(1) {
    line-height: 93%; }
#home #intro article h1 span:nth-child(2) {
    line-height: 98%; }
#home #intro article h1 span:nth-child(3) {
    line-height: 100%; }
#home #intro article h2 {
    margin: 0 auto; }
#home #intro article figure {
    margin: 76px auto 47px;
    padding: 0;
    width: 80vw;
}
#home #intro article figure img {
    display: block;
    margin: 0 auto; }
#home #affiche article ul.lineup {
    width: 370px;
    margin: 0 auto 30px;
    list-style: none;
    line-height: 100%; }
@media screen and (min-width: 1024px) {
    #home #affiche article ul.lineup {
        width: 620px; } }
#home #affiche article ul.lineup li {
    display: inline-block;
    padding: 0 4px; }
#home #affiche article ul.lineup li:after {
    content: ' â€¢ '; }
#home #affiche article ul.lineup li.no-bullet:after {
    content: ''; }
#home #intro article footer {
    padding-top: 80px;
    padding-bottom: 86px; }
#home #intro article footer h2 {
    margin-bottom: 8px; }
#home #intro article footer h3 {
    margin-top: 0; }

#home #affiche {
    overflow: hidden;
    background-color: #02071d;
    color: #fdf9b7;
    padding: 8rem 1rem 37px;
}

@media screen and (max-width: 1024px) {
    .text-mobile-new {
        height: 100% !important;
    }
}

.modal {
    top:60px
}

.modal-content {
    height: 100%;
    color: #02071d;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.modal-content img {
    margin-bottom: 1rem;

    width: 400px;
}
.modal-content .modal-hour {
   font-size: 1.2rem;
    margin-bottom: 1rem;

}

.modal-content .modal-style {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.modal-content ul {
    margin-top: 1rem;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#home #affiche .affiche-img {
    object-fit: cover;
}
@media screen and (min-width: 1024px) {
    .text-img {
        width: 0;
    }
}
@media screen and (min-width: 1024px) {
    .text-right {
        margin-left: 2000px;
    }
}

@media screen and (min-width: 1024px) {
    #home #affiche .home-img-mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #home #affiche .home-img {
        display: none;
    }
}

#day1 {
    margin-right: 500px;
}

#day2 {
    margin-left: -1000px;
}

@media screen and (min-width: 1024px) {
    #home #affiche .home-img {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    #home #affiche .home-img-mobile {
        max-width: 600px;
    }
}

#home #infos {
    overflow: hidden;
    background-color: #02071d;
    color: #fdf9b7;
    padding: 1rem 1rem 37px;
}

#home #infos .playlist a img {
    width: 55%;
    margin-bottom: 2rem;
    transform: rotate(-3deg);
    border-radius: 15px;
}

#home #infos .playlist a .playlist-button {
    display: none;
}

#home #infos .playlist a .playlist-button-arrow {
    display: inline-block;
}


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

    #home #infos .playlist {
        position: absolute;
        right: 15%;
        transform: rotate(-2deg);
        filter: brightness(70%);
        cursor: pointer;
    }

    #home #infos .playlist a img {
        border-radius: 15px;
        width: 200px;
    }

    #home #infos .playlist:hover {

        transform: rotate(-5deg);
        filter: brightness(100%);
        cursor: pointer;

    }

    #home #infos .playlist a .playlist-button {
        display: inline-block;
    }

    #home #infos .playlist a .playlist-button-arrow {
        display: none;
    }

    #home #infos .playlist:hover a .playlist-button-arrow {
        display: inline;
    }

    #home #infos .playlist:hover a .playlist-button {
        display: none;
    }
}
#home #infos h2, #home #infos p {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 40px; }
#home #infos h2 {
    margin-bottom: 16px;
    padding: 0 40px; }
#home #infos p {
    line-height: 1.1em; }
#home #infos .days {
    margin: 45px auto;
    padding: 0 18px;
    max-width: 950px; }
#home #infos .days article {
    margin: 0 auto;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #fdf9b7;
    width: 200px; }
@media screen and (min-width: 769px), print {
    #home #infos .days article {
        width: auto;
        border: 0;
        border-right: 1px solid #fdf9b7; }
    #home #infos .days article:last-child {
        border: 0; } }
#home #infos .days article h4 {
    margin: 0;
    padding: 0;
    padding-bottom: 3px; }
#home #infos .days article h5 {
    margin: 0;
    padding: 0; }
#home #infos nav {
    width: 260px;
    margin: 47px auto 0; }
@media screen and (min-width: 1024px) {
    #home #infos nav {
        width: 400px; } }
#home #infos nav a {
    position: relative;
    display: inline-block;
    top: -3px; }
@media screen and (min-width: 1024px) {
    #home #infos nav a {
        top: -5px; } }
#home #infos nav a:first-child {
    top: 0; }

#infos #intro article {
    padding-top: 125px; }
@media screen and (min-width: 1024px) {
    #infos #intro article {
        padding-top: 175px; } }
#infos #intro article h1 {
    margin-bottom: 24px; }
#infos #intro article h1 span:nth-child(1) {
    line-height: 93%; }
#infos #intro article h1 span:nth-child(2) {
    line-height: 98%; }
#infos #intro article h1 span:nth-child(3) {
    line-height: 100%; }
#infos #intro article h2 {
    margin: 0 auto; }
#infos #intro article footer {
    padding-top: 74px; }
#infos #intro article footer .marquee {
    height: 36px;
    line-height: 36px; }
@media screen and (min-width: 1024px) {
    #infos #intro article footer .marquee {
        height: 72px;
        line-height: 72px; } }
#infos #intro article figure {
    margin: 0 auto; }
#infos #intro article figure img {
    width: 100%;
    display: block; }
@media screen and (min-width: 769px), print {
    #infos #intro article figure {
        margin-top: 55px;
        width: 80vw;
        transform: rotate(-2deg);
        max-width: 600px;
        background: #E9BAE5; } }


#home .picture {
    width: 100%;
    background: #552ee7;
    padding: 0;
    margin: 0;
    z-index: 5;
    position: relative; }

#home .picture2 {
    background: #dc0095;
}

@media screen and (min-width: 769px), print {
    #home .picture {
        z-index: 1; } }
#home .picture .pres-img {
    margin: 0;
    padding: 0; }
@media screen and (min-width: 769px), print {
    #home .picture .pres-img {
        width: 50%;
        display: inline-block; }
    #home .picture .pres-img figure {
        height: 600px; } }
#home .picture .pres-img:hover .shuffle_btn {
    opacity: 0;
    transform: scale(0.5); }
#home .picture #pres-text {
    margin: 0;
    padding: 0; }
@media screen and (min-width: 769px), print {
    #home .picture #pres-text {
        width: 50%;
        display: inline-block; } }
#home .picture figure {
    /*            max-width: 640px;*/
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    width: 100%; }
#home .picture figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
#home .picture p {
    margin: 0 auto;
    padding: 50px 40px 28px; }
#home .picture h4 {
    margin: 0;
    padding: 0 18px; }

#infos footer#bottom {
    background-color: #F2F3F5;
    padding: 148px 0 72px; }
#infos footer#bottom .marquee {
    height: 36px;
    line-height: 36px; }
@media screen and (min-width: 1024px) {
    #infos footer#bottom .marquee {
        height: 72px;
    }
}
/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; }

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

ul {
    list-style: none; }

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

html {
    box-sizing: border-box; }

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

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

iframe {
    border: 0; }

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

td,
th {
    padding: 0; }
td:not([align]),
th:not([align]) {
    text-align: inherit; }

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

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

body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Futura", sans-serif; }

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace; }

body {
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5; }

a {
    color: #02071d;
    cursor: pointer;
    text-decoration: none; }
a strong {
    color: currentColor; }
a:hover {
    color: #363636; }

code {
    background-color: whitesmoke;
    color: #da1039;
    font-size: 0.875em;
    font-weight: normal;
    padding: 0.25em 0.5em 0.25em; }

hr {
    background-color: whitesmoke;
    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: 0.875em; }

span {
    font-style: inherit;
    font-weight: inherit; }

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

fieldset {
    border: none; }

pre {
    -webkit-overflow-scrolling: touch;
    background-color: whitesmoke;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal; }
pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
    vertical-align: top; }
table td:not([align]),
table th:not([align]) {
    text-align: inherit; }

table th {
    color: #363636; }

@keyframes spinAround {
    from {
        transform: rotate(0deg); }
    to {
        transform: rotate(359deg); } }

/* Bulma Elements */
.box {
    background-color: #F2F3F5;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(18, 22, 29, 0.1), 0 0px 0 1px rgba(18, 22, 29, 0.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem; }

a.box:hover, a.box:focus {
    box-shadow: 0 0.5em 1em -0.125em rgba(18, 22, 29, 0.1), 0 0 0 1px #02071d; }

a.box:active {
    box-shadow: inset 0 1px 2px rgba(18, 22, 29, 0.2), 0 0 0 1px #02071d; }

.container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto; }
.container.is-fluid {
    max-width: none !important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%; }
@media screen and (min-width: 1024px) {
    .container {
        max-width: 960px; } }
@media screen and (max-width: 1215px) {
    .container.is-widescreen:not(.is-max-desktop) {
        max-width: 1152px; } }
@media screen and (max-width: 1407px) {
    .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px; } }
@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1152px; } }
@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1344px; } }

.content li + li {
    margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
    margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125; }

.content h1 {
    font-size: 2em;
    margin-bottom: 0.5em; }
.content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5714em; }
.content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
    font-size: 1.5em;
    margin-bottom: 0.6666em; }
.content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4 {
    font-size: 1.25em;
    margin-bottom: 0.8em; }

.content h5 {
    font-size: 1.125em;
    margin-bottom: 0.8888em; }

.content h6 {
    font-size: 1em;
    margin-bottom: 1em; }

.content blockquote {
    background-color: whitesmoke;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em; }

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em; }
.content ol:not([type]) {
    list-style-type: decimal; }
.content ol:not([type]).is-lower-alpha {
    list-style-type: lower-alpha; }
.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman; }
.content ol:not([type]).is-upper-alpha {
    list-style-type: upper-alpha; }
.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman; }

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em; }
.content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
.content ul ul ul {
    list-style-type: square; }

.content dd {
    margin-left: 2em; }

.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center; }
.content figure:not(:first-child) {
    margin-top: 2em; }
.content figure:not(:last-child) {
    margin-bottom: 2em; }
.content figure img {
    display: inline-block; }
.content figure figcaption {
    font-style: italic; }

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal; }

.content sup,
.content sub {
    font-size: 75%; }

.content table {
    width: 100%; }
.content table td,
.content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.content table th {
    color: #363636; }
.content table th:not([align]) {
    text-align: inherit; }
.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content .tabs li + li {
    margin-top: 0; }

.content.is-small {
    font-size: 36px; }

.content.is-normal {
    font-size: 42px; }

.content.is-medium {
    font-size: 48px; }

.content.is-large {
    font-size: 54px; }

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem; }
.icon.is-small {
    height: 1rem;
    width: 1rem; }
.icon.is-medium {
    height: 2rem;
    width: 2rem; }
.icon.is-large {
    height: 3rem;
    width: 3rem; }

.icon-text {
    align-items: flex-start;
    color: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.5rem;
    vertical-align: top; }
.icon-text .icon {
    flex-grow: 0;
    flex-shrink: 0; }
.icon-text .icon:not(:last-child) {
    margin-right: 0.25em; }
.icon-text .icon:not(:first-child) {
    margin-left: 0.25em; }

div.icon-text {
    display: flex; }

.image {
    display: block;
    position: relative; }
.image img {
    display: block;
    height: auto;
    width: 100%; }
.image img.is-rounded {
    border-radius: 9999px; }
.image.is-fullwidth {
    width: 100%; }
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
    height: 100%;
    width: 100%; }
.image.is-square, .image.is-1by1 {
    padding-top: 100%; }
.image.is-5by4 {
    padding-top: 80%; }
.image.is-4by3 {
    padding-top: 75%; }
.image.is-3by2 {
    padding-top: 66.6666%; }
.image.is-5by3 {
    padding-top: 60%; }
.image.is-16by9 {
    padding-top: 56.25%; }
.image.is-2by1 {
    padding-top: 50%; }
.image.is-3by1 {
    padding-top: 33.3333%; }
.image.is-4by5 {
    padding-top: 125%; }
.image.is-3by4 {
    padding-top: 133.3333%; }
.image.is-2by3 {
    padding-top: 150%; }
.image.is-3by5 {
    padding-top: 166.6666%; }
.image.is-9by16 {
    padding-top: 177.7777%; }
.image.is-1by2 {
    padding-top: 200%; }
.image.is-1by3 {
    padding-top: 300%; }
.image.is-16x16 {
    height: 16px;
    width: 16px; }
.image.is-24x24 {
    height: 24px;
    width: 24px; }
.image.is-32x32 {
    height: 32px;
    width: 32px; }
.image.is-48x48 {
    height: 48px;
    width: 48px; }
.image.is-64x64 {
    height: 64px;
    width: 64px; }
.image.is-96x96 {
    height: 96px;
    width: 96px; }
.image.is-128x128 {
    height: 128px;
    width: 128px; }

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

.table {
    background-color: #F2F3F5;
    color: #363636; }
.table td,
.table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
.table td.is-white,
.table th.is-white {
    background-color: #F2F3F5;
    border-color: #F2F3F5;
    color: #12161D; }
.table td.is-black,
.table th.is-black {
    background-color: #12161D;
    border-color: #12161D;
    color: #F2F3F5; }
.table td.is-light,
.table th.is-light {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
.table td.is-dark,
.table th.is-dark {
    background-color: #363636;
    border-color: #363636;
    color: #fff; }
.table td.is-primary,
.table th.is-primary {
    background-color: #02071d;
    border-color: #02071d;
    color: #fff; }
.table td.is-link,
.table th.is-link {
    background-color: #02071d;
    border-color: #02071d;
    color: #fff; }
.table td.is-info,
.table th.is-info {
    background-color: #CC0FB4;
    border-color: #CC0FB4;
    color: #fff; }
.table td.is-success,
.table th.is-success {
    background-color: #047785;
    border-color: #047785;
    color: #fff; }
.table td.is-warning,
.table th.is-warning {
    background-color: #F6C1AC;
    border-color: #F6C1AC;
    color: rgba(0, 0, 0, 0.7); }
.table td.is-danger,
.table th.is-danger {
    background-color: #f14668;
    border-color: #f14668;
    color: #fff; }
.table td.is-narrow,
.table th.is-narrow {
    white-space: nowrap;
    width: 1%; }
.table td.is-selected,
.table th.is-selected {
    background-color: #02071d;
    color: #fff; }
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
    color: currentColor; }
.table td.is-vcentered,
.table th.is-vcentered {
    vertical-align: middle; }
.table th {
    color: #363636; }
.table th:not([align]) {
    text-align: left; }
.table tr.is-selected {
    background-color: #02071d;
    color: #fff; }
.table tr.is-selected a,
.table tr.is-selected strong {
    color: currentColor; }
.table tr.is-selected td,
.table tr.is-selected th {
    border-color: #fff;
    color: currentColor; }
.table thead {
    background-color: transparent; }
.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: #363636; }
.table tfoot {
    background-color: transparent; }
.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.table tbody {
    background-color: transparent; }
.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0; }
.table.is-bordered td,
.table.is-bordered th {
    border-width: 1px; }
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
.table.is-fullwidth {
    width: 100%; }
.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
    background-color: whitesmoke; }
.table.is-narrow td,
.table.is-narrow th {
    padding: 0.25em 0.5em; }
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%; }

.title,
.subtitle {
    word-break: break-word; }
.title em,
.title span,
.subtitle em,
.subtitle span {
    font-weight: inherit; }
.title sub,
.subtitle sub {
    font-size: 0.75em; }
.title sup,
.subtitle sup {
    font-size: 0.75em; }
.title .tag,
.subtitle .tag {
    vertical-align: middle; }

.title {
    color: #363636;
    font-family: Futura, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.125; }
.title strong {
    color: inherit;
    font-weight: inherit; }
.title:not(.is-spaced) + .subtitle {
    margin-top: -1.25rem; }
.title.is-1 {
    font-size: 130px; }
.title.is-2 {
    font-size: 78px; }
.title.is-3 {
    font-size: 60px; }
.title.is-4 {
    font-size: 54px; }
.title.is-5 {
    font-size: 48px; }
.title.is-6 {
    font-size: 42px; }
.title.is-7 {
    font-size: 36px; }
.title.is-8 {
    font-size: 32px; }
.title.is-9 {
    font-size: 30px; }
.title.is-10 {
    font-size: 26px; }
.title.is-11 {
    font-size: 24px; }
.title.is-12 {
    font-size: 22px; }
.title.is-13 {
    font-size: 20px; }
.title.is-14 {
    font-size: 18px; }
.title.is-15 {
    font-size: 16px; }
.title.is-16 {
    font-size: 12px; }

.subtitle {
    color: #4a4a4a;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.25; }
.subtitle strong {
    color: #363636;
    font-weight: 600; }
.subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
.subtitle.is-1 {
    font-size: 130px; }
.subtitle.is-2 {
    font-size: 78px; }
.subtitle.is-3 {
    font-size: 60px; }
.subtitle.is-4 {
    font-size: 54px; }
.subtitle.is-5 {
    font-size: 48px; }
.subtitle.is-6 {
    font-size: 42px; }
.subtitle.is-7 {
    font-size: 36px; }
.subtitle.is-8 {
    font-size: 32px; }
.subtitle.is-9 {
    font-size: 30px; }
.subtitle.is-10 {
    font-size: 26px; }
.subtitle.is-11 {
    font-size: 24px; }
.subtitle.is-12 {
    font-size: 22px; }
.subtitle.is-13 {
    font-size: 20px; }
.subtitle.is-14 {
    font-size: 18px; }
.subtitle.is-15 {
    font-size: 16px; }
.subtitle.is-16 {
    font-size: 12px; }

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

.number {
    align-items: center;
    background-color: whitesmoke;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 48px;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: top; }

/* Bulma Grid */
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;}
.columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset; }
.columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
.columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
.columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
.columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
.columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
.columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
.columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
.columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
.columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
.columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
.columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
.columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
.columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
.columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
.columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
.columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
.columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
.columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
.columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
.columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0%; }
.columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%; }
.columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
.columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
.columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
.columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
.columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
.columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
.columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
.columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
.columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
.columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
.columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
.columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
.columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
.columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
.columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
.columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
.columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
.columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
.columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
.columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
.columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
.columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
.columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
.columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
@media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
        flex: none;
        width: unset; }
    .column.is-full-mobile {
        flex: none;
        width: 100%; }
    .column.is-three-quarters-mobile {
        flex: none;
        width: 75%; }
    .column.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%; }
    .column.is-half-mobile {
        flex: none;
        width: 50%; }
    .column.is-one-third-mobile {
        flex: none;
        width: 33.3333%; }
    .column.is-one-quarter-mobile {
        flex: none;
        width: 25%; }
    .column.is-one-fifth-mobile {
        flex: none;
        width: 20%; }
    .column.is-two-fifths-mobile {
        flex: none;
        width: 40%; }
    .column.is-three-fifths-mobile {
        flex: none;
        width: 60%; }
    .column.is-four-fifths-mobile {
        flex: none;
        width: 80%; }
    .column.is-offset-three-quarters-mobile {
        margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
        margin-left: 50%; }
    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
        margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
        margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
        margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
        margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
        margin-left: 80%; }
    .column.is-0-mobile {
        flex: none;
        width: 0%; }
    .column.is-offset-0-mobile {
        margin-left: 0%; }
    .column.is-1-mobile {
        flex: none;
        width: 8.33333%; }
    .column.is-offset-1-mobile {
        margin-left: 8.33333%; }
    .column.is-2-mobile {
        flex: none;
        width: 16.66667%; }
    .column.is-offset-2-mobile {
        margin-left: 16.66667%; }
    .column.is-3-mobile {
        flex: none;
        width: 25%; }
    .column.is-offset-3-mobile {
        margin-left: 25%; }
    .column.is-4-mobile {
        flex: none;
        width: 33.33333%; }
    .column.is-offset-4-mobile {
        margin-left: 33.33333%; }
    .column.is-5-mobile {
        flex: none;
        width: 41.66667%; }
    .column.is-offset-5-mobile {
        margin-left: 41.66667%; }
    .column.is-6-mobile {
        flex: none;
        width: 50%; }
    .column.is-offset-6-mobile {
        margin-left: 50%; }
    .column.is-7-mobile {
        flex: none;
        width: 58.33333%; }
    .column.is-offset-7-mobile {
        margin-left: 58.33333%; }
    .column.is-8-mobile {
        flex: none;
        width: 66.66667%; }
    .column.is-offset-8-mobile {
        margin-left: 66.66667%; }
    .column.is-9-mobile {
        flex: none;
        width: 75%; }
    .column.is-offset-9-mobile {
        margin-left: 75%; }
    .column.is-10-mobile {
        flex: none;
        width: 83.33333%; }
    .column.is-offset-10-mobile {
        margin-left: 83.33333%; }
    .column.is-11-mobile {
        flex: none;
        width: 91.66667%; }
    .column.is-offset-11-mobile {
        margin-left: 91.66667%; }
    .column.is-12-mobile {
        flex: none;
        width: 100%; }
    .column.is-offset-12-mobile {
        margin-left: 100%; } }
@media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
        flex: none;
        width: unset; }
    .column.is-full, .column.is-full-tablet {
        flex: none;
        width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
        flex: none;
        width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
        flex: none;
        width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
        flex: none;
        width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
        flex: none;
        width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
        flex: none;
        width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
        flex: none;
        width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
        flex: none;
        width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
        flex: none;
        width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
        margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
        margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
        margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
        margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
        margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
        margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
        margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
        margin-left: 80%; }
    .column.is-0, .column.is-0-tablet {
        flex: none;
        width: 0%; }
    .column.is-offset-0, .column.is-offset-0-tablet {
        margin-left: 0%; }
    .column.is-1, .column.is-1-tablet {
        flex: none;
        width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
        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 {
        flex: none;
        width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
        margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
        flex: none;
        width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
        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 {
        flex: none;
        width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
        margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
        flex: none;
        width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
        margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
        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 {
        flex: none;
        width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
        margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
        flex: none;
        width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
        margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
        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 {
        flex: none;
        width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
        margin-left: 100%; } }
@media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
        flex: none;
        width: unset; }
    .column.is-full-touch {
        flex: none;
        width: 100%; }
    .column.is-three-quarters-touch {
        flex: none;
        width: 75%; }
    .column.is-two-thirds-touch {
        flex: none;
        width: 66.6666%; }
    .column.is-half-touch {
        flex: none;
        width: 50%; }
    .column.is-one-third-touch {
        flex: none;
        width: 33.3333%; }
    .column.is-one-quarter-touch {
        flex: none;
        width: 25%; }
    .column.is-one-fifth-touch {
        flex: none;
        width: 20%; }
    .column.is-two-fifths-touch {
        flex: none;
        width: 40%; }
    .column.is-three-fifths-touch {
        flex: none;
        width: 60%; }
    .column.is-four-fifths-touch {
        flex: none;
        width: 80%; }
    .column.is-offset-three-quarters-touch {
        margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%; }
    .column.is-offset-half-touch {
        margin-left: 50%; }
    .column.is-offset-one-third-touch {
        margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
        margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
        margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
        margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
        margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
        margin-left: 80%; }
    .column.is-0-touch {
        flex: none;
        width: 0%; }
    .column.is-offset-0-touch {
        margin-left: 0%; }
    .column.is-1-touch {
        flex: none;
        width: 8.33333%; }
    .column.is-offset-1-touch {
        margin-left: 8.33333%; }
    .column.is-2-touch {
        flex: none;
        width: 16.66667%; }
    .column.is-offset-2-touch {
        margin-left: 16.66667%; }
    .column.is-3-touch {
        flex: none;
        width: 25%; }
    .column.is-offset-3-touch {
        margin-left: 25%; }
    .column.is-4-touch {
        flex: none;
        width: 33.33333%; }
    .column.is-offset-4-touch {
        margin-left: 33.33333%; }
    .column.is-5-touch {
        flex: none;
        width: 41.66667%; }
    .column.is-offset-5-touch {
        margin-left: 41.66667%; }
    .column.is-6-touch {
        flex: none;
        width: 50%; }
    .column.is-offset-6-touch {
        margin-left: 50%; }
    .column.is-7-touch {
        flex: none;
        width: 58.33333%; }
    .column.is-offset-7-touch {
        margin-left: 58.33333%; }
    .column.is-8-touch {
        flex: none;
        width: 66.66667%; }
    .column.is-offset-8-touch {
        margin-left: 66.66667%; }
    .column.is-9-touch {
        flex: none;
        width: 75%; }
    .column.is-offset-9-touch {
        margin-left: 75%; }
    .column.is-10-touch {
        flex: none;
        width: 83.33333%; }
    .column.is-offset-10-touch {
        margin-left: 83.33333%; }
    .column.is-11-touch {
        flex: none;
        width: 91.66667%; }
    .column.is-offset-11-touch {
        margin-left: 91.66667%; }
    .column.is-12-touch {
        flex: none;
        width: 100%; }
    .column.is-offset-12-touch {
        margin-left: 100%; } }
@media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
        flex: none;
        width: unset; }
    .column.is-full-desktop {
        flex: none;
        width: 100%; }
    .column.is-three-quarters-desktop {
        flex: none;
        width: 75%; }
    .column.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%; }
    .column.is-half-desktop {
        flex: none;
        width: 50%; }
    .column.is-one-third-desktop {
        flex: none;
        width: 33.3333%; }
    .column.is-one-quarter-desktop {
        flex: none;
        width: 25%; }
    .column.is-one-fifth-desktop {
        flex: none;
        width: 20%; }
    .column.is-two-fifths-desktop {
        flex: none;
        width: 40%; }
    .column.is-three-fifths-desktop {
        flex: none;
        width: 60%; }
    .column.is-four-fifths-desktop {
        flex: none;
        width: 80%; }
    .column.is-offset-three-quarters-desktop {
        margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
        margin-left: 50%; }
    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
        margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
        margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
        margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
        margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
        margin-left: 80%; }
    .column.is-0-desktop {
        flex: none;
        width: 0%; }
    .column.is-offset-0-desktop {
        margin-left: 0%; }
    .column.is-1-desktop {
        flex: none;
        width: 8.33333%; }
    .column.is-offset-1-desktop {
        margin-left: 8.33333%; }
    .column.is-2-desktop {
        flex: none;
        width: 16.66667%; }
    .column.is-offset-2-desktop {
        margin-left: 16.66667%; }
    .column.is-3-desktop {
        flex: none;
        width: 25%; }
    .column.is-offset-3-desktop {
        margin-left: 25%; }
    .column.is-4-desktop {
        flex: none;
        width: 33.33333%; }
    .column.is-offset-4-desktop {
        margin-left: 33.33333%; }
    .column.is-5-desktop {
        flex: none;
        width: 41.66667%; }
    .column.is-offset-5-desktop {
        margin-left: 41.66667%; }
    .column.is-6-desktop {
        flex: none;
        width: 50%; }
    .column.is-offset-6-desktop {
        margin-left: 50%; }
    .column.is-7-desktop {
        flex: none;
        width: 58.33333%; }
    .column.is-offset-7-desktop {
        margin-left: 58.33333%; }
    .column.is-8-desktop {
        flex: none;
        width: 66.66667%; }
    .column.is-offset-8-desktop {
        margin-left: 66.66667%; }
    .column.is-9-desktop {
        flex: none;
        width: 75%; }
    .column.is-offset-9-desktop {
        margin-left: 75%; }
    .column.is-10-desktop {
        flex: none;
        width: 83.33333%; }
    .column.is-offset-10-desktop {
        margin-left: 83.33333%; }
    .column.is-11-desktop {
        flex: none;
        width: 91.66667%; }
    .column.is-offset-11-desktop {
        margin-left: 91.66667%; }
    .column.is-12-desktop {
        flex: none;
        width: 100%; }
    .column.is-offset-12-desktop {
        margin-left: 100%; } }
@media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
        flex: none;
        width: unset; }
    .column.is-full-widescreen {
        flex: none;
        width: 100%; }
    .column.is-three-quarters-widescreen {
        flex: none;
        width: 75%; }
    .column.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%; }
    .column.is-half-widescreen {
        flex: none;
        width: 50%; }
    .column.is-one-third-widescreen {
        flex: none;
        width: 33.3333%; }
    .column.is-one-quarter-widescreen {
        flex: none;
        width: 25%; }
    .column.is-one-fifth-widescreen {
        flex: none;
        width: 20%; }
    .column.is-two-fifths-widescreen {
        flex: none;
        width: 40%; }
    .column.is-three-fifths-widescreen {
        flex: none;
        width: 60%; }
    .column.is-four-fifths-widescreen {
        flex: none;
        width: 80%; }
    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
        margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%; }
    .column.is-0-widescreen {
        flex: none;
        width: 0%; }
    .column.is-offset-0-widescreen {
        margin-left: 0%; }
    .column.is-1-widescreen {
        flex: none;
        width: 8.33333%; }
    .column.is-offset-1-widescreen {
        margin-left: 8.33333%; }
    .column.is-2-widescreen {
        flex: none;
        width: 16.66667%; }
    .column.is-offset-2-widescreen {
        margin-left: 16.66667%; }
    .column.is-3-widescreen {
        flex: none;
        width: 25%; }
    .column.is-offset-3-widescreen {
        margin-left: 25%; }
    .column.is-4-widescreen {
        flex: none;
        width: 33.33333%; }
    .column.is-offset-4-widescreen {
        margin-left: 33.33333%; }
    .column.is-5-widescreen {
        flex: none;
        width: 41.66667%; }
    .column.is-offset-5-widescreen {
        margin-left: 41.66667%; }
    .column.is-6-widescreen {
        flex: none;
        width: 50%; }
    .column.is-offset-6-widescreen {
        margin-left: 50%; }
    .column.is-7-widescreen {
        flex: none;
        width: 58.33333%; }
    .column.is-offset-7-widescreen {
        margin-left: 58.33333%; }
    .column.is-8-widescreen {
        flex: none;
        width: 66.66667%; }
    .column.is-offset-8-widescreen {
        margin-left: 66.66667%; }
    .column.is-9-widescreen {
        flex: none;
        width: 75%; }
    .column.is-offset-9-widescreen {
        margin-left: 75%; }
    .column.is-10-widescreen {
        flex: none;
        width: 83.33333%; }
    .column.is-offset-10-widescreen {
        margin-left: 83.33333%; }
    .column.is-11-widescreen {
        flex: none;
        width: 91.66667%; }
    .column.is-offset-11-widescreen {
        margin-left: 91.66667%; }
    .column.is-12-widescreen {
        flex: none;
        width: 100%; }
    .column.is-offset-12-widescreen {
        margin-left: 100%; } }
@media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
        flex: none;
        width: unset; }
    .column.is-full-fullhd {
        flex: none;
        width: 100%; }
    .column.is-three-quarters-fullhd {
        flex: none;
        width: 75%; }
    .column.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%; }
    .column.is-half-fullhd {
        flex: none;
        width: 50%; }
    .column.is-one-third-fullhd {
        flex: none;
        width: 33.3333%; }
    .column.is-one-quarter-fullhd {
        flex: none;
        width: 25%; }
    .column.is-one-fifth-fullhd {
        flex: none;
        width: 20%; }
    .column.is-two-fifths-fullhd {
        flex: none;
        width: 40%; }
    .column.is-three-fifths-fullhd {
        flex: none;
        width: 60%; }
    .column.is-four-fifths-fullhd {
        flex: none;
        width: 80%; }
    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
        margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%; }
    .column.is-0-fullhd {
        flex: none;
        width: 0%; }
    .column.is-offset-0-fullhd {
        margin-left: 0%; }
    .column.is-1-fullhd {
        flex: none;
        width: 8.33333%; }
    .column.is-offset-1-fullhd {
        margin-left: 8.33333%; }
    .column.is-2-fullhd {
        flex: none;
        width: 16.66667%; }
    .column.is-offset-2-fullhd {
        margin-left: 16.66667%; }
    .column.is-3-fullhd {
        flex: none;
        width: 25%; }
    .column.is-offset-3-fullhd {
        margin-left: 25%; }
    .column.is-4-fullhd {
        flex: none;
        width: 33.33333%; }
    .column.is-offset-4-fullhd {
        margin-left: 33.33333%; }
    .column.is-5-fullhd {
        flex: none;
        width: 41.66667%; }
    .column.is-offset-5-fullhd {
        margin-left: 41.66667%; }
    .column.is-6-fullhd {
        flex: none;
        width: 50%; }
    .column.is-offset-6-fullhd {
        margin-left: 50%; }
    .column.is-7-fullhd {
        flex: none;
        width: 58.33333%; }
    .column.is-offset-7-fullhd {
        margin-left: 58.33333%; }
    .column.is-8-fullhd {
        flex: none;
        width: 66.66667%; }
    .column.is-offset-8-fullhd {
        margin-left: 66.66667%; }
    .column.is-9-fullhd {
        flex: none;
        width: 75%; }
    .column.is-offset-9-fullhd {
        margin-left: 75%; }
    .column.is-10-fullhd {
        flex: none;
        width: 83.33333%; }
    .column.is-offset-10-fullhd {
        margin-left: 83.33333%; }
    .column.is-11-fullhd {
        flex: none;
        width: 91.66667%; }
    .column.is-offset-11-fullhd {
        margin-left: 91.66667%; }
    .column.is-12-fullhd {
        flex: none;
        width: 100%; }
    .column.is-offset-12-fullhd {
        margin-left: 100%; } }

.columns {
    margin-left: -6px;
    margin-right: -6px;
    margin-top: -6px; }
.columns:last-child {
    margin-bottom: -6px; }
.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 6px); }
.columns.is-centered {
    justify-content: center; }
.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
.columns.is-gapless > .column {
    margin: 0;
    padding: 0 !important; }
.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem; }
.columns.is-gapless:last-child {
    margin-bottom: 0; }
.columns.is-mobile {
    display: flex; }
.columns.is-multiline {
    flex-wrap: wrap; }
.columns.is-vcentered {
    align-items: center; }
@media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
        display: flex; } }
@media screen and (min-width: 1024px) {
    .columns.is-desktop {
        display: flex; } }

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap)); }
.columns.is-variable > .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
.columns.is-variable.is-0 {
    --columnGap: 0rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
        --columnGap: 0rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd {
        --columnGap: 0rem; } }
.columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: 0.25rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
        --columnGap: 0.25rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd {
        --columnGap: 0.25rem; } }
.columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: 0.5rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
        --columnGap: 0.5rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd {
        --columnGap: 0.5rem; } }
.columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: 0.75rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
        --columnGap: 0.75rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd {
        --columnGap: 0.75rem; } }
.columns.is-variable.is-4 {
    --columnGap: 1rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
        --columnGap: 1rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd {
        --columnGap: 1rem; } }
.columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
        --columnGap: 1.25rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd {
        --columnGap: 1.25rem; } }
.columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
        --columnGap: 1.5rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd {
        --columnGap: 1.5rem; } }
.columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
        --columnGap: 1.75rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd {
        --columnGap: 1.75rem; } }
.columns.is-variable.is-8 {
    --columnGap: 2rem; }
@media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem; } }
@media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem; } }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem; } }
@media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem; } }
@media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem; } }
@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem; } }
@media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem; } }
@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
        --columnGap: 2rem; } }
@media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd {
        --columnGap: 2rem; } }

.tile {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: min-content; }
.tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
.tile.is-ancestor:last-child {
    margin-bottom: -0.75rem; }
.tile.is-ancestor:not(:last-child) {
    margin-bottom: 0.75rem; }
.tile.is-child {
    margin: 0 !important; }
.tile.is-parent {
    padding: 0.75rem; }
.tile.is-vertical {
    flex-direction: column; }
.tile.is-vertical > .tile.is-child:not(:last-child) {
    margin-bottom: 1.5rem !important; }
@media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
        display: flex; }
    .tile.is-1 {
        flex: none;
        width: 8.33333%; }
    .tile.is-2 {
        flex: none;
        width: 16.66667%; }
    .tile.is-3 {
        flex: none;
        width: 25%; }
    .tile.is-4 {
        flex: none;
        width: 33.33333%; }
    .tile.is-5 {
        flex: none;
        width: 41.66667%; }
    .tile.is-6 {
        flex: none;
        width: 50%; }
    .tile.is-7 {
        flex: none;
        width: 58.33333%; }
    .tile.is-8 {
        flex: none;
        width: 66.66667%; }
    .tile.is-9 {
        flex: none;
        width: 75%; }
    .tile.is-10 {
        flex: none;
        width: 83.33333%; }
    .tile.is-11 {
        flex: none;
        width: 91.66667%; }
    .tile.is-12 {
        flex: none;
        width: 100%; } }

/* Bulma Helpers */
.has-text-white {
    color: #F2F3F5 !important; }

a.has-text-white:hover, a.has-text-white:focus {
    color: #d5d8df !important; }

.background-white {
    background-color: #F2F3F5 !important; }

.has-text-black {
    color: #12161D !important; }

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

.has-background-black {
    background-color: #12161D !important; }

.has-text-light {
    color: whitesmoke !important; }

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

.has-background-light {
    background-color: whitesmoke !important; }

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

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

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

.ft-primary {
    color: #02071d !important; }

a.ft-primary:hover, a.ft-primary:focus {
    color: #cc3e00 !important; }

.has-background-primary {
    background-color: #02071d !important; }

.has-text-primary-light {
    color: #fff1eb !important; }

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

.has-background-primary-light {
    background-color: #fff1eb !important; }

.has-text-primary-dark {
    color: #d13f00 !important; }

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
    color: #ff5105 !important; }

.has-background-primary-dark {
    background-color: #d13f00 !important; }

.has-text-link {
    color: #02071d !important; }

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

.has-background-link {
    background-color: #02071d !important; }

.has-text-link-light {
    color: #fff1eb !important; }

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

.has-background-link-light {
    background-color: #fff1eb !important; }

.has-text-link-dark {
    color: #d13f00 !important; }

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
    color: #ff5105 !important; }

.has-background-link-dark {
    background-color: #d13f00 !important; }

.f-default {
    color: #e0cd89 !important; }

a.f-default:hover, a.f-default:focus {
    color: #bdad74 !important; }

.has-background-info {
    background-color: #CC0FB4 !important; }

.has-text-info-light {
    color: #feecfb !important; }

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

.has-background-info-light {
    background-color: #feecfb !important; }

.has-text-info-dark {
    color: #df10c5 !important; }

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
    color: #f033d8 !important; }

.has-background-info-dark {
    background-color: #df10c5 !important; }

.has-text-success {
    color: #047785 !important; }

a.has-text-success:hover, a.has-text-success:focus {
    color: #034b53 !important; }

.has-background-success {
    background-color: #047785 !important; }

.has-text-success-light {
    color: #ebfcfe !important; }

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

.has-background-success-light {
    background-color: #ebfcfe !important; }

.has-text-success-dark {
    color: #07d0e9 !important; }

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
    color: #2ae2f9 !important; }

.has-background-success-dark {
    background-color: #07d0e9 !important; }

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

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

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

.has-text-warning-light {
    color: #fdf1ed !important; }

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

.has-background-warning-light {
    background-color: #fdf1ed !important; }

.has-text-warning-dark {
    color: #85300e !important; }

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

.has-background-warning-dark {
    background-color: #85300e !important; }

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

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

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

.has-text-danger-light {
    color: #feecf0 !important; }

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

.has-background-danger-light {
    background-color: #feecf0 !important; }

.has-text-danger-dark {
    color: #cc0f35 !important; }

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

.has-background-danger-dark {
    background-color: #cc0f35 !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: whitesmoke !important; }

.has-background-white-ter {
    background-color: whitesmoke !important; }

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

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

.is-flex-direction-row {
    flex-direction: row !important; }

.is-flex-direction-row-reverse {
    flex-direction: row-reverse !important; }

.is-flex-direction-column {
    flex-direction: column !important; }

.is-flex-direction-column-reverse {
    flex-direction: column-reverse !important; }

.is-flex-wrap-nowrap {
    flex-wrap: nowrap !important; }

.is-flex-wrap-wrap {
    flex-wrap: wrap !important; }

.is-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

.is-justify-content-flex-start {
    justify-content: flex-start !important; }

.is-justify-content-flex-end {
    justify-content: flex-end !important; }

.is-justify-content-center {
    justify-content: center !important; }

.is-justify-content-space-between {
    justify-content: space-between !important; }

.is-justify-content-space-around {
    justify-content: space-around !important; }

.is-justify-content-space-evenly {
    justify-content: space-evenly !important; }

.is-justify-content-start {
    justify-content: start !important; }

.is-justify-content-end {
    justify-content: end !important; }

.is-justify-content-left {
    justify-content: left !important; }

.is-justify-content-right {
    justify-content: right !important; }

.is-align-content-flex-start {
    align-content: flex-start !important; }

.is-align-content-flex-end {
    align-content: flex-end !important; }

.is-align-content-center {
    align-content: center !important; }

.is-align-content-space-between {
    align-content: space-between !important; }

.is-align-content-space-around {
    align-content: space-around !important; }

.is-align-content-space-evenly {
    align-content: space-evenly !important; }

.is-align-content-stretch {
    align-content: stretch !important; }

.is-align-content-start {
    align-content: start !important; }

.is-align-content-end {
    align-content: end !important; }

.is-align-content-baseline {
    align-content: baseline !important; }

.is-align-items-stretch {
    align-items: stretch !important; }

.is-align-items-flex-start {
    align-items: flex-start !important; }

.is-align-items-flex-end {
    align-items: flex-end !important; }

.is-align-items-center {
    align-items: center !important; }

.is-align-items-baseline {
    align-items: baseline !important; }

.is-align-items-start {
    align-items: start !important; }

.is-align-items-end {
    align-items: end !important; }

.is-align-items-self-start {
    align-items: self-start !important; }

.is-align-items-self-end {
    align-items: self-end !important; }

.is-align-self-auto {
    align-self: auto !important; }

.is-align-self-flex-start {
    align-self: flex-start !important; }

.is-align-self-flex-end {
    align-self: flex-end !important; }

.is-align-self-center {
    align-self: center !important; }

.is-align-self-baseline {
    align-self: baseline !important; }

.is-align-self-stretch {
    align-self: stretch !important; }

.is-flex-grow-0 {
    flex-grow: 0 !important; }

.is-flex-grow-1 {
    flex-grow: 1 !important; }

.is-flex-grow-2 {
    flex-grow: 2 !important; }

.is-flex-grow-3 {
    flex-grow: 3 !important; }

.is-flex-grow-4 {
    flex-grow: 4 !important; }

.is-flex-grow-5 {
    flex-grow: 5 !important; }

.is-flex-shrink-0 {
    flex-shrink: 0 !important; }

.is-flex-shrink-1 {
    flex-shrink: 1 !important; }

.is-flex-shrink-2 {
    flex-shrink: 2 !important; }

.is-flex-shrink-3 {
    flex-shrink: 3 !important; }

.is-flex-shrink-4 {
    flex-shrink: 4 !important; }

.is-flex-shrink-5 {
    flex-shrink: 5 !important; }

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

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

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

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

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

.is-clickable {
    cursor: pointer !important;
    pointer-events: all !important; }

.is-clipped {
    overflow: hidden !important; }

.is-relative {
    position: relative !important; }

.is-marginless {
    margin: 0 !important; }

.is-paddingless {
    padding: 0 !important; }

.m-0 {
    margin: 0 !important; }

.mt-0 {
    margin-top: 0 !important; }

.mr-0 {
    margin-right: 0 !important; }

.mb-0 {
    margin-bottom: 0 !important; }

.ml-0 {
    margin-left: 0 !important; }

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.m-1 {
    margin: 0.25rem !important; }

.mt-1 {
    margin-top: 0.25rem !important; }

.mr-1 {
    margin-right: 0.25rem !important; }

.mb-1 {
    margin-bottom: 0.25rem !important; }

.ml-1 {
    margin-left: 0.25rem !important; }

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

.m-2 {
    margin: 0.5rem !important; }

.mt-2 {
    margin-top: 0.5rem !important; }

.mr-2 {
    margin-right: 0.5rem !important; }

.mb-2 {
    margin-bottom: 0.5rem !important; }

.ml-2 {
    margin-left: 0.5rem !important; }

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

.m-3 {
    margin: 0.75rem !important; }

.mt-3 {
    margin-top: 0.75rem !important; }

.mr-3 {
    margin-right: 0.75rem !important; }

.mb-3 {
    margin-bottom: 0.75rem !important; }

.ml-3 {
    margin-left: 0.75rem !important; }

.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important; }

.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }

.m-4 {
    margin: 1rem !important; }

.mt-4 {
    margin-top: 1rem !important; }

.mr-4 {
    margin-right: 1rem !important; }

.mb-4 {
    margin-bottom: 1rem !important; }

.ml-4 {
    margin-left: 1rem !important; }

.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

.m-5 {
    margin: 1.5rem !important; }

.mt-5 {
    margin-top: 1.5rem !important; }

.mr-5 {
    margin-right: 1.5rem !important; }

.mb-5 {
    margin-bottom: 1.5rem !important; }

.ml-5 {
    margin-left: 1.5rem !important; }

.mx-5 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }

.my-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

.m-6 {
    margin: 3rem !important; }

.mt-6 {
    margin-top: 3rem !important; }

.mr-6 {
    margin-right: 3rem !important; }

.mb-6 {
    margin-bottom: 3rem !important; }

.ml-6 {
    margin-left: 3rem !important; }

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto {
    margin-top: auto !important; }

.mr-auto {
    margin-right: auto !important; }

.mb-auto {
    margin-bottom: auto !important; }

.ml-auto {
    margin-left: auto !important; }

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

.p-0 {
    padding: 0 !important; }

.pt-0 {
    padding-top: 0 !important; }

.pr-0 {
    padding-right: 0 !important; }

.pb-0 {
    padding-bottom: 0 !important; }

.pl-0 {
    padding-left: 0 !important; }

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.p-1 {
    padding: 0.25rem !important; }

.pt-1 {
    padding-top: 0.25rem !important; }

.pr-1 {
    padding-right: 0.25rem !important; }

.pb-1 {
    padding-bottom: 0.25rem !important; }

.pl-1 {
    padding-left: 0.25rem !important; }

.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

.p-2 {
    padding: 0.5rem !important; }

.pt-2 {
    padding-top: 0.5rem !important; }

.pr-2 {
    padding-right: 0.5rem !important; }

.pb-2 {
    padding-bottom: 0.5rem !important; }

.pl-2 {
    padding-left: 0.5rem !important; }

.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.p-3 {
    padding: 0.75rem !important; }

.pt-3 {
    padding-top: 0.75rem !important; }

.pr-3 {
    padding-right: 0.75rem !important; }

.pb-3 {
    padding-bottom: 0.75rem !important; }

.pl-3 {
    padding-left: 0.75rem !important; }

.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }

.p-4 {
    padding: 1rem !important; }

.pt-4 {
    padding-top: 1rem !important; }

.pr-4 {
    padding-right: 1rem !important; }

.pb-4 {
    padding-bottom: 1rem !important; }

.pl-4 {
    padding-left: 1rem !important; }

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

.p-5 {
    padding: 1.5rem !important; }

.pt-5 {
    padding-top: 1.5rem !important; }

.pr-5 {
    padding-right: 1.5rem !important; }

.pb-5 {
    padding-bottom: 1.5rem !important; }

.pl-5 {
    padding-left: 1.5rem !important; }

.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

.p-6 {
    padding: 3rem !important; }

.pt-6 {
    padding-top: 3rem !important; }

.pr-6 {
    padding-right: 3rem !important; }

.pb-6 {
    padding-bottom: 3rem !important; }

.pl-6 {
    padding-left: 3rem !important; }

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

.p-auto {
    padding: auto !important; }

.pt-auto {
    padding-top: auto !important; }

.pr-auto {
    padding-right: auto !important; }

.pb-auto {
    padding-bottom: auto !important; }

.pl-auto {
    padding-left: auto !important; }

.px-auto {
    padding-left: auto !important;
    padding-right: auto !important; }

.py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important; }

.fs-1 {
    font-size: 130px !important; }

.fs-2 {
    font-size: 78px !important; }

.fs-3 {
    font-size: 60px !important; }

.fs-4 {
    font-size: 54px !important; }

.fs-5 {
    font-size: 48px !important; }

.fs-6 {
    font-size: 42px !important; }

.fs-7 {
    font-size: 36px !important; }

.fs-8 {
    font-size: 32px !important; }

.fs-9 {
    font-size: 30px !important; }

.fs-10 {
    font-size: 26px !important; }

.fs-11 {
    font-size: 24px !important; }

.fs-12 {
    font-size: 22px !important; }

.fs-13 {
    font-size: 20px !important; }

.fs-14 {
    font-size: 18px !important; }

.fs-15 {
    font-size: 16px !important; }

.fs-16 {
    font-size: 12px !important; }

.fs-16 {
    font-size: 10px !important; }

@media screen and (max-width: 768px) {
    .fs-1-mobile {
        font-size: 130px !important; }
    .fs-2-mobile {
        font-size: 78px !important; }
    .fs-3-mobile {
        font-size: 60px !important; }
    .fs-4-mobile {
        font-size: 54px !important; }
    .fs-5-mobile {
        font-size: 48px !important; }
    .fs-6-mobile {
        font-size: 42px !important; }
    .fs-7-mobile {
        font-size: 36px !important; }
    .fs-8-mobile {
        font-size: 32px !important; }
    .fs-9-mobile {
        font-size: 30px !important; }
    .fs-10-mobile {
        font-size: 26px !important; }
    .fs-11-mobile {
        font-size: 24px !important; }
    .fs-12-mobile {
        font-size: 22px !important; }
    .fs-13-mobile {
        font-size: 20px !important; }
    .fs-14-mobile {
        font-size: 18px !important; }
    .fs-15-mobile {
        font-size: 16px !important; }
    .fs-16-mobile {
        font-size: 12px !important; } }

@media screen and (min-width: 769px), print {
    .fs-1-tablet {
        font-size: 130px !important; }
    .fs-2-tablet {
        font-size: 78px !important; }
    .fs-3-tablet {
        font-size: 60px !important; }
    .fs-4-tablet {
        font-size: 54px !important; }
    .fs-5-tablet {
        font-size: 48px !important; }
    .fs-6-tablet {
        font-size: 42px !important; }
    .fs-7-tablet {
        font-size: 36px !important; }
    .fs-8-tablet {
        font-size: 32px !important; }
    .fs-9-tablet {
        font-size: 30px !important; }
    .fs-10-tablet {
        font-size: 26px !important; }
    .fs-11-tablet {
        font-size: 24px !important; }
    .fs-12-tablet {
        font-size: 22px !important; }
    .fs-13-tablet {
        font-size: 20px !important; }
    .fs-14-tablet {
        font-size: 18px !important; }
    .fs-15-tablet {
        font-size: 16px !important; }
    .fs-16-tablet {
        font-size: 12px !important; } }

@media screen and (max-width: 1023px) {
    .fs-1-touch {
        font-size: 130px !important; }
    .fs-2-touch {
        font-size: 78px !important; }
    .fs-3-touch {
        font-size: 60px !important; }
    .fs-4-touch {
        font-size: 54px !important; }
    .fs-5-touch {
        font-size: 48px !important; }
    .fs-6-touch {
        font-size: 42px !important; }
    .fs-7-touch {
        font-size: 36px !important; }
    .fs-8-touch {
        font-size: 32px !important; }
    .fs-9-touch {
        font-size: 30px !important; }
    .fs-10-touch {
        font-size: 26px !important; }
    .fs-11-touch {
        font-size: 24px !important; }
    .fs-12-touch {
        font-size: 22px !important; }
    .fs-13-touch {
        font-size: 20px !important; }
    .fs-14-touch {
        font-size: 18px !important; }
    .fs-15-touch {
        font-size: 16px !important; }
    .fs-16-touch {
        font-size: 12px !important; } }

@media screen and (min-width: 1024px) {
    .fs-1-desktop {
        font-size: 130px !important; }
    .fs-2-desktop {
        font-size: 78px !important; }
    .fs-3-desktop {
        font-size: 60px !important; }
    .fs-4-desktop {
        font-size: 54px !important; }
    .fs-5-desktop {
        font-size: 48px !important; }
    .fs-6-desktop {
        font-size: 42px !important; }
    .fs-7-desktop {
        font-size: 36px !important; }
    .fs-8-desktop {
        font-size: 32px !important; }
    .fs-9-desktop {
        font-size: 30px !important; }
    .fs-10-desktop {
        font-size: 26px !important; }
    .fs-11-desktop {
        font-size: 24px !important; }
    .fs-12-desktop {
        font-size: 22px !important; }
    .fs-13-desktop {
        font-size: 20px !important; }
    .fs-14-desktop {
        font-size: 18px !important; }
    .fs-15-desktop {
        font-size: 16px !important; }
    .fs-16-desktop {
        font-size: 12px !important; }
    .fs-18-desktop {
        font-size: 10px !important; } }

@media screen and (min-width: 1216px) {
    .fs-1-widescreen {
        font-size: 130px !important; }
    .fs-2-widescreen {
        font-size: 78px !important; }
    .fs-3-widescreen {
        font-size: 60px !important; }
    .fs-4-widescreen {
        font-size: 54px !important; }
    .fs-5-widescreen {
        font-size: 48px !important; }
    .fs-6-widescreen {
        font-size: 42px !important; }
    .fs-7-widescreen {
        font-size: 36px !important; }
    .fs-8-widescreen {
        font-size: 32px !important; }
    .fs-9-widescreen {
        font-size: 30px !important; }
    .fs-10-widescreen {
        font-size: 26px !important; }
    .fs-11-widescreen {
        font-size: 24px !important; }
    .fs-12-widescreen {
        font-size: 22px !important; }
    .fs-13-widescreen {
        font-size: 20px !important; }
    .fs-14-widescreen {
        font-size: 18px !important; }
    .fs-15-widescreen {
        font-size: 16px !important; }
    .fs-16-widescreen {
        font-size: 12px !important; } }

@media screen and (min-width: 1408px) {
    .fs-1-fullhd {
        font-size: 130px !important; }
    .fs-2-fullhd {
        font-size: 78px !important; }
    .fs-3-fullhd {
        font-size: 60px !important; }
    .fs-4-fullhd {
        font-size: 54px !important; }
    .fs-5-fullhd {
        font-size: 48px !important; }
    .fs-6-fullhd {
        font-size: 42px !important; }
    .fs-7-fullhd {
        font-size: 36px !important; }
    .fs-8-fullhd {
        font-size: 32px !important; }
    .fs-9-fullhd {
        font-size: 30px !important; }
    .fs-10-fullhd {
        font-size: 26px !important; }
    .fs-11-fullhd {
        font-size: 24px !important; }
    .fs-12-fullhd {
        font-size: 22px !important; }
    .fs-13-fullhd {
        font-size: 20px !important; }
    .fs-14-fullhd {
        font-size: 18px !important; }
    .fs-15-fullhd {
        font-size: 16px !important; }
    .fs-16-fullhd {
        font-size: 12px !important; } }

.f-centered {
    text-align: center !important; }

.has-text-justified {
    text-align: justify !important; }

.has-text-left {
    text-align: left !important; }

.has-text-right {
    text-align: right !important; }

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align: center !important; } }

@media screen and (min-width: 769px), print {
    .has-text-centered-tablet {
        text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important; } }

@media screen and (max-width: 1023px) {
    .has-text-centered-touch {
        text-align: center !important; } }

@media screen and (min-width: 1024px) {
    .has-text-centered-desktop {
        text-align: center !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important; } }

@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen {
        text-align: center !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important; } }

@media screen and (min-width: 1408px) {
    .has-text-centered-fullhd {
        text-align: center !important; } }

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align: justify !important; } }

@media screen and (min-width: 769px), print {
    .has-text-justified-tablet {
        text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important; } }

@media screen and (max-width: 1023px) {
    .has-text-justified-touch {
        text-align: justify !important; } }

@media screen and (min-width: 1024px) {
    .has-text-justified-desktop {
        text-align: justify !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important; } }

@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important; } }

@media screen and (min-width: 1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important; } }

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align: left !important; } }

@media screen and (min-width: 769px), print {
    .has-text-left-tablet {
        text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-left-tablet-only {
        text-align: left !important; } }

@media screen and (max-width: 1023px) {
    .has-text-left-touch {
        text-align: left !important; } }

@media screen and (min-width: 1024px) {
    .has-text-left-desktop {
        text-align: left !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-left-desktop-only {
        text-align: left !important; } }

@media screen and (min-width: 1216px) {
    .has-text-left-widescreen {
        text-align: left !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important; } }

@media screen and (min-width: 1408px) {
    .has-text-left-fullhd {
        text-align: left !important; } }

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align: right !important; } }

@media screen and (min-width: 769px), print {
    .has-text-right-tablet {
        text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-right-tablet-only {
        text-align: right !important; } }

@media screen and (max-width: 1023px) {
    .has-text-right-touch {
        text-align: right !important; } }

@media screen and (min-width: 1024px) {
    .has-text-right-desktop {
        text-align: right !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-right-desktop-only {
        text-align: right !important; } }

@media screen and (min-width: 1216px) {
    .has-text-right-widescreen {
        text-align: right !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important; } }

@media screen and (min-width: 1408px) {
    .has-text-right-fullhd {
        text-align: right !important; } }

.is-capitalized {
    text-transform: capitalize !important; }

.is-lowercase {
    text-transform: lowercase !important; }

.f-uppercase {
    text-transform: uppercase !important; }

.f-italic {
    font-style: italic !important; }

.is-underlined {
    text-decoration: underline !important; }

.fw-light {
    font-weight: 300 !important; }

.fw-normal {
    font-weight: 400 !important; }

.fw-medium {
    font-weight: 500 !important; }

.fw-semibold {
    font-weight: 600 !important; }

.fw-bold {
    font-weight: 700 !important; }

.ff-sans-serif {
    font-family: Futura, sans-serif  }

.is-block {
    display: block !important; }

@media screen and (max-width: 768px) {
    .is-block-mobile {
        display: block !important; } }

@media screen and (min-width: 769px), print {
    .is-block-tablet {
        display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-block-tablet-only {
        display: block !important; } }

@media screen and (max-width: 1023px) {
    .is-block-touch {
        display: block !important; } }

@media screen and (min-width: 1024px) {
    .is-block-desktop {
        display: block !important; } }

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

@media screen and (min-width: 1216px) {
    .is-block-widescreen {
        display: block !important; } }

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

@media screen and (min-width: 1408px) {
    .is-block-fullhd {
        display: block !important; } }

.is-flex {
    display: flex !important; }

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

@media screen and (min-width: 769px), print {
    .is-flex-tablet {
        display: flex !important; } }

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

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

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

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

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

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

@media screen and (min-width: 1408px) {
    .is-flex-fullhd {
        display: flex !important; } }

.is-inline {
    display: inline !important; }

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

@media screen and (min-width: 769px), print {
    .is-inline-tablet {
        display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-tablet-only {
        display: inline !important; } }

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

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

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

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

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

@media screen and (min-width: 1408px) {
    .is-inline-fullhd {
        display: inline !important; } }

.is-inline-block {
    display: inline-block !important; }

@media screen and (max-width: 768px) {
    .is-inline-block-mobile {
        display: inline-block !important; } }

@media screen and (min-width: 769px), print {
    .is-inline-block-tablet {
        display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important; } }

@media screen and (max-width: 1023px) {
    .is-inline-block-touch {
        display: inline-block !important; } }

@media screen and (min-width: 1024px) {
    .is-inline-block-desktop {
        display: inline-block !important; } }

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

@media screen and (min-width: 1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important; } }

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

@media screen and (min-width: 1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important; } }

.is-inline-flex {
    display: inline-flex !important; }

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

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

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

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

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

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

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

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

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important; } }

.is-hidden {
    display: none !important; }

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 0.01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 0.01em !important; }

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important; } }

@media screen and (min-width: 769px), print {
    .is-hidden-tablet {
        display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important; } }

@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display: none !important; } }

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-hidden-desktop-only {
        display: none !important; } }

@media screen and (min-width: 1216px) {
    .is-hidden-widescreen {
        display: none !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-hidden-widescreen-only {
        display: none !important; } }

@media screen and (min-width: 1408px) {
    .is-hidden-fullhd {
        display: none !important; } }

.is-invisible {
    visibility: hidden !important; }

@media screen and (max-width: 768px) {
    .is-invisible-mobile {
        visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
    .is-invisible-tablet {
        visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important; } }

@media screen and (max-width: 1023px) {
    .is-invisible-touch {
        visibility: hidden !important; } }

@media screen and (min-width: 1024px) {
    .is-invisible-desktop {
        visibility: hidden !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important; } }

@media screen and (min-width: 1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important; } }

@media screen and (min-width: 1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important; } }

.section {
    padding: 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
    .section {
        padding: 3rem 3rem;
    }
    .section.is-medium {
        padding: 9rem 4.5rem;
    }
    .section.is-large {
        padding: 18rem 6rem;
    }
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem; }
