/* #f4f5fb */

/* #dfe2f1 */

/* #c9cce3 */

/* #9c9fc4 */

/* #6c6f9d */

/* #595978 */

/* #44445f */

/* #2e2d48 */

/* #1b1a2d */

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

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

  to {
    transform: rotate(359deg);
  }
}

/*! minireset.css v0.0.2 | 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;
}

* {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

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

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

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

body {
  color: #595978;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #5a66d8;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #667fea;
}

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

hr {
  background-color: #c9cce3;
  border: none;
  display: block;
  height: 1px;
  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: #44445f;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #dfe2f1;
  color: #595978;
  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 {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #44445f;
}

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

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

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

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

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

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2rem !important;
}

.is-size-3 {
  font-size: 1.5rem !important;
}

.is-size-4 {
  font-size: 1.25rem !important;
}

.is-size-5 {
  font-size: 1.125rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.875rem !important;
}

.is-size-8 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 767px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2rem !important;
  }

  .is-size-3-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.125rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.875rem !important;
  }

  .is-size-8-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 768px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2rem !important;
  }

  .is-size-3-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.125rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.875rem !important;
  }

  .is-size-8-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2rem !important;
  }

  .is-size-3-touch {
    font-size: 1.5rem !important;
  }

  .is-size-4-touch {
    font-size: 1.25rem !important;
  }

  .is-size-5-touch {
    font-size: 1.125rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.875rem !important;
  }

  .is-size-8-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2rem !important;
  }

  .is-size-3-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.125rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.875rem !important;
  }

  .is-size-8-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2rem !important;
  }

  .is-size-3-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.125rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.875rem !important;
  }

  .is-size-8-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2rem !important;
  }

  .is-size-3-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.125rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.875rem !important;
  }

  .is-size-8-fullhd {
    font-size: 0.75rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-primary-100 {
  color: #ebf4ff !important;
}

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

.has-text-primary-200 {
  color: #c3d9fe !important;
}

a.has-text-primary-200:hover,
a.has-text-primary-200:focus {
  color: #90bafd !important;
}

.has-text-primary-300 {
  color: #a3bffa !important;
}

a.has-text-primary-300:hover,
a.has-text-primary-300:focus {
  color: #729df8 !important;
}

.has-text-primary-400 {
  color: #7f9df5 !important;
}

a.has-text-primary-400:hover,
a.has-text-primary-400:focus {
  color: #5078f2 !important;
}

.has-text-primary-500 {
  color: #667fea !important;
}

a.has-text-primary-500:hover,
a.has-text-primary-500:focus {
  color: #3a59e4 !important;
}

.has-text-primary-600 {
  color: #5a66d8 !important;
}

a.has-text-primary-600:hover,
a.has-text-primary-600:focus {
  color: #3040cf !important;
}

.has-text-primary-700 {
  color: #4b51be !important;
}

a.has-text-primary-700:hover,
a.has-text-primary-700:focus {
  color: #393e9d !important;
}

.has-text-primary-800 {
  color: #434190 !important;
}

a.has-text-primary-800:hover,
a.has-text-primary-800:focus {
  color: #33316d !important;
}

.has-text-primary-900 {
  color: #322c58 !important;
}

a.has-text-primary-900:hover,
a.has-text-primary-900:focus {
  color: #1e1b36 !important;
}

.has-text-black-bis {
  color: #1b1a2d !important;
}

.has-text-black-ter {
  color: #2e2d48 !important;
}

.has-text-grey-darker {
  color: #44445f !important;
}

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

.has-text-grey {
  color: #6c6f9d !important;
}

.has-text-grey-light {
  color: #9c9fc4 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 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: 767px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 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: 767px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 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: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 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: 767px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) and (max-width: 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: 767px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.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-1 {
  flex: none;
  width: 8.33333333%;
}

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

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666667%;
}

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

.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.33333333%;
}

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

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666667%;
}

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

.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.33333333%;
}

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

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666667%;
}

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

.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.33333333%;
}

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

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666667%;
}

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

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

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

@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
  }

  .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-1-mobile {
    flex: none;
    width: 8.33333333%;
  }

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

  .column.is-2-mobile {
    flex: none;
    width: 16.66666667%;
  }

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

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

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

  .column.is-4-mobile {
    flex: none;
    width: 33.33333333%;
  }

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

  .column.is-5-mobile {
    flex: none;
    width: 41.66666667%;
  }

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

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

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

  .column.is-7-mobile {
    flex: none;
    width: 58.33333333%;
  }

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

  .column.is-8-mobile {
    flex: none;
    width: 66.66666667%;
  }

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

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

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

  .column.is-10-mobile {
    flex: none;
    width: 83.33333333%;
  }

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

  .column.is-11-mobile {
    flex: none;
    width: 91.66666667%;
  }

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

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

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

@media screen and (min-width: 768px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }

  .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-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.33333333%;
  }

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

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.66666667%;
  }

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

  .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.33333333%;
  }

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

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.66666667%;
  }

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

  .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.33333333%;
  }

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

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.66666667%;
  }

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

  .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.33333333%;
  }

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

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.66666667%;
  }

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

  .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;
  }

  .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-1-touch {
    flex: none;
    width: 8.33333333%;
  }

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

  .column.is-2-touch {
    flex: none;
    width: 16.66666667%;
  }

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

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

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

  .column.is-4-touch {
    flex: none;
    width: 33.33333333%;
  }

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

  .column.is-5-touch {
    flex: none;
    width: 41.66666667%;
  }

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

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

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

  .column.is-7-touch {
    flex: none;
    width: 58.33333333%;
  }

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

  .column.is-8-touch {
    flex: none;
    width: 66.66666667%;
  }

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

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

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

  .column.is-10-touch {
    flex: none;
    width: 83.33333333%;
  }

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

  .column.is-11-touch {
    flex: none;
    width: 91.66666667%;
  }

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

  .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;
  }

  .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-1-desktop {
    flex: none;
    width: 8.33333333%;
  }

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

  .column.is-2-desktop {
    flex: none;
    width: 16.66666667%;
  }

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

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

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

  .column.is-4-desktop {
    flex: none;
    width: 33.33333333%;
  }

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

  .column.is-5-desktop {
    flex: none;
    width: 41.66666667%;
  }

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

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

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

  .column.is-7-desktop {
    flex: none;
    width: 58.33333333%;
  }

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

  .column.is-8-desktop {
    flex: none;
    width: 66.66666667%;
  }

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

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

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

  .column.is-10-desktop {
    flex: none;
    width: 83.33333333%;
  }

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

  .column.is-11-desktop {
    flex: none;
    width: 91.66666667%;
  }

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

  .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;
  }

  .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-1-widescreen {
    flex: none;
    width: 8.33333333%;
  }

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

  .column.is-2-widescreen {
    flex: none;
    width: 16.66666667%;
  }

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

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

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

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333333%;
  }

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

  .column.is-5-widescreen {
    flex: none;
    width: 41.66666667%;
  }

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

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

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

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333333%;
  }

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

  .column.is-8-widescreen {
    flex: none;
    width: 66.66666667%;
  }

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

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

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

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333333%;
  }

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

  .column.is-11-widescreen {
    flex: none;
    width: 91.66666667%;
  }

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

  .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;
  }

  .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-1-fullhd {
    flex: none;
    width: 8.33333333%;
  }

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

  .column.is-2-fullhd {
    flex: none;
    width: 16.66666667%;
  }

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

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

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

  .column.is-4-fullhd {
    flex: none;
    width: 33.33333333%;
  }

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

  .column.is-5-fullhd {
    flex: none;
    width: 41.66666667%;
  }

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

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

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

  .column.is-7-fullhd {
    flex: none;
    width: 58.33333333%;
  }

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

  .column.is-8-fullhd {
    flex: none;
    width: 66.66666667%;
  }

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

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

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

  .column.is-10-fullhd {
    flex: none;
    width: 83.33333333%;
  }

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

  .column.is-11-fullhd {
    flex: none;
    width: 91.66666667%;
  }

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

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

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

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

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

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

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

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.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;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

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

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: #dfe2f1;
  border-radius: 3px;
  color: #595978;
  display: inline-flex;
  font-size: 0.875rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}

.tag:not(body).is-primary-100 {
  background-color: #ebf4ff;
  color: #322c58;
}

.tag:not(body).is-primary-200 {
  background-color: #c3d9fe;
  color: #322c58;
}

.tag:not(body).is-primary-300 {
  background-color: #a3bffa;
  color: #322c58;
}

.tag:not(body).is-primary-400 {
  background-color: #7f9df5;
  color: #fff;
}

.tag:not(body).is-primary-500 {
  background-color: #667fea;
  color: #fff;
}

.tag:not(body).is-primary-600 {
  background-color: #5a66d8;
  color: #fff;
}

.tag:not(body).is-primary-700 {
  background-color: #4b51be;
  color: #fff;
}

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

.tag:not(body).is-primary-900 {
  background-color: #322c58;
  color: #fff;
}

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

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

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

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

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

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

.tag:not(body).is-delete:before,
.tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover,
.tag:not(body).is-delete:focus {
  background-color: #ced1e9;
}

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

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

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

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-square img,
.image.is-1by1 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-16by9 img,
.image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.image.is-square,
.image.is-1by1 {
  padding-top: 100%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.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;
}

.content {
  color: #595978;
}

.content:not(:last-child) {
  margin-bottom: 1em;
}

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

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

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #44445f;
  font-weight: 700;
  line-height: 1.125;
  font-family: "Roboto Slab", sans-serif;
}

.is-primary-100 .content h1,
.is-primary-100
.content h2,
.is-primary-100
.content h3,
.is-primary-100
.content h4,
.is-primary-100
.content h5,
.is-primary-100
.content h6 {
  color: inherit;
}

.is-primary-200 .content h1,
.is-primary-200
.content h2,
.is-primary-200
.content h3,
.is-primary-200
.content h4,
.is-primary-200
.content h5,
.is-primary-200
.content h6 {
  color: inherit;
}

.is-primary-300 .content h1,
.is-primary-300
.content h2,
.is-primary-300
.content h3,
.is-primary-300
.content h4,
.is-primary-300
.content h5,
.is-primary-300
.content h6 {
  color: inherit;
}

.is-primary-400 .content h1,
.is-primary-400
.content h2,
.is-primary-400
.content h3,
.is-primary-400
.content h4,
.is-primary-400
.content h5,
.is-primary-400
.content h6 {
  color: inherit;
}

.is-primary-500 .content h1,
.is-primary-500
.content h2,
.is-primary-500
.content h3,
.is-primary-500
.content h4,
.is-primary-500
.content h5,
.is-primary-500
.content h6 {
  color: inherit;
}

.is-primary-600 .content h1,
.is-primary-600
.content h2,
.is-primary-600
.content h3,
.is-primary-600
.content h4,
.is-primary-600
.content h5,
.is-primary-600
.content h6 {
  color: inherit;
}

.is-primary-700 .content h1,
.is-primary-700
.content h2,
.is-primary-700
.content h3,
.is-primary-700
.content h4,
.is-primary-700
.content h5,
.is-primary-700
.content h6 {
  color: inherit;
}

.is-primary-800 .content h1,
.is-primary-800
.content h2,
.is-primary-800
.content h3,
.is-primary-800
.content h4,
.is-primary-800
.content h5,
.is-primary-800
.content h6 {
  color: inherit;
}

.is-primary-900 .content h1,
.is-primary-900
.content h2,
.is-primary-900
.content h3,
.is-primary-900
.content h4,
.is-primary-900
.content h5,
.is-primary-900
.content h6 {
  color: inherit;
}

.is-black .content h1,
.is-black
.content h2,
.is-black
.content h3,
.is-black
.content h4,
.is-black
.content h5,
.is-black
.content h6 {
  color: inherit;
}

.is-black-bis .content h1,
.is-black-bis
.content h2,
.is-black-bis
.content h3,
.is-black-bis
.content h4,
.is-black-bis
.content h5,
.is-black-bis
.content h6 {
  color: inherit;
}

.is-black-ter .content h1,
.is-black-ter
.content h2,
.is-black-ter
.content h3,
.is-black-ter
.content h4,
.is-black-ter
.content h5,
.is-black-ter
.content h6 {
  color: inherit;
}

.is-grey-darker .content h1,
.is-grey-darker
.content h2,
.is-grey-darker
.content h3,
.is-grey-darker
.content h4,
.is-grey-darker
.content h5,
.is-grey-darker
.content h6 {
  color: inherit;
}

.is-grey-dark .content h1,
.is-grey-dark
.content h2,
.is-grey-dark
.content h3,
.is-grey-dark
.content h4,
.is-grey-dark
.content h5,
.is-grey-dark
.content h6 {
  color: inherit;
}

.is-grey .content h1,
.is-grey
.content h2,
.is-grey
.content h3,
.is-grey
.content h4,
.is-grey
.content h5,
.is-grey
.content h6 {
  color: inherit;
}

.is-grey-light .content h1,
.is-grey-light
.content h2,
.is-grey-light
.content h3,
.is-grey-light
.content h4,
.is-grey-light
.content h5,
.is-grey-light
.content h6 {
  color: inherit;
}

.is-grey-lighter .content h1,
.is-grey-lighter
.content h2,
.is-grey-lighter
.content h3,
.is-grey-lighter
.content h4,
.is-grey-lighter
.content h5,
.is-grey-lighter
.content h6 {
  color: inherit;
}

.is-white-ter .content h1,
.is-white-ter
.content h2,
.is-white-ter
.content h3,
.is-white-ter
.content h4,
.is-white-ter
.content h5,
.is-white-ter
.content h6 {
  color: inherit;
}

.is-white-bis .content h1,
.is-white-bis
.content h2,
.is-white-bis
.content h3,
.is-white-bis
.content h4,
.is-white-bis
.content h5,
.is-white-bis
.content h6 {
  color: inherit;
}

.is-white .content h1,
.is-white
.content h2,
.is-white
.content h3,
.is-white
.content h4,
.is-white
.content h5,
.is-white
.content h6 {
  color: inherit;
}

.content h1 {
  font-size: 2.375em;
  margin-bottom: 0.25em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .content h1 {
    font-size: 2em;
  }
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.25em;
}

.content h2:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 1.625rem;
  }
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.3333em;
}

.content h3:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .content h3 {
    font-size: 1.375rem;
  }
}

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

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

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

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

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #c9cce3;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #44445f;
  text-align: left;
}

.content table tr:hover {
  background-color: #dfe2f1;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #44445f;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #44445f;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
  .content {
    font-size: 0.875rem;
  }
}

.content.is-tiny {
  font-size: 0.75rem;
}

.content.is-small {
  font-size: 0.875rem;
}

.content.is-medium {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .content.is-medium {
    font-size: 1rem;
  }
}

.content.is-large {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .content.is-large {
    font-size: 1.125rem;
  }
}

.title,
.subtitle {
  word-break: break-word;
  font-family: "Roboto Slab", sans-serif;
}

.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: #2e2d48;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.125;
}

.title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.title.has-relative-margin:not(:last-child) {
  margin-bottom: 0.5em;
}

.title.has-relative-margin-half:not(:last-child) {
  margin-bottom: 0.25em;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

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

.title.is-3 {
  font-size: 1.5rem;
}

.title.is-4 {
  font-size: 1.25rem;
}

.title.is-5 {
  font-size: 1.125rem;
}

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

.title.is-7 {
  font-size: 0.875rem;
}

.title.is-8 {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .title.is-1 {
    font-size: 1.75rem;
  }

  .title.is-2 {
    font-size: 1.375rem;
  }

  .title.is-3 {
    font-size: 1.25rem;
  }

  .title.is-4 {
    font-size: 1.125rem;
  }

  .title.is-5 {
    font-size: 1rem;
  }

  .title.is-6 {
    font-size: 0.875rem;
  }
}

.subtitle {
  color: #44445f;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.subtitle.has-relative-margin:not(:last-child) {
  margin-bottom: 0.5em;
}

.subtitle.has-relative-margin-half:not(:last-child) {
  margin-bottom: 0.25em;
}

.subtitle strong {
  color: #595978;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

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

.subtitle.is-3 {
  font-size: 1.5rem;
}

.subtitle.is-4 {
  font-size: 1.25rem;
}

.subtitle.is-5 {
  font-size: 1.125rem;
}

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

.subtitle.is-7 {
  font-size: 0.875rem;
}

.subtitle.is-8 {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .subtitle.is-1 {
    font-size: 1.75rem;
  }

  .subtitle.is-2 {
    font-size: 1.375rem;
  }

  .subtitle.is-3 {
    font-size: 1.25rem;
  }

  .subtitle.is-4 {
    font-size: 1.125rem;
  }

  .subtitle.is-5 {
    font-size: 1rem;
  }

  .subtitle.is-6 {
    font-size: 0.875rem;
  }
}

.bg-cover.is-primary-100.is-15 {
  background-color: rgba(235, 244, 255, 0.15);
}

.bg-cover.is-primary-100.is-25 {
  background-color: rgba(235, 244, 255, 0.25);
}

.bg-cover.is-primary-100.is-35 {
  background-color: rgba(235, 244, 255, 0.35);
}

.bg-cover.is-primary-100.is-45 {
  background-color: rgba(235, 244, 255, 0.45);
}

.bg-cover.is-primary-100.is-55 {
  background-color: rgba(235, 244, 255, 0.55);
}

.bg-cover.is-primary-100.is-65 {
  background-color: rgba(235, 244, 255, 0.65);
}

.bg-cover.is-primary-100.is-75 {
  background-color: rgba(235, 244, 255, 0.75);
}

.bg-cover.is-primary-100.is-85 {
  background-color: rgba(235, 244, 255, 0.85);
}

.bg-cover.is-primary-100.is-95 {
  background-color: rgba(235, 244, 255, 0.95);
}

.bg-cover.is-primary-200.is-15 {
  background-color: rgba(195, 217, 254, 0.15);
}

.bg-cover.is-primary-200.is-25 {
  background-color: rgba(195, 217, 254, 0.25);
}

.bg-cover.is-primary-200.is-35 {
  background-color: rgba(195, 217, 254, 0.35);
}

.bg-cover.is-primary-200.is-45 {
  background-color: rgba(195, 217, 254, 0.45);
}

.bg-cover.is-primary-200.is-55 {
  background-color: rgba(195, 217, 254, 0.55);
}

.bg-cover.is-primary-200.is-65 {
  background-color: rgba(195, 217, 254, 0.65);
}

.bg-cover.is-primary-200.is-75 {
  background-color: rgba(195, 217, 254, 0.75);
}

.bg-cover.is-primary-200.is-85 {
  background-color: rgba(195, 217, 254, 0.85);
}

.bg-cover.is-primary-200.is-95 {
  background-color: rgba(195, 217, 254, 0.95);
}

.bg-cover.is-primary-300.is-15 {
  background-color: rgba(163, 191, 250, 0.15);
}

.bg-cover.is-primary-300.is-25 {
  background-color: rgba(163, 191, 250, 0.25);
}

.bg-cover.is-primary-300.is-35 {
  background-color: rgba(163, 191, 250, 0.35);
}

.bg-cover.is-primary-300.is-45 {
  background-color: rgba(163, 191, 250, 0.45);
}

.bg-cover.is-primary-300.is-55 {
  background-color: rgba(163, 191, 250, 0.55);
}

.bg-cover.is-primary-300.is-65 {
  background-color: rgba(163, 191, 250, 0.65);
}

.bg-cover.is-primary-300.is-75 {
  background-color: rgba(163, 191, 250, 0.75);
}

.bg-cover.is-primary-300.is-85 {
  background-color: rgba(163, 191, 250, 0.85);
}

.bg-cover.is-primary-300.is-95 {
  background-color: rgba(163, 191, 250, 0.95);
}

.bg-cover.is-primary-400.is-15 {
  background-color: rgba(127, 157, 245, 0.15);
}

.bg-cover.is-primary-400.is-25 {
  background-color: rgba(127, 157, 245, 0.25);
}

.bg-cover.is-primary-400.is-35 {
  background-color: rgba(127, 157, 245, 0.35);
}

.bg-cover.is-primary-400.is-45 {
  background-color: rgba(127, 157, 245, 0.45);
}

.bg-cover.is-primary-400.is-55 {
  background-color: rgba(127, 157, 245, 0.55);
}

.bg-cover.is-primary-400.is-65 {
  background-color: rgba(127, 157, 245, 0.65);
}

.bg-cover.is-primary-400.is-75 {
  background-color: rgba(127, 157, 245, 0.75);
}

.bg-cover.is-primary-400.is-85 {
  background-color: rgba(127, 157, 245, 0.85);
}

.bg-cover.is-primary-400.is-95 {
  background-color: rgba(127, 157, 245, 0.95);
}

.bg-cover.is-primary-500.is-15 {
  background-color: rgba(102, 127, 234, 0.15);
}

.bg-cover.is-primary-500.is-25 {
  background-color: rgba(102, 127, 234, 0.25);
}

.bg-cover.is-primary-500.is-35 {
  background-color: rgba(102, 127, 234, 0.35);
}

.bg-cover.is-primary-500.is-45 {
  background-color: rgba(102, 127, 234, 0.45);
}

.bg-cover.is-primary-500.is-55 {
  background-color: rgba(102, 127, 234, 0.55);
}

.bg-cover.is-primary-500.is-65 {
  background-color: rgba(102, 127, 234, 0.65);
}

.bg-cover.is-primary-500.is-75 {
  background-color: rgba(102, 127, 234, 0.75);
}

.bg-cover.is-primary-500.is-85 {
  background-color: rgba(102, 127, 234, 0.85);
}

.bg-cover.is-primary-500.is-95 {
  background-color: rgba(102, 127, 234, 0.95);
}

.bg-cover.is-primary-600.is-15 {
  background-color: rgba(90, 102, 216, 0.15);
}

.bg-cover.is-primary-600.is-25 {
  background-color: rgba(90, 102, 216, 0.25);
}

.bg-cover.is-primary-600.is-35 {
  background-color: rgba(90, 102, 216, 0.35);
}

.bg-cover.is-primary-600.is-45 {
  background-color: rgba(90, 102, 216, 0.45);
}

.bg-cover.is-primary-600.is-55 {
  background-color: rgba(90, 102, 216, 0.55);
}

.bg-cover.is-primary-600.is-65 {
  background-color: rgba(90, 102, 216, 0.65);
}

.bg-cover.is-primary-600.is-75 {
  background-color: rgba(90, 102, 216, 0.75);
}

.bg-cover.is-primary-600.is-85 {
  background-color: rgba(90, 102, 216, 0.85);
}

.bg-cover.is-primary-600.is-95 {
  background-color: rgba(90, 102, 216, 0.95);
}

.bg-cover.is-primary-700.is-15 {
  background-color: rgba(75, 81, 190, 0.15);
}

.bg-cover.is-primary-700.is-25 {
  background-color: rgba(75, 81, 190, 0.25);
}

.bg-cover.is-primary-700.is-35 {
  background-color: rgba(75, 81, 190, 0.35);
}

.bg-cover.is-primary-700.is-45 {
  background-color: rgba(75, 81, 190, 0.45);
}

.bg-cover.is-primary-700.is-55 {
  background-color: rgba(75, 81, 190, 0.55);
}

.bg-cover.is-primary-700.is-65 {
  background-color: rgba(75, 81, 190, 0.65);
}

.bg-cover.is-primary-700.is-75 {
  background-color: rgba(75, 81, 190, 0.75);
}

.bg-cover.is-primary-700.is-85 {
  background-color: rgba(75, 81, 190, 0.85);
}

.bg-cover.is-primary-700.is-95 {
  background-color: rgba(75, 81, 190, 0.95);
}

.bg-cover.is-primary-800.is-15 {
  background-color: rgba(67, 65, 144, 0.15);
}

.bg-cover.is-primary-800.is-25 {
  background-color: rgba(67, 65, 144, 0.25);
}

.bg-cover.is-primary-800.is-35 {
  background-color: rgba(67, 65, 144, 0.35);
}

.bg-cover.is-primary-800.is-45 {
  background-color: rgba(67, 65, 144, 0.45);
}

.bg-cover.is-primary-800.is-55 {
  background-color: rgba(67, 65, 144, 0.55);
}

.bg-cover.is-primary-800.is-65 {
  background-color: rgba(67, 65, 144, 0.65);
}

.bg-cover.is-primary-800.is-75 {
  background-color: rgba(67, 65, 144, 0.75);
}

.bg-cover.is-primary-800.is-85 {
  background-color: rgba(67, 65, 144, 0.85);
}

.bg-cover.is-primary-800.is-95 {
  background-color: rgba(67, 65, 144, 0.95);
}

.bg-cover.is-primary-900.is-15 {
  background-color: rgba(50, 44, 88, 0.15);
}

.bg-cover.is-primary-900.is-25 {
  background-color: rgba(50, 44, 88, 0.25);
}

.bg-cover.is-primary-900.is-35 {
  background-color: rgba(50, 44, 88, 0.35);
}

.bg-cover.is-primary-900.is-45 {
  background-color: rgba(50, 44, 88, 0.45);
}

.bg-cover.is-primary-900.is-55 {
  background-color: rgba(50, 44, 88, 0.55);
}

.bg-cover.is-primary-900.is-65 {
  background-color: rgba(50, 44, 88, 0.65);
}

.bg-cover.is-primary-900.is-75 {
  background-color: rgba(50, 44, 88, 0.75);
}

.bg-cover.is-primary-900.is-85 {
  background-color: rgba(50, 44, 88, 0.85);
}

.bg-cover.is-primary-900.is-95 {
  background-color: rgba(50, 44, 88, 0.95);
}

.bg-cover.is-black-bis.is-15 {
  background-color: rgba(27, 26, 45, 0.15);
}

.bg-cover.is-black-bis.is-25 {
  background-color: rgba(27, 26, 45, 0.25);
}

.bg-cover.is-black-bis.is-35 {
  background-color: rgba(27, 26, 45, 0.35);
}

.bg-cover.is-black-bis.is-45 {
  background-color: rgba(27, 26, 45, 0.45);
}

.bg-cover.is-black-bis.is-55 {
  background-color: rgba(27, 26, 45, 0.55);
}

.bg-cover.is-black-bis.is-65 {
  background-color: rgba(27, 26, 45, 0.65);
}

.bg-cover.is-black-bis.is-75 {
  background-color: rgba(27, 26, 45, 0.75);
}

.bg-cover.is-black-bis.is-85 {
  background-color: rgba(27, 26, 45, 0.85);
}

.bg-cover.is-black-bis.is-95 {
  background-color: rgba(27, 26, 45, 0.95);
}

.bg-cover.is-black-ter.is-15 {
  background-color: rgba(46, 45, 72, 0.15);
}

.bg-cover.is-black-ter.is-25 {
  background-color: rgba(46, 45, 72, 0.25);
}

.bg-cover.is-black-ter.is-35 {
  background-color: rgba(46, 45, 72, 0.35);
}

.bg-cover.is-black-ter.is-45 {
  background-color: rgba(46, 45, 72, 0.45);
}

.bg-cover.is-black-ter.is-55 {
  background-color: rgba(46, 45, 72, 0.55);
}

.bg-cover.is-black-ter.is-65 {
  background-color: rgba(46, 45, 72, 0.65);
}

.bg-cover.is-black-ter.is-75 {
  background-color: rgba(46, 45, 72, 0.75);
}

.bg-cover.is-black-ter.is-85 {
  background-color: rgba(46, 45, 72, 0.85);
}

.bg-cover.is-black-ter.is-95 {
  background-color: rgba(46, 45, 72, 0.95);
}

.bg-cover.is-grey-darker.is-15 {
  background-color: rgba(68, 68, 95, 0.15);
}

.bg-cover.is-grey-darker.is-25 {
  background-color: rgba(68, 68, 95, 0.25);
}

.bg-cover.is-grey-darker.is-35 {
  background-color: rgba(68, 68, 95, 0.35);
}

.bg-cover.is-grey-darker.is-45 {
  background-color: rgba(68, 68, 95, 0.45);
}

.bg-cover.is-grey-darker.is-55 {
  background-color: rgba(68, 68, 95, 0.55);
}

.bg-cover.is-grey-darker.is-65 {
  background-color: rgba(68, 68, 95, 0.65);
}

.bg-cover.is-grey-darker.is-75 {
  background-color: rgba(68, 68, 95, 0.75);
}

.bg-cover.is-grey-darker.is-85 {
  background-color: rgba(68, 68, 95, 0.85);
}

.bg-cover.is-grey-darker.is-95 {
  background-color: rgba(68, 68, 95, 0.95);
}

.bg-cover.is-grey-dark.is-15 {
  background-color: rgba(89, 89, 120, 0.15);
}

.bg-cover.is-grey-dark.is-25 {
  background-color: rgba(89, 89, 120, 0.25);
}

.bg-cover.is-grey-dark.is-35 {
  background-color: rgba(89, 89, 120, 0.35);
}

.bg-cover.is-grey-dark.is-45 {
  background-color: rgba(89, 89, 120, 0.45);
}

.bg-cover.is-grey-dark.is-55 {
  background-color: rgba(89, 89, 120, 0.55);
}

.bg-cover.is-grey-dark.is-65 {
  background-color: rgba(89, 89, 120, 0.65);
}

.bg-cover.is-grey-dark.is-75 {
  background-color: rgba(89, 89, 120, 0.75);
}

.bg-cover.is-grey-dark.is-85 {
  background-color: rgba(89, 89, 120, 0.85);
}

.bg-cover.is-grey-dark.is-95 {
  background-color: rgba(89, 89, 120, 0.95);
}

.bg-cover.is-grey.is-15 {
  background-color: rgba(108, 111, 157, 0.15);
}

.bg-cover.is-grey.is-25 {
  background-color: rgba(108, 111, 157, 0.25);
}

.bg-cover.is-grey.is-35 {
  background-color: rgba(108, 111, 157, 0.35);
}

.bg-cover.is-grey.is-45 {
  background-color: rgba(108, 111, 157, 0.45);
}

.bg-cover.is-grey.is-55 {
  background-color: rgba(108, 111, 157, 0.55);
}

.bg-cover.is-grey.is-65 {
  background-color: rgba(108, 111, 157, 0.65);
}

.bg-cover.is-grey.is-75 {
  background-color: rgba(108, 111, 157, 0.75);
}

.bg-cover.is-grey.is-85 {
  background-color: rgba(108, 111, 157, 0.85);
}

.bg-cover.is-grey.is-95 {
  background-color: rgba(108, 111, 157, 0.95);
}

.bg-cover.is-grey-light.is-15 {
  background-color: rgba(156, 159, 196, 0.15);
}

.bg-cover.is-grey-light.is-25 {
  background-color: rgba(156, 159, 196, 0.25);
}

.bg-cover.is-grey-light.is-35 {
  background-color: rgba(156, 159, 196, 0.35);
}

.bg-cover.is-grey-light.is-45 {
  background-color: rgba(156, 159, 196, 0.45);
}

.bg-cover.is-grey-light.is-55 {
  background-color: rgba(156, 159, 196, 0.55);
}

.bg-cover.is-grey-light.is-65 {
  background-color: rgba(156, 159, 196, 0.65);
}

.bg-cover.is-grey-light.is-75 {
  background-color: rgba(156, 159, 196, 0.75);
}

.bg-cover.is-grey-light.is-85 {
  background-color: rgba(156, 159, 196, 0.85);
}

.bg-cover.is-grey-light.is-95 {
  background-color: rgba(156, 159, 196, 0.95);
}

.bg-cover.is-grey-lighter.is-15 {
  background-color: rgba(201, 204, 227, 0.15);
}

.bg-cover.is-grey-lighter.is-25 {
  background-color: rgba(201, 204, 227, 0.25);
}

.bg-cover.is-grey-lighter.is-35 {
  background-color: rgba(201, 204, 227, 0.35);
}

.bg-cover.is-grey-lighter.is-45 {
  background-color: rgba(201, 204, 227, 0.45);
}

.bg-cover.is-grey-lighter.is-55 {
  background-color: rgba(201, 204, 227, 0.55);
}

.bg-cover.is-grey-lighter.is-65 {
  background-color: rgba(201, 204, 227, 0.65);
}

.bg-cover.is-grey-lighter.is-75 {
  background-color: rgba(201, 204, 227, 0.75);
}

.bg-cover.is-grey-lighter.is-85 {
  background-color: rgba(201, 204, 227, 0.85);
}

.bg-cover.is-grey-lighter.is-95 {
  background-color: rgba(201, 204, 227, 0.95);
}

.bg-cover.is-white-ter.is-15 {
  background-color: rgba(223, 226, 241, 0.15);
}

.bg-cover.is-white-ter.is-25 {
  background-color: rgba(223, 226, 241, 0.25);
}

.bg-cover.is-white-ter.is-35 {
  background-color: rgba(223, 226, 241, 0.35);
}

.bg-cover.is-white-ter.is-45 {
  background-color: rgba(223, 226, 241, 0.45);
}

.bg-cover.is-white-ter.is-55 {
  background-color: rgba(223, 226, 241, 0.55);
}

.bg-cover.is-white-ter.is-65 {
  background-color: rgba(223, 226, 241, 0.65);
}

.bg-cover.is-white-ter.is-75 {
  background-color: rgba(223, 226, 241, 0.75);
}

.bg-cover.is-white-ter.is-85 {
  background-color: rgba(223, 226, 241, 0.85);
}

.bg-cover.is-white-ter.is-95 {
  background-color: rgba(223, 226, 241, 0.95);
}

.bg-cover.is-white-bis.is-15 {
  background-color: rgba(244, 245, 251, 0.15);
}

.bg-cover.is-white-bis.is-25 {
  background-color: rgba(244, 245, 251, 0.25);
}

.bg-cover.is-white-bis.is-35 {
  background-color: rgba(244, 245, 251, 0.35);
}

.bg-cover.is-white-bis.is-45 {
  background-color: rgba(244, 245, 251, 0.45);
}

.bg-cover.is-white-bis.is-55 {
  background-color: rgba(244, 245, 251, 0.55);
}

.bg-cover.is-white-bis.is-65 {
  background-color: rgba(244, 245, 251, 0.65);
}

.bg-cover.is-white-bis.is-75 {
  background-color: rgba(244, 245, 251, 0.75);
}

.bg-cover.is-white-bis.is-85 {
  background-color: rgba(244, 245, 251, 0.85);
}

.bg-cover.is-white-bis.is-95 {
  background-color: rgba(244, 245, 251, 0.95);
}

.bg-cover.is-white.is-15 {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg-cover.is-white.is-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-cover.is-white.is-35 {
  background-color: rgba(255, 255, 255, 0.35);
}

.bg-cover.is-white.is-45 {
  background-color: rgba(255, 255, 255, 0.45);
}

.bg-cover.is-white.is-55 {
  background-color: rgba(255, 255, 255, 0.55);
}

.bg-cover.is-white.is-65 {
  background-color: rgba(255, 255, 255, 0.65);
}

.bg-cover.is-white.is-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-cover.is-white.is-85 {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-cover.is-white.is-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-cover.is-white.is-15 {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg-cover.is-white.is-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-cover.is-white.is-35 {
  background-color: rgba(255, 255, 255, 0.35);
}

.bg-cover.is-white.is-45 {
  background-color: rgba(255, 255, 255, 0.45);
}

.bg-cover.is-white.is-55 {
  background-color: rgba(255, 255, 255, 0.55);
}

.bg-cover.is-white.is-65 {
  background-color: rgba(255, 255, 255, 0.65);
}

.bg-cover.is-white.is-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-cover.is-white.is-85 {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-cover.is-white.is-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-cover.is-black.is-15 {
  background-color: rgba(0, 0, 0, 0.15);
}

.bg-cover.is-black.is-25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-cover.is-black.is-35 {
  background-color: rgba(0, 0, 0, 0.35);
}

.bg-cover.is-black.is-45 {
  background-color: rgba(0, 0, 0, 0.45);
}

.bg-cover.is-black.is-55 {
  background-color: rgba(0, 0, 0, 0.55);
}

.bg-cover.is-black.is-65 {
  background-color: rgba(0, 0, 0, 0.65);
}

.bg-cover.is-black.is-75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-cover.is-black.is-85 {
  background-color: rgba(0, 0, 0, 0.85);
}

.bg-cover.is-black.is-95 {
  background-color: rgba(0, 0, 0, 0.95);
}

.is-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.has-aspect-ratio-square {
  position: relative;
}

.has-aspect-ratio-square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.has-aspect-ratio-half {
  position: relative;
}

.has-aspect-ratio-half:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.has-aspect-ratio-third {
  position: relative;
}

.has-aspect-ratio-third:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.33333%;
}

.has-aspect-ratio-quarter {
  position: relative;
}

.has-aspect-ratio-quarter:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}

.has-aspect-ratio-sd {
  position: relative;
}

.has-aspect-ratio-sd:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.has-aspect-ratio-hd {
  position: relative;
}

.has-aspect-ratio-hd:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.is-bg-cover {
  background-size: cover;
}

.is-bg-center {
  background-position: center center;
}

.is-bg-75 {
  background-size: 75% auto;
}

.is-bg-no-repeat {
  background-repeat: no-repeat;
}

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

.is-relative-1 {
  position: relative !important;
  z-index: 1;
}

.is-relative-2 {
  position: relative !important;
  z-index: 2;
}

.is-relative-3 {
  position: relative !important;
  z-index: 3;
}

.is-z-1 {
  z-index: 1;
}

.has-pt0 {
  padding-top: 0 !important;
}

.has-pb0 {
  padding-bottom: 0 !important;
}

.has-pt05 {
  padding-top: 0.5rem !important;
}

.has-pb05 {
  padding-bottom: 0.5rem !important;
}

.has-pt1 {
  padding-top: 1rem !important;
}

.has-pb1 {
  padding-bottom: 1rem !important;
}

.has-pt15 {
  padding-top: 1.5rem !important;
}

.has-pb15 {
  padding-bottom: 1.5rem !important;
}

.has-pt2 {
  padding-top: 2rem !important;
}

.has-pb2 {
  padding-bottom: 2rem !important;
}

.has-pt3 {
  padding-top: 3rem !important;
}

.has-pb3 {
  padding-bottom: 3rem !important;
}

.has-pt5 {
  padding-top: 5rem !important;
}

.has-pb5 {
  padding-bottom: 5rem !important;
}

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

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

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

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

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

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

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

.has-direction-row {
  flex-direction: row;
}

.has-direction-column {
  flex-direction: column;
}

.has-no-line-height {
  line-height: 0;
}

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

@media screen and (min-width: 768px), print {
  .is-row-reverse-tablet {
    flex-direction: row-reverse;
  }
}

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

.has-block:not(:last-child) {
  margin-bottom: 1em;
}

.has-block-half:not(:last-child) {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px), print {
  .is-overlay-tablet {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .is-overlay-desktop {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.bg-image {
  opacity: 0;
  transition: 0.3s ease-out;
}

.bg-image.show {
  opacity: 1;
}

.has-default-cursor {
  cursor: default;
}

.has-no-pointer-events {
  pointer-events: none;
}

.has-no-radius {
  border-radius: 0 !important;
}

.has-family-alt {
  font-family: "Roboto Slab", sans-serif !important;
}

.has-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.has-family-serif {
  font-family: "Georgia", serif !important;
}

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

.has-text-weight-extra-bold {
  font-weight: 800 !important;
}

.has-text-weight-black {
  font-weight: 900 !important;
}

@media screen and (min-width: 1216px) {
  .has-bg-fixed .section-bg,
  .has-fixed-bg .section-bg {
    background-attachment: fixed;
  }
}

.has-bg-pattern .section-bg,
.has-pattern-bg .section-bg {
  background-size: auto auto;
  background-repeat: repeat;
  background-position: 0 0;
}

.is-object-fit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-object-fit.is-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.is-fw {
  width: 100%;
}

.is-fh {
  height: 100%;
}

.fill-current {
  fill: currentColor;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.leading-0 {
  line-height: 0;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-more-relaxed {
  line-height: 1.75;
}

.leading-loose {
  line-height: 1.9;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t {
  border-radius: 0.25rem 0.25rem 0 0;
}

.rounded-b {
  border-radius: 0 0 0.25rem 0.25rem;
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes logoIn {
  from {
    transform: scale3d(0.75, 0.75, 0.75);
  }
}

@keyframes logoIn {
  from {
    transform: scale3d(0.75, 0.75, 0.75);
  }
}

@-webkit-keyframes scrollLogoIn {
  from {
    transform: scale3d(1.25, 1.25, 1.25);
  }
}

@keyframes scrollLogoIn {
  from {
    transform: scale3d(1.25, 1.25, 1.25);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(60px, 0);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(60px, 0);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }

  to {
    opacity: 0;
    transform: translate(60px, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }

  to {
    opacity: 0;
    transform: translate(60px, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 30px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 30px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }

  to {
    opacity: 0;
    transform: translate(0, 50px);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }

  to {
    opacity: 0;
    transform: translate(0, 50px);
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(0, 12px);
  }

  100% {
    opacity: 0.75;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: translate(0, 12px);
  }

  100% {
    opacity: 0.75;
  }
}

@-webkit-keyframes seriesIn {
  0% {
    transform: scale3d(1, 1, 1);
  }

  100% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes seriesIn {
  0% {
    transform: scale3d(1, 1, 1);
  }

  100% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes seriesLoaded {
  0% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1.06, 1.06, 1.06);
  }
}

@keyframes seriesLoaded {
  0% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1.06, 1.06, 1.06);
  }
}

@-webkit-keyframes seriesOut {
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes seriesOut {
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

.breadcrumbs .breadcrumbs-item {
  display: flex;
  align-items: center;
}

.breadcrumbs .breadcrumbs-link {
  color: inherit;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  margin-right: 0.375rem;
}

.breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover {
  color: #667fea;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-100 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-100 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-100 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-100 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-200 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-200 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-200 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-200 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-300 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-300 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-300 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-300 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-400 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-400 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-400 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-400 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-500 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-500 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-500 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-500 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-600 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-600 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-600 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-600 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-700 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-700 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-700 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-700 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-800 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-800 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-800 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-800 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-primary-900 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-primary-900 .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-primary-900 .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-primary-900 .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-black .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-black .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-black .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-black .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-black-bis .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-black-bis .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-black-bis .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-black-bis .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-black-ter .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-black-ter .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-black-ter .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-black-ter .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-grey-darker .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-grey-darker .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-grey-darker .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-grey-darker .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-grey-dark .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-grey-dark .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-grey-dark .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-grey-dark .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-grey .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-grey .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-grey .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-grey .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-grey-light .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-grey-light .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-grey-light .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-grey-light .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-grey-lighter .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-grey-lighter .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-grey-lighter .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-grey-lighter .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-white-ter .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-white-ter .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-white-ter .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-white-ter .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-white-bis .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-white-bis .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-white-bis .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-white-bis .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs .breadcrumbs-link:active.is-white .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:hover.is-white .breadcrumbs .breadcrumbs-link:active,
.breadcrumbs .breadcrumbs-link:active.is-white .breadcrumbs .breadcrumbs-link:hover,
.breadcrumbs .breadcrumbs-link:hover.is-white .breadcrumbs .breadcrumbs-link:hover {
  color: inherit;
}

.breadcrumbs > .breadcrumbs-item:last-child {
  font-weight: 700;
}

.breadcrumb-divider {
  margin-right: 0.5rem;
  position: relative;
  font-size: 0.5em;
  color: inherit;
  display: inline-block;
}

.btp-target {
  position: absolute;
  left: 0;
  top: 3em;
}

.btp {
  position: fixed;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  bottom: 7rem;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .btp {
    bottom: 8rem;
  }
}

.btp-container {
  display: flex;
  justify-content: flex-end;
  height: 0;
  margin: 0 1rem;
}

.btp-button {
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  transition: 0.25s ease-out;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #a3bffa;
  color: #322c58 !important;
}

.is-scrolling .btp-button {
  opacity: 1;
}

.btp img {
  height: auto;
  opacity: 0.5;
  transition: 0.25s opacity ease-out;
}

.btp-button:hover {
  background-color: #c3d9fe;
  color: #322c58 !important;
}

.flyout {
  position: fixed;
  z-index: 999;
  display: none;
  color: #595978;
}

.flyout.show {
  display: block;
}

.flyout .flyout-bg {
  background-color: rgba(0, 0, 0, 0.35);
}

.flyout .flyout-container {
  z-index: 1;
  display: flex;
}

.flyout .flyout-left {
  display: flex;
  width: 0;
}

.flyout .flyout-right {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  padding-left: 12%;
}

.flyout .flyout-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 1 auto;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .flyout .flyout-top {
    padding-top: 0;
  }
}

.flyout .flyout-bottom {
  display: flex;
  flex: 0 1 auto;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .flyout .flyout-right {
    justify-content: center;
    padding-left: 8%;
    width: 50%;
  }

  .flyout .flyout-top {
    flex: 0 1 auto;
  }

  .flyout .flyout-left {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .flyout .flyout-right {
    padding-right: 12%;
  }
}

.flyout-nav:not(:last-child) {
  margin-bottom: 1rem;
}

.flyout-nav .flyout-nav-link {
  overflow: hidden;
  position: relative;
  display: block;
  color: #595978;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.25rem;
  font-family: "Roboto Slab", sans-serif;
}

.flyout-nav .flyout-nav-link:hover,
.flyout-nav .flyout-nav-link:active {
  color: #2e2d48;
}

@media screen and (min-width: 360px) {
  .flyout-nav .flyout-nav-link {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px), print {
  .flyout-nav .flyout-nav-link {
    font-size: 1.25rem;
  }
}

.flyout-info a {
  color: inherit;
}

@media screen and (min-width: 768px), print {
  .flyout-info {
    margin: 2rem 0;
  }
}

.flyout-address {
  justify-content: flex-start;
  align-items: center;
  font-size: 0.75rem;
  padding: 0.75rem 0 0.75em;
  margin: 0.25rem 0 0.75rem;
  border-top: 1px solid #c9cce3;
  border-bottom: 1px solid #c9cce3;
}

@media screen and (min-width: 411px) {
  .flyout-address {
    font-size: 0.875rem;
  }
}

.flyout-social-nav {
  margin-left: 0;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 375px) {
  .flyout-social-nav {
    margin-bottom: 1.5rem;
  }
}

.flyout-social-nav .social-nav-item {
  color: #595978;
  transition: 0.25s ease-out;
}

.flyout-social-nav .social-nav-item:hover,
.flyout-social-nav .social-nav-item:active {
  color: #2e2d48;
}

.flyout-cta-buttons {
  margin-bottom: 1rem;
}

.flyout-sub {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  color: #fff;
  transform: translateX(100%);
  transition: 0.3s ease-out;
}

.flyout-sub.is-active {
  z-index: 10;
  transform: translateX(0);
}

.flyout-sub-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 2rem;
  padding-left: 12%;
  padding-right: 1rem;
  height: 100%;
  border-left: 10px solid #f4f5fb;
}

@media screen and (min-width: 768px), print {
  .flyout-sub-container {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .flyout-sub-container {
    padding-right: 3rem;
  }
}

.flyout-subnav {
  min-height: 50vh;
}

.flyout-sublink {
  overflow: hidden;
  position: relative;
  display: block;
  color: #595978;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.25rem;
  font-family: "Roboto Slab", sans-serif;
}

.flyout-sublink:hover,
.flyout-sublink:active {
  color: #2e2d48;
}

@media screen and (min-width: 360px) {
  .flyout-sublink {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px), print {
  .flyout-sublink {
    font-size: 1.25rem;
  }
}

.flyout-hr {
  background-color: #c9cce3;
  margin-top: 0.375rem;
}

.button {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-size: 1rem;
  padding: 0.5625em 1.5em 0.5625em;
  border-radius: 3px;
  background-color: #595978;
  border: 2px solid transparent;
  line-height: 1.5;
  transition: 0.25s ease-out;
  cursor: pointer;
  text-decoration: none !important;
  overflow: hidden;
  font-weight: 700;
}

.button.is-fullwidth {
  width: 100%;
  display: block;
  text-align: center;
}

.button:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  transition: 0.25s ease-out;
  transform-origin: 50% 50%;
  opacity: 0;
}

.button.is-gray {
  border: 1px solid transparent;
  color: #fff !important;
}

.button.is-gray:after {
  background-color: #6c6f9d;
}

.button:hover,
.button.is-gray:hover {
  color: #fff !important;
  border-color: #6c6f9d;
}

.button:hover:after,
.button.is-gray:hover:after {
  opacity: 1;
}

.button:active,
.button.is-gray:active {
  color: #fff !important;
  border-color: #595978;
}

.button:active:after,
.button.is-gray:active:after {
  opacity: 1;
  background-color: #595978;
}

.button:focus:after {
  opacity: 1;
}

.button.is-outlined,
.button.is-gray.is-outlined {
  background-color: transparent;
  border-color: #595978;
  color: #595978 !important;
  border-width: 2px;
}

.button.is-outlined:after,
.button.is-gray.is-outlined:after {
  background-color: #595978;
}

.button.is-outlined:hover,
.button.is-gray.is-outlined:hover {
  border-color: #595978;
  color: #fff !important;
}

.button.is-inverted.is-outlined,
.button.is-gray.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-inverted.is-outlined:after,
.button.is-gray.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-inverted.is-outlined:hover,
.button.is-gray.is-inverted.is-outlined:hover {
  color: #595978;
}

.button.is-tiny {
  font-size: 0.75rem;
}

.button.is-small {
  font-size: 0.875rem;
}

.button.is-medium {
  font-size: 1.125rem;
}

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

.button.is-primary-100 {
  background-color: #ebf4ff;
  color: #322c58 !important;
}

.button.is-primary-100:after {
  background-color: white;
}

.button.is-primary-100:hover {
  border-color: white;
}

.button.is-primary-100:active,
.button.is-primary-100.is-active {
  border-color: #ebf4ff;
}

.button.is-primary-100:active:after,
.button.is-primary-100.is-active:after {
  background-color: #ebf4ff;
}

.button.is-primary-100.is-outlined {
  background-color: transparent;
  border-color: #ebf4ff;
  color: #ebf4ff !important;
}

.button.is-primary-100.is-outlined:after {
  background-color: #ebf4ff;
}

.button.is-primary-100.is-outlined:hover,
.button.is-primary-100.is-outlined:focus {
  border-color: #ebf4ff;
  color: #322c58 !important;
}

.button.is-primary-100.is-outlined:hover:after,
.button.is-primary-100.is-outlined:focus:after {
  background-color: #ebf4ff;
}

.button.is-primary-100.is-outlined:active:after {
  background-color: #413a73;
}

.button.is-primary-100.is-inverted {
  background-color: #322c58;
  color: #ebf4ff !important;
}

.button.is-primary-100.is-inverted:after {
  background-color: #322c58;
}

.button.is-primary-100.is-inverted:hover {
  border-color: #322c58;
  color: #413a73 !important;
}

.button.is-primary-100.is-inverted:active {
  color: #ebf4ff !important;
}

.button.is-primary-100.is-inverted:active:after {
  background-color: #322c58;
}

.button.is-primary-100.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #322c58;
  color: #322c58 !important;
}

.button.is-primary-100.is-inverted.is-outlined:after {
  background-color: #322c58;
}

.button.is-primary-100.is-inverted.is-outlined:hover,
.button.is-primary-100.is-inverted.is-outlined:focus {
  color: #ebf4ff !important;
}

.button.is-primary-100.is-inverted.is-outlined:hover:after,
.button.is-primary-100.is-inverted.is-outlined:focus:after {
  background-color: #322c58;
}

.button.is-primary-100.is-inverted.is-outlined:active:after {
  background-color: #413a73;
}

.button.is-primary-200 {
  background-color: #c3d9fe;
  color: #322c58 !important;
}

.button.is-primary-200:after {
  background-color: #ebf2ff;
}

.button.is-primary-200:hover {
  border-color: #ebf2ff;
}

.button.is-primary-200:active,
.button.is-primary-200.is-active {
  border-color: #c3d9fe;
}

.button.is-primary-200:active:after,
.button.is-primary-200.is-active:after {
  background-color: #c3d9fe;
}

.button.is-primary-200.is-outlined {
  background-color: transparent;
  border-color: #c3d9fe;
  color: #c3d9fe !important;
}

.button.is-primary-200.is-outlined:after {
  background-color: #c3d9fe;
}

.button.is-primary-200.is-outlined:hover,
.button.is-primary-200.is-outlined:focus {
  border-color: #c3d9fe;
  color: #322c58 !important;
}

.button.is-primary-200.is-outlined:hover:after,
.button.is-primary-200.is-outlined:focus:after {
  background-color: #c3d9fe;
}

.button.is-primary-200.is-outlined:active:after {
  background-color: #413a73;
}

.button.is-primary-200.is-inverted {
  background-color: #322c58;
  color: #c3d9fe !important;
}

.button.is-primary-200.is-inverted:after {
  background-color: #322c58;
}

.button.is-primary-200.is-inverted:hover {
  border-color: #322c58;
  color: #413a73 !important;
}

.button.is-primary-200.is-inverted:active {
  color: #c3d9fe !important;
}

.button.is-primary-200.is-inverted:active:after {
  background-color: #322c58;
}

.button.is-primary-200.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #322c58;
  color: #322c58 !important;
}

.button.is-primary-200.is-inverted.is-outlined:after {
  background-color: #322c58;
}

.button.is-primary-200.is-inverted.is-outlined:hover,
.button.is-primary-200.is-inverted.is-outlined:focus {
  color: #c3d9fe !important;
}

.button.is-primary-200.is-inverted.is-outlined:hover:after,
.button.is-primary-200.is-inverted.is-outlined:focus:after {
  background-color: #322c58;
}

.button.is-primary-200.is-inverted.is-outlined:active:after {
  background-color: #413a73;
}

.button.is-primary-300 {
  background-color: #a3bffa;
  color: #322c58 !important;
}

.button.is-primary-300:after {
  background-color: #cadafc;
}

.button.is-primary-300:hover {
  border-color: #cadafc;
}

.button.is-primary-300:active,
.button.is-primary-300.is-active {
  border-color: #a3bffa;
}

.button.is-primary-300:active:after,
.button.is-primary-300.is-active:after {
  background-color: #a3bffa;
}

.button.is-primary-300.is-outlined {
  background-color: transparent;
  border-color: #a3bffa;
  color: #a3bffa !important;
}

.button.is-primary-300.is-outlined:after {
  background-color: #a3bffa;
}

.button.is-primary-300.is-outlined:hover,
.button.is-primary-300.is-outlined:focus {
  border-color: #a3bffa;
  color: #322c58 !important;
}

.button.is-primary-300.is-outlined:hover:after,
.button.is-primary-300.is-outlined:focus:after {
  background-color: #a3bffa;
}

.button.is-primary-300.is-outlined:active:after {
  background-color: #413a73;
}

.button.is-primary-300.is-inverted {
  background-color: #322c58;
  color: #a3bffa !important;
}

.button.is-primary-300.is-inverted:after {
  background-color: #322c58;
}

.button.is-primary-300.is-inverted:hover {
  border-color: #322c58;
  color: #413a73 !important;
}

.button.is-primary-300.is-inverted:active {
  color: #a3bffa !important;
}

.button.is-primary-300.is-inverted:active:after {
  background-color: #322c58;
}

.button.is-primary-300.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #322c58;
  color: #322c58 !important;
}

.button.is-primary-300.is-inverted.is-outlined:after {
  background-color: #322c58;
}

.button.is-primary-300.is-inverted.is-outlined:hover,
.button.is-primary-300.is-inverted.is-outlined:focus {
  color: #a3bffa !important;
}

.button.is-primary-300.is-inverted.is-outlined:hover:after,
.button.is-primary-300.is-inverted.is-outlined:focus:after {
  background-color: #322c58;
}

.button.is-primary-300.is-inverted.is-outlined:active:after {
  background-color: #413a73;
}

.button.is-primary-400 {
  background-color: #7f9df5;
  color: #fff !important;
}

.button.is-primary-400:after {
  background-color: #a5baf8;
}

.button.is-primary-400:hover {
  border-color: #a5baf8;
}

.button.is-primary-400:active,
.button.is-primary-400.is-active {
  border-color: #7f9df5;
}

.button.is-primary-400:active:after,
.button.is-primary-400.is-active:after {
  background-color: #7f9df5;
}

.button.is-primary-400.is-outlined {
  background-color: transparent;
  border-color: #7f9df5;
  color: #7f9df5 !important;
}

.button.is-primary-400.is-outlined:after {
  background-color: #7f9df5;
}

.button.is-primary-400.is-outlined:hover,
.button.is-primary-400.is-outlined:focus {
  border-color: #7f9df5;
  color: #fff !important;
}

.button.is-primary-400.is-outlined:hover:after,
.button.is-primary-400.is-outlined:focus:after {
  background-color: #7f9df5;
}

.button.is-primary-400.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-400.is-inverted {
  background-color: #fff;
  color: #7f9df5 !important;
}

.button.is-primary-400.is-inverted:after {
  background-color: #fff;
}

.button.is-primary-400.is-inverted:hover {
  border-color: #fff;
  color: white !important;
}

.button.is-primary-400.is-inverted:active {
  color: #7f9df5 !important;
}

.button.is-primary-400.is-inverted:active:after {
  background-color: #fff;
}

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

.button.is-primary-400.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-primary-400.is-inverted.is-outlined:hover,
.button.is-primary-400.is-inverted.is-outlined:focus {
  color: #7f9df5 !important;
}

.button.is-primary-400.is-inverted.is-outlined:hover:after,
.button.is-primary-400.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary-400.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-500 {
  background-color: #667fea;
  color: #fff !important;
}

.button.is-primary-500:after {
  background-color: #8a9def;
}

.button.is-primary-500:hover {
  border-color: #8a9def;
}

.button.is-primary-500:active,
.button.is-primary-500.is-active {
  border-color: #667fea;
}

.button.is-primary-500:active:after,
.button.is-primary-500.is-active:after {
  background-color: #667fea;
}

.button.is-primary-500.is-outlined {
  background-color: transparent;
  border-color: #667fea;
  color: #667fea !important;
}

.button.is-primary-500.is-outlined:after {
  background-color: #667fea;
}

.button.is-primary-500.is-outlined:hover,
.button.is-primary-500.is-outlined:focus {
  border-color: #667fea;
  color: #fff !important;
}

.button.is-primary-500.is-outlined:hover:after,
.button.is-primary-500.is-outlined:focus:after {
  background-color: #667fea;
}

.button.is-primary-500.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-500.is-inverted {
  background-color: #fff;
  color: #667fea !important;
}

.button.is-primary-500.is-inverted:after {
  background-color: #fff;
}

.button.is-primary-500.is-inverted:hover {
  border-color: #fff;
  color: white !important;
}

.button.is-primary-500.is-inverted:active {
  color: #667fea !important;
}

.button.is-primary-500.is-inverted:active:after {
  background-color: #fff;
}

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

.button.is-primary-500.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-primary-500.is-inverted.is-outlined:hover,
.button.is-primary-500.is-inverted.is-outlined:focus {
  color: #667fea !important;
}

.button.is-primary-500.is-inverted.is-outlined:hover:after,
.button.is-primary-500.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary-500.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-600 {
  background-color: #5a66d8;
  color: #fff !important;
}

.button.is-primary-600:after {
  background-color: #7b85e0;
}

.button.is-primary-600:hover {
  border-color: #7b85e0;
}

.button.is-primary-600:active,
.button.is-primary-600.is-active {
  border-color: #5a66d8;
}

.button.is-primary-600:active:after,
.button.is-primary-600.is-active:after {
  background-color: #5a66d8;
}

.button.is-primary-600.is-outlined {
  background-color: transparent;
  border-color: #5a66d8;
  color: #5a66d8 !important;
}

.button.is-primary-600.is-outlined:after {
  background-color: #5a66d8;
}

.button.is-primary-600.is-outlined:hover,
.button.is-primary-600.is-outlined:focus {
  border-color: #5a66d8;
  color: #fff !important;
}

.button.is-primary-600.is-outlined:hover:after,
.button.is-primary-600.is-outlined:focus:after {
  background-color: #5a66d8;
}

.button.is-primary-600.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-600.is-inverted {
  background-color: #fff;
  color: #5a66d8 !important;
}

.button.is-primary-600.is-inverted:after {
  background-color: #fff;
}

.button.is-primary-600.is-inverted:hover {
  border-color: #fff;
  color: white !important;
}

.button.is-primary-600.is-inverted:active {
  color: #5a66d8 !important;
}

.button.is-primary-600.is-inverted:active:after {
  background-color: #fff;
}

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

.button.is-primary-600.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-primary-600.is-inverted.is-outlined:hover,
.button.is-primary-600.is-inverted.is-outlined:focus {
  color: #5a66d8 !important;
}

.button.is-primary-600.is-inverted.is-outlined:hover:after,
.button.is-primary-600.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary-600.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-700 {
  background-color: #4b51be;
  color: #fff !important;
}

.button.is-primary-700:after {
  background-color: #696ec9;
}

.button.is-primary-700:hover {
  border-color: #696ec9;
}

.button.is-primary-700:active,
.button.is-primary-700.is-active {
  border-color: #4b51be;
}

.button.is-primary-700:active:after,
.button.is-primary-700.is-active:after {
  background-color: #4b51be;
}

.button.is-primary-700.is-outlined {
  background-color: transparent;
  border-color: #4b51be;
  color: #4b51be !important;
}

.button.is-primary-700.is-outlined:after {
  background-color: #4b51be;
}

.button.is-primary-700.is-outlined:hover,
.button.is-primary-700.is-outlined:focus {
  border-color: #4b51be;
  color: #fff !important;
}

.button.is-primary-700.is-outlined:hover:after,
.button.is-primary-700.is-outlined:focus:after {
  background-color: #4b51be;
}

.button.is-primary-700.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-700.is-inverted {
  background-color: #fff;
  color: #4b51be !important;
}

.button.is-primary-700.is-inverted:after {
  background-color: #fff;
}

.button.is-primary-700.is-inverted:hover {
  border-color: #fff;
  color: white !important;
}

.button.is-primary-700.is-inverted:active {
  color: #4b51be !important;
}

.button.is-primary-700.is-inverted:active:after {
  background-color: #fff;
}

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

.button.is-primary-700.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-primary-700.is-inverted.is-outlined:hover,
.button.is-primary-700.is-inverted.is-outlined:focus {
  color: #4b51be !important;
}

.button.is-primary-700.is-inverted.is-outlined:hover:after,
.button.is-primary-700.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary-700.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-800 {
  background-color: #434190;
  color: #fff !important;
}

.button.is-primary-800:after {
  background-color: #514dac;
}

.button.is-primary-800:hover {
  border-color: #514dac;
}

.button.is-primary-800:active,
.button.is-primary-800.is-active {
  border-color: #434190;
}

.button.is-primary-800:active:after,
.button.is-primary-800.is-active:after {
  background-color: #434190;
}

.button.is-primary-800.is-outlined {
  background-color: transparent;
  border-color: #434190;
  color: #434190 !important;
}

.button.is-primary-800.is-outlined:after {
  background-color: #434190;
}

.button.is-primary-800.is-outlined:hover,
.button.is-primary-800.is-outlined:focus {
  border-color: #434190;
  color: #fff !important;
}

.button.is-primary-800.is-outlined:hover:after,
.button.is-primary-800.is-outlined:focus:after {
  background-color: #434190;
}

.button.is-primary-800.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-800.is-inverted {
  background-color: #fff;
  color: #434190 !important;
}

.button.is-primary-800.is-inverted:after {
  background-color: #fff;
}

.button.is-primary-800.is-inverted:hover {
  border-color: #fff;
  color: white !important;
}

.button.is-primary-800.is-inverted:active {
  color: #434190 !important;
}

.button.is-primary-800.is-inverted:active:after {
  background-color: #fff;
}

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

.button.is-primary-800.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-primary-800.is-inverted.is-outlined:hover,
.button.is-primary-800.is-inverted.is-outlined:focus {
  color: #434190 !important;
}

.button.is-primary-800.is-inverted.is-outlined:hover:after,
.button.is-primary-800.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary-800.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-900 {
  background-color: #322c58;
  color: #fff !important;
}

.button.is-primary-900:after {
  background-color: #413a73;
}

.button.is-primary-900:hover {
  border-color: #413a73;
}

.button.is-primary-900:active,
.button.is-primary-900.is-active {
  border-color: #322c58;
}

.button.is-primary-900:active:after,
.button.is-primary-900.is-active:after {
  background-color: #322c58;
}

.button.is-primary-900.is-outlined {
  background-color: transparent;
  border-color: #322c58;
  color: #322c58 !important;
}

.button.is-primary-900.is-outlined:after {
  background-color: #322c58;
}

.button.is-primary-900.is-outlined:hover,
.button.is-primary-900.is-outlined:focus {
  border-color: #322c58;
  color: #fff !important;
}

.button.is-primary-900.is-outlined:hover:after,
.button.is-primary-900.is-outlined:focus:after {
  background-color: #322c58;
}

.button.is-primary-900.is-outlined:active:after {
  background-color: white;
}

.button.is-primary-900.is-inverted {
  background-color: #fff;
  color: #322c58 !important;
}

.button.is-primary-900.is-inverted:after {
  background-color: #fff;
}

.button.is-primary-900.is-inverted:hover {
  border-color: #fff;
  color: white !important;
}

.button.is-primary-900.is-inverted:active {
  color: #322c58 !important;
}

.button.is-primary-900.is-inverted:active:after {
  background-color: #fff;
}

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

.button.is-primary-900.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-primary-900.is-inverted.is-outlined:hover,
.button.is-primary-900.is-inverted.is-outlined:focus {
  color: #322c58 !important;
}

.button.is-primary-900.is-inverted.is-outlined:hover:after,
.button.is-primary-900.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary-900.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-black {
  background-color: #0a0a0a;
  color: white !important;
}

.button.is-black:after {
  background-color: #1f1f1f;
}

.button.is-black:hover {
  border-color: #1f1f1f;
}

.button.is-black:active,
.button.is-black.is-active {
  border-color: #0a0a0a;
}

.button.is-black:active:after,
.button.is-black.is-active:after {
  background-color: #0a0a0a;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a !important;
}

.button.is-black.is-outlined:after {
  background-color: #0a0a0a;
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined:focus {
  border-color: #0a0a0a;
  color: white !important;
}

.button.is-black.is-outlined:hover:after,
.button.is-black.is-outlined:focus:after {
  background-color: #0a0a0a;
}

.button.is-black.is-outlined:active:after {
  background-color: white;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a !important;
}

.button.is-black.is-inverted:after {
  background-color: white;
}

.button.is-black.is-inverted:hover {
  border-color: white;
  color: white !important;
}

.button.is-black.is-inverted:active {
  color: #0a0a0a !important;
}

.button.is-black.is-inverted:active:after {
  background-color: white;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-black.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined:focus {
  color: #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined:hover:after,
.button.is-black.is-inverted.is-outlined:focus:after {
  background-color: white;
}

.button.is-black.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-black-bis {
  background-color: #1b1a2d;
  color: white !important;
}

.button.is-black-bis:after {
  background-color: #2b2a47;
}

.button.is-black-bis:hover {
  border-color: #2b2a47;
}

.button.is-black-bis:active,
.button.is-black-bis.is-active {
  border-color: #1b1a2d;
}

.button.is-black-bis:active:after,
.button.is-black-bis.is-active:after {
  background-color: #1b1a2d;
}

.button.is-black-bis.is-outlined {
  background-color: transparent;
  border-color: #1b1a2d;
  color: #1b1a2d !important;
}

.button.is-black-bis.is-outlined:after {
  background-color: #1b1a2d;
}

.button.is-black-bis.is-outlined:hover,
.button.is-black-bis.is-outlined:focus {
  border-color: #1b1a2d;
  color: white !important;
}

.button.is-black-bis.is-outlined:hover:after,
.button.is-black-bis.is-outlined:focus:after {
  background-color: #1b1a2d;
}

.button.is-black-bis.is-outlined:active:after {
  background-color: white;
}

.button.is-black-bis.is-inverted {
  background-color: white;
  color: #1b1a2d !important;
}

.button.is-black-bis.is-inverted:after {
  background-color: white;
}

.button.is-black-bis.is-inverted:hover {
  border-color: white;
  color: white !important;
}

.button.is-black-bis.is-inverted:active {
  color: #1b1a2d !important;
}

.button.is-black-bis.is-inverted:active:after {
  background-color: white;
}

.button.is-black-bis.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-black-bis.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-black-bis.is-inverted.is-outlined:hover,
.button.is-black-bis.is-inverted.is-outlined:focus {
  color: #1b1a2d !important;
}

.button.is-black-bis.is-inverted.is-outlined:hover:after,
.button.is-black-bis.is-inverted.is-outlined:focus:after {
  background-color: white;
}

.button.is-black-bis.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-black-ter {
  background-color: #2e2d48;
  color: white !important;
}

.button.is-black-ter:after {
  background-color: #3e3d61;
}

.button.is-black-ter:hover {
  border-color: #3e3d61;
}

.button.is-black-ter:active,
.button.is-black-ter.is-active {
  border-color: #2e2d48;
}

.button.is-black-ter:active:after,
.button.is-black-ter.is-active:after {
  background-color: #2e2d48;
}

.button.is-black-ter.is-outlined {
  background-color: transparent;
  border-color: #2e2d48;
  color: #2e2d48 !important;
}

.button.is-black-ter.is-outlined:after {
  background-color: #2e2d48;
}

.button.is-black-ter.is-outlined:hover,
.button.is-black-ter.is-outlined:focus {
  border-color: #2e2d48;
  color: white !important;
}

.button.is-black-ter.is-outlined:hover:after,
.button.is-black-ter.is-outlined:focus:after {
  background-color: #2e2d48;
}

.button.is-black-ter.is-outlined:active:after {
  background-color: white;
}

.button.is-black-ter.is-inverted {
  background-color: white;
  color: #2e2d48 !important;
}

.button.is-black-ter.is-inverted:after {
  background-color: white;
}

.button.is-black-ter.is-inverted:hover {
  border-color: white;
  color: white !important;
}

.button.is-black-ter.is-inverted:active {
  color: #2e2d48 !important;
}

.button.is-black-ter.is-inverted:active:after {
  background-color: white;
}

.button.is-black-ter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-black-ter.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-black-ter.is-inverted.is-outlined:hover,
.button.is-black-ter.is-inverted.is-outlined:focus {
  color: #2e2d48 !important;
}

.button.is-black-ter.is-inverted.is-outlined:hover:after,
.button.is-black-ter.is-inverted.is-outlined:focus:after {
  background-color: white;
}

.button.is-black-ter.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-grey-darker {
  background-color: #44445f;
  color: white !important;
}

.button.is-grey-darker:after {
  background-color: #555577;
}

.button.is-grey-darker:hover {
  border-color: #555577;
}

.button.is-grey-darker:active,
.button.is-grey-darker.is-active {
  border-color: #44445f;
}

.button.is-grey-darker:active:after,
.button.is-grey-darker.is-active:after {
  background-color: #44445f;
}

.button.is-grey-darker.is-outlined {
  background-color: transparent;
  border-color: #44445f;
  color: #44445f !important;
}

.button.is-grey-darker.is-outlined:after {
  background-color: #44445f;
}

.button.is-grey-darker.is-outlined:hover,
.button.is-grey-darker.is-outlined:focus {
  border-color: #44445f;
  color: white !important;
}

.button.is-grey-darker.is-outlined:hover:after,
.button.is-grey-darker.is-outlined:focus:after {
  background-color: #44445f;
}

.button.is-grey-darker.is-outlined:active:after {
  background-color: white;
}

.button.is-grey-darker.is-inverted {
  background-color: white;
  color: #44445f !important;
}

.button.is-grey-darker.is-inverted:after {
  background-color: white;
}

.button.is-grey-darker.is-inverted:hover {
  border-color: white;
  color: white !important;
}

.button.is-grey-darker.is-inverted:active {
  color: #44445f !important;
}

.button.is-grey-darker.is-inverted:active:after {
  background-color: white;
}

.button.is-grey-darker.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-grey-darker.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-grey-darker.is-inverted.is-outlined:hover,
.button.is-grey-darker.is-inverted.is-outlined:focus {
  color: #44445f !important;
}

.button.is-grey-darker.is-inverted.is-outlined:hover:after,
.button.is-grey-darker.is-inverted.is-outlined:focus:after {
  background-color: white;
}

.button.is-grey-darker.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-grey-dark {
  background-color: #595978;
  color: white !important;
}

.button.is-grey-dark:after {
  background-color: #6a6b90;
}

.button.is-grey-dark:hover {
  border-color: #6a6b90;
}

.button.is-grey-dark:active,
.button.is-grey-dark.is-active {
  border-color: #595978;
}

.button.is-grey-dark:active:after,
.button.is-grey-dark.is-active:after {
  background-color: #595978;
}

.button.is-grey-dark.is-outlined {
  background-color: transparent;
  border-color: #595978;
  color: #595978 !important;
}

.button.is-grey-dark.is-outlined:after {
  background-color: #595978;
}

.button.is-grey-dark.is-outlined:hover,
.button.is-grey-dark.is-outlined:focus {
  border-color: #595978;
  color: white !important;
}

.button.is-grey-dark.is-outlined:hover:after,
.button.is-grey-dark.is-outlined:focus:after {
  background-color: #595978;
}

.button.is-grey-dark.is-outlined:active:after {
  background-color: white;
}

.button.is-grey-dark.is-inverted {
  background-color: white;
  color: #595978 !important;
}

.button.is-grey-dark.is-inverted:after {
  background-color: white;
}

.button.is-grey-dark.is-inverted:hover {
  border-color: white;
  color: white !important;
}

.button.is-grey-dark.is-inverted:active {
  color: #595978 !important;
}

.button.is-grey-dark.is-inverted:active:after {
  background-color: white;
}

.button.is-grey-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-grey-dark.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-grey-dark.is-inverted.is-outlined:hover,
.button.is-grey-dark.is-inverted.is-outlined:focus {
  color: #595978 !important;
}

.button.is-grey-dark.is-inverted.is-outlined:hover:after,
.button.is-grey-dark.is-inverted.is-outlined:focus:after {
  background-color: white;
}

.button.is-grey-dark.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-grey {
  background-color: #6c6f9d;
  color: white !important;
}

.button.is-grey:after {
  background-color: #8587ad;
}

.button.is-grey:hover {
  border-color: #8587ad;
}

.button.is-grey:active,
.button.is-grey.is-active {
  border-color: #6c6f9d;
}

.button.is-grey:active:after,
.button.is-grey.is-active:after {
  background-color: #6c6f9d;
}

.button.is-grey.is-outlined {
  background-color: transparent;
  border-color: #6c6f9d;
  color: #6c6f9d !important;
}

.button.is-grey.is-outlined:after {
  background-color: #6c6f9d;
}

.button.is-grey.is-outlined:hover,
.button.is-grey.is-outlined:focus {
  border-color: #6c6f9d;
  color: white !important;
}

.button.is-grey.is-outlined:hover:after,
.button.is-grey.is-outlined:focus:after {
  background-color: #6c6f9d;
}

.button.is-grey.is-outlined:active:after {
  background-color: white;
}

.button.is-grey.is-inverted {
  background-color: white;
  color: #6c6f9d !important;
}

.button.is-grey.is-inverted:after {
  background-color: white;
}

.button.is-grey.is-inverted:hover {
  border-color: white;
  color: white !important;
}

.button.is-grey.is-inverted:active {
  color: #6c6f9d !important;
}

.button.is-grey.is-inverted:active:after {
  background-color: white;
}

.button.is-grey.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-grey.is-inverted.is-outlined:after {
  background-color: white;
}

.button.is-grey.is-inverted.is-outlined:hover,
.button.is-grey.is-inverted.is-outlined:focus {
  color: #6c6f9d !important;
}

.button.is-grey.is-inverted.is-outlined:hover:after,
.button.is-grey.is-inverted.is-outlined:focus:after {
  background-color: white;
}

.button.is-grey.is-inverted.is-outlined:active:after {
  background-color: white;
}

.button.is-grey-light {
  background-color: #9c9fc4;
  color: #0a0a0a !important;
}

.button.is-grey-light:after {
  background-color: #b6b8d3;
}

.button.is-grey-light:hover {
  border-color: #b6b8d3;
}

.button.is-grey-light:active,
.button.is-grey-light.is-active {
  border-color: #9c9fc4;
}

.button.is-grey-light:active:after,
.button.is-grey-light.is-active:after {
  background-color: #9c9fc4;
}

.button.is-grey-light.is-outlined {
  background-color: transparent;
  border-color: #9c9fc4;
  color: #9c9fc4 !important;
}

.button.is-grey-light.is-outlined:after {
  background-color: #9c9fc4;
}

.button.is-grey-light.is-outlined:hover,
.button.is-grey-light.is-outlined:focus {
  border-color: #9c9fc4;
  color: #0a0a0a !important;
}

.button.is-grey-light.is-outlined:hover:after,
.button.is-grey-light.is-outlined:focus:after {
  background-color: #9c9fc4;
}

.button.is-grey-light.is-outlined:active:after {
  background-color: #1f1f1f;
}

.button.is-grey-light.is-inverted {
  background-color: #0a0a0a;
  color: #9c9fc4 !important;
}

.button.is-grey-light.is-inverted:after {
  background-color: #0a0a0a;
}

.button.is-grey-light.is-inverted:hover {
  border-color: #0a0a0a;
  color: #1f1f1f !important;
}

.button.is-grey-light.is-inverted:active {
  color: #9c9fc4 !important;
}

.button.is-grey-light.is-inverted:active:after {
  background-color: #0a0a0a;
}

.button.is-grey-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a !important;
}

.button.is-grey-light.is-inverted.is-outlined:after {
  background-color: #0a0a0a;
}

.button.is-grey-light.is-inverted.is-outlined:hover,
.button.is-grey-light.is-inverted.is-outlined:focus {
  color: #9c9fc4 !important;
}

.button.is-grey-light.is-inverted.is-outlined:hover:after,
.button.is-grey-light.is-inverted.is-outlined:focus:after {
  background-color: #0a0a0a;
}

.button.is-grey-light.is-inverted.is-outlined:active:after {
  background-color: #1f1f1f;
}

.button.is-grey-lighter {
  background-color: #c9cce3;
  color: #1b1a2d !important;
}

.button.is-grey-lighter:after {
  background-color: #e4e6f1;
}

.button.is-grey-lighter:hover {
  border-color: #e4e6f1;
}

.button.is-grey-lighter:active,
.button.is-grey-lighter.is-active {
  border-color: #c9cce3;
}

.button.is-grey-lighter:active:after,
.button.is-grey-lighter.is-active:after {
  background-color: #c9cce3;
}

.button.is-grey-lighter.is-outlined {
  background-color: transparent;
  border-color: #c9cce3;
  color: #c9cce3 !important;
}

.button.is-grey-lighter.is-outlined:after {
  background-color: #c9cce3;
}

.button.is-grey-lighter.is-outlined:hover,
.button.is-grey-lighter.is-outlined:focus {
  border-color: #c9cce3;
  color: #1b1a2d !important;
}

.button.is-grey-lighter.is-outlined:hover:after,
.button.is-grey-lighter.is-outlined:focus:after {
  background-color: #c9cce3;
}

.button.is-grey-lighter.is-outlined:active:after {
  background-color: #2b2a47;
}

.button.is-grey-lighter.is-inverted {
  background-color: #1b1a2d;
  color: #c9cce3 !important;
}

.button.is-grey-lighter.is-inverted:after {
  background-color: #1b1a2d;
}

.button.is-grey-lighter.is-inverted:hover {
  border-color: #1b1a2d;
  color: #2b2a47 !important;
}

.button.is-grey-lighter.is-inverted:active {
  color: #c9cce3 !important;
}

.button.is-grey-lighter.is-inverted:active:after {
  background-color: #1b1a2d;
}

.button.is-grey-lighter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #1b1a2d;
  color: #1b1a2d !important;
}

.button.is-grey-lighter.is-inverted.is-outlined:after {
  background-color: #1b1a2d;
}

.button.is-grey-lighter.is-inverted.is-outlined:hover,
.button.is-grey-lighter.is-inverted.is-outlined:focus {
  color: #c9cce3 !important;
}

.button.is-grey-lighter.is-inverted.is-outlined:hover:after,
.button.is-grey-lighter.is-inverted.is-outlined:focus:after {
  background-color: #1b1a2d;
}

.button.is-grey-lighter.is-inverted.is-outlined:active:after {
  background-color: #2b2a47;
}

.button.is-white-ter {
  background-color: #dfe2f1;
  color: #2e2d48 !important;
}

.button.is-white-ter:after {
  background-color: #fbfcfd;
}

.button.is-white-ter:hover {
  border-color: #fbfcfd;
}

.button.is-white-ter:active,
.button.is-white-ter.is-active {
  border-color: #dfe2f1;
}

.button.is-white-ter:active:after,
.button.is-white-ter.is-active:after {
  background-color: #dfe2f1;
}

.button.is-white-ter.is-outlined {
  background-color: transparent;
  border-color: #dfe2f1;
  color: #dfe2f1 !important;
}

.button.is-white-ter.is-outlined:after {
  background-color: #dfe2f1;
}

.button.is-white-ter.is-outlined:hover,
.button.is-white-ter.is-outlined:focus {
  border-color: #dfe2f1;
  color: #2e2d48 !important;
}

.button.is-white-ter.is-outlined:hover:after,
.button.is-white-ter.is-outlined:focus:after {
  background-color: #dfe2f1;
}

.button.is-white-ter.is-outlined:active:after {
  background-color: #3e3d61;
}

.button.is-white-ter.is-inverted {
  background-color: #2e2d48;
  color: #dfe2f1 !important;
}

.button.is-white-ter.is-inverted:after {
  background-color: #2e2d48;
}

.button.is-white-ter.is-inverted:hover {
  border-color: #2e2d48;
  color: #3e3d61 !important;
}

.button.is-white-ter.is-inverted:active {
  color: #dfe2f1 !important;
}

.button.is-white-ter.is-inverted:active:after {
  background-color: #2e2d48;
}

.button.is-white-ter.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #2e2d48;
  color: #2e2d48 !important;
}

.button.is-white-ter.is-inverted.is-outlined:after {
  background-color: #2e2d48;
}

.button.is-white-ter.is-inverted.is-outlined:hover,
.button.is-white-ter.is-inverted.is-outlined:focus {
  color: #dfe2f1 !important;
}

.button.is-white-ter.is-inverted.is-outlined:hover:after,
.button.is-white-ter.is-inverted.is-outlined:focus:after {
  background-color: #2e2d48;
}

.button.is-white-ter.is-inverted.is-outlined:active:after {
  background-color: #3e3d61;
}

.button.is-white-bis {
  background-color: #f4f5fb;
  color: #44445f !important;
}

.button.is-white-bis:after {
  background-color: white;
}

.button.is-white-bis:hover {
  border-color: white;
}

.button.is-white-bis:active,
.button.is-white-bis.is-active {
  border-color: #f4f5fb;
}

.button.is-white-bis:active:after,
.button.is-white-bis.is-active:after {
  background-color: #f4f5fb;
}

.button.is-white-bis.is-outlined {
  background-color: transparent;
  border-color: #f4f5fb;
  color: #f4f5fb !important;
}

.button.is-white-bis.is-outlined:after {
  background-color: #f4f5fb;
}

.button.is-white-bis.is-outlined:hover,
.button.is-white-bis.is-outlined:focus {
  border-color: #f4f5fb;
  color: #44445f !important;
}

.button.is-white-bis.is-outlined:hover:after,
.button.is-white-bis.is-outlined:focus:after {
  background-color: #f4f5fb;
}

.button.is-white-bis.is-outlined:active:after {
  background-color: #555577;
}

.button.is-white-bis.is-inverted {
  background-color: #44445f;
  color: #f4f5fb !important;
}

.button.is-white-bis.is-inverted:after {
  background-color: #44445f;
}

.button.is-white-bis.is-inverted:hover {
  border-color: #44445f;
  color: #555577 !important;
}

.button.is-white-bis.is-inverted:active {
  color: #f4f5fb !important;
}

.button.is-white-bis.is-inverted:active:after {
  background-color: #44445f;
}

.button.is-white-bis.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #44445f;
  color: #44445f !important;
}

.button.is-white-bis.is-inverted.is-outlined:after {
  background-color: #44445f;
}

.button.is-white-bis.is-inverted.is-outlined:hover,
.button.is-white-bis.is-inverted.is-outlined:focus {
  color: #f4f5fb !important;
}

.button.is-white-bis.is-inverted.is-outlined:hover:after,
.button.is-white-bis.is-inverted.is-outlined:focus:after {
  background-color: #44445f;
}

.button.is-white-bis.is-inverted.is-outlined:active:after {
  background-color: #555577;
}

.button.is-white {
  background-color: white;
  color: #595978 !important;
}

.button.is-white:after {
  background-color: white;
}

.button.is-white:hover {
  border-color: white;
}

.button.is-white:active,
.button.is-white.is-active {
  border-color: white;
}

.button.is-white:active:after,
.button.is-white.is-active:after {
  background-color: white;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white !important;
}

.button.is-white.is-outlined:after {
  background-color: white;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  border-color: white;
  color: #595978 !important;
}

.button.is-white.is-outlined:hover:after,
.button.is-white.is-outlined:focus:after {
  background-color: white;
}

.button.is-white.is-outlined:active:after {
  background-color: #6a6b90;
}

.button.is-white.is-inverted {
  background-color: #595978;
  color: white !important;
}

.button.is-white.is-inverted:after {
  background-color: #595978;
}

.button.is-white.is-inverted:hover {
  border-color: #595978;
  color: #6a6b90 !important;
}

.button.is-white.is-inverted:active {
  color: white !important;
}

.button.is-white.is-inverted:active:after {
  background-color: #595978;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #595978;
  color: #595978 !important;
}

.button.is-white.is-inverted.is-outlined:after {
  background-color: #595978;
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined:focus {
  color: white !important;
}

.button.is-white.is-inverted.is-outlined:hover:after,
.button.is-white.is-inverted.is-outlined:focus:after {
  background-color: #595978;
}

.button.is-white.is-inverted.is-outlined:active:after {
  background-color: #6a6b90;
}

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

.buttons .button:not(:last-child) {
  margin-right: 0.5em;
}

.has-text-centered .buttons .button {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media screen and (max-width: 767px) {
  .buttons .button {
    margin-bottom: 0.5em;
  }
}

.buttons.cta-buttons .button {
  margin-bottom: 0;
}

.button-icon {
  margin-right: 0.375em;
}

.footer .location-info-item .button {
  color: #fff !important;
}

.footer .location-info-item .button:hover,
.footer .location-info-item .button:active,
.footer .location-info-item .button:focus {
  color: #fff !important;
}

.header .buttons {
  line-height: 0;
}

.text-button {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-size: 1rem;
  padding: 0.5625em 1.5em 0.5625em;
  margin: 1em 0.5em 1em 0;
  border-radius: 5px;
  background-color: #5a66d8;
  border: 2px solid transparent;
  line-height: 1.5;
  transition: 0.25s ease-out;
  cursor: pointer;
  text-decoration: none !important;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
}

.text-button:hover {
  color: #fff !important;
  background-color: #667fea;
}

.text-button:active {
  color: #fff !important;
  background-color: #5a66d8;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}

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

@media screen and (min-width: 768px), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 40px rgba(10, 10, 10, 0.15);
  padding: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

@media screen and (min-width: 768px), print {
  .modal-box {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .modal-box {
    padding: 3rem;
  }
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

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

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

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

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

.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

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

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

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

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #dfe2f1;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #c9cce3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-card-title {
  color: #44445f;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #c9cce3;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1986;
}

.modal.is-active {
  display: flex;
}

@media screen and (min-width: 768px), print {
  .modal-content,
  .modal-card {
    width: auto;
  }
}

.modal-close {
  background-color: rgba(90, 102, 216, 0.6);
  transition: 86ms ease-out;
}

.modal-close:hover,
.modal-close:focus {
  background-color: #5a66d8;
}

.modal {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.modal.is-active {
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.modal-image {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  max-height: 90vh;
}

.modal-image.is-loaded {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.carousel-modal {
  background: #222;
  display: none;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.carousel-modal.is-active {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 9999;
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.carousel-modal-cell {
  width: 100%;
  height: 300px;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-modal.is-fullscreen .carousel-modal-cell {
  height: 100%;
}

.carousel-modal-image {
  display: block;
  max-height: 100%;
}

.carousel-modal.is-fullscreen .carousel-modal-image {
  max-width: 100%;
}

.modal-content.is-super {
  width: 100%;
}

.accordion-item {
  margin: 0 0 1.75rem;
}

.accordion-figure:not(:last-child) {
  margin-bottom: 1em;
}

.accordion-body:not(:last-child) {
  margin-bottom: 1.5em;
}

.accordion-header {
  border-bottom: 1px solid #c9cce3;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}

.accordion-header:hover .title {
  color: #4b51be;
}

.accordion-header:hover .accordion-arrow {
  transform: rotate(90deg);
}

.accordion-header .title {
  transition: 0.25s ease-out;
}

.accordion-item.is-active .accordion-header:hover .accordion-arrow {
  transform: rotate(-90deg);
}

.accordion-arrow {
  transition: 0.3s ease-out;
}

.accordion-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
}

.accordion-content {
  height: 0;
  overflow: hidden;
}

.accordion-content > *:first-child {
  margin-top: 1.5em;
}

.accordion-item.is-active .accordion-content {
  height: auto;
}

.accordion-footer {
  padding-bottom: 3em;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -webkit-user-select--moz-user-select: none;
  -webkit-user-select--moz-user-select--ms-user-select: none;
  -webkit-user-select--moz-user-select--ms-user-select-user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .flickity-prev-next-button {
    display: none;
  }
}

.show-arrows-on-hover .flickity-prev-next-button {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1216px) {
  .show-arrows-on-hover:hover .flickity-prev-next-button {
    opacity: 1;
    pointer-events: auto;
  }
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.has-dots-inside .flickity-page-dots {
  bottom: 0.5rem;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot:hover {
  background: #fff;
}

.has-dots-inside .flickity-page-dots .dot {
  background-color: transparent;
  border: 2px solid #fff;
}

.is-transparent .flickity-page-dots .dot {
  background-color: #888;
}

.is-transparent .flickity-page-dots .dot:hover {
  background-color: #000;
}

.is-transparent .has-dots-inside .flickity-page-dots .dot {
  background-color: transparent;
}

.is-transparent .has-dots-inside .flickity-page-dots .dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #5a66d8;
}

.is-transparent .flickity-page-dots .dot.is-selected {
  background-color: #5a66d8;
}

.has-dots-inside .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

/* Flickity fullscreen v1.0.1 */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 9999;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */

html.is-flickity-fullscreen {
  overflow: hidden;
}

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #4b51be;
}

/* right-to-left */

.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

.flickity-fullscreen-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  position: absolute;
  font-size: 1.5rem;
  max-height: 36px;
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
  background: #5a66d8;
}

.flickity-fullscreen-button .flickity-button-icon {
  display: none;
}

.flickity-fullscreen-button:before,
.flickity-fullscreen-button:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.flickity-fullscreen-button:before {
  height: 2px;
  width: 50%;
}

.flickity-fullscreen-button:after {
  height: 50%;
  width: 2px;
}

.flickity-fullscreen-button:hover,
.flickity-fullscreen-button:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.flickity-fullscreen-button:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.flickity-fullscreen-button.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.flickity-fullscreen-button.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.flickity-fullscreen-button.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.flickity-fullscreen-button:hover,
.flickity-fullscreen-button:active {
  background: #667fea;
}

.flickity-fullscreen-button {
  background-color: #a3bffa;
}

.loading-icon {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

.has-arrows-outside .flickity-prev-next-button.previous {
  left: -60px;
}

.has-arrows-outside .flickity-prev-next-button.next {
  right: -60px;
}

/* carousel height, as percentage of width */

.image-carousel {
  padding-bottom: 56.25%;
}

/* viewport inherit size from carousel */

.image-carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

/* cell inherit height from carousel */

.image-carousel-item {
  width: 100%;
  height: 100%;
}

.hero-carousel {
  width: 100%;
}

.hero-carousel-item {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .hero-carousel-item {
    height: 56.25vh;
  }
}

@media screen and (min-width: 1024px) {
  .hero-carousel-item {
    height: 100vh;
  }
}

@media screen and (min-width: 1024px) {
  .section-1 .hero-carousel-item {
    height: calc(100vh - 64px);
  }
}

@media screen and (min-width: 1216px) {
  .section-1 .hero-carousel-item {
    height: calc(100vh - 100px);
  }
}

/* carousel height, as percentage of width */

.image-tag-carousel {
  padding-bottom: 56.25%;
}

/* viewport inherit size from carousel */

.image-tag-carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

/* cell inherit height from carousel */

.image-tag-carousel-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}

.review-carousel .flickity-page-dots {
  bottom: -38px;
}

@media screen and (min-width: 1024px) {
  .review-carousel .flickity-page-dots {
    bottom: -50px;
  }
}

.review-carousel .flickity-prev-next-button {
  background-color: rgba(90, 102, 216, 0.65);
}

.review-carousel .flickity-prev-next-button:active,
.review-carousel .flickity-prev-next-button:hover {
  background-color: #5a66d8;
}

.review-carousel .flickity-prev-next-button .arrow {
  fill: white;
}

.review-carousel .flickity-page-dots .dot.is-selected {
  background: #5a66d8;
}

.review-carousel .flickity-page-dots .dot {
  background: white;
}

.review-carousel .flickity-page-dots .dot:hover {
  background: white;
  opacity: 0.7;
}

.review-carousel-item {
  position: absolute;
  text-align: left;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #c9cce3;
  padding: 1.5rem;
  margin: 1.5rem;
  transition: 0.5s ease-out;
  width: 90%;
  opacity: 0.5;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

.review-carousel-item.is-selected {
  opacity: 1;
  transform: scale(1);
}

.review-carousel-item.is-selected .review-source {
  transform: translateY(0);
}

@media screen and (min-width: 768px), print {
  .review-carousel-item {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 1024px) {
  .review-carousel-item {
    width: 350px;
  }
}

.carousel-modal.is-single .flickity-page-dots,
.carousel-modal.is-single .flickity-button.flickity-prev-next-button {
  display: none;
}

.review-source {
  transition: 0.3s ease-out;
  transform: translate(-20px);
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: white;
  color: #595978;
  border-bottom: 1px solid #f4f5fb;
}

.has-alert .header {
  border-bottom-width: 0;
}

@media screen and (min-width: 1216px) {
  .header .logo-image {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: logoIn;
            animation-name: logoIn;
  }
}

@media screen and (min-width: 1216px) {
  .is-scrolling .header {
    background-color: white;
  }
}

.header-container {
  display: flex;
  justify-content: center;
  height: 64px;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 768px), print {
  .header-container {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1216px) {
  .header-container {
    height: 100px;
  }

  .is-scrolling .header-container {
    height: 64px;
  }
}

.header-left {
  display: flex;
  align-items: center;
}

.header-middle {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
}

.show-mobile-nav .header-right {
  padding-right: 60px;
}

@media screen and (min-width: 1216px) {
  .show-mobile-nav .header-right {
    padding-right: 0;
  }
}

.logo {
  line-height: 0;
  margin-right: 1rem;
}

@media screen and (min-width: 1216px) {
  .logo {
    margin-right: 3rem;
  }
}

@media screen and (min-width: 1216px) {
  .is-scrolling .header .logo-image {
    display: none;
  }

  .is-scrolling .header .mobile-logo-image {
    display: block !important;
    -webkit-animation-name: scrollLogoIn;
            animation-name: scrollLogoIn;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
}

.menu-button-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}

.menu-button-container {
  height: 0;
  display: flex;
  justify-content: flex-end;
}

.menu-button {
  opacity: 0;
  transition: 0.25s ease-out;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  pointer-events: auto;
  background-color: transparent;
}

.menu-button.is-loaded {
  opacity: 1;
}

.menu-button:active,
.menu-button:hover {
  background-color: transparent;
}

.menu-button:active .menu-button-bar,
.menu-button:hover .menu-button-bar {
  background: #1b1a2d;
}

.menu-button .menu-button-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  opacity: 1;
  left: 12px;
  background-color: #44445f;
  border-radius: 1px;
  transition: 0.25s ease-in-out,background-color 0.3s ease-out, opacity 0s;
}

.menu-button .menu-button-bar:first-child {
  top: 16px;
  height: 3px;
}

.menu-button .menu-button-bar:nth-child(2),
.menu-button .menu-button-bar:nth-child(3) {
  top: 23px;
}

.menu-button .menu-button-bar:nth-child(4) {
  top: 30px;
}

.menu-button.is-active .menu-button-bar:first-child,
.menu-button.is-active .menu-button-bar:nth-child(4) {
  top: 21px;
  width: 0;
  left: 50%;
}

.menu-button.is-active .menu-button-bar:nth-child(2) {
  transform: rotate(45deg);
}

.menu-button.is-active .menu-button-bar:nth-child(3) {
  transform: rotate(-45deg);
}

.main-nav-list {
  display: flex;
}

.main-nav-item {
  position: relative;
}

.main-nav-link {
  line-height: 1em;
  display: block;
}

.main-nav-subnav {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  display: none;
  white-space: nowrap;
  background-color: #fff;
}

.main-nav-item.is-active .main-nav-subnav {
  display: block;
}

.main-nav-sublink {
  display: block;
  padding: 0.375em 1em;
  color: #fff;
}

.secondary-nav-list {
  display: flex;
}

.secondary-nav-item {
  margin-left: 0.75em;
}

.has-subnav-container .main-nav-item {
  position: static;
}

.has-subnav-container .main-nav-subnav {
  z-index: -1;
  top: 100px;
  margin-top: 0;
  width: 100%;
  transition: 0.3s ease-out;
}

.is-scrolling .has-subnav-container .main-nav-subnav {
  top: 64px;
}

.has-subnav-container .main-nav-sublink {
  padding: 0;
}

.has-subnav-container .subnav-container {
  padding-top: 2rem;
  padding-bottom: 2.25rem;
  border-top: 1px solid #626ba1;
}

.has-subnav-container .subnav-container-columns {
  width: 100%;
}

.has-subnav-container .subnav-columns {
  width: 100%;
}

.has-subnav-container .subnav-title {
  color: #a2c7e2;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

.has-subnav-container .main-nav-subnav-list {
  padding-left: 5vw;
}

.has-subnav-container .main-nav-subitem {
  padding: 0.25em 0;
}

.cta-buttons.is-header {
  margin-left: 1rem;
}

.cta-buttons.is-flyout:not(:last-child) {
  margin-bottom: 1em;
}

.alert-wrapper {
  background-color: #5a66d8;
  color: #fff;
  display: none;
}

.alert-wrapper.is-active {
  display: block;
}

.alert-wrapper .alert-container {
  padding: 1rem 0;
}

@media screen and (min-width: 768px), print {
  .alert-wrapper .alert-container {
    padding: 1rem 0;
  }
}

.alert-wrapper a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

.alert-wrapper a:hover {
  color: #dfe2f1;
}

.alert-wrapper a:active {
  text-decoration: none;
}

.alert-content {
  padding-right: 1.5rem;
  flex: 1 1 auto;
}

.alert-button-container {
  flex: 0 0 auto;
}

.alert-button {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 3px;
  transition: 0.2s ease-out;
  display: flex;
  line-height: 0;
}

.alert-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.alert-button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer {
  margin-top: auto;
}

.footer-section {
  padding: 3rem 0;
}

.footer-section.has-border {
  border-bottom: 1px solid #595978;
}

.footer-item:not(:last-child) {
  margin-bottom: 2rem;
}

.cta-mobile {
  position: fixed;
  z-index: 998;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 0.5em 1.5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.25s ease-out;
  transform: translateY(100px);
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1), 0 -1px 2px 0 rgba(0, 0, 0, 0.06);
}

.is-scrolling .cta-mobile,
.is-scrolling-up .cta-mobile {
  transform: translateY(0);
}

.footer .social-nav-item {
  color: #9c9fc4;
}

.footer .social-nav-item:hover {
  color: #dfe2f1;
}

.footer-nav-link {
  color: #c9cce3;
}

a.footer-nav-link:hover {
  color: #f4f5fb;
}

.footer-nav-sublink {
  color: #c9cce3;
}

.footer-nav-sublink:hover {
  color: #f4f5fb;
}

.section.is-primary-100,
.has-bg-color.is-primary-100 {
  background-color: #ebf4ff;
  color: #322c58;
}

.section.is-primary-100 .title,
.section.is-primary-100 .subtitle,
.has-bg-color.is-primary-100 .title,
.has-bg-color.is-primary-100 .subtitle {
  color: inherit;
}

.section.is-primary-100 .content a,
.has-bg-color.is-primary-100 .content a {
  color: #322c58;
  text-decoration: underline;
}

.section.is-primary-100 .content a:hover,
.has-bg-color.is-primary-100 .content a:hover {
  color: #413a73;
}

.section.is-primary-200,
.has-bg-color.is-primary-200 {
  background-color: #c3d9fe;
  color: #322c58;
}

.section.is-primary-200 .title,
.section.is-primary-200 .subtitle,
.has-bg-color.is-primary-200 .title,
.has-bg-color.is-primary-200 .subtitle {
  color: inherit;
}

.section.is-primary-200 .content a,
.has-bg-color.is-primary-200 .content a {
  color: #322c58;
  text-decoration: underline;
}

.section.is-primary-200 .content a:hover,
.has-bg-color.is-primary-200 .content a:hover {
  color: #413a73;
}

.section.is-primary-300,
.has-bg-color.is-primary-300 {
  background-color: #a3bffa;
  color: #322c58;
}

.section.is-primary-300 .title,
.section.is-primary-300 .subtitle,
.has-bg-color.is-primary-300 .title,
.has-bg-color.is-primary-300 .subtitle {
  color: inherit;
}

.section.is-primary-300 .content a,
.has-bg-color.is-primary-300 .content a {
  color: #322c58;
  text-decoration: underline;
}

.section.is-primary-300 .content a:hover,
.has-bg-color.is-primary-300 .content a:hover {
  color: #413a73;
}

.section.is-primary-400,
.has-bg-color.is-primary-400 {
  background-color: #7f9df5;
  color: #fff;
}

.section.is-primary-400 .title,
.section.is-primary-400 .subtitle,
.has-bg-color.is-primary-400 .title,
.has-bg-color.is-primary-400 .subtitle {
  color: inherit;
}

.section.is-primary-400 .content a,
.has-bg-color.is-primary-400 .content a {
  color: #fff;
  text-decoration: underline;
}

.section.is-primary-400 .content a:hover,
.has-bg-color.is-primary-400 .content a:hover {
  color: white;
}

.section.is-primary-500,
.has-bg-color.is-primary-500 {
  background-color: #667fea;
  color: #fff;
}

.section.is-primary-500 .title,
.section.is-primary-500 .subtitle,
.has-bg-color.is-primary-500 .title,
.has-bg-color.is-primary-500 .subtitle {
  color: inherit;
}

.section.is-primary-500 .content a,
.has-bg-color.is-primary-500 .content a {
  color: #fff;
  text-decoration: underline;
}

.section.is-primary-500 .content a:hover,
.has-bg-color.is-primary-500 .content a:hover {
  color: white;
}

.section.is-primary-600,
.has-bg-color.is-primary-600 {
  background-color: #5a66d8;
  color: #fff;
}

.section.is-primary-600 .title,
.section.is-primary-600 .subtitle,
.has-bg-color.is-primary-600 .title,
.has-bg-color.is-primary-600 .subtitle {
  color: inherit;
}

.section.is-primary-600 .content a,
.has-bg-color.is-primary-600 .content a {
  color: #fff;
  text-decoration: underline;
}

.section.is-primary-600 .content a:hover,
.has-bg-color.is-primary-600 .content a:hover {
  color: white;
}

.section.is-primary-700,
.has-bg-color.is-primary-700 {
  background-color: #4b51be;
  color: #fff;
}

.section.is-primary-700 .title,
.section.is-primary-700 .subtitle,
.has-bg-color.is-primary-700 .title,
.has-bg-color.is-primary-700 .subtitle {
  color: inherit;
}

.section.is-primary-700 .content a,
.has-bg-color.is-primary-700 .content a {
  color: #fff;
  text-decoration: underline;
}

.section.is-primary-700 .content a:hover,
.has-bg-color.is-primary-700 .content a:hover {
  color: white;
}

.section.is-primary-800,
.has-bg-color.is-primary-800 {
  background-color: #434190;
  color: #fff;
}

.section.is-primary-800 .title,
.section.is-primary-800 .subtitle,
.has-bg-color.is-primary-800 .title,
.has-bg-color.is-primary-800 .subtitle {
  color: inherit;
}

.section.is-primary-800 .content a,
.has-bg-color.is-primary-800 .content a {
  color: #fff;
  text-decoration: underline;
}

.section.is-primary-800 .content a:hover,
.has-bg-color.is-primary-800 .content a:hover {
  color: white;
}

.section.is-primary-900,
.has-bg-color.is-primary-900 {
  background-color: #322c58;
  color: #fff;
}

.section.is-primary-900 .title,
.section.is-primary-900 .subtitle,
.has-bg-color.is-primary-900 .title,
.has-bg-color.is-primary-900 .subtitle {
  color: inherit;
}

.section.is-primary-900 .content a,
.has-bg-color.is-primary-900 .content a {
  color: #fff;
  text-decoration: underline;
}

.section.is-primary-900 .content a:hover,
.has-bg-color.is-primary-900 .content a:hover {
  color: white;
}

.section.is-black,
.has-bg-color.is-black {
  background-color: #0a0a0a;
  color: white;
}

.section.is-black .title,
.section.is-black .subtitle,
.has-bg-color.is-black .title,
.has-bg-color.is-black .subtitle {
  color: inherit;
}

.section.is-black .content a,
.has-bg-color.is-black .content a {
  color: white;
  text-decoration: underline;
}

.section.is-black .content a:hover,
.has-bg-color.is-black .content a:hover {
  color: white;
}

.section.is-black-bis,
.has-bg-color.is-black-bis {
  background-color: #1b1a2d;
  color: white;
}

.section.is-black-bis .title,
.section.is-black-bis .subtitle,
.has-bg-color.is-black-bis .title,
.has-bg-color.is-black-bis .subtitle {
  color: inherit;
}

.section.is-black-bis .content a,
.has-bg-color.is-black-bis .content a {
  color: white;
  text-decoration: underline;
}

.section.is-black-bis .content a:hover,
.has-bg-color.is-black-bis .content a:hover {
  color: white;
}

.section.is-black-ter,
.has-bg-color.is-black-ter {
  background-color: #2e2d48;
  color: white;
}

.section.is-black-ter .title,
.section.is-black-ter .subtitle,
.has-bg-color.is-black-ter .title,
.has-bg-color.is-black-ter .subtitle {
  color: inherit;
}

.section.is-black-ter .content a,
.has-bg-color.is-black-ter .content a {
  color: white;
  text-decoration: underline;
}

.section.is-black-ter .content a:hover,
.has-bg-color.is-black-ter .content a:hover {
  color: white;
}

.section.is-grey-darker,
.has-bg-color.is-grey-darker {
  background-color: #44445f;
  color: white;
}

.section.is-grey-darker .title,
.section.is-grey-darker .subtitle,
.has-bg-color.is-grey-darker .title,
.has-bg-color.is-grey-darker .subtitle {
  color: inherit;
}

.section.is-grey-darker .content a,
.has-bg-color.is-grey-darker .content a {
  color: white;
  text-decoration: underline;
}

.section.is-grey-darker .content a:hover,
.has-bg-color.is-grey-darker .content a:hover {
  color: white;
}

.section.is-grey-dark,
.has-bg-color.is-grey-dark {
  background-color: #595978;
  color: white;
}

.section.is-grey-dark .title,
.section.is-grey-dark .subtitle,
.has-bg-color.is-grey-dark .title,
.has-bg-color.is-grey-dark .subtitle {
  color: inherit;
}

.section.is-grey-dark .content a,
.has-bg-color.is-grey-dark .content a {
  color: white;
  text-decoration: underline;
}

.section.is-grey-dark .content a:hover,
.has-bg-color.is-grey-dark .content a:hover {
  color: white;
}

.section.is-grey,
.has-bg-color.is-grey {
  background-color: #6c6f9d;
  color: white;
}

.section.is-grey .title,
.section.is-grey .subtitle,
.has-bg-color.is-grey .title,
.has-bg-color.is-grey .subtitle {
  color: inherit;
}

.section.is-grey .content a,
.has-bg-color.is-grey .content a {
  color: white;
  text-decoration: underline;
}

.section.is-grey .content a:hover,
.has-bg-color.is-grey .content a:hover {
  color: white;
}

.section.is-grey-light,
.has-bg-color.is-grey-light {
  background-color: #9c9fc4;
  color: #0a0a0a;
}

.section.is-grey-light .title,
.section.is-grey-light .subtitle,
.has-bg-color.is-grey-light .title,
.has-bg-color.is-grey-light .subtitle {
  color: inherit;
}

.section.is-grey-light .content a,
.has-bg-color.is-grey-light .content a {
  color: #0a0a0a;
  text-decoration: underline;
}

.section.is-grey-light .content a:hover,
.has-bg-color.is-grey-light .content a:hover {
  color: #1f1f1f;
}

.section.is-grey-lighter,
.has-bg-color.is-grey-lighter {
  background-color: #c9cce3;
  color: #1b1a2d;
}

.section.is-grey-lighter .title,
.section.is-grey-lighter .subtitle,
.has-bg-color.is-grey-lighter .title,
.has-bg-color.is-grey-lighter .subtitle {
  color: inherit;
}

.section.is-grey-lighter .content a,
.has-bg-color.is-grey-lighter .content a {
  color: #1b1a2d;
  text-decoration: underline;
}

.section.is-grey-lighter .content a:hover,
.has-bg-color.is-grey-lighter .content a:hover {
  color: #2b2a47;
}

.section.is-white-ter,
.has-bg-color.is-white-ter {
  background-color: #dfe2f1;
  color: #2e2d48;
}

.section.is-white-ter .title,
.section.is-white-ter .subtitle,
.has-bg-color.is-white-ter .title,
.has-bg-color.is-white-ter .subtitle {
  color: inherit;
}

.section.is-white-ter .content a,
.has-bg-color.is-white-ter .content a {
  color: #2e2d48;
  text-decoration: underline;
}

.section.is-white-ter .content a:hover,
.has-bg-color.is-white-ter .content a:hover {
  color: #3e3d61;
}

.section.is-white-bis,
.has-bg-color.is-white-bis {
  background-color: #f4f5fb;
  color: #44445f;
}

.section.is-white-bis .title,
.section.is-white-bis .subtitle,
.has-bg-color.is-white-bis .title,
.has-bg-color.is-white-bis .subtitle {
  color: inherit;
}

.section.is-white-bis .content a,
.has-bg-color.is-white-bis .content a {
  color: #44445f;
  text-decoration: underline;
}

.section.is-white-bis .content a:hover,
.has-bg-color.is-white-bis .content a:hover {
  color: #555577;
}

.section.is-white,
.has-bg-color.is-white {
  background-color: white;
  color: #595978;
}

.section.is-white .title,
.section.is-white .subtitle,
.has-bg-color.is-white .title,
.has-bg-color.is-white .subtitle {
  color: inherit;
}

.section.is-white .content a,
.has-bg-color.is-white .content a {
  color: #595978;
  text-decoration: underline;
}

.section.is-white .content a:hover,
.has-bg-color.is-white .content a:hover {
  color: #6a6b90;
}

.section.is-white .title,
.section.is-white-est .title,
.section.is-white-bis .title,
.section.is-white-ter .title,
.has-bg-color.is-white .title,
.has-bg-color.is-white-est .title,
.has-bg-color.is-white-bis .title,
.has-bg-color.is-white-ter .title {
  color: #2e2d48;
}

.section.is-white .subtitle,
.section.is-white-est .subtitle,
.section.is-white-bis .subtitle,
.section.is-white-ter .subtitle,
.has-bg-color.is-white .subtitle,
.has-bg-color.is-white-est .subtitle,
.has-bg-color.is-white-bis .subtitle,
.has-bg-color.is-white-ter .subtitle {
  color: #44445f;
}

.section.is-white .content h1,
.section.is-white .content h2,
.section.is-white .content h3,
.section.is-white .content h4,
.section.is-white .content h5,
.section.is-white .content h6,
.section.is-white.content h1,
.section.is-white.content h2,
.section.is-white.content h3,
.section.is-white.content h4,
.section.is-white.content h5,
.section.is-white.content h6,
.section.is-white-est .content h1,
.section.is-white-est .content h2,
.section.is-white-est .content h3,
.section.is-white-est .content h4,
.section.is-white-est .content h5,
.section.is-white-est .content h6,
.section.is-white-est.content h1,
.section.is-white-est.content h2,
.section.is-white-est.content h3,
.section.is-white-est.content h4,
.section.is-white-est.content h5,
.section.is-white-est.content h6,
.section.is-white-bis .content h1,
.section.is-white-bis .content h2,
.section.is-white-bis .content h3,
.section.is-white-bis .content h4,
.section.is-white-bis .content h5,
.section.is-white-bis .content h6,
.section.is-white-bis.content h1,
.section.is-white-bis.content h2,
.section.is-white-bis.content h3,
.section.is-white-bis.content h4,
.section.is-white-bis.content h5,
.section.is-white-bis.content h6,
.section.is-white-ter .content h1,
.section.is-white-ter .content h2,
.section.is-white-ter .content h3,
.section.is-white-ter .content h4,
.section.is-white-ter .content h5,
.section.is-white-ter .content h6,
.section.is-white-ter.content h1,
.section.is-white-ter.content h2,
.section.is-white-ter.content h3,
.section.is-white-ter.content h4,
.section.is-white-ter.content h5,
.section.is-white-ter.content h6,
.has-bg-color.is-white .content h1,
.has-bg-color.is-white .content h2,
.has-bg-color.is-white .content h3,
.has-bg-color.is-white .content h4,
.has-bg-color.is-white .content h5,
.has-bg-color.is-white .content h6,
.has-bg-color.is-white.content h1,
.has-bg-color.is-white.content h2,
.has-bg-color.is-white.content h3,
.has-bg-color.is-white.content h4,
.has-bg-color.is-white.content h5,
.has-bg-color.is-white.content h6,
.has-bg-color.is-white-est .content h1,
.has-bg-color.is-white-est .content h2,
.has-bg-color.is-white-est .content h3,
.has-bg-color.is-white-est .content h4,
.has-bg-color.is-white-est .content h5,
.has-bg-color.is-white-est .content h6,
.has-bg-color.is-white-est.content h1,
.has-bg-color.is-white-est.content h2,
.has-bg-color.is-white-est.content h3,
.has-bg-color.is-white-est.content h4,
.has-bg-color.is-white-est.content h5,
.has-bg-color.is-white-est.content h6,
.has-bg-color.is-white-bis .content h1,
.has-bg-color.is-white-bis .content h2,
.has-bg-color.is-white-bis .content h3,
.has-bg-color.is-white-bis .content h4,
.has-bg-color.is-white-bis .content h5,
.has-bg-color.is-white-bis .content h6,
.has-bg-color.is-white-bis.content h1,
.has-bg-color.is-white-bis.content h2,
.has-bg-color.is-white-bis.content h3,
.has-bg-color.is-white-bis.content h4,
.has-bg-color.is-white-bis.content h5,
.has-bg-color.is-white-bis.content h6,
.has-bg-color.is-white-ter .content h1,
.has-bg-color.is-white-ter .content h2,
.has-bg-color.is-white-ter .content h3,
.has-bg-color.is-white-ter .content h4,
.has-bg-color.is-white-ter .content h5,
.has-bg-color.is-white-ter .content h6,
.has-bg-color.is-white-ter.content h1,
.has-bg-color.is-white-ter.content h2,
.has-bg-color.is-white-ter.content h3,
.has-bg-color.is-white-ter.content h4,
.has-bg-color.is-white-ter.content h5,
.has-bg-color.is-white-ter.content h6 {
  color: #44445f;
}

.section {
  position: relative;
  padding: 3rem 0;
  overflow: hidden;
}

.section.is-small {
  padding: 1rem 0;
}

.section.is-medium {
  padding: 5rem 0;
}

.section.is-fullheight {
  padding: 5rem 0;
}

.section.is-hero-form {
  padding: 3rem 0;
}

@media screen and (min-width: 768px), print {
  .section {
    padding: 5rem 0;
  }

  .section.is-small {
    padding: 2rem 0;
  }

  .section.is-medium {
    padding: 7rem 0;
  }

  .section.is-fullheight {
    padding: 20vw 0;
  }
}

@media screen and (min-width: 1024px) {
  .section {
    padding: 5rem 0;
  }

  .section.is-small {
    padding: 3rem 0;
  }

  .section.is-medium {
    padding: 9rem 0;
  }

  .section.is-fullheight {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 64px);
    height: auto;
  }

  .section.is-fullheight .section-container {
    flex: 0 0 auto;
  }
}

@media screen and (min-width: 1216px) {
  .section.is-fullheight.section-1 {
    min-height: calc(100vh - 100px);
  }
}

.section-body:not(:last-child) {
  margin-bottom: 2em;
}

.section-body.is-extra-body {
  width: 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px), print {
  .section-body.is-extra-body {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-body.is-extra-body {
    padding: 2rem;
  }
}

.section-figure:not(:last-child) {
  margin-bottom: 2em;
}

.section-item .section-body:not(:last-child) {
  margin-bottom: 1em;
}

.section-item .section-figure:not(:last-child) {
  margin-bottom: 1em;
}

.section-item .buttons:not(:last-child) {
  margin-bottom: 1em;
}

.tag-series {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  z-index: 1;
  text-align: center;
}

.has-carousel .tag-series {
  position: relative;
  margin-top: 1rem;
}

.tag-series-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  align-items: center;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  pointer-events: none;
}

.tag-series-item.is-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tag-series-item.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  z-index: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  pointer-events: auto;
}

.tag-series-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tag-series-item-text {
  word-break: break-word;
}

.image-series-item {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: seriesLoaded;
          animation-name: seriesLoaded;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transition: 1s opacity ease-in-out;
  transform-origin: 50% 50%;
}

.image-series-item.is-active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: seriesIn;
          animation-name: seriesIn;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 1;
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .section-bg-container.is-half {
    width: 50%;
  }

  .section-bg-container.is-right {
    left: auto;
    right: 0;
  }

  .is-split-right .section-column-content {
    padding-right: 1rem;
  }

  .is-split-left .section-column-content {
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .is-split {
    padding-top: 0 !important;
  }

  .is-split .section-bg-wrapper {
    position: relative;
    margin-bottom: 3rem;
  }

  .is-split .section-bg-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
}

.section .columns:not(:first-child) {
  margin-top: 2rem;
}

.hero-form-column {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .section.is-hero-carousel {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .section.is-hero-carousel.is-reviews,
  .section.is-hero-carousel.is-photo-gallery-carousel {
    padding-bottom: 4rem;
  }
}

::-moz-selection {
  background: #5a66d8;
  color: white;
}

::selection {
  background: #5a66d8;
  color: white;
}

::-moz-selection {
  background: #5a66d8;
  color: white;
}

strong {
  color: inherit;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: right 50%;
  background-attachment: fixed;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  body {
    background-image: none !important;
  }
}

a {
  transition: 86ms ease-out;
}

.content a {
  text-decoration: underline;
}

.container {
  margin: 0 1rem;
}

@media screen and (min-width: 768px), print {
  .container {
    margin: 0 1.5rem;
  }

  .container.is-narrow {
    max-width: 608px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 728px) {
  .container.is-content {
    max-width: 696px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    margin: 0 3rem;
  }

  .container.is-small {
    max-width: 886px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1392px;
  }

  .container.is-medium {
    max-width: 1104px;
    margin: 0 auto;
  }

  .container.is-fluid {
    max-width: none;
    width: auto;
    margin: 0 3rem;
  }
}

@media screen and (min-width: 1216px) and (min-width: 1400px) {
  .container.is-fluid {
    margin: 0 6.25rem;
  }
}

.container.is-full {
  max-width: none;
  margin: 0 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container.is-full-mobile {
    max-width: none;
    margin: 0 0;
    width: 100%;
  }
}

.content {
  color: inherit;
}

@media screen and (min-width: 1216px) {
  a[href^=tel] {
    cursor: text;
  }
}

iframe {
  max-width: 100%;
}

.anchor {
  position: relative;
  top: -64px;
}

.column.is-flex {
  display: flex;
}

iframe[name='google_conversion_frame'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.copyright {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1em;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.5em;
}

.copyright .modiphy-symbol {
  width: 19px;
  height: auto;
}

.copyright .copyright-item {
  flex: 0 0 auto;
  margin: 0 0.25rem;
}

.copyright .copyright-logo {
  display: flex;
}

.copyright .copyright-link {
  display: flex;
  align-items: center;
}

.page-head {
  padding: 1rem 0 3rem;
}

.social-tray {
  display: flex;
  align-items: flex-end;
  margin: 1.5rem 0;
}

.social-tray > * {
  margin-right: 0.5em;
}

.scroll-down {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -24px;
  bottom: 2em;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 1.5rem;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transition: background-color 0.25s ease-out;
}

.scroll-down:active,
.scroll-down:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.google-map {
  width: 100%;
  height: 400px;
  margin-bottom: 2rem;
}

.header .telephone {
  text-align: right;
}

.telephone-title {
  line-height: 1em;
}

.telephone-title-text {
  display: block;
  white-space: nowrap;
}

.series-controls {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 1rem;
  width: 100%;
}

.series-nav {
  display: flex;
  justify-content: center;
}

.series-nav-item {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.25s ease-out;
  border: 2px solid #fff;
}

.series-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.series-nav-item.is-active {
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .youtube-wrapper {
    max-width: 560px;
    margin: 0 auto;
  }
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 5px;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .youtube-container iframe {
    max-width: none;
  }
}

.cat-selector {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 0.625rem;
}

.cat-selector select {
  font-size: 1rem;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px), print {
  .cat-selector select {
    font-size: 1.125rem;
  }
}

.cat-selector-text {
  margin-right: 0.25rem;
}

.social-nav {
  margin-left: -0.5em;
}

.social-nav-item:hover {
  text-decoration: none !important;
}

.tags {
  display: flex;
}

.tags:not(:last-child) {
  margin-bottom: 1em;
}

.refresh {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-right: 3px solid #6c6f9d;
  box-shadow: 4px 0 4px 4px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

@media screen and (min-width: 768px), print {
  .refresh {
    width: 300px;
  }
}

.refresh.is-mini {
  height: auto;
  top: auto;
  border-top: 3px solid #6c6f9d;
}

.refresh.is-mini .refresh-foot {
  display: none;
}

.refresh.is-mini .refresh-tags {
  display: flex;
}

.refresh.is-mini .refresh-list {
  display: none;
}

.refresh.is-mini #refresh-maxi {
  display: inline-block;
}

.refresh.is-mini #refresh-mini {
  display: none;
}

.refresh-head {
  flex: 0 0 auto;
}

.refresh-body {
  flex: 1 1 auto;
}

.refresh-foot {
  flex: 0 0 auto;
  margin-top: auto;
}

.refresh-tags {
  display: none;
}

#refresh-maxi {
  display: none;
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

/* fade image in after load */

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* fade image in while loading and show a spinner as background image (good for progressive images) */

.lazyload {
  opacity: 0;
}

#top {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .content.is-large {
    font-size: 1.125rem;
  }

  .content.is-mediunm {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px), print {
  .location-info,
  .footer-nav {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .location-info-item,
  .footer-nav-item {
    margin-bottom: 1em;
  }
}

.section.is-hero-image-series .series-controls {
  display: none;
}

.box-nav {
  margin: -2px;
}

.box-nav-item {
  padding: 2px;
}

.box-link {
  background-color: rgba(255, 255, 255, 0.85);
  align-items: center;
  color: #5a66d8;
  font-size: 1.25rem;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1em;
  width: 100%;
  padding: 0.5625em;
  overflow: hidden;
  word-break: break-word;
}

.box-link:hover {
  color: white;
}

.box-link:hover .box-ro {
  transform: translateX(0);
}

.box-link:hover .box-arrow {
  opacity: 0.5;
  transition-delay: 0.2s;
}

@media screen and (min-width: 1024px) {
  .box-link {
    font-size: 1.5rem;
    min-height: 134px;
  }
}

.box-ro {
  transition: 0.3s ease-out;
  transform: translateX(-100%);
  background-color: #5a66d8;
}

.box-arrow {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  opacity: 0;
  transition: 0.2s ease-out;
}

.icon-box {
  width: 100%;
  display: flex;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(10, 10, 10, 0.15);
  background-color: white;
  transition: 0.25s ease-out;
  padding: 2.5rem 1rem;
  text-align: center;
  color: #595978 !important;
}

@media screen and (min-width: 768px), print {
  .icon-box {
    padding: 3rem 1.5rem 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .icon-box {
    padding: 3.5rem 2rem 3rem;
  }
}

a.icon-box:hover {
  background-color: #5a66d8;
  color: white !important;
}

a.icon-box:hover .title {
  color: white;
}

a.icon-box:hover .subtitle {
  color: white;
}

a.icon-box:hover .icon-box-icon {
  color: white;
}

.icon-box-icon {
  font-size: 3em;
  color: #5a66d8;
  transition: 0.25s ease-out;
}

.icon-box-icon:not(:last-child) {
  margin-bottom: 1rem;
}

.icon-box-icon.is-big {
  font-size: 4em;
}

figcaption {
  padding-top: 0.25em;
}

blockquote {
  border-left: 8px solid #c9cce3;
  padding: 1em;
  margin-bottom: 1.5em;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  blockquote {
    padding: 1.25em;
  }
}

@media screen and (min-width: 1024px) {
  blockquote {
    padding: 1.5em;
  }
}

.bq-body {
  margin-bottom: 1em;
  font-size: 1em;
}

@media screen and (min-width: 768px), print {
  .bq-body {
    padding-right: 0.5em;
  }
}

.bq-name {
  font-size: 1.125em;
  align-self: flex-end;
  margin-top: auto;
}

.bq-figure {
  margin-right: 0.75em;
  border: 1px solid #dfe2f1;
}

.bq-image {
  width: 60px;
  height: 60px;
}

.svg-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

@media screen and (min-width: 1216px) {
  body {
    padding-top: 100px;
  }

  body.is-scroll-page {
    padding-top: 64px;
  }
}

.main-nav-item {
  margin: 0 2rem 0 0;
  padding: 0;
  font-size: 1rem;
}

.main-nav-link {
  display: flex;
  align-items: center;
  color: #595978;
  font-weight: 600;
  padding: 0.5em 0;
  font-family: "Roboto Slab", sans-serif;
  transition: 0.25s ease-out;
}

.main-nav-link:hover,
.main-nav-link:active,
.is-active .main-nav-link {
  color: #2e2d48;
}

.main-nav-link:hover .caret-down,
.main-nav-link:active .caret-down,
.is-active .main-nav-link .caret-down {
  fill-opacity: 1;
}

.main-nav-link:hover:after,
.main-nav-link:active:after,
.is-active .main-nav-link:after {
  transform: scaleX(1);
}

.main-nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #5a66d8;
  transform: scaleX(0);
  transition: 0.25s ease-out;
}

.main-nav-subnav {
  background-color: white;
  border-radius: 0.25rem;
  margin-top: 0.675rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.has-subnav .main-nav-text {
  margin-right: 0.3125rem;
}

.caret-down {
  display: block;
  width: 12px;
  height: 6px;
  margin-top: 1px;
  fill-opacity: 0.7;
  transition: 0.25s ease-out;
}

.main-nav-subitem:first-child .main-nav-sublink {
  border-radius: 0.25rem 0.25rem 0 0;
}

.main-nav-subitem:last-child .main-nav-sublink {
  border-radius: 0 0 0.25rem 0.25rem;
}

.main-nav-sublink {
  font-size: 1rem;
  color: #595978;
  min-width: 150px;
  font-weight: 600;
}

.main-nav-sublink:hover,
.main-nav-sublink:active {
  color: #2e2d48;
}

.header .telephone {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  color: #44445f;
}

.header .telephone .telephone-link {
  color: #44445f;
}

.telephone-title {
  font-weight: 600;
  color: #595978;
}

@media screen and (min-width: 1216px) {
  .telephone-title {
    transition: 0.25s ease-out;
    font-size: 1rem;
  }

  .is-scrolling .telephone-title {
    font-size: 0.875rem;
  }
}

.telephone-number {
  display: flex;
  align-items: center;
  font-weight: 700;
}

@media screen and (min-width: 1216px) {
  .telephone-number {
    font-size: 1.125rem;
  }
}

.telephone-icon {
  margin-right: 0.375rem;
  color: #9c9fc4;
}

.team-member-page .section-1.is-split .section-image {
  display: none;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  .is-facebook-feed .card {
    max-width: 320px;
    margin: 0 auto;
  }
}

a.card:hover {
  transform: translateY(-8px);
}

.card-figure {
  overflow: hidden;
}

.card-head,
.card-figure {
  flex: 0 0 auto;
}

.card-body {
  padding: 1em;
  flex: 1 1 auto;
}

@media screen and (min-width: 768px), print {
  .card-body {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .card-body {
    padding: 2rem;
  }
}

.card-foot {
  margin-top: auto;
  padding: 0.75rem 1em;
  flex: 0 0 auto;
  border-top: 2px solid #f4f5fb;
}

@media screen and (min-width: 768px), print {
  .card-foot {
    padding: 0.75rem 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .card-foot {
    padding: 0.75rem 2rem;
  }
}

.featured-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em;
  transition: 0.25s ease-out;
  color: #5a66d8;
  position: relative;
  overflow: hidden;
}

.featured-item:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 6px;
  top: 6px;
  border: 3px solid #ebf4ff;
  right: 6px;
  bottom: 6px;
  transform: scale(0.75);
  opacity: 0;
  transition: 0.25s ease-out;
}

.featured-item:hover,
.featured-item:active {
  background-color: #c9cce3 !important;
}

.featured-item:hover:after,
.featured-item:active:after {
  transform: scale(1);
  opacity: 1;
}

.featured-item:hover .featured-item-bg,
.featured-item:active .featured-item-bg {
  transform: scale(1.1);
}

.featured-item:hover .featured-item-bg-cover,
.featured-item:active .featured-item-bg-cover {
  background-color: rgba(90, 102, 216, 0.5);
}

@media screen and (min-width: 768px), print {
  .featured-item {
    padding: 3em;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .featured-item {
    padding: 4em 3em;
  }
}

@media screen and (min-width: 1216px) {
  .featured-item {
    padding: 6em 3em;
  }
}

.featured-item-bg,
.featured-item-bg-cover {
  transition: 0.25s ease-out;
}

.featured-item-figure {
  position: relative;
  line-height: 0;
}

.featured-item-figure .featured-item-image {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .featured-item-figure {
    margin-bottom: 0 !important;
    margin-right: 0.75em;
  }
}

.section.is-hero-image-series .series-controls {
  display: none;
}

.section.has-box-items .column {
  display: flex;
}

.box,
.section.has-boxes .section-item {
  display: flex;
  width: 100%;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem;
  position: relative;
  flex-direction: column;
  background-color: #fff;
}

.box:before,
.section.has-boxes .section-item:before {
  pointer-events: none;
  z-index: 0;
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 2px;
  border: 2px solid #a3bffa;
}

@media screen and (max-width: 767px) {
  .box.container,
  .section.has-boxes .section-item.container {
    width: auto;
  }
}

@media screen and (min-width: 768px), print {
  .box,
  .section.has-boxes .section-item {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .box,
  .section.has-boxes .section-item {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .box.has-no-border-mobile,
  .section.has-boxes .section-item.has-no-border-mobile {
    padding: 0;
    box-shadow: none;
  }

  .box.has-no-border-mobile:before,
  .section.has-boxes .section-item.has-no-border-mobile:before {
    content: none;
  }
}

