@-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: #354253;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #1c65c4;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #2c7eea;
}

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

hr {
  background-color: #e3e3e3;
  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: #243042;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f0f0f0;
  color: #354253;
  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: #243042;
}

.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: 2.75rem !important;
}

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

.is-size-3 {
  font-size: 1.5625rem !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: 2.75rem !important;
  }

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

  .is-size-3-mobile {
    font-size: 1.5625rem !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: 2.75rem !important;
  }

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

  .is-size-3-tablet {
    font-size: 1.5625rem !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: 2.75rem !important;
  }

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

  .is-size-3-touch {
    font-size: 1.5625rem !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: 2.75rem !important;
  }

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

  .is-size-3-desktop {
    font-size: 1.5625rem !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: 2.75rem !important;
  }

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

  .is-size-3-widescreen {
    font-size: 1.5625rem !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: 2.75rem !important;
  }

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

  .is-size-3-fullhd {
    font-size: 1.5625rem !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-light {
  color: #edf0f3 !important;
}

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

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

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

.has-text-light-secondary {
  color: #a6c7f2 !important;
}

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

.has-text-light-tertiary {
  color: #e6b3bf !important;
}

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

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

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

.has-text-primary {
  color: #2c7eea !important;
}

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

.has-text-secondary {
  color: #1c65c4 !important;
}

a.has-text-secondary:hover,
a.has-text-secondary:focus {
  color: #164e97 !important;
}

.has-text-tertiary {
  color: #9c344d !important;
}

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

.has-text-quaternary {
  color: #c3234a !important;
}

a.has-text-quaternary:hover,
a.has-text-quaternary:focus {
  color: #981b3a !important;
}

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

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

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

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

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

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

.has-text-grey {
  color: #807f7f !important;
}

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

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

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

.has-text-white-bis {
  color: #f7f7f7 !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: #f0f0f0;
  border-radius: 3px;
  color: #354253;
  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-light {
  background-color: #edf0f3;
  color: #354253;
}

.tag:not(body).is-light-primary {
  background-color: #e6effa;
  color: #29374c;
}

.tag:not(body).is-light-secondary {
  background-color: #a6c7f2;
  color: #29374c;
}

.tag:not(body).is-light-tertiary {
  background-color: #e6b3bf;
  color: #29374c;
}

.tag:not(body).is-dark {
  background-color: #29374c;
  color: #fff;
}

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

.tag:not(body).is-secondary {
  background-color: #1c65c4;
  color: #fff;
}

.tag:not(body).is-tertiary {
  background-color: #9c344d;
  color: #fff;
}

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

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

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

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

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

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #e3e3e3;
  color: #243042;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

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

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

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

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

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #1c65c4;
  box-shadow: 0 0 0 0.125em rgba(28, 101, 196, 0.25);
}

.input[disabled],
.textarea[disabled] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  color: #807f7f;
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

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

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

.input.is-light:focus,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  box-shadow: 0 0 0 0.125em rgba(237, 240, 243, 0.25);
}

.input.is-light-primary,
.textarea.is-light-primary {
  border-color: #e6effa;
}

.input.is-light-primary:focus,
.input.is-light-primary.is-focused,
.input.is-light-primary:active,
.input.is-light-primary.is-active,
.textarea.is-light-primary:focus,
.textarea.is-light-primary.is-focused,
.textarea.is-light-primary:active,
.textarea.is-light-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 239, 250, 0.25);
}

.input.is-light-secondary,
.textarea.is-light-secondary {
  border-color: #a6c7f2;
}

.input.is-light-secondary:focus,
.input.is-light-secondary.is-focused,
.input.is-light-secondary:active,
.input.is-light-secondary.is-active,
.textarea.is-light-secondary:focus,
.textarea.is-light-secondary.is-focused,
.textarea.is-light-secondary:active,
.textarea.is-light-secondary.is-active {
  box-shadow: 0 0 0 0.125em rgba(166, 199, 242, 0.25);
}

.input.is-light-tertiary,
.textarea.is-light-tertiary {
  border-color: #e6b3bf;
}

.input.is-light-tertiary:focus,
.input.is-light-tertiary.is-focused,
.input.is-light-tertiary:active,
.input.is-light-tertiary.is-active,
.textarea.is-light-tertiary:focus,
.textarea.is-light-tertiary.is-focused,
.textarea.is-light-tertiary:active,
.textarea.is-light-tertiary.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 179, 191, 0.25);
}

.input.is-dark,
.textarea.is-dark {
  border-color: #29374c;
}

.input.is-dark:focus,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  box-shadow: 0 0 0 0.125em rgba(41, 55, 76, 0.25);
}

.input.is-primary,
.textarea.is-primary {
  border-color: #2c7eea;
}

.input.is-primary:focus,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  box-shadow: 0 0 0 0.125em rgba(44, 126, 234, 0.25);
}

.input.is-secondary,
.textarea.is-secondary {
  border-color: #1c65c4;
}

.input.is-secondary:focus,
.input.is-secondary.is-focused,
.input.is-secondary:active,
.input.is-secondary.is-active,
.textarea.is-secondary:focus,
.textarea.is-secondary.is-focused,
.textarea.is-secondary:active,
.textarea.is-secondary.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 101, 196, 0.25);
}

.input.is-tertiary,
.textarea.is-tertiary {
  border-color: #9c344d;
}

.input.is-tertiary:focus,
.input.is-tertiary.is-focused,
.input.is-tertiary:active,
.input.is-tertiary.is-active,
.textarea.is-tertiary:focus,
.textarea.is-tertiary.is-focused,
.textarea.is-tertiary:active,
.textarea.is-tertiary.is-active {
  box-shadow: 0 0 0 0.125em rgba(156, 52, 77, 0.25);
}

.input.is-quaternary,
.textarea.is-quaternary {
  border-color: #c3234a;
}

.input.is-quaternary:focus,
.input.is-quaternary.is-focused,
.input.is-quaternary:active,
.input.is-quaternary.is-active,
.textarea.is-quaternary:focus,
.textarea.is-quaternary.is-focused,
.textarea.is-quaternary:active,
.textarea.is-quaternary.is-active {
  box-shadow: 0 0 0 0.125em rgba(195, 35, 74, 0.25);
}

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

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

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

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

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

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

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

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: unset;
}

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

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

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

.checkbox:hover,
.radio:hover {
  color: #243042;
}

.checkbox[disabled],
.radio[disabled] {
  color: #807f7f;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple)::after {
  border: 1px solid #1c65c4;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #e3e3e3;
  color: #243042;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  outline: none;
}

.select select[disabled] {
  cursor: not-allowed;
}

.select select::-moz-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.select select::-webkit-input-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.select select:-moz-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.select select:-ms-input-placeholder {
  color: rgba(36, 48, 66, 0.3);
}

.select select:hover,
.select select.is-hovered {
  border-color: #bdbdbd;
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #1c65c4;
  box-shadow: 0 0 0 0.125em rgba(28, 101, 196, 0.25);
}

.select select[disabled] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  color: #807f7f;
}

.select select[disabled]::-moz-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

.select select[disabled]:-moz-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(128, 127, 127, 0.3);
}

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

.select select[disabled]:hover {
  border-color: #f0f0f0;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: unset;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:hover::after {
  border-color: #243042;
}

.select.is-light select {
  border-color: #edf0f3;
}

.select.is-light select:focus,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(237, 240, 243, 0.25);
}

.select.is-light-primary select {
  border-color: #e6effa;
}

.select.is-light-primary select:focus,
.select.is-light-primary select.is-focused,
.select.is-light-primary select:active,
.select.is-light-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 239, 250, 0.25);
}

.select.is-light-secondary select {
  border-color: #a6c7f2;
}

.select.is-light-secondary select:focus,
.select.is-light-secondary select.is-focused,
.select.is-light-secondary select:active,
.select.is-light-secondary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(166, 199, 242, 0.25);
}

.select.is-light-tertiary select {
  border-color: #e6b3bf;
}

.select.is-light-tertiary select:focus,
.select.is-light-tertiary select.is-focused,
.select.is-light-tertiary select:active,
.select.is-light-tertiary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(230, 179, 191, 0.25);
}

.select.is-dark select {
  border-color: #29374c;
}

.select.is-dark select:focus,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(41, 55, 76, 0.25);
}

.select.is-primary select {
  border-color: #2c7eea;
}

.select.is-primary select:focus,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(44, 126, 234, 0.25);
}

.select.is-secondary select {
  border-color: #1c65c4;
}

.select.is-secondary select:focus,
.select.is-secondary select.is-focused,
.select.is-secondary select:active,
.select.is-secondary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(28, 101, 196, 0.25);
}

.select.is-tertiary select {
  border-color: #9c344d;
}

.select.is-tertiary select:focus,
.select.is-tertiary select.is-focused,
.select.is-tertiary select:active,
.select.is-tertiary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(156, 52, 77, 0.25);
}

.select.is-quaternary select {
  border-color: #c3234a;
}

.select.is-quaternary select:focus,
.select.is-quaternary select.is-focused,
.select.is-quaternary select:active,
.select.is-quaternary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(195, 35, 74, 0.25);
}

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

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

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

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

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

.select.is-disabled::after {
  border-color: #807f7f;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #e3e3e3;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.875rem;
}

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

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

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-light .file-cta {
  background-color: #edf0f3;
  border-color: transparent;
  color: #354253;
}

.file.is-light:hover .file-cta,
.file.is-light.is-hovered .file-cta {
  background-color: #e5eaee;
  border-color: transparent;
  color: #354253;
}

.file.is-light:focus .file-cta,
.file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(237, 240, 243, 0.25);
  color: #354253;
}

.file.is-light:active .file-cta,
.file.is-light.is-active .file-cta {
  background-color: #dee3e9;
  border-color: transparent;
  color: #354253;
}

.file.is-light-primary .file-cta {
  background-color: #e6effa;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-primary:hover .file-cta,
.file.is-light-primary.is-hovered .file-cta {
  background-color: #dbe8f8;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-primary:focus .file-cta,
.file.is-light-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(230, 239, 250, 0.25);
  color: #29374c;
}

.file.is-light-primary:active .file-cta,
.file.is-light-primary.is-active .file-cta {
  background-color: #d1e1f6;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-secondary .file-cta {
  background-color: #a6c7f2;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-secondary:hover .file-cta,
.file.is-light-secondary.is-hovered .file-cta {
  background-color: #9bc0f1;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-secondary:focus .file-cta,
.file.is-light-secondary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(166, 199, 242, 0.25);
  color: #29374c;
}

.file.is-light-secondary:active .file-cta,
.file.is-light-secondary.is-active .file-cta {
  background-color: #8fb9ef;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-tertiary .file-cta {
  background-color: #e6b3bf;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-tertiary:hover .file-cta,
.file.is-light-tertiary.is-hovered .file-cta {
  background-color: #e2a9b7;
  border-color: transparent;
  color: #29374c;
}

.file.is-light-tertiary:focus .file-cta,
.file.is-light-tertiary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(230, 179, 191, 0.25);
  color: #29374c;
}

.file.is-light-tertiary:active .file-cta,
.file.is-light-tertiary.is-active .file-cta {
  background-color: #df9faf;
  border-color: transparent;
  color: #29374c;
}

.file.is-dark .file-cta {
  background-color: #29374c;
  border-color: transparent;
  color: #fff;
}

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

.file.is-dark:focus .file-cta,
.file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(41, 55, 76, 0.25);
  color: #fff;
}

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

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

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

.file.is-primary:focus .file-cta,
.file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(44, 126, 234, 0.25);
  color: #fff;
}

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

.file.is-secondary .file-cta {
  background-color: #1c65c4;
  border-color: transparent;
  color: #fff;
}

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

.file.is-secondary:focus .file-cta,
.file.is-secondary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(28, 101, 196, 0.25);
  color: #fff;
}

.file.is-secondary:active .file-cta,
.file.is-secondary.is-active .file-cta {
  background-color: #195aae;
  border-color: transparent;
  color: #fff;
}

.file.is-tertiary .file-cta {
  background-color: #9c344d;
  border-color: transparent;
  color: #fff;
}

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

.file.is-tertiary:focus .file-cta,
.file.is-tertiary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(156, 52, 77, 0.25);
  color: #fff;
}

.file.is-tertiary:active .file-cta,
.file.is-tertiary.is-active .file-cta {
  background-color: #892e44;
  border-color: transparent;
  color: #fff;
}

.file.is-quaternary .file-cta {
  background-color: #c3234a;
  border-color: transparent;
  color: #fff;
}

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

.file.is-quaternary:focus .file-cta,
.file.is-quaternary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(195, 35, 74, 0.25);
  color: #fff;
}

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

.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #354253;
}

.file.is-white:hover .file-cta,
.file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #354253;
}

.file.is-white:focus .file-cta,
.file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #354253;
}

.file.is-white:active .file-cta,
.file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #354253;
}

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

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

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

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

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  flex-direction: column;
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

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

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}

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

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

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

.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}

.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #e9e9e9;
  color: #243042;
}

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

.file-label:active .file-cta {
  background-color: #e3e3e3;
  color: #243042;
}

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

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  border-color: #e3e3e3;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta:focus,
.file-cta.is-focused,
.file-cta:active,
.file-cta.is-active,
.file-name:focus,
.file-name.is-focused,
.file-name:active,
.file-name.is-active {
  outline: none;
}

.file-cta[disabled],
.file-name[disabled] {
  cursor: not-allowed;
}

.file-cta {
  background-color: #f0f0f0;
  color: #4f4f4f;
}

.file-name {
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #243042;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

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

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

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

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

.help {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.help.is-light {
  color: #edf0f3;
}

.help.is-light-primary {
  color: #e6effa;
}

.help.is-light-secondary {
  color: #a6c7f2;
}

.help.is-light-tertiary {
  color: #e6b3bf;
}

.help.is-dark {
  color: #29374c;
}

.help.is-primary {
  color: #2c7eea;
}

.help.is-secondary {
  color: #1c65c4;
}

.help.is-tertiary {
  color: #9c344d;
}

.help.is-quaternary {
  color: #c3234a;
}

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

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

.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:hover,
.field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:focus,
.field.has-addons .control .button.is-focused,
.field.has-addons .control .button:active,
.field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}

.field.has-addons .control .button:focus:hover,
.field.has-addons .control .button.is-focused:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  flex-grow: 1;
}

.field.has-addons.has-addons-centered {
  justify-content: center;
}

.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

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

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

.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

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

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child,
.field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

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

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

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

@media screen and (max-width: 767px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.875rem;
    padding-top: 0.375em;
  }

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

  .field-label.is-medium {
    font-size: 1.125rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
}

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

@media screen and (min-width: 768px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }

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

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

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

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

.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icon .icon {
  color: #e3e3e3;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icon .input:focus + .icon {
  color: #807f7f;
}

.control.has-icon .input.is-small + .icon {
  font-size: 0.875rem;
}

.control.has-icon .input.is-medium + .icon {
  font-size: 1.125rem;
}

.control.has-icon .input.is-large + .icon {
  font-size: 1.25rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
  right: 0;
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #807f7f;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.875rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.125rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #e3e3e3;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

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

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

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

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #e3e3e3;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.875rem;
}

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

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

.content {
  color: #354253;
}

.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: #29374c;
  font-weight: 700;
  line-height: 1.125;
  font-family: "Roboto Slab", sans-serif;
}

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

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

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

@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: 0.6em;
}

@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: 0.625em;
}

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

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

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

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

.content blockquote {
  background-color: #f0f0f0;
  border-left: 5px solid #e3e3e3;
  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 #e3e3e3;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

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

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

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

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

.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: 1023px) {
  .content.is-medium {
    font-size: 1rem;
  }
}

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

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

.content.is-primary h1,
.content.is-primary h2,
.content.is-primary h3,
.content.is-primary h4,
.content.is-primary h5,
.content.is-primary h6,
.content.is-secondary h1,
.content.is-secondary h2,
.content.is-secondary h3,
.content.is-secondary h4,
.content.is-secondary h5,
.content.is-secondary h6,
.content.is-tertiary h1,
.content.is-tertiary h2,
.content.is-tertiary h3,
.content.is-tertiary h4,
.content.is-tertiary h5,
.content.is-tertiary h6,
.content.is-dark h1,
.content.is-dark h2,
.content.is-dark h3,
.content.is-dark h4,
.content.is-dark h5,
.content.is-dark h6 {
  color: #fff;
}

.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: #29374c;
  font-size: 2.75rem;
  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 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: 2.75rem;
}

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title.is-1 {
    font-size: 2rem;
  }

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

  .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: #c3234a;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

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

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

.subtitle strong {
  color: #9c344d;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .subtitle.is-1 {
    font-size: 2rem;
  }

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

  .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-light.is-15 {
  background-color: rgba(237, 240, 243, 0.15);
}

.bg-cover.is-light.is-25 {
  background-color: rgba(237, 240, 243, 0.25);
}

.bg-cover.is-light.is-35 {
  background-color: rgba(237, 240, 243, 0.35);
}

.bg-cover.is-light.is-45 {
  background-color: rgba(237, 240, 243, 0.45);
}

.bg-cover.is-light.is-55 {
  background-color: rgba(237, 240, 243, 0.55);
}

.bg-cover.is-light.is-65 {
  background-color: rgba(237, 240, 243, 0.65);
}

.bg-cover.is-light.is-75 {
  background-color: rgba(237, 240, 243, 0.75);
}

.bg-cover.is-light.is-85 {
  background-color: rgba(237, 240, 243, 0.85);
}

.bg-cover.is-light.is-95 {
  background-color: rgba(237, 240, 243, 0.95);
}

.bg-cover.is-light-primary.is-15 {
  background-color: rgba(230, 239, 250, 0.15);
}

.bg-cover.is-light-primary.is-25 {
  background-color: rgba(230, 239, 250, 0.25);
}

.bg-cover.is-light-primary.is-35 {
  background-color: rgba(230, 239, 250, 0.35);
}

.bg-cover.is-light-primary.is-45 {
  background-color: rgba(230, 239, 250, 0.45);
}

.bg-cover.is-light-primary.is-55 {
  background-color: rgba(230, 239, 250, 0.55);
}

.bg-cover.is-light-primary.is-65 {
  background-color: rgba(230, 239, 250, 0.65);
}

.bg-cover.is-light-primary.is-75 {
  background-color: rgba(230, 239, 250, 0.75);
}

.bg-cover.is-light-primary.is-85 {
  background-color: rgba(230, 239, 250, 0.85);
}

.bg-cover.is-light-primary.is-95 {
  background-color: rgba(230, 239, 250, 0.95);
}

.bg-cover.is-light-secondary.is-15 {
  background-color: rgba(166, 199, 242, 0.15);
}

.bg-cover.is-light-secondary.is-25 {
  background-color: rgba(166, 199, 242, 0.25);
}

.bg-cover.is-light-secondary.is-35 {
  background-color: rgba(166, 199, 242, 0.35);
}

.bg-cover.is-light-secondary.is-45 {
  background-color: rgba(166, 199, 242, 0.45);
}

.bg-cover.is-light-secondary.is-55 {
  background-color: rgba(166, 199, 242, 0.55);
}

.bg-cover.is-light-secondary.is-65 {
  background-color: rgba(166, 199, 242, 0.65);
}

.bg-cover.is-light-secondary.is-75 {
  background-color: rgba(166, 199, 242, 0.75);
}

.bg-cover.is-light-secondary.is-85 {
  background-color: rgba(166, 199, 242, 0.85);
}

.bg-cover.is-light-secondary.is-95 {
  background-color: rgba(166, 199, 242, 0.95);
}

.bg-cover.is-light-tertiary.is-15 {
  background-color: rgba(230, 179, 191, 0.15);
}

.bg-cover.is-light-tertiary.is-25 {
  background-color: rgba(230, 179, 191, 0.25);
}

.bg-cover.is-light-tertiary.is-35 {
  background-color: rgba(230, 179, 191, 0.35);
}

.bg-cover.is-light-tertiary.is-45 {
  background-color: rgba(230, 179, 191, 0.45);
}

.bg-cover.is-light-tertiary.is-55 {
  background-color: rgba(230, 179, 191, 0.55);
}

.bg-cover.is-light-tertiary.is-65 {
  background-color: rgba(230, 179, 191, 0.65);
}

.bg-cover.is-light-tertiary.is-75 {
  background-color: rgba(230, 179, 191, 0.75);
}

.bg-cover.is-light-tertiary.is-85 {
  background-color: rgba(230, 179, 191, 0.85);
}

.bg-cover.is-light-tertiary.is-95 {
  background-color: rgba(230, 179, 191, 0.95);
}

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

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

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

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

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

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

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

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

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

.bg-cover.is-primary.is-15 {
  background-color: rgba(44, 126, 234, 0.15);
}

.bg-cover.is-primary.is-25 {
  background-color: rgba(44, 126, 234, 0.25);
}

.bg-cover.is-primary.is-35 {
  background-color: rgba(44, 126, 234, 0.35);
}

.bg-cover.is-primary.is-45 {
  background-color: rgba(44, 126, 234, 0.45);
}

.bg-cover.is-primary.is-55 {
  background-color: rgba(44, 126, 234, 0.55);
}

.bg-cover.is-primary.is-65 {
  background-color: rgba(44, 126, 234, 0.65);
}

.bg-cover.is-primary.is-75 {
  background-color: rgba(44, 126, 234, 0.75);
}

.bg-cover.is-primary.is-85 {
  background-color: rgba(44, 126, 234, 0.85);
}

.bg-cover.is-primary.is-95 {
  background-color: rgba(44, 126, 234, 0.95);
}

.bg-cover.is-secondary.is-15 {
  background-color: rgba(28, 101, 196, 0.15);
}

.bg-cover.is-secondary.is-25 {
  background-color: rgba(28, 101, 196, 0.25);
}

.bg-cover.is-secondary.is-35 {
  background-color: rgba(28, 101, 196, 0.35);
}

.bg-cover.is-secondary.is-45 {
  background-color: rgba(28, 101, 196, 0.45);
}

.bg-cover.is-secondary.is-55 {
  background-color: rgba(28, 101, 196, 0.55);
}

.bg-cover.is-secondary.is-65 {
  background-color: rgba(28, 101, 196, 0.65);
}

.bg-cover.is-secondary.is-75 {
  background-color: rgba(28, 101, 196, 0.75);
}

.bg-cover.is-secondary.is-85 {
  background-color: rgba(28, 101, 196, 0.85);
}

.bg-cover.is-secondary.is-95 {
  background-color: rgba(28, 101, 196, 0.95);
}

.bg-cover.is-tertiary.is-15 {
  background-color: rgba(156, 52, 77, 0.15);
}

.bg-cover.is-tertiary.is-25 {
  background-color: rgba(156, 52, 77, 0.25);
}

.bg-cover.is-tertiary.is-35 {
  background-color: rgba(156, 52, 77, 0.35);
}

.bg-cover.is-tertiary.is-45 {
  background-color: rgba(156, 52, 77, 0.45);
}

.bg-cover.is-tertiary.is-55 {
  background-color: rgba(156, 52, 77, 0.55);
}

.bg-cover.is-tertiary.is-65 {
  background-color: rgba(156, 52, 77, 0.65);
}

.bg-cover.is-tertiary.is-75 {
  background-color: rgba(156, 52, 77, 0.75);
}

.bg-cover.is-tertiary.is-85 {
  background-color: rgba(156, 52, 77, 0.85);
}

.bg-cover.is-tertiary.is-95 {
  background-color: rgba(156, 52, 77, 0.95);
}

.bg-cover.is-quaternary.is-15 {
  background-color: rgba(195, 35, 74, 0.15);
}

.bg-cover.is-quaternary.is-25 {
  background-color: rgba(195, 35, 74, 0.25);
}

.bg-cover.is-quaternary.is-35 {
  background-color: rgba(195, 35, 74, 0.35);
}

.bg-cover.is-quaternary.is-45 {
  background-color: rgba(195, 35, 74, 0.45);
}

.bg-cover.is-quaternary.is-55 {
  background-color: rgba(195, 35, 74, 0.55);
}

.bg-cover.is-quaternary.is-65 {
  background-color: rgba(195, 35, 74, 0.65);
}

.bg-cover.is-quaternary.is-75 {
  background-color: rgba(195, 35, 74, 0.75);
}

.bg-cover.is-quaternary.is-85 {
  background-color: rgba(195, 35, 74, 0.85);
}

.bg-cover.is-quaternary.is-95 {
  background-color: rgba(195, 35, 74, 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);
}

.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-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-baseline {
  align-items: baseline;
}

.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-15:not(:last-child) {
  margin-bottom: 1.5em;
}

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

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

.is-primary-grad {
  background: linear-gradient(to right, rgba(44, 126, 234, 0.5) 0%, rgba(44, 126, 234, 0) 75%);
}

@media screen and (max-width: 767px) {
  .is-primary-grad {
    background: linear-gradient(to right, rgba(44, 126, 234, 0.5) 0%, rgba(44, 126, 234, 0.5) 75%);
  }
}

.is-dark-grad {
  background: linear-gradient(to right, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0) 75%);
}

@media screen and (max-width: 767px) {
  .is-dark-grad {
    background: linear-gradient(to right, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.5) 75%);
  }
}

.is-secondary-grad {
  background: linear-gradient(to right, rgba(28, 101, 196, 0.5) 0%, rgba(28, 101, 196, 0) 75%);
}

@media screen and (max-width: 767px) {
  .is-secondary-grad {
    background: linear-gradient(to right, rgba(28, 101, 196, 0.5) 0%, rgba(28, 101, 196, 0.5) 75%);
  }
}

.is-tertiary-grad {
  background: linear-gradient(45deg, rgba(156, 52, 77, 0.5) 0%, rgba(156, 52, 77, 0) 75%);
}

@media screen and (max-width: 767px) {
  .is-tertiary-grad {
    background: linear-gradient(45deg, rgba(156, 52, 77, 0.5) 0%, rgba(156, 52, 77, 0.5) 75%);
  }
}

.is-light-grad {
  background: linear-gradient(45deg, rgba(237, 240, 243, 0.5) 0%, rgba(237, 240, 243, 0) 75%);
}

@media screen and (max-width: 767px) {
  .is-light-grad {
    background: linear-gradient(45deg, rgba(237, 240, 243, 0.5) 0%, rgba(237, 240, 243, 0.5) 75%);
  }
}

.is-white-grad {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 75%);
}

@media screen and (max-width: 767px) {
  .is-white-grad {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 75%);
  }
}

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

.has-mr025 {
  margin-right: 0.25em;
}

.has-mr05 {
  margin-right: 0.5em;
}

.is-object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-fw {
  width: 100%;
}

.section.has-grad-white-light {
  background: linear-gradient(to bottom, white 0%, #edf0f3 80%);
}

.section.has-grad-white-light .blob-divider {
  transform: scaleX(-1);
}

.has-shadow {
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  border-radius: 5px;
}

a .has-shadow {
  transition: 0.2s ease-out;
}

a:hover .has-shadow {
  box-shadow: 0 17px 27px -5px rgba(50, 50, 93, 0.3), 0 12px 16px -8px rgba(0, 0, 0, 0.4), 0 -2px 16px -6px rgba(0, 0, 0, 0.03);
}

.fill-current {
  fill: currentColor;
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes lidOpenClose {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(0deg);
  }

  53% {
    transform: rotate(-10deg);
  }

  54% {
    transform: rotate(-11deg);
  }

  55% {
    transform: rotate(-12deg);
  }

  100% {
    transform: rotate(-12deg);
  }
}

@keyframes lidOpenClose {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(0deg);
  }

  53% {
    transform: rotate(-10deg);
  }

  54% {
    transform: rotate(-11deg);
  }

  55% {
    transform: rotate(-12deg);
  }

  100% {
    transform: rotate(-12deg);
  }
}

@-webkit-keyframes compassRock {
  0% {
    transform: rotate(-16deg);
  }

  10% {
    transform: rotate(16deg);
  }

  20% {
    transform: rotate(-16deg);
  }

  30% {
    transform: rotate(16deg);
  }

  40% {
    transform: rotate(-16deg);
  }

  50% {
    transform: rotate(16deg);
  }

  60% {
    transform: rotate(196deg);
  }

  70% {
    transform: rotate(176deg);
  }

  80% {
    transform: rotate(196deg);
  }

  90% {
    transform: rotate(176deg);
  }

  100% {
    transform: rotate(-16deg);
  }
}

@keyframes compassRock {
  0% {
    transform: rotate(-16deg);
  }

  10% {
    transform: rotate(16deg);
  }

  20% {
    transform: rotate(-16deg);
  }

  30% {
    transform: rotate(16deg);
  }

  40% {
    transform: rotate(-16deg);
  }

  50% {
    transform: rotate(16deg);
  }

  60% {
    transform: rotate(196deg);
  }

  70% {
    transform: rotate(176deg);
  }

  80% {
    transform: rotate(196deg);
  }

  90% {
    transform: rotate(176deg);
  }

  100% {
    transform: rotate(-16deg);
  }
}

@-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 rotateWheel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(11.5deg);
  }
}

@keyframes rotateWheel {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(11.5deg);
  }
}

@-webkit-keyframes rotateHammer {
  0% {
    transform: rotate(0deg);
  }

  45% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(45deg);
  }

  55% {
    transform: rotate(-5deg);
  }

  58% {
    transform: rotate(44deg);
  }

  62% {
    transform: rotate(-3deg);
  }

  63% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotateHammer {
  0% {
    transform: rotate(0deg);
  }

  45% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(45deg);
  }

  55% {
    transform: rotate(-5deg);
  }

  58% {
    transform: rotate(44deg);
  }

  62% {
    transform: rotate(-3deg);
  }

  63% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotateWrench {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(42deg);
  }

  15% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(42deg);
  }

  30% {
    transform: rotate(0deg);
  }

  35% {
    transform: rotate(42deg);
  }

  45% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotateWrench {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(42deg);
  }

  15% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(42deg);
  }

  30% {
    transform: rotate(0deg);
  }

  35% {
    transform: rotate(42deg);
  }

  45% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-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.1, 1.1, 1.1);
  }
}

@keyframes seriesLoaded {
  0% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@-webkit-keyframes seriesOut {
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes seriesOut {
  to {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

@-webkit-keyframes sway {
  0% {
    transform: rotate(0deg) translate(-20px, 40px) rotate(0deg);
  }

  25% {
    transform: rotate(10deg) translate(20px, -40px) rotate(10deg);
  }

  50% {
    transform: rotate(-2deg) translate(-10px, 40px) rotate(-2deg);
  }

  75% {
    transform: rotate(16deg) translate(10px, -40px) rotate(16deg);
  }

  100% {
    transform: rotate(2deg) translate(-20px, 40px) rotate(2deg);
  }
}

@keyframes sway {
  0% {
    transform: rotate(0deg) translate(-20px, 40px) rotate(0deg);
  }

  25% {
    transform: rotate(10deg) translate(20px, -40px) rotate(10deg);
  }

  50% {
    transform: rotate(-2deg) translate(-10px, 40px) rotate(-2deg);
  }

  75% {
    transform: rotate(16deg) translate(10px, -40px) rotate(16deg);
  }

  100% {
    transform: rotate(2deg) translate(-20px, 40px) rotate(2deg);
  }
}

@-webkit-keyframes shootRocket {
  0% {
    offset-distance: 12%;
    transform: rotate(128deg);
  }

  50% {
    offset-distance: 12%;
    transform: rotate(128deg);
  }

  60% {
    offset-distance: 5%;
    transform: rotate(128deg);
  }

  62% {
    offset-distance: 5%;
    transform: rotate(128deg);
  }

  72% {
    offset-distance: 99%;
    transform: rotate(128deg);
  }

  95% {
    offset-distance: 99%;
    transform: rotate(128deg);
  }

  100% {
    offset-distance: 112%;
    transform: rotate(128deg);
  }
}

@keyframes shootRocket {
  0% {
    offset-distance: 12%;
    transform: rotate(128deg);
  }

  50% {
    offset-distance: 12%;
    transform: rotate(128deg);
  }

  60% {
    offset-distance: 5%;
    transform: rotate(128deg);
  }

  62% {
    offset-distance: 5%;
    transform: rotate(128deg);
  }

  72% {
    offset-distance: 99%;
    transform: rotate(128deg);
  }

  95% {
    offset-distance: 99%;
    transform: rotate(128deg);
  }

  100% {
    offset-distance: 112%;
    transform: rotate(128deg);
  }
}

@-webkit-keyframes fireFade {
  0% {
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 0;
  }

  60% {
    fill-opacity: 0;
  }

  62.5% {
    fill-opacity: 1;
  }

  62% {
    fill-opacity: 1;
  }

  72% {
    fill-opacity: 1;
  }

  95% {
    fill-opacity: 1;
  }

  100% {
    fill-opacity: 0;
  }
}

@keyframes fireFade {
  0% {
    fill-opacity: 0;
  }

  50% {
    fill-opacity: 0;
  }

  60% {
    fill-opacity: 0;
  }

  62.5% {
    fill-opacity: 1;
  }

  62% {
    fill-opacity: 1;
  }

  72% {
    fill-opacity: 1;
  }

  95% {
    fill-opacity: 1;
  }

  100% {
    fill-opacity: 0;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

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

.is-primary .breadcrumbs .breadcrumbs-link:active,
.is-secondary .breadcrumbs .breadcrumbs-link:active,
.is-tertiary .breadcrumbs .breadcrumbs-link:active,
.is-dark .breadcrumbs .breadcrumbs-link:active,
.is-primary .breadcrumbs .breadcrumbs-link:hover,
.is-secondary .breadcrumbs .breadcrumbs-link:hover,
.is-tertiary .breadcrumbs .breadcrumbs-link:hover,
.is-dark .breadcrumbs .breadcrumbs-link:hover {
  text-decoration: underline;
  color: inherit;
}

.breadcrumbs > .breadcrumbs-item:not(:last-child)::after {
  margin-right: 0.5rem;
  position: relative;
  font-size: 0.5em;
  bottom: 0.125em;
  content: "\F054";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.breadcrumbs > .breadcrumbs-item:last-child {
  font-weight: 700;
}

.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 2px 20px rgba(10, 10, 10, 0.2);
  background-color: #9c344d;
  color: white !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: #852c42;
  color: white !important;
}

.flyout {
  position: fixed;
  z-index: 999;
  display: none;
  color: white;
}

.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: #2c7eea;
  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: white;
  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: #f0f0f0;
}

@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 rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@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: white;
  transition: 0.25s ease-out;
}

.flyout-social-nav .social-nav-item:hover,
.flyout-social-nav .social-nav-item:active {
  color: #1565ce;
}

.flyout-cta-buttons {
  margin-bottom: 1rem;
}

.flyout-sub {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1f70da;
  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 #2c7eea;
}

@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: white;
  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: #f0f0f0;
}

@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: rgba(255, 255, 255, 0.2);
  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: #807f7f;
  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: #4f4f4f;
}

.button:hover,
.button.is-gray:hover {
  color: #fff !important;
  border-color: #4f4f4f;
}

.button:hover:after,
.button.is-gray:hover:after {
  opacity: 1;
}

.button:active,
.button.is-gray:active {
  color: #fff !important;
  border-color: #243042;
}

.button:active:after,
.button.is-gray:active:after {
  opacity: 1;
  background-color: #243042;
}

.button:focus:after {
  opacity: 1;
}

.button.is-outlined,
.button.is-gray.is-outlined {
  background-color: transparent;
  border-color: #807f7f;
  color: #807f7f !important;
  border-width: 2px;
}

.button.is-outlined:after,
.button.is-gray.is-outlined:after {
  background-color: #807f7f;
}

.button.is-outlined:hover,
.button.is-gray.is-outlined:hover {
  border-color: #807f7f;
  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: #807f7f;
}

.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-light {
  background-color: #edf0f3;
  color: #354253 !important;
}

.button.is-light:after {
  background-color: #ced7df;
}

.button.is-light:hover {
  border-color: #ced7df;
}

.button.is-light:active,
.button.is-light.is-active {
  border-color: #b0bdca;
}

.button.is-light:active:after,
.button.is-light.is-active:after {
  background-color: #b0bdca;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #edf0f3;
  color: #edf0f3 !important;
}

.button.is-light.is-outlined:after {
  background-color: #edf0f3;
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined:focus {
  border-color: #edf0f3;
  color: #354253 !important;
}

.button.is-light.is-outlined:hover:after,
.button.is-light.is-outlined:focus:after {
  background-color: #edf0f3;
}

.button.is-light.is-outlined:active:after {
  background-color: #212934;
}

.button.is-light.is-inverted {
  background-color: #354253;
  color: #edf0f3 !important;
}

.button.is-light.is-inverted:after {
  background-color: #354253;
}

.button.is-light.is-inverted:hover {
  border-color: #354253;
  color: #3d4d5c !important;
}

.button.is-light.is-inverted:active {
  border-color: #e0e6eb;
}

.button.is-light.is-inverted:active:after {
  background-color: #e0e6eb;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #354253;
  color: #354253 !important;
}

.button.is-light.is-inverted.is-outlined:after {
  background-color: #354253;
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined:focus {
  color: #edf0f3 !important;
}

.button.is-light.is-inverted.is-outlined:hover:after,
.button.is-light.is-inverted.is-outlined:focus:after {
  background-color: #354253;
}

.button.is-light.is-inverted.is-outlined:active:after {
  background-color: #212934;
}

.button.is-light-primary {
  background-color: #e6effa;
  color: #29374c !important;
}

.button.is-light-primary:after {
  background-color: #bcd4f2;
}

.button.is-light-primary:hover {
  border-color: #bcd4f2;
}

.button.is-light-primary:active,
.button.is-light-primary.is-active {
  border-color: #91b9e9;
}

.button.is-light-primary:active:after,
.button.is-light-primary.is-active:after {
  background-color: #91b9e9;
}

.button.is-light-primary.is-outlined {
  background-color: transparent;
  border-color: #e6effa;
  color: #e6effa !important;
}

.button.is-light-primary.is-outlined:after {
  background-color: #e6effa;
}

.button.is-light-primary.is-outlined:hover,
.button.is-light-primary.is-outlined:focus {
  border-color: #e6effa;
  color: #29374c !important;
}

.button.is-light-primary.is-outlined:hover:after,
.button.is-light-primary.is-outlined:focus:after {
  background-color: #e6effa;
}

.button.is-light-primary.is-outlined:active:after {
  background-color: #171f2a;
}

.button.is-light-primary.is-inverted {
  background-color: #29374c;
  color: #e6effa !important;
}

.button.is-light-primary.is-inverted:after {
  background-color: #29374c;
}

.button.is-light-primary.is-inverted:hover {
  border-color: #29374c;
  color: #1a4780 !important;
}

.button.is-light-primary.is-inverted:active {
  border-color: #d5e4f7;
}

.button.is-light-primary.is-inverted:active:after {
  background-color: #d5e4f7;
}

.button.is-light-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #29374c;
  color: #29374c !important;
}

.button.is-light-primary.is-inverted.is-outlined:after {
  background-color: #29374c;
}

.button.is-light-primary.is-inverted.is-outlined:hover,
.button.is-light-primary.is-inverted.is-outlined:focus {
  color: #e6effa !important;
}

.button.is-light-primary.is-inverted.is-outlined:hover:after,
.button.is-light-primary.is-inverted.is-outlined:focus:after {
  background-color: #29374c;
}

.button.is-light-primary.is-inverted.is-outlined:active:after {
  background-color: #171f2a;
}

.button.is-light-secondary {
  background-color: #a6c7f2;
  color: #29374c !important;
}

.button.is-light-secondary:after {
  background-color: #79abec;
}

.button.is-light-secondary:hover {
  border-color: #79abec;
}

.button.is-light-secondary:active,
.button.is-light-secondary.is-active {
  border-color: #4d8fe6;
}

.button.is-light-secondary:active:after,
.button.is-light-secondary.is-active:after {
  background-color: #4d8fe6;
}

.button.is-light-secondary.is-outlined {
  background-color: transparent;
  border-color: #a6c7f2;
  color: #a6c7f2 !important;
}

.button.is-light-secondary.is-outlined:after {
  background-color: #a6c7f2;
}

.button.is-light-secondary.is-outlined:hover,
.button.is-light-secondary.is-outlined:focus {
  border-color: #a6c7f2;
  color: #29374c !important;
}

.button.is-light-secondary.is-outlined:hover:after,
.button.is-light-secondary.is-outlined:focus:after {
  background-color: #a6c7f2;
}

.button.is-light-secondary.is-outlined:active:after {
  background-color: #171f2a;
}

.button.is-light-secondary.is-inverted {
  background-color: #29374c;
  color: #a6c7f2 !important;
}

.button.is-light-secondary.is-inverted:after {
  background-color: #29374c;
}

.button.is-light-secondary.is-inverted:hover {
  border-color: #29374c;
  color: #134586 !important;
}

.button.is-light-secondary.is-inverted:active {
  border-color: #d2e3f9;
}

.button.is-light-secondary.is-inverted:active:after {
  background-color: #d2e3f9;
}

.button.is-light-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #29374c;
  color: #29374c !important;
}

.button.is-light-secondary.is-inverted.is-outlined:after {
  background-color: #29374c;
}

.button.is-light-secondary.is-inverted.is-outlined:hover,
.button.is-light-secondary.is-inverted.is-outlined:focus {
  color: #a6c7f2 !important;
}

.button.is-light-secondary.is-inverted.is-outlined:hover:after,
.button.is-light-secondary.is-inverted.is-outlined:focus:after {
  background-color: #29374c;
}

.button.is-light-secondary.is-inverted.is-outlined:active:after {
  background-color: #171f2a;
}

.button.is-light-tertiary {
  background-color: #e6b3bf;
  color: #29374c !important;
}

.button.is-light-tertiary:after {
  background-color: #d98c9f;
}

.button.is-light-tertiary:hover {
  border-color: #d98c9f;
}

.button.is-light-tertiary:active,
.button.is-light-tertiary.is-active {
  border-color: #cc667f;
}

.button.is-light-tertiary:active:after,
.button.is-light-tertiary.is-active:after {
  background-color: #cc667f;
}

.button.is-light-tertiary.is-outlined {
  background-color: transparent;
  border-color: #e6b3bf;
  color: #e6b3bf !important;
}

.button.is-light-tertiary.is-outlined:after {
  background-color: #e6b3bf;
}

.button.is-light-tertiary.is-outlined:hover,
.button.is-light-tertiary.is-outlined:focus {
  border-color: #e6b3bf;
  color: #29374c !important;
}

.button.is-light-tertiary.is-outlined:hover:after,
.button.is-light-tertiary.is-outlined:focus:after {
  background-color: #e6b3bf;
}

.button.is-light-tertiary.is-outlined:active:after {
  background-color: #171f2a;
}

.button.is-light-tertiary.is-inverted {
  background-color: #29374c;
  color: #e6b3bf !important;
}

.button.is-light-tertiary.is-inverted:after {
  background-color: #29374c;
}

.button.is-light-tertiary.is-inverted:hover {
  border-color: #29374c;
  color: #732639 !important;
}

.button.is-light-tertiary.is-inverted:active {
  border-color: #f2d9df;
}

.button.is-light-tertiary.is-inverted:active:after {
  background-color: #f2d9df;
}

.button.is-light-tertiary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #29374c;
  color: #29374c !important;
}

.button.is-light-tertiary.is-inverted.is-outlined:after {
  background-color: #29374c;
}

.button.is-light-tertiary.is-inverted.is-outlined:hover,
.button.is-light-tertiary.is-inverted.is-outlined:focus {
  color: #e6b3bf !important;
}

.button.is-light-tertiary.is-inverted.is-outlined:hover:after,
.button.is-light-tertiary.is-inverted.is-outlined:focus:after {
  background-color: #29374c;
}

.button.is-light-tertiary.is-inverted.is-outlined:active:after {
  background-color: #171f2a;
}

.button.is-dark {
  background-color: #29374c;
  color: #fff !important;
}

.button.is-dark:after {
  background-color: #171f2a;
}

.button.is-dark:hover {
  border-color: #171f2a;
}

.button.is-dark:active,
.button.is-dark.is-active {
  border-color: #050709;
}

.button.is-dark:active:after,
.button.is-dark.is-active:after {
  background-color: #050709;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #29374c;
  color: #29374c !important;
}

.button.is-dark.is-outlined:after {
  background-color: #29374c;
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined:focus {
  border-color: #29374c;
  color: #fff !important;
}

.button.is-dark.is-outlined:hover:after,
.button.is-dark.is-outlined:focus:after {
  background-color: #29374c;
}

.button.is-dark.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-dark.is-inverted {
  background-color: #fff;
  color: #29374c !important;
}

.button.is-dark.is-inverted:after {
  background-color: #fff;
}

.button.is-dark.is-inverted:hover {
  border-color: #fff;
  color: #364863 !important;
}

.button.is-dark.is-inverted:active {
  border-color: #dee4ed;
}

.button.is-dark.is-inverted:active:after {
  background-color: #dee4ed;
}

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

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

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined:focus {
  color: #29374c !important;
}

.button.is-dark.is-inverted.is-outlined:hover:after,
.button.is-dark.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-dark.is-inverted.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-primary {
  background-color: #2c7eea;
  color: #fff !important;
}

.button.is-primary:after {
  background-color: #1565ce;
}

.button.is-primary:hover {
  border-color: #1565ce;
}

.button.is-primary:active,
.button.is-primary.is-active {
  border-color: #104ea0;
}

.button.is-primary:active:after,
.button.is-primary.is-active:after {
  background-color: #104ea0;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #2c7eea;
  color: #2c7eea !important;
}

.button.is-primary.is-outlined:after {
  background-color: #2c7eea;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
  border-color: #2c7eea;
  color: #fff !important;
}

.button.is-primary.is-outlined:hover:after,
.button.is-primary.is-outlined:focus:after {
  background-color: #2c7eea;
}

.button.is-primary.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #2c7eea !important;
}

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

.button.is-primary.is-inverted:hover {
  border-color: #fff;
  color: #0e448b !important;
}

.button.is-primary.is-inverted:active {
  border-color: #d1e3fa;
}

.button.is-primary.is-inverted:active:after {
  background-color: #d1e3fa;
}

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

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

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined:focus {
  color: #2c7eea !important;
}

.button.is-primary.is-inverted.is-outlined:hover:after,
.button.is-primary.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-primary.is-inverted.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-secondary {
  background-color: #1c65c4;
  color: #fff !important;
}

.button.is-secondary:after {
  background-color: #164e97;
}

.button.is-secondary:hover {
  border-color: #164e97;
}

.button.is-secondary:active,
.button.is-secondary.is-active {
  border-color: #0f376b;
}

.button.is-secondary:active:after,
.button.is-secondary.is-active:after {
  background-color: #0f376b;
}

.button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #1c65c4;
  color: #1c65c4 !important;
}

.button.is-secondary.is-outlined:after {
  background-color: #1c65c4;
}

.button.is-secondary.is-outlined:hover,
.button.is-secondary.is-outlined:focus {
  border-color: #1c65c4;
  color: #fff !important;
}

.button.is-secondary.is-outlined:hover:after,
.button.is-secondary.is-outlined:focus:after {
  background-color: #1c65c4;
}

.button.is-secondary.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-secondary.is-inverted {
  background-color: #fff;
  color: #1c65c4 !important;
}

.button.is-secondary.is-inverted:after {
  background-color: #fff;
}

.button.is-secondary.is-inverted:hover {
  border-color: #fff;
  color: #134586 !important;
}

.button.is-secondary.is-inverted:active {
  border-color: #d2e3f9;
}

.button.is-secondary.is-inverted:active:after {
  background-color: #d2e3f9;
}

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

.button.is-secondary.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-secondary.is-inverted.is-outlined:hover,
.button.is-secondary.is-inverted.is-outlined:focus {
  color: #1c65c4 !important;
}

.button.is-secondary.is-inverted.is-outlined:hover:after,
.button.is-secondary.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-secondary.is-inverted.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-tertiary {
  background-color: #9c344d;
  color: #fff !important;
}

.button.is-tertiary:after {
  background-color: #76273a;
}

.button.is-tertiary:hover {
  border-color: #76273a;
}

.button.is-tertiary:active,
.button.is-tertiary.is-active {
  border-color: #501b27;
}

.button.is-tertiary:active:after,
.button.is-tertiary.is-active:after {
  background-color: #501b27;
}

.button.is-tertiary.is-outlined {
  background-color: transparent;
  border-color: #9c344d;
  color: #9c344d !important;
}

.button.is-tertiary.is-outlined:after {
  background-color: #9c344d;
}

.button.is-tertiary.is-outlined:hover,
.button.is-tertiary.is-outlined:focus {
  border-color: #9c344d;
  color: #fff !important;
}

.button.is-tertiary.is-outlined:hover:after,
.button.is-tertiary.is-outlined:focus:after {
  background-color: #9c344d;
}

.button.is-tertiary.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-tertiary.is-inverted {
  background-color: #fff;
  color: #9c344d !important;
}

.button.is-tertiary.is-inverted:after {
  background-color: #fff;
}

.button.is-tertiary.is-inverted:hover {
  border-color: #fff;
  color: #732639 !important;
}

.button.is-tertiary.is-inverted:active {
  border-color: #f2d9df;
}

.button.is-tertiary.is-inverted:active:after {
  background-color: #f2d9df;
}

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

.button.is-tertiary.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-tertiary.is-inverted.is-outlined:hover,
.button.is-tertiary.is-inverted.is-outlined:focus {
  color: #9c344d !important;
}

.button.is-tertiary.is-inverted.is-outlined:hover:after,
.button.is-tertiary.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-tertiary.is-inverted.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-quaternary {
  background-color: #c3234a;
  color: #fff !important;
}

.button.is-quaternary:after {
  background-color: #981b3a;
}

.button.is-quaternary:hover {
  border-color: #981b3a;
}

.button.is-quaternary:active,
.button.is-quaternary.is-active {
  border-color: #6d1329;
}

.button.is-quaternary:active:after,
.button.is-quaternary.is-active:after {
  background-color: #6d1329;
}

.button.is-quaternary.is-outlined {
  background-color: transparent;
  border-color: #c3234a;
  color: #c3234a !important;
}

.button.is-quaternary.is-outlined:after {
  background-color: #c3234a;
}

.button.is-quaternary.is-outlined:hover,
.button.is-quaternary.is-outlined:focus {
  border-color: #c3234a;
  color: #fff !important;
}

.button.is-quaternary.is-outlined:hover:after,
.button.is-quaternary.is-outlined:focus:after {
  background-color: #c3234a;
}

.button.is-quaternary.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-quaternary.is-inverted {
  background-color: #fff;
  color: #c3234a !important;
}

.button.is-quaternary.is-inverted:after {
  background-color: #fff;
}

.button.is-quaternary.is-inverted:hover {
  border-color: #fff;
  color: #821731 !important;
}

.button.is-quaternary.is-inverted:active {
  border-color: #f7d4dc;
}

.button.is-quaternary.is-inverted:active:after {
  background-color: #f7d4dc;
}

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

.button.is-quaternary.is-inverted.is-outlined:after {
  background-color: #fff;
}

.button.is-quaternary.is-inverted.is-outlined:hover,
.button.is-quaternary.is-inverted.is-outlined:focus {
  color: #c3234a !important;
}

.button.is-quaternary.is-inverted.is-outlined:hover:after,
.button.is-quaternary.is-inverted.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-quaternary.is-inverted.is-outlined:active:after {
  background-color: #e6e5e5;
}

.button.is-white {
  background-color: #fff;
  color: #354253 !important;
}

.button.is-white:after {
  background-color: #e6e5e5;
}

.button.is-white:hover {
  border-color: #e6e5e5;
}

.button.is-white:active,
.button.is-white.is-active {
  border-color: #cccccc;
}

.button.is-white:active:after,
.button.is-white.is-active:after {
  background-color: #cccccc;
}

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

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

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  border-color: #fff;
  color: #354253 !important;
}

.button.is-white.is-outlined:hover:after,
.button.is-white.is-outlined:focus:after {
  background-color: #fff;
}

.button.is-white.is-outlined:active:after {
  background-color: #212934;
}

.button.is-white.is-inverted {
  background-color: #354253;
  color: #fff !important;
}

.button.is-white.is-inverted:after {
  background-color: #354253;
}

.button.is-white.is-inverted:hover {
  border-color: #354253;
  color: #4d4c4c !important;
}

.button.is-white.is-inverted:active {
  border-color: #e6e5e5;
}

.button.is-white.is-inverted:active:after {
  background-color: #e6e5e5;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #354253;
  color: #354253 !important;
}

.button.is-white.is-inverted.is-outlined:after {
  background-color: #354253;
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined:focus {
  color: #fff !important;
}

.button.is-white.is-inverted.is-outlined:hover:after,
.button.is-white.is-inverted.is-outlined:focus:after {
  background-color: #354253;
}

.button.is-white.is-inverted.is-outlined:active:after {
  background-color: #212934;
}

.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: #2c7eea;
  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: #1569d8;
}

.text-button:active {
  color: #fff !important;
  background-color: #1e75e9;
}

.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: #f0f0f0;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-card-title {
  color: #243042;
  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 #e3e3e3;
}

.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(44, 126, 234, 0.6);
  transition: 86ms ease-out;
}

.modal-close:hover,
.modal-close:focus {
  background-color: #2c7eea;
}

.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 #e3e3e3;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}

.accordion-header:hover .title {
  color: #1c65c4;
}

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

.is-transparent .flickity-page-dots .dot.is-selected {
  background-color: #2c7eea;
}

.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: rgba(156, 52, 77, 0.4);
}

/* 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: #2c7eea;
}

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

.flickity-fullscreen-button {
  background-color: rgba(156, 52, 77, 0.4);
}

.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(44, 126, 234, 0.65);
}

.review-carousel .flickity-prev-next-button:active,
.review-carousel .flickity-prev-next-button:hover {
  background-color: #2c7eea;
}

.review-carousel .flickity-prev-next-button .arrow {
  fill: white;
}

.review-carousel .flickity-page-dots .dot.is-selected {
  background: #2c7eea;
}

.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 #e3e3e3;
  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;
  color: white;
  transition: 1s ease-out;
}

.is-scrolling .header,
.is-scrolling-up .header {
  background-color: #2c7eea;
}

.header-container {
  display: flex;
  justify-content: space-between;
  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;
  width: 200px;
}

@media screen and (min-width: 768px), print {
  .logo {
    width: auto;
  }
}

@media screen and (min-width: 1216px) {
  .logo {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 1300px) {
  .logo {
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1366px) {
  .logo {
    margin-right: 3rem;
  }
}

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

.menu-button.is-loaded {
  opacity: 1;
}

.menu-button:active,
.menu-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.menu-button:active .menu-button-bar,
.menu-button:hover .menu-button-bar {
  background: white;
}

.menu-button .menu-button-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  opacity: 1;
  left: 12px;
  background-color: white;
  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 {
  margin-right: 0.75rem;
}

.main-nav-link {
  line-height: 1em;
  display: block;
}

.main-nav-subnav {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  display: none;
  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;
}

.has-subnav-container .main-nav-sublink {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.has-subnav-container .main-nav-sublink:active,
.has-subnav-container .main-nav-sublink:hover {
  color: #9c344d;
}

.cta-buttons.is-header {
  margin-left: 1rem;
}

.cta-buttons.is-flyout:not(:last-child) {
  margin-bottom: 1em;
}

.footer.is-dark.section {
  background-color: #203f6e;
  margin-top: auto;
}

.footer-section {
  padding: 3rem 0;
}

.footer-section.has-border {
  border-bottom: 1px solid #4f4f4f;
}

.footer-item:not(:last-child) {
  margin-bottom: 2rem;
}

.footer-nav-link {
  color: white;
}

.footer-nav-link:hover,
.footer-nav-link:active {
  color: #2c7eea;
}

.cta-mobile {
  position: fixed;
  z-index: 998;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #203f6e;
  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);
}

.is-scrolling .cta-mobile,
.is-scrolling-up .cta-mobile {
  transform: translateY(0);
}

.section.is-light,
.has-bg-color.is-light {
  background-color: #edf0f3;
  color: #354253;
}

.section.is-light .title,
.section.is-light .subtitle,
.has-bg-color.is-light .title,
.has-bg-color.is-light .subtitle {
  color: inherit;
}

.section.is-light-primary,
.has-bg-color.is-light-primary {
  background-color: #e6effa;
  color: #29374c;
}

.section.is-light-primary .title,
.section.is-light-primary .subtitle,
.has-bg-color.is-light-primary .title,
.has-bg-color.is-light-primary .subtitle {
  color: inherit;
}

.section.is-light-secondary,
.has-bg-color.is-light-secondary {
  background-color: #a6c7f2;
  color: #29374c;
}

.section.is-light-secondary .title,
.section.is-light-secondary .subtitle,
.has-bg-color.is-light-secondary .title,
.has-bg-color.is-light-secondary .subtitle {
  color: inherit;
}

.section.is-light-tertiary,
.has-bg-color.is-light-tertiary {
  background-color: #e6b3bf;
  color: #29374c;
}

.section.is-light-tertiary .title,
.section.is-light-tertiary .subtitle,
.has-bg-color.is-light-tertiary .title,
.has-bg-color.is-light-tertiary .subtitle {
  color: inherit;
}

.section.is-dark,
.has-bg-color.is-dark {
  background-color: #29374c;
  color: #fff;
}

.section.is-dark .title,
.section.is-dark .subtitle,
.has-bg-color.is-dark .title,
.has-bg-color.is-dark .subtitle {
  color: inherit;
}

.section.is-primary,
.has-bg-color.is-primary {
  background-color: #2c7eea;
  color: #fff;
}

.section.is-primary .title,
.section.is-primary .subtitle,
.has-bg-color.is-primary .title,
.has-bg-color.is-primary .subtitle {
  color: inherit;
}

.section.is-secondary,
.has-bg-color.is-secondary {
  background-color: #1c65c4;
  color: #fff;
}

.section.is-secondary .title,
.section.is-secondary .subtitle,
.has-bg-color.is-secondary .title,
.has-bg-color.is-secondary .subtitle {
  color: inherit;
}

.section.is-tertiary,
.has-bg-color.is-tertiary {
  background-color: #9c344d;
  color: #fff;
}

.section.is-tertiary .title,
.section.is-tertiary .subtitle,
.has-bg-color.is-tertiary .title,
.has-bg-color.is-tertiary .subtitle {
  color: inherit;
}

.section.is-quaternary,
.has-bg-color.is-quaternary {
  background-color: #c3234a;
  color: #fff;
}

.section.is-quaternary .title,
.section.is-quaternary .subtitle,
.has-bg-color.is-quaternary .title,
.has-bg-color.is-quaternary .subtitle {
  color: inherit;
}

.section.is-white,
.has-bg-color.is-white {
  background-color: #fff;
  color: #354253;
}

.section.is-white .title,
.section.is-white .subtitle,
.has-bg-color.is-white .title,
.has-bg-color.is-white .subtitle {
  color: inherit;
}

.has-bg-color.is-footer-color {
  background-color: #203f6e;
}

.section.is-white .title,
.section.is-light .title,
.has-bg-color.is-white .title,
.has-bg-color.is-light .title {
  color: #29374c;
}

.section.is-white .subtile,
.section.is-light .subtile,
.has-bg-color.is-white .subtile,
.has-bg-color.is-light .subtile {
  color: #c3234a;
}

.section {
  position: relative;
  padding: 3rem 0;
}

.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: 7rem 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: 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2px 40px rgba(10, 10, 10, 0.2);
}

.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 {
  overflow: hidden;
}

.image-series-item {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  transform-origin: 0 0;
  transition: 0.6s ease-out;
}

.image-series-item:nth-child(2n) {
  transform-origin: 100% 0;
}

.image-series-item.is-loaded {
  -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;
}

.image-series-item.is-active.is-loaded {
  -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: #2c7eea;
  color: white;
}

::selection {
  background: #2c7eea;
  color: white;
}

::-moz-selection {
  background: #2c7eea;
  color: white;
}

strong {
  color: inherit;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  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 {
  font-weight: 600;
}

.is-dark a,
.is-secondary a,
.is-tertiary a {
  color: #f0f0f0;
}

.is-dark a:hover,
.is-secondary a:hover,
.is-tertiary a:hover {
  color: #2c7eea;
}

.is-primary a {
  color: #f0f0f0;
}

.is-primary a:hover {
  color: #0a0a0a;
}

.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: 1024px) {
  .container {
    margin: 0 3rem;
  }

  .container.is-narrowish {
    width: 90%;
    margin: 0 auto;
    max-width: 924px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1284px;
  }

  .container.is-medium {
    max-width: 1068px;
    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%;
}

.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 .modiphy-symbol .path {
  fill: white;
}

.copyright .copyright-item {
  flex: 0 0 auto;
  margin: 0 0.125em;
}

.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 #807f7f;
  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 #807f7f;
}

.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 {
  border-radius: 5px;
}

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

.location-info,
.footer-nav {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .location-info,
  .footer-nav {
    display: flex;
    justify-content: center;
  }
}

.location-info-item,
.footer-nav-item {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .location-info-item,
  .footer-nav-item {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.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: #1c65c4;
  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: #f0f0f0;
}

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

.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: #1c65c4 !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: #9c344d;
  color: white !important;
}

a.icon-box:hover .icon-box-icon {
  color: white;
}

.icon-box-icon {
  font-size: 3em;
  color: #9c344d;
  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: 10px solid #9c344d;
  padding: 1em;
  box-shadow: 0 2px 20px rgba(15, 15, 15, 0.15);
  margin-bottom: 1.5em;
  border-radius: 5px;
  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: 1.125em;
}

@media screen and (min-width: 768px), print {
  .bq-body {
    padding-right: 8%;
  }
}

.bq-body strong {
  color: #1c65c4;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 400;
}

.bq-name {
  font-size: 1.25em;
  font-style: italic;
  color: #29374c;
  font-weight: 500;
  align-self: flex-end;
  margin-top: auto;
}

.svg-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.main-nav-item {
  padding: 0;
  font-size: 0.9375rem;
}

.main-nav-item:not(:last-child) {
  margin-right: 1.625em;
}

@media screen and (min-width: 1300px) {
  .main-nav-item {
    font-size: 1rem;
  }

  .main-nav-item:not(:last-child) {
    margin-right: 2em;
  }
}

.main-nav-link {
  display: block;
  color: white;
  font-weight: 600;
  padding: 0.75em 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: #e6effa;
}

.main-nav-subnav {
  background-color: white;
  border-radius: 5px;
  margin-top: 0;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.main-subnav-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.25em;
}

.main-nav-subitem {
  width: 25%;
  flex: 1 1 auto;
  display: flex;
  padding: 2px;
}

.main-nav-subitem:first-child .main-subnav-image,
.main-nav-subitem:last-child .main-subnav-image {
  width: 90%;
}

.main-nav-subitem:nth-child(2) .main-subnav-image {
  width: 80%;
}

.main-nav-sublink {
  color: #29374c;
  width: 100%;
  font-weight: 700;
  padding: 1.75em 0.5em;
  transition: 0.25s ease-out;
  border-radius: 3px;
}

.main-nav-sublink:hover,
.main-nav-sublink:active {
  background-color: #edf0f3;
}

.main-nav-sublink:hover .main-subnav-icon,
.main-nav-sublink:active .main-subnav-icon {
  transform: scale(1.1) translate3d(0, 0, 0);
}

.main-subnav-icon {
  width: 72px;
  padding: 10px;
  margin-right: 0.75rem;
  transition: 0.25s ease-out;
  transform: translate3d(0, 0, 0);
}

.main-subnav-image {
  width: 100%;
  height: auto;
}

.header .telephone {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.header .telephone .telephone-link {
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .header .telephone {
    font-size: 1.25rem;
  }
}

.telephone-title {
  font-weight: 600;
  color: #2c7eea;
}

@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 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .telephone-number {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1216px) {
  .telephone-number {
    transition: 0.25s ease-out;
  }

  .is-scrolling .telephone-number {
    font-size: 1.25rem;
  }
}

.team-member-page .section-1.is-split .section-image {
  display: none;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 2px 40px rgba(10, 10, 10, 0.2);
  background-color: #fff;
  transition: 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  .is-facebook-feed .card {
    max-width: 320px;
    margin: 0 auto;
  }
}

.card:hover {
  box-shadow: 0 2px 40px rgba(10, 10, 10, 0.4);
  transform: translateY(-8px);
}

.card-figure {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.card-content {
  padding: 1em;
}

.featured-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em;
  transition: 0.25s ease-out;
  color: #1c65c4;
  position: relative;
  overflow: hidden;
}

.featured-item:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 6px;
  top: 6px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  right: 6px;
  bottom: 6px;
  transform: scale(0.75);
  opacity: 0;
  transition: 0.25s ease-out;
}

.featured-item:hover,
.featured-item:active {
  background-color: #e3e3e3 !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(44, 126, 234, 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;
}

.gallery-thumb {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #edf0f3;
}

.section.has-boxes .column {
  display: flex;
}

.box,
.section.has-boxes .section-item {
  display: flex;
  width: 100%;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  position: relative;
  flex-direction: column;
  background-color: white;
  padding: 2em 1.5em;
}

@media screen and (min-width: 768px), print {
  .box,
  .section.has-boxes .section-item {
    padding: 1.5em;
  }
}

@media screen and (min-width: 1024px) {
  .box,
  .section.has-boxes .section-item {
    padding: 2em 2em;
  }
}

.box.has-sm-p,
.section.has-boxes .section-item.has-sm-p {
  padding: 7px;
}

.box.has-no-border,
.section.has-boxes .section-item.has-no-border {
  padding: 0;
}

.box.has-no-border:before,
.section.has-boxes .section-item.has-no-border:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .box.is-skinny-mobile,
  .section.has-boxes .section-item.is-skinny-mobile {
    padding: 0;
    box-shadow: none;
  }

  .box.is-skinny-mobile:before,
  .section.has-boxes .section-item.is-skinny-mobile:before {
    content: none;
  }
}

.section.is-hero-custom {
  padding-top: 64px;
}

@media screen and (min-width: 1024px) {
  .section.is-hero-custom {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1216px) {
  .section.is-hero-custom {
    padding-top: 100px;
  }
}

.section.is-hero-custom .section-container {
  padding-top: 100px;
}

@media screen and (min-width: 600px) {
  .section.is-hero-custom .section-container {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px), print {
  .section.is-hero-custom .section-container {
    padding-top: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .section.is-hero-custom .section-container {
    padding-top: 250px;
  }
}

.hero-custom-vector {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero-custom-svg {
  flex: 0 0 auto;
  height: 21em;
  width: auto;
  margin-left: 7rem;
}

@media screen and (min-width: 768px), print {
  .hero-custom-svg {
    margin-left: 3rem;
    height: 27em;
  }
}

@media screen and (min-width: 1024px) {
  .hero-custom-svg {
    margin-left: 11rem;
    height: 34em;
  }
}

@media screen and (min-width: 1100px) {
  .hero-custom-svg {
    margin-left: 0;
    height: 37em;
  }
}

@media screen and (min-width: 1216px) {
  .hero-custom-svg {
    height: 41.25rem;
  }
}

.hero-custom-title {
  max-width: 234px;
}

@media screen and (min-width: 600px) {
  .hero-custom-title {
    max-width: none;
  }
}

.box-head {
  margin-bottom: 1rem;
}

.svg-icon {
  background-color: white;
  border: 3px solid #9c344d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: -40px;
}

.svg-icon .section-svg {
  width: 52px;
}

.svg-icon .section-svg.vendor-guide-svg {
  width: 42px;
}

.svg-icon .section-svg.new-additions-svg {
  width: 56px;
}

.svg-icon.is-dim {
  border-color: #807f7f;
  margin-top: 0;
}

.svg-icon.is-dim .section-svg {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.section.is-toolbox-vendor-guide {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .section.is-toolbox-vendor-guide {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1216px) {
  .section.is-toolbox-vendor-guide {
    padding-top: 6rem;
  }
}

.us-map-vector {
  max-width: 100%;
  height: auto;
}

.us-map-vector .land {
  fill: #5a9aef;
  stroke: #e6effa;
  stroke-opacity: 1;
  stroke-width: 0.5;
  cursor: pointer;
  transition: 0.2s ease-out;
}

.us-map-vector .land:hover {
  fill: #2c7eea;
}

.us-map-vector .land.is-active {
  fill: #1c65c4;
}

.section .state-map {
  padding-bottom: 1rem;
}

.section .has-blob {
  overflow: hidden;
}

.blob-divider {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0;
  overflow: hidden;
}

.is-state-map .blob-divider {
  top: 50%;
}

.blob-divider-svg-container {
  position: absolute;
  left: 50%;
  transform: translateX(-51%);
  width: 102%;
  height: 260px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 1800px;
}

.has-blob .blob-divider-svg-container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  height: 3000px;
  background-color: #edf0f3;
}

.section.is-state-map .blob-divider-svg-container:after {
  background-color: #edf0f3;
}

.section.is-toolbox-vendor-guide .blob-divider-svg-container:after {
  background-color: white;
}

.blob-divider-svg {
  width: 100%;
  height: 260px;
  flex: 0 0 auto;
}

.section.is-custom-form {
  margin-bottom: -2px;
  overflow: hidden;
  padding-top: 42vw;
}

@media screen and (min-width: 600px) {
  .section.is-custom-form {
    padding-top: 33vw;
  }
}

@media screen and (min-width: 1024px) {
  .section.is-custom-form {
    padding-top: 360px;
  }
}

.backpack {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.backpack-svg {
  flex: 0 0 auto;
  height: 64vw;
  width: auto;
  margin-left: 3.5rem;
  max-height: 730px;
}

@media screen and (min-width: 1024px) {
  .backpack-svg {
    margin-left: 0;
    height: 730px;
  }
}

.backpack-bottom {
  width: 100%;
  height: 1000px;
  margin-top: -2px;
}

.custom-form-content {
  margin-right: 4rem;
  max-width: 362px;
}

.custom-form-content .section-body {
  margin-right: 2rem;
}

@media screen and (min-width: 768px), print {
  .custom-form-content .section-body {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px), print {
  .custom-form-content {
    max-width: 430px;
  }
}

@media screen and (min-width: 1024px) {
  .whats-new-item .svg-icon {
    margin-left: 0;
    margin-right: 0;
  }
}

.box-section-item {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.section.has-boxes .box-section-item {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .section.has-boxes .box-section-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.box-section-item .section-body {
  padding: 0 1.5em 1em;
}

@media screen and (min-width: 768px), print {
  .box-section-item .section-body {
    padding: 0 1.5em 1em;
  }
}

@media screen and (min-width: 1024px) {
  .box-section-item .section-body {
    padding: 0 2em 1em;
  }
}

.box-footer-button {
  padding: 1em 1em;
  transition: 0.2s ease-out;
  margin-top: auto;
  border-top: 1px solid #e3e3e3;
}

.box-footer-button .box-footer-button-text {
  color: #242424;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-weight: 600;
}

.box-footer-button:hover {
  background-color: #f7f7f7;
}

.section.is-new-popular {
  background-color: #f6f8f9;
}

.whats-new-item {
  margin-bottom: 2rem;
  padding: 3rem 1rem;
}

@media screen and (min-width: 768px), print {
  .whats-new-item {
    margin-top: 0;
    padding: 4rem 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .whats-new-item {
    padding: 5rem 1.5rem;
  }
}

.whats-new-column {
  border-top: 2px solid #edf0f3;
}

.whats-new-column:first-child {
  border-bottom: 2px solid #edf0f3;
}

@media screen and (min-width: 1024px) {
  .whats-new-column:first-child {
    border-right: 2px solid #edf0f3;
    margin: 0;
    border-bottom-width: 0;
  }
}

.state-section-body {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px), print {
  .state-section-body {
    margin-bottom: 0 !important;
    margin: -left;
    max-width: none;
    margin-right: 1rem;
    margin-left: 0;
  }
}

.state-select-control {
  flex: 0 0 auto;
}

.new-list {
  padding-top: 0.5em;
}

.new-list-item {
  padding-top: 0.75em;
}

@media screen and (min-width: 1024px) {
  .new-list-item {
    position: relative;
    padding-left: 2em;
    padding-top: 0.75em;
  }
}

.new-list-icon {
  display: none;
}

@media screen and (min-width: 1024px) {
  .new-list-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0.75em;
  }
}

.toolbox-lid {
  transform-origin: -3px 59px;
  -webkit-animation-name: lidOpenClose;
          animation-name: lidOpenClose;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.compass-pointer {
  transform-origin: 152px 234px;
  -webkit-animation-name: compassRock;
          animation-name: compassRock;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.spiked-wheel {
  transform-origin: 194.5px 194.5px;
  -webkit-animation: rotateWheel 0.7s infinite linear;
          animation: rotateWheel 0.7s infinite linear;
}

.hammer {
  transform-origin: 247.6px 212.3px;
  -webkit-animation: rotateHammer 8s infinite ease-in-out;
          animation: rotateHammer 8s infinite ease-in-out;
}

.wrench {
  transform-origin: 430px 80px;
  -webkit-animation: rotateWrench 8s infinite ease-in-out;
          animation: rotateWrench 8s infinite ease-in-out;
}

.rocket {
  transform-origin: 1417.8px 242.9px;
  transform: rotate(128deg);
  offset-distance: 12%;
  -webkit-animation: shootRocket 20s ease-in-out infinite;
          animation: shootRocket 20s ease-in-out infinite;
  offset-path: path("M1422.98,530.2C1619.66,292.296 1163.24,-219.322 552.861,298.222C56.455,719.129 655.142,591.388 938.181,579.943C1221.22,568.498 1383.76,577.643 1422.98,530.2Z");
}

.rocket-fire path {
  fill-opacity: 0;
  -webkit-animation: fireFade 20s ease-in-out infinite;
          animation: fireFade 20s ease-in-out infinite;
}

.section.is-banner {
  padding-top: 3rem;
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .section.is-banner {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .section.is-banner {
    padding-top: 5rem;
  }
}

.section.is-banner .section-container {
  padding-top: 64px;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .section.is-banner .section-container {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .section.is-banner .section-container {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1216px) {
  .section.is-banner .section-container .section-container {
    padding-top: 100px;
  }
}

.blob-banner {
  position: relative;
  left: 50%;
  transform: translateX(-51%);
  width: 102%;
  height: 117px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 1800px;
}

.blob-banner-svg {
  width: 100%;
  height: 100%;
}

.section.has-grad-light-white {
  background: linear-gradient(to bottom, #edf0f3 0%, white 100%);
}

.section.has-blob-banner {
  padding-bottom: 0;
}

.section.has-blob-banner .section-container {
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .section.has-blob-banner .section-container {
    padding-bottom: 3rem;
  }
}

.section.has-box .section-container {
  display: flex;
  width: 100%;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  position: relative;
  flex-direction: column;
  background-color: white;
  padding: 2em 1.5em;
}

@media screen and (min-width: 768px), print {
  .section.has-box .section-container {
    padding: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .section.has-box .section-container {
    padding: 3em 3em;
  }
}

.section.has-box.has-blob-banner .section-container {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .section.has-box.has-blob-banner .section-container {
    margin-bottom: 3rem;
  }
}

.pdf-list-item-icon {
  margin-right: 1rem;
}

.pdf-list-title {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #e3e3e3;
}

.pdf-list-link {
  line-height: 1.4;
  padding: 0.5em;
}

.pdf-list-link:hover {
  text-decoration: underline;
}

