@charset "UTF-8";
@import "https://use.typekit.net/szr7slb.css";
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .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-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px), 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-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .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-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .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-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .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-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .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-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}

.columns:last-child {
  margin-bottom: -12px;
}

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

.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: 1024px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

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

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

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

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2019 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      GarageFonts
 * License URL: https://www.fontspring.com/licenses/garagefonts/webfont
 *
 *
 */
@font-face {
  font-family: 'freight-display-pro';
  font-weight: 600;
  font-style: normal;
  src: url(/hc/theming_assets/01HZKSFD3ZA55989SN7TWQGZYH) format("woff"), url(/hc/theming_assets/01HZKSFF2FHATNM4H7DG2D5XA8) format("woff2");
}

@font-face {
  font-family: 'proxima-nova';
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZKSFEH1Z7DYC5XK6KMFZ0ZH) format("woff"), url(/hc/theming_assets/01HZKSFDFNF0MYE9WKK9VFA5MC) format("woff2");
}

@font-face {
  font-family: 'proxima-nova';
  font-weight: 500;
  font-style: normal;
  src: url(/hc/theming_assets/01HZKSFHAAR20DCJXYW4A6QS7G) format("woff"), url(/hc/theming_assets/01HZKSFGEKW9F52YR7DTR86STG) format("woff2");
}

@font-face {
  font-family: 'proxima-nova';
  font-weight: 600;
  font-style: normal;
  src: url(/hc/theming_assets/01HZKSFFQ8K8Z6SAAKGSM6RF5V) format("woff"), url(/hc/theming_assets/01HZKSFENQVR8SS5TQREWFTS5V) format("woff2");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html, *, *::after, *::before {
  box-sizing: border-box;
}

em {
  font-style: italic;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

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

:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, main {
  display: block;
}

.visible-xxs-inline,
.visible-xs-inline,
.visible-sm-inline,
.visible-md-inline,
.visible-lg-inline,
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-xxs {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1920px) {
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .hidden-xl {
    display: none !important;
  }
}

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

.display-block {
  display: block;
}

.hide {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}

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

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1640px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container--fluid {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .container--fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.text-only-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 956px;
}

.set-column {
  margin: auto;
  max-width: 644px;
}

.padded-block {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media screen and (min-width: 1024px) {
  .padded-block {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.padded-block > h2, .padded-block > .h2,
.padded-block > h3, .padded-block > .h3 {
  margin-top: 0;
}

.padded-block + .padded-block {
  padding-top: 0;
}

.padded-block--bottom-md {
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .padded-block--bottom-md {
    padding-bottom: 24px;
  }
}

.padded-block--top-md {
  padding-top: 16px;
}

@media screen and (min-width: 1024px) {
  .padded-block--top-md {
    padding-top: 24px;
  }
}

.background--barely {
  background-color: #f4f5f9;
}

.background--clay-light {
  background-color: #e8eef1;
}

.background--clay-dark {
  background-color: #c3cfd4;
}

.background--grey-green {
  background-color: #f0f3ef;
}

body {
  font-size: 18px;
  line-height: 28px;
  color: #304858;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.font-adjust--small {
  font-size: 16px;
  line-height: 24px;
}

::-moz-selection {
  background: #304858;
  color: #fff;
}

::selection {
  background: #304858;
  color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: "freight-display-pro", Georgia, Times, "Times New Roman", sans-serif;
  font-weight: 600;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
}

h1, .h1 {
  margin-bottom: 16px;
}

h2, .h2,
h3, .h3,
h4, .h4 {
  margin-bottom: 24px;
}

p {
  margin-bottom: 16px;
}

.title-margin--xl {
  margin-bottom: 48px;
}

h1, .h1 {
  font-size: 36px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 48px;
  }
}

h2, .h2 {
  font-size: 32px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 27px;
    line-height: 28px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 24px;
  }
}

small, .font--small {
  font-size: 16px;
  line-height: 24px;
}

.font--micro {
  font-size: 13px;
  line-height: 20px;
}

.font--nano {
  font-size: 11px;
  line-height: 16px;
}

.title-dot:after {
  color: #f92672;
  content: '.';
  display: inline;
}

@media screen and (max-width: 767px) {
  .title-line-breaker > span {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-center--xs-up {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .text-center--xs-up {
    text-align: center;
  }
}

.font-weight--regular {
  font-weight: 400;
}

.font-weight--medium {
  font-weight: 500;
}

.font-weight--semibold {
  font-weight: 500;
}

.font-weight--bold {
  font-weight: 600;
}

b, strong {
  font-weight: 600;
}

p > a {
  border-bottom: 2px solid #506B57;
  box-shadow: 0 0 0 transparent;
  color: #333333;
  padding-bottom: 1px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

p > a:hover {
  box-shadow: 0 1px 0 #506B57;
  color: #000;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list--padded > li {
  margin-bottom: 8px;
}

.list--content-aligned {
  padding-left: 20px;
}

.list--all-discsul li,
.list--all-discs ul li,
.list--all-discs ul li ul li,
.list--all-discs ol li ul li {
  list-style: disc;
}

.list--inline {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.list--inline > li {
  align-items: center;
  display: flex;
  margin-right: 20px;
}

@media screen and (min-width: 1280px) {
  .list--inline > li {
    margin-right: 30px;
  }
}

.list--inline > li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .list--columns-2, .list--columns-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .list--columns-2 > li, .list--columns-3 > li {
    margin-right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .list--columns-2 > li {
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 1024px) {
  .list--columns-3 > li {
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 1440px) {
  .list--columns-3 > li {
    width: calc((100% / 3) - 40px);
  }
}

.list--centered {
  justify-content: center;
}

.list--centered > li,
.list--centered > li:last-child {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 1280px) {
  .list--centered > li,
  .list--centered > li:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .list--animated a {
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .list--animated:hover a {
    opacity: 0.75;
  }
  .list--animated:hover a:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  .list--animated:hover a:focus {
    transform: scale(1.2);
  }
}

.hr {
  border-color: #3d5869 transparent transparent transparent;
  margin-bottom: 40px;
  margin-top: 40px;
}

.hr--dashed {
  background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  border: none;
  height: 1px;
}

.hr--light {
  opacity: 0.5;
}

.hr--short {
  max-width: 60px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 32px;
}

.hr--center-short {
  max-width: 100px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

.hr--margin-xl {
  margin-bottom: 32px;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .hr--margin-xl {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 1279px) {
  .table-container {
    margin-right: -20px;
    position: relative;
    overflow-x: auto;
    z-index: 10;
  }
}

.table-container table {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  z-index: 10;
}

table.table--styled {
  min-width: 50%;
  width: 100%;
}

table.table--styled td,
table.table--styled th {
  font-size: 13px;
  line-height: 20px;
  border: 1px solid #c3cfd4;
  line-height: normal;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  table.table--styled td,
  table.table--styled th {
    min-width: 8rem;
    max-width: 12rem;
  }
}

table.table--styled td.label-cell,
table.table--styled th.label-cell {
  background-color: #e8eef1;
  font-weight: 500;
}

table.table--styled td.label-cell--heading,
table.table--styled th.label-cell--heading {
  font-weight: 600;
}

table.table--styled td.label-cell--text-left,
table.table--styled th.label-cell--text-left {
  text-align: left;
}

table.table--styled td.empty-cell,
table.table--styled th.empty-cell {
  border: none;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1023px) {
  .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-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px), 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-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .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-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .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-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .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-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .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-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}

.columns:last-child {
  margin-bottom: -12px;
}

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

.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: 1024px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

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

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

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

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

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

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1279px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.site-header {
  box-shadow: 0 1px 4px 0 rgba(48, 72, 88, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  left: 0;
  height: 80px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
}

@media screen and (min-width: 1024px) {
  .site-header {
    height: 90px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.site-header--overlay {
  background-color: transparent;
  box-shadow: none;
}

.site-header--overlay--fade {
  box-shadow: 0 1px 4px 0 rgba(48, 72, 88, 0.05);
}

.site-header .header-items {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-header .header-items__logo {
  background-image: url(/hc/theming_assets/01HZKSFE1NJD5NWM69WYGG0PVG);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  height: 50px;
  width: 216px;
}

@media screen and (min-width: 550px) {
  .site-header .header-items__logo {
    width: 290px;
  }
}

.site-header .header-items__logo--manypets {
  background-image: url(/hc/theming_assets/01HZKSFE1NJD5NWM69WYGG0PVG);
  background-position: left center;
  width: 150px;
}

@media screen and (min-width: 768px) {
  .site-header .header-items__logo--manypets {
    width: 170px;
  }
}

@media screen and (min-width: 1024px) {
  .site-header .header-items__logo--manypets {
    width: 200px;
  }
}

.site-header .header-items__menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.site-header .header-items__icon {
  border: none;
}

@media screen and (max-width: 374px) {
  .site-header .header-items__icon {
    display: none;
  }
}

.site-header .header-items__telephone {
  background-image: url(/hc/theming_assets/01HZKSFEYKB6WWQH80Y2RTM5BN);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 0 50%;
  padding-left: 1.5em;
  position: relative;
  min-height: 1em;
}

@media screen and (max-width: 540px) {
  .site-header .header-items__telephone span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.site-header .header-menu {
  margin: 0;
  padding-left: 0;
}

.site-header .header-menu__item {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  font-weight: 500;
  padding-right: 20px;
}

@media screen and (min-width: 1280px) {
  .site-header .header-menu__item {
    padding-right: 40px;
  }
  .site-header .header-menu__item:last-of-type {
    padding-right: 0;
  }
}

.header-menu__item a,
.header-items__telephone {
  color: #333333;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

.header-menu__item a:hover, .header-menu__item a:focus,
.header-items__telephone:hover,
.header-items__telephone:focus {
  color: #899B8E;
}

.mobile-menu {
  display: none;
}

.mobile-menu--show {
  display: block;
}

.mobile-overlay {
  background: rgba(48, 72, 88, 0.66);
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
  display: none;
}

.nav {
  color: #333333;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.nav__highlight {
  color: #aaa;
  display: block;
  line-height: normal;
}

.nav__highlight span {
  display: block;
}

.nav li {
  margin-bottom: 12px;
}

.nav--dark {
  color: #fff;
  padding-top: 90px;
}

.nav--dark li > a {
  color: #fff;
}

.nav--dark li > a:hover, .nav--dark li > a:focus {
  color: #c3cfd4;
}

.nav-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}

.mobile-menu {
  background-color: #fff;
  box-shadow: #304858 1px 1px 3px;
  float: right;
  height: 100%;
  max-width: 335px;
  width: 100%;
}

.mobile-menu a {
  color: #304858;
  text-decoration: none;
}

.mobile-menu a:hover, .mobile-menu a:focus {
  color: #3f5444;
}

.mobile-menu__top, .mobile-menu__bottom {
  padding: 24px 30px;
}

.mobile-menu__top {
  background-color: #304858;
}

.mobile-menu__bottom {
  background-color: #fff;
}

.mobile-menu .sub-menu {
  font-size: 16px;
  line-height: 24px;
  background-color: #f4f5f9;
  margin-top: 8px;
  margin-right: -30px;
  margin-bottom: 24px;
  margin-left: -30px;
  padding: 24px 30px;
}

.mobile-menu .sub-menu ul li:last-of-type {
  margin-bottom: 0;
}

.mobile-menu .search-form {
  height: 3rem;
  margin-bottom: 24px;
}

.mobile-menu .search-form__input {
  color: #fff;
}

.mobile-menu .close-mobile-nav {
  background-color: transparent;
  border: none;
  display: block;
  float: right;
  margin-bottom: 24px;
  padding: 0;
  width: 24px;
  height: 24px;
}

.mobile-menu .close-mobile-nav:hover, .mobile-menu .close-mobile-nav:focus {
  cursor: pointer;
}

.mobile-menu .close-mobile-nav:hover .icon, .mobile-menu .close-mobile-nav:hover .collapsible-nav-toggle::after, .mobile-menu .close-mobile-nav:focus .icon, .mobile-menu .close-mobile-nav:focus .collapsible-nav-toggle::after {
  background-image: url(/hc/theming_assets/01HZKSFH2GZDVJZ76S9QV5JM8K);
}

.close-mobile-nav__icon {
  background-image: url(/hc/theming_assets/01HZKSFFFCQTPP0Z15X5F5YZXZ);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 100%;
  transition: opacity 0.3s ease;
  width: 100%;
}

.close-mobile-nav:hover, .close-mobile-nav:focus {
  opacity: 0.5;
}

.account-btn {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
}

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

.account-btn:hover {
  background-color: #3f5444;
}

.account-btn[disabled], .account-btn[disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .account-btn {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .account-btn {
    margin-left: 30px;
    position: relative;
  }
}

.account-btn--dropdown {
  padding-right: 50px;
  position: relative;
}

.account-btn--dropdown::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 14px;
}

.account-btn--dropdown--selected::after {
  background-image: url(/hc/theming_assets/01HZKSFE5JFHAMJ3XXS16W48EM);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown {
  box-shadow: 0 1px 4px 0 rgba(48, 72, 88, 0.15);
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 0 15px;
  position: absolute;
  top: 80px;
}

.dropdown ul {
  list-style-type: none;
}

.dropdown ul > li {
  margin: 0 0 8px;
  padding: 5px 20px;
}

.dropdown ul > li:hover {
  background-color: #f0f3ef;
}

.dropdown ul > li > a {
  border-bottom: 2px solid #506B57;
  box-shadow: 0 0 0 transparent;
  color: #333333;
  padding-bottom: 1px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
}

.dropdown ul > li > a:hover {
  box-shadow: 0 1px 0 #506B57;
  color: #000;
}

.dropdown ul > li > a:hover, .dropdown ul > li > a:focus {
  border: none;
  box-shadow: none;
}

.dropdown ul > li.highlight {
  font-weight: 600;
}

.m-site-footer {
  background-color: var(--skin-background);
  padding-top: 48px;
}

@media screen and (min-width: 1024px) {
  .m-site-footer {
      padding-top: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .m-site-footer__columns {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }

  .m-site-footer__columns {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 32px;
  }
}

.m-list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-site-footer h4 {
  margin-bottom: 24px;
}

.m-site-footer__link {
  margin-bottom: 24px;
}

.m-site-footer__link a {
  color: var(--skin-color);
}

.m-link--no-underline {
  border-radius: 2px;
  cursor: pointer;
  margin: -12px;
  min-width: 1em;
  padding: 12px;
  text-decoration: none;
}

.m-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-list--inline>li {
  margin-right: 32px;
}

.m-icon {
  display: inline-block;
  height: 1em;
  line-height: 1;
  width: 1em;
}

.font--sm, small {
  font-size: 14px;
}

.m-site-footer__text {
  padding-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .m-site-footer__text {
    padding-bottom: 32px;
  }
}

.m-site-footer__bottom {
  background-color: #000000;
  color:  #FFFFFF;
  padding: 24px 0;
}

.m-site-footer__bottom-link {
  margin-bottom: 12px;
}

.m-site-footer__bottom-link a {
  color:  #FFFFFF;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .m-site-footer__bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
  }
  .m-site-footer__bottom-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 48px;
    position: relative;
  }
}

.opening-banner {
  background: url(/hc/theming_assets/01HZKSFFW8HMBGMNQQXGFX9RSV) no-repeat 0 bottom #eff2ee;
  background-size: cover;
  margin: 0;
  padding: 0;
  min-height: 400px;
  width: 100%;
}

.opening-banner__content__meta {
  max-width: 600px;
  padding-top: 130px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .opening-banner__content__meta {
    padding-top: 180px;
  }
}

.opening-banner__content__title {
  font-size: 36px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .opening-banner__content__title {
    font-size: 46px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .opening-banner__content__title {
    margin-bottom: 8px;
  }
}

.opening-banner__search {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .image-text-block {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .image-text-block__image, .image-text-block__text {
    flex: 1;
  }
}

.image-text-block__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .image-text-block__image {
    padding-top: 66%;
  }
}

@media screen and (min-width: 768px) {
  .image-text-block__image {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .image-text-block__image--reverse {
    margin-right: 0;
    margin-left: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .image-text-block__image--height-medium {
    min-height: 390px;
  }
}

@media screen and (min-width: 1920px) {
  .image-text-block__image--height-medium {
    min-height: 450px;
  }
}

@media screen and (min-width: 1024px) {
  .image-text-block__image--height-large {
    min-height: 432px;
  }
}

@media screen and (min-width: 1920px) {
  .image-text-block__image--height-large {
    min-height: 500px;
  }
}

.image-text-block__image--contain {
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .image-text-block__image--contain {
    height: 80vw;
    margin: auto;
    max-height: 350px;
    max-width: 350px;
    padding-top: 0;
    width: 80vw;
  }
}

@media screen and (min-width: 768px) {
  .image-text-block__image--right {
    background-position: right center;
  }
}

.image-text-block__image.image-mask-hexagon {
  -webkit-mask-image: url(/hc/theming_assets/01HZKSFF67ZNS5FGREHKZMN1Y6);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url(/hc/theming_assets/01HZKSFF67ZNS5FGREHKZMN1Y6);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.image-text-block__text {
  align-items: center;
  display: flex;
  flex: 1;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .image-text-block__text {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .image-text-block--long-text {
    display: flex;
  }
}

.image-text-block--long-text .image-text-block__image {
  height: 290px;
  padding-top: 0;
  max-width: 250px;
}

@media screen and (max-width: 1279px) {
  .image-text-block--long-text .image-text-block__image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .image-text-block--long-text .image-text-block__image {
    margin-right: 10px;
  }
}

.image-text-block--long-text .image-text-block__text {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .image-text-block--long-text .image-text-block__text {
    margin-left: 20px;
  }
}

.image-text-block--long-text .image-text-block__text .text-content {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .image-text-block--uneven-split .image-text-block__text {
    flex: 4;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.image-text-block--uneven-split .image-text-block__text > .text-content {
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .image-text-block--uneven-split .image-text-block__image {
    flex: 3;
  }
}

.image-promo-overlay {
  position: relative;
}

.image-promo-overlay__sticker {
  left: 10px;
  position: absolute;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .image-promo-overlay__sticker {
    left: 24px;
    top: 24px;
  }
}

.image-promo-overlay__sticker--image {
  max-width: 60px;
}

@media screen and (min-width: 768px) {
  .image-promo-overlay__sticker--image {
    max-width: 90px;
  }
}

@media screen and (min-width: 1440px) {
  .text-content {
    padding-right: 20%;
  }
}

@media screen and (min-width: 1920px) {
  .text-content {
    padding-right: 30%;
  }
}

.block-wrapper {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .block-wrapper {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .block-wrapper {
    margin-bottom: 80px;
  }
}

.block-wrapper:last-of-type {
  margin-bottom: 0;
}

.block-wrapper:nth-child(odd) .image-text-block {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .block-wrapper:nth-child(odd) .image-text-block .image-text-block__image {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .block-wrapper:nth-child(odd) .image-text-block .image-text-block__text {
    margin-left: 0;
    margin-right: 20px;
  }
}

.features-row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .features-row {
    flex: 1;
    flex-direction: row;
  }
}

.features-row__column {
  background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  flex: 1;
  padding: 32px 0;
}

@media screen and (min-width: 1024px) {
  .features-row__column {
    background-image: linear-gradient(to top, #808e97 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right center;
    background-repeat: repeat-y;
    background-size: 1px 10px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1280px) {
  .features-row__column {
    padding: 0 30px;
  }
}

.features-row__column:first-child {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .features-row__column:first-child {
    padding-left: 0;
  }
}

.features-row__column:last-child {
  background-image: none;
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .features-row__column:last-child {
    background-image: none;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .features-row--four-items {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .features-row--four-items {
    flex: 1;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .features-row--four-items > .features-row__column {
    background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 10px 1px;
    flex: 1;
    padding: 32px 0;
  }
}

@media screen and (min-width: 1024px) {
  .features-row--four-items > .features-row__column {
    background-image: linear-gradient(to top, #808e97 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right center;
    background-repeat: repeat-y;
    background-size: 1px 10px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .features-row--four-items > .features-row__column:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .features-row--four-items > .features-row__column:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .features-row--four-items > .features-row__column:last-child {
    background-image: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .features-row--four-items > .features-row__column:last-child {
    background-image: none;
    padding-right: 0;
  }
}

.features-item {
  display: block;
  display: flex;
  flex-direction: column;
}

.features-item__img {
  margin-bottom: 32px;
  min-height: 130px;
}

.features-item__content {
  flex: 1;
}

.features-item__btn {
  align-self: flex-start;
}

.features-item--mob-side-image > .features-item__img {
  min-height: 0;
}

@media screen and (max-width: 1023px) {
  .features-item--mob-side-image {
    flex-direction: row;
  }
  .features-item--mob-side-image > .features-item__img {
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .features-item--mob-side-image {
    flex-direction: row;
  }
  .features-item--mob-side-image > .features-item__img {
    margin-right: 10px;
    max-width: 3.5rem;
  }
}

.features-item-content {
  display: block;
  display: flex;
  flex-direction: column;
}

.features-item-content__title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.features-item-content__title-image {
  align-self: flex-start;
  margin-bottom: 8px;
  max-height: 28px;
}

.features-item-content__text {
  flex: 1;
}

.features-item-content__text > p:last-of-type {
  margin-bottom: 0;
}

.features-item-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 130px;
  max-width: 100%;
  width: auto;
}

.btn--primary {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
}

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

.btn--primary:hover {
  background-color: #3f5444;
}

.btn--primary[disabled], .btn--primary[disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

.btn--primary.btn--progress {
  padding-right: 36px;
  position: relative;
}

.btn--primary.btn--progress::after {
  animation-iteration-count: infinite;
  animation-duration: 0.9s;
  animation-name: spin;
  animation-timing-function: linear;
  background-image: url("../assets/svg/progress-ring-outer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

.btn--primary.btn--progress::before {
  animation-iteration-count: infinite;
  animation-duration: 0.9s;
  animation-direction: reverse;
  animation-name: spin;
  animation-timing-function: linear;
  background-image: url("../assets/svg/progress-ring-inner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13.33333px;
  content: '';
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.btn--primary.btn--progress::before {
  background-image: url("../assets/svg/progress-ring-inner-white.svg");
}

.btn--primary.btn--progress::after {
  background-image: url("../assets/svg/progress-ring-inner-white.svg");
}

.btn--secondary {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-color: #506B57;
  color: #333333;
}

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

.btn--secondary:hover {
  background-color: #506B57;
  color: #fff;
}

.btn--secondary[disabled], .btn--secondary[disabled]:hover {
  background: transparent;
  border-color: #b8c0c5;
  color: #b8c0c5;
}

.btn--secondary.btn--progress {
  padding-right: 36px;
  position: relative;
}

.btn--secondary.btn--progress::after {
  animation-iteration-count: infinite;
  animation-duration: 0.9s;
  animation-name: spin;
  animation-timing-function: linear;
  background-image: url("../assets/svg/progress-ring-outer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

.btn--secondary.btn--progress::before {
  animation-iteration-count: infinite;
  animation-duration: 0.9s;
  animation-direction: reverse;
  animation-name: spin;
  animation-timing-function: linear;
  background-image: url("../assets/svg/progress-ring-inner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13.33333px;
  content: '';
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.btn--checked {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #304858;
  border-color: #304858;
  color: #fff;
  padding-right: 36px;
  position: relative;
}

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

.btn--checked:hover {
  background-color: #2b3d49;
  color: #fff;
}

.btn--checked[disabled], .btn--checked[disabled]:hover {
  background: transparent;
  border-color: #b8c0c5;
  color: #b8c0c5;
}

.btn--checked::after {
  background-image: url("../assets/svg/icon-white-tick.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  position: absolute;
  right: 12px;
  top: 11px;
  width: 14px;
}

.btn--dropdown {
  padding-right: 50px;
  position: relative;
}

.btn--dropdown::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 14px;
}

.btn--dropdown--selected::after {
  background-image: url(/hc/theming_assets/01HZKSFE5JFHAMJ3XXS16W48EM);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn--dropdown.btn--secondary::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
}

.btn--dropdown.btn--secondary:hover::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
}

.btn--chevron-right {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  position: relative;
  padding: 0 25px 0 0;
}

.btn--chevron-right[disabled] {
  cursor: not-allowed;
}

.btn--chevron-right::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.btn--chevron-right:hover {
  color: #3f5444;
}

.btn--chevron-right::after {
  background-image: url(/hc/theming_assets/01HZKSFGTS6PZ9QCM5RJDJYVZ7);
}

.btn--chevron-right:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.btn--chevron-right.btn--micro::after {
  top: 5px;
  width: 5px;
}

.btn--chevron-left {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 13px;
  border-left: 0;
}

.btn--chevron-left[disabled] {
  cursor: not-allowed;
}

.btn--chevron-left::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.btn--chevron-left:hover {
  color: #3f5444;
}

.btn--chevron-left::after {
  background-image: url(/hc/theming_assets/01HZKSFGTS6PZ9QCM5RJDJYVZ7);
  background-position: left center;
  left: 0;
  right: auto;
  transform: rotate(180deg);
}

.btn--chevron-left:hover::after {
  left: -5px;
  transition: left 0.3s ease-out;
}

.btn--chevron-left.btn--micro::after {
  top: 5px;
  width: 5px;
}

.btn--chevron-down {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  position: relative;
  padding: 0 30px 0 0;
}

.btn--chevron-down[disabled] {
  cursor: not-allowed;
}

.btn--chevron-down::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.btn--chevron-down:hover {
  color: #3f5444;
}

.btn--chevron-down::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
  top: 8px;
  width: 10px;
}

.btn--chevron-down:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.btn--chevron-down.btn--micro::after {
  top: 5px;
  width: 8px;
}

.btn--chevron-up {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  position: relative;
  padding: 0 30px 0 0;
}

.btn--chevron-up[disabled] {
  cursor: not-allowed;
}

.btn--chevron-up::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.btn--chevron-up:hover {
  color: #3f5444;
}

.btn--chevron-up::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
  transform: rotate(180deg);
  top: 8px;
  width: 10px;
}

.btn--chevron-up:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.btn--chevron-up.btn--micro::after {
  top: 5px;
  width: 8px;
}

.btn--underline {
  border-bottom: 2px solid #506B57;
  box-shadow: 0 0 0 transparent;
  color: #333333;
  padding-bottom: 1px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.btn--underline:hover {
  box-shadow: 0 1px 0 #506B57;
  color: #000;
}

.btn--underline.btn--progress {
  padding-right: 36px;
  position: relative;
}

.btn--underline.btn--progress::after {
  animation-iteration-count: infinite;
  animation-duration: 0.9s;
  animation-name: spin;
  animation-timing-function: linear;
  background-image: url("../assets/svg/progress-ring-outer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

.btn--underline.btn--progress::before {
  animation-iteration-count: infinite;
  animation-duration: 0.9s;
  animation-direction: reverse;
  animation-name: spin;
  animation-timing-function: linear;
  background-image: url("../assets/svg/progress-ring-inner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13.33333px;
  content: '';
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.btn--no-underline {
  border-bottom: none;
  color: #0072EF;
  transition: color 0.3s ease;
}

.btn--no-underline:hover {
  box-shadow: none;
}

.btn--external-link {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.btn--external-link:hover {
  color: #3f5444;
}

.btn--external-link::after {
  background: url(/hc/theming_assets/01HZKSFE9DJC6NBSAEGANVJ5RM) left bottom no-repeat;
  content: '';
  display: inline-block;
  height: 13px;
  margin-left: 8px;
  width: 13px;
}

.btn--text-cta, .btn--text-cta-responsive {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .btn--text-cta-responsive {
    margin-top: 8px;
  }
}

.btn--small {
  font-size: 16px;
  line-height: 24px;
}

.btn--micro {
  font-size: 13px;
  line-height: 20px;
}

.block-info {
  text-align: left;
}

.block-info__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .block-info {
    text-align: center;
  }
}

.burger {
  background-color: transparent;
  border: none;
  margin-left: 40px;
  padding-bottom: 12px;
  padding-top: 12px;
}

@media screen and (max-width: 1279px) {
  .burger {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger:hover, .burger:focus {
  cursor: pointer;
}

.burger:hover .burger__line, .burger:focus .burger__line {
  background-color: #3f5444;
  cursor: pointer;
}

.burger__line {
  background-color: #304858;
  border-radius: 1.5px;
  display: block;
  height: 3px;
  margin-bottom: 4px;
  width: 1.75rem;
}

.burger__line:last-of-type {
  margin-bottom: 0;
}

.site-search {
  position: relative;
}

.site-search input[type="search"] {
  width: 100%;
  line-height: 50px;
  border-radius: 47px;
  padding: 5px 62px 5px 47px;
  border: none;
  box-sizing: border-box;
}

.site-search input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8c0c5;
}

.site-search input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c0c5;
}

.site-search input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8c0c5;
}

.site-search input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c0c5;
}

.site-search input[type="submit"] {
  position: absolute;
  right: 11px;
  background-color: #506B57;
  background: #506B57 url(/hc/theming_assets/01HZKSFED9EAK7TF4GNMHG28RT) center center no-repeat;
  top: 9px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-indent: -9999px;
  background-size: 50%;
}

.articles-heading {
  margin-top: 48px;
  margin-bottom: 32px;
}

.articles-heading:before {
  content: '';
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}

.article-back-link {
  margin-bottom: 48px;
}

.article-list {
  list-style: none;
}

.article-list__item {
  margin-bottom: 48px;
  padding-left: 24px;
}

.article-list__item:last-child {
  margin-bottom: 0;
}

.article-list__link {
  text-decoration: none;
  color: #333333;
}

.article-list__hr {
  max-width: 40px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 24px;
}

.article-list__heading {
  margin-bottom: 16px;
  position: relative;
}

.article-list__heading:before {
  content: 'Q';
  position: absolute;
  left: -24px;
  top: -1px;
  color: #808e97;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.3;
  font-weight: 600;
}

.article-list__more {
  margin-top: 24px;
}

.dropdown-container {
  position: relative;
}

.dropdown-container > ul {
  position: absolute;
  bottom: 0;
  left: 0;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  box-shadow: 1px 1px 3px 1px rgba(43, 61, 73, 0.25);
  list-style: none;
  position: absolute;
  z-index: 1000;
}

.dropdown-list__item > a {
  font-size: 13px;
  line-height: 20px;
  padding: 6px 16px;
  display: block;
  text-decoration: none;
  color: #333333;
}

.dropdown-list__item > a:hover, .dropdown-list__item > a:focus {
  background-color: #f0f3ef;
}

.document-list {
  padding: 0;
  list-style: none;
}

.document-list__item {
  margin-bottom: 24px;
}

.document-list__link {
  position: relative;
  display: block;
  padding: 5px 0 0 75px;
  min-height: 50px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #333333;
}

.document-list__link--single:before {
  background-image: url(/hc/theming_assets/01HZKSFG5P32MJA74QT37K14P2);
}

.document-list__link--multi:before {
  background-image: url(/hc/theming_assets/01HZKSFG9TAPJCDS5S05NTB6XS);
}

.document-list__link:before {
  content: '';
  background-repeat: no-repeat;
  background-position: center left;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 4px;
}

.document-list__type {
  display: block;
}

.document-list__type:hover, .document-list__type:focus {
  text-decoration: underline;
}

.document-list__desc {
  display: inline-block;
  font-weight: initial;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.link-list {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 22px;
}

.link-list__item {
  margin-bottom: 12px;
}

.link-list__item > a {
  font-weight: initial;
  display: block;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn--app-store-download {
  background: url(/hc/theming_assets/01HZKSFH631HRG9GQB2HY4JB2C) center center no-repeat;
  content: '';
  display: inline-block;
  width: 134px;
  height: 40px;
}

.btn--google-play-download {
  background: url(/hc/theming_assets/01HZKSFGJJEG4RN4DSP4KH8VXJ) center center no-repeat;
  content: '';
  display: inline-block;
  width: 134px;
  height: 40px;
}

.error-screen {
  background-image: linear-gradient(50deg, rgba(255, 255, 255, 0.01), #e0e3e2);
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .error-screen {
    height: calc(100vh - 90px);
    position: relative;
  }
}

.error-screen__content {
  z-index: 2;
}

.error-screen__image {
  background-image: url(/hc/theming_assets/01HZKSFFBR9BQ285SYQW0CB0M9);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .error-screen__image {
    height: 90vw;
  }
}

@media screen and (min-width: 1024px) {
  .error-screen__image {
    background-size: 50vw;
    height: unset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .error-screen__image {
    background-image: url(/hc/theming_assets/01HZKSFDXGSN8KD638G3X53WSH);
  }
}

@media screen and (max-height: 900px) and (min-width: 1024px) {
  .error-screen__image {
    background-size: 45vw;
  }
}

@media screen and (max-height: 900px) and (min-width: 1440px) {
  .error-screen__image {
    background-size: 100vh;
  }
}

.search-bar {
  background-color: #f4f5f9;
  margin-top: 80px;
  padding: 6px 8px;
}

@media screen and (min-width: 1024px) {
  .search-bar {
    margin-top: 90px;
  }
}

.search-bar-items {
  align-items: center;
  display: flex;
}

.search-bar-items__search {
  width: 100%;
}

.search-bar-items__search input[type="search"] {
  height: 36px;
  border-radius: 36px;
  padding: 5px 50px 5px 29px;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1280px) {
  .search-bar-items__search input[type="search"] {
    text-align: center;
  }
}

.search-bar-items__search input[type="submit"] {
  right: 5px;
  top: 5px;
  height: 28px;
  width: 28px;
  padding: 0;
}

.subnav {
  font-size: 16px;
  line-height: 24px;
}

.subnav__item {
  margin-bottom: 24px;
}

.subnav__link {
  text-decoration: none;
  color: #333333;
}

.section-subscribe {
  box-shadow: none;
  background-color: initial;
  position: relative;
  top: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 32px;
}

.section-subscribe > a {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-color: #506B57;
  color: #333333;
  padding-right: 50px;
  position: relative;
}

.section-subscribe > a[disabled] {
  cursor: not-allowed;
}

.section-subscribe > a:hover {
  background-color: #506B57;
  color: #fff;
}

.section-subscribe > a[disabled], .section-subscribe > a[disabled]:hover {
  background: transparent;
  border-color: #b8c0c5;
  color: #b8c0c5;
}

.section-subscribe > a::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 14px;
}

.section-subscribe > a--selected::after {
  background-image: url(/hc/theming_assets/01HZKSFE5JFHAMJ3XXS16W48EM);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-subscribe > a::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
}

.section-subscribe > a:hover::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 16px;
}

.breadcrumbs > li {
  align-items: center;
  display: flex;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.breadcrumbs > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumbs > li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '/';
}

.breadcrumbs > li > a {
  text-decoration: none;
  color: #506B57;
}

.breadcrumbs > li > a:hover, .breadcrumbs > li > a:focus {
  color: #3f5444;
}

.article {
  background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  flex: 1;
  padding: 32px 0;
}

@media screen and (min-width: 1024px) {
  .article {
    background: none;
    flex: initial;
    padding: 0;
  }
}

.article__header {
  margin-bottom: 48px;
}

.article__request {
  margin-top: 32px;
  margin-bottom: 32px;
}

.article__request a {
  margin-left: 10px;
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
}

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

.article__request a:hover {
  background-color: #3f5444;
}

.article__request a[disabled], .article__request a[disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

.article__body {
  margin-bottom: 48px;
}

.article__body img {
  max-width: 100%;
}

.article__vote {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
}

.article__vote > div {
  display: flex;
}

.article__vote .article-vote {
  width: 32px;
  height: 32px;
  content: '';
  background: url(/hc/theming_assets/01HZKSFDBGAC4G4DDMKX68EVER) no-repeat 0 0;
  display: inline-block;
  margin-left: 10px;
}

.article__vote .article-vote[aria-selected="true"] {
  background-image: url(/hc/theming_assets/01HZKSFET7E85HTN1QPX8PSJ3P);
}

.article__vote .article-vote-down {
  transform: rotate(180deg);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #304858;
}

.article-meta__item {
  align-items: center;
  display: flex;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.article-meta__item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.article-meta__item:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -2px;
  content: '•';
}

.article-author {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.article-author__img {
  border-radius: 50%;
  margin-right: 15px;
  min-width: 32px;
  width: 32px;
}

.article-author__name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.article-author__name > a {
  text-decoration: none;
  color: #333333;
}

.article-author__title {
  font-size: 13px;
  line-height: 1.4;
}

.related-articles h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .related-articles h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.related-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-articles li {
  margin-bottom: 32px;
}

.related-articles li:last-child {
  margin-bottom: 0;
}

.related-articles li > a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  position: relative;
  padding: 0 25px 0 0;
  display: block;
  font-weight: initial;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.related-articles li > a[disabled] {
  cursor: not-allowed;
}

.related-articles li > a::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.related-articles li > a:hover {
  color: #3f5444;
}

.related-articles li > a::after {
  background-image: url(/hc/theming_assets/01HZKSFGTS6PZ9QCM5RJDJYVZ7);
}

.related-articles li > a:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.related-articles li > a.btn--micro::after {
  top: 5px;
  width: 5px;
}

.related-articles li > a:after {
  width: 17px;
  height: 17px;
  top: 4px;
  right: 0;
}

.article-subscribe, .article-unsubscribe {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-color: #506B57;
  color: #333333;
  float: right;
}

.article-subscribe[disabled], .article-unsubscribe[disabled] {
  cursor: not-allowed;
}

.article-subscribe:hover, .article-unsubscribe:hover {
  background-color: #506B57;
  color: #fff;
}

.article-subscribe[disabled], .article-subscribe[disabled]:hover, .article-unsubscribe[disabled], .article-unsubscribe[disabled]:hover {
  background: transparent;
  border-color: #b8c0c5;
  color: #b8c0c5;
}

.article-label {
  background-color: #e5eee7;
  padding: 2px 8px;
  font-size: 13px;
  line-height: 20px;
  text-transform: lowercase;
  color: #506B57;
  font-weight: 500;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media screen and (min-width: 1024px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: underline;
}

.pagination a, .pagination span {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 10px 12px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .pagination a, .pagination span {
    font-size: 16px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #f4f5f9;
}

.pagination-current a, .pagination-current span {
  color: #333333;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Forms *****/
.form {
  max-width: 100%;
  margin-top: 32px;
}

.form footer {
  margin-top: 32px;
}

.form footer a {
  color: #333333;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list .searchbox {
  padding-bottom: 48px;
  background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  margin-bottom: 48px;
}

.form .suggestion-list label {
  font-size: 32px;
  line-height: 36px;
  font-family: "freight-display-pro", Georgia, Times, "Times New Roman", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .form .suggestion-list label {
    font-size: 36px;
    line-height: 40px;
  }
}

.form .suggestion-list .searchbox-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form .suggestion-list .searchbox-suggestions li {
  margin-bottom: 32px;
}

.form .suggestion-list .searchbox-suggestions li:last-child {
  margin-bottom: 0;
}

.form .suggestion-list .searchbox-suggestions li > a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  position: relative;
  padding: 0 25px 0 0;
  display: block;
  font-weight: initial;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.form .suggestion-list .searchbox-suggestions li > a[disabled] {
  cursor: not-allowed;
}

.form .suggestion-list .searchbox-suggestions li > a::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.form .suggestion-list .searchbox-suggestions li > a:hover {
  color: #3f5444;
}

.form .suggestion-list .searchbox-suggestions li > a::after {
  background-image: url(/hc/theming_assets/01HZKSFGTS6PZ9QCM5RJDJYVZ7);
}

.form .suggestion-list .searchbox-suggestions li > a:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.form .suggestion-list .searchbox-suggestions li > a.btn--micro::after {
  top: 5px;
  width: 5px;
}

.form .suggestion-list .searchbox-suggestions li > a:after {
  width: 17px;
  height: 17px;
  top: 4px;
  right: 0;
}

.request_ticket_form_id {
  padding-bottom: 48px;
  background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  margin-bottom: 48px;
}

.form-field {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .form-field {
    margin-bottom: 48px;
  }
}

.form-field label {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}

@media screen and (min-width: 1024px) {
  .form-field label {
    margin-bottom: 16px;
  }
}

.form-field input, .form-field textarea {
  border: solid 2px #506B57;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
}

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8c0c5;
  font-size: 16px;
  line-height: 24px;
}

.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8c0c5;
  font-size: 16px;
  line-height: 24px;
}

.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8c0c5;
  font-size: 16px;
  line-height: 24px;
}

.form-field input:-moz-placeholder, .form-field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8c0c5;
  font-size: 16px;
  line-height: 24px;
}

.form-field textarea {
  min-height: 200px;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #506B57;
  padding: 8px 16px;
  height: 45px;
}

.form-field .nesty-input:focus {
  border: 2px solid #506B57;
  text-decoration: none;
}

.form-field .nesty-input:after {
  content: '';
  background: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V) no-repeat 0 0;
  width: 19px;
  height: 12px;
  display: block;
  top: 50%;
  margin-top: -6px;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 2px solid #506B57;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f92672;
  margin-left: 2px;
}

.form-field .optional {
  color: #333333;
  margin-left: 4px;
}

.form-field p {
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  margin: 16px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZKSFDQ7R4YRRTRKMS5BH8VN) 99% 50% no-repeat;
  background-size: 16px 16px;
}

input[type="submit"] {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
}

input[type="submit"][disabled] {
  cursor: not-allowed;
}

input[type="submit"]:hover {
  background-color: #3f5444;
}

input[type="submit"][disabled], input[type="submit"][disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

.notification.notification-notice {
  position: absolute;
  top: 396px;
  padding: 12px 0;
  font-size: 13px;
}

.notification.notification-notice .notification-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .notification.notification-notice .notification-inner {
    max-width: 700px;
  }
}

@media screen and (min-width: 1024px) {
  .notification.notification-notice .notification-inner {
    max-width: 956px;
  }
}

@media screen and (min-width: 1280px) {
  .notification.notification-notice .notification-inner {
    max-width: 1175px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .notification.notification-notice .notification-inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .notification.notification-notice .notification-inner {
    max-width: 1640px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mobile-nav-wrapper {
  background-color: #f7f7f7;
  position: relative;
}

.mobile-nav-wrapper--open {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}

.mobile-nav-wrapper--fixed {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 2000;
}

.column--mobile-nav-active {
  padding-top: 72px;
}

@media screen and (min-width: 1024px) {
  .column--mobile-nav-active {
    padding-top: 12px;
  }
}

.mobile-nav-btn {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding: 16px 20px;
  width: 100%;
  text-align: left;
}

.mobile-nav-btn[disabled] {
  cursor: not-allowed;
}

.mobile-nav-btn__inner {
  font-weight: 500;
  position: relative;
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: initial;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.mobile-nav-btn__inner::after {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 7px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-out;
  top: 7px;
  width: 7px;
}

.mobile-nav-btn__inner:hover {
  color: #3f5444;
}

.mobile-nav-btn__inner::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
  top: 8px;
  width: 10px;
}

.mobile-nav-btn__inner:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.mobile-nav-btn__inner.btn--micro::after {
  top: 5px;
  width: 8px;
}

.mobile-nav-btn--selected .mobile-nav-btn__inner {
  padding: 0 30px 0 0;
}

.mobile-nav-btn--selected .mobile-nav-btn__inner::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
  transform: rotate(180deg);
  top: 8px;
  width: 10px;
}

.mobile-nav-btn--selected .mobile-nav-btn__inner:hover::after {
  right: 5px;
  transition: right 0.3s ease-out;
}

.mobile-nav-btn--selected .mobile-nav-btn__inner.btn--micro::after {
  top: 5px;
  width: 8px;
}

.mobile-nav {
  padding: 5px 45px 1px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}

.mobile-nav__item {
  margin-bottom: 24px;
}

.mobile-nav__link {
  color: #333333;
  text-decoration: none;
  display: block;
}

.mobile-nav__link:hover, .mobile-nav__link:focus {
  font-weight: 500;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .basic-info .name > a {
  text-decoration: none;
  color: #333333;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
}

.profile-header .options [data-action="edit-profile"][disabled] {
  cursor: not-allowed;
}

.profile-header .options [data-action="edit-profile"]:hover {
  background-color: #3f5444;
}

.profile-header .options [data-action="edit-profile"][disabled], .profile-header .options [data-action="edit-profile"][disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #333333;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  background-image: linear-gradient(to right, #808e97 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 10px 1px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #c3cfd4;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #c3cfd4;
  border-radius: 4px;
  color: #506B57;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f4f5f9;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #c3cfd4;
  font-size: 16px;
  line-height: 24px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #c3cfd4;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #c3cfd4;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #c3cfd4;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #c3cfd4;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 500;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f0f3ef;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #506B57;
  background-position: 50% 50%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #c3cfd4;
  border-top: 1px solid #c3cfd4;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle::after {
  content: "\25BE";
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #c3cfd4;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #c3cfd4;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #c3cfd4;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #333333;
}

.collapsible-nav[aria-expanded="true"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/***** My activities *****/
.my-activities-following-header {
  box-shadow: none;
  background-color: initial;
  position: relative;
  top: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 32px;
}

.my-activities-following-header .dropdown {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  top: 0;
  border-radius: initial;
  padding: 0;
}

.my-activities-following-header .dropdown-toggle {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: transparent;
  border-color: #506B57;
  color: #333333;
  padding-right: 50px;
  position: relative;
}

.my-activities-following-header .dropdown-toggle[disabled] {
  cursor: not-allowed;
}

.my-activities-following-header .dropdown-toggle:hover {
  background-color: #506B57;
  color: #fff;
}

.my-activities-following-header .dropdown-toggle[disabled], .my-activities-following-header .dropdown-toggle[disabled]:hover {
  background: transparent;
  border-color: #b8c0c5;
  color: #b8c0c5;
}

.my-activities-following-header .dropdown-toggle::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  position: absolute;
  right: 20px;
  top: 11px;
  width: 14px;
}

.my-activities-following-header .dropdown-toggle--selected::after {
  background-image: url(/hc/theming_assets/01HZKSFE5JFHAMJ3XXS16W48EM);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.my-activities-following-header .dropdown-toggle::after {
  background-image: url(/hc/theming_assets/01HZKSFHHNHB1W24KD0V0W2J7V);
}

.my-activities-following-header .dropdown-toggle:hover::after {
  background-image: url(/hc/theming_assets/01HZKSFHDVBJT5HPV4X2QJ2J1A);
}

.my-activities-nav {
  background-color: #f4f5f9;
  margin-bottom: 48px;
  margin-top: 80px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
}

.requests-table-toolbar .organization-unsubscribe[disabled] {
  cursor: not-allowed;
}

.requests-table-toolbar .organization-unsubscribe:hover {
  background-color: #3f5444;
}

.requests-table-toolbar .organization-unsubscribe[disabled], .requests-table-toolbar .organization-unsubscribe[disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  font-size: 18px;
  line-height: 28px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  outline: none;
  text-decoration: none;
  transition: background-color 0.15s ease-in, border 0.15s ease-in, color 0.15s ease-in;
  border-color: transparent;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 15px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #506B57;
  color: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a[disabled] {
  cursor: not-allowed;
}

.subscriptions-unsubscribe a:hover {
  background-color: #3f5444;
}

.subscriptions-unsubscribe a[disabled], .subscriptions-unsubscribe a[disabled]:hover {
  background: #b8c0c5;
  border-color: transparent;
  color: #fff;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #333333;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  top: 0;
  border-radius: initial;
  padding: 0;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #333333;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #333333;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #333333;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #506B57;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #333333;
  content: "\1F464";
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}
