@charset "UTF-8";

/* Style */

/* Settings: Base */

/* Settings: Colors */

/* Colors: Palette */

/* Colors: Custom */

/* Colors: Theme */

/* Settings: Fonts */

/* Elements: Heading */

/* Elements: HR */

/* Elements: Image */

/* Elements: Link */

/* Elements: List */

/* Elements: Paragraph */

/* Elements: Selection */

/* Objects: Alert */

/* Components: Badge */

/* Components: Button */

/* Objects: FlexEmbed */

/* Objects: Form */

/* Objects: Grid */

/* Objects: Nav */

/* Objects: Structure */

/* Objects: Table */

/* Objects: Toggle */

/* Components: Fields */

/* Components: Cookie */

/* Components: Modal */

/* Components: DigitalPulse */

/* Functions: Throw */

/* Functions: Checks */

/* Functions: Truncate list */

/* Functions: Maps */

/* Functions: Maps */

/* Functions: Order index */

/* Functions: Units */

/* Functions: String */

/* Functions: SVG */

/* Mixin: Arrow */

/* Mixin: Background SVG */

/* Mixin: Caret */

/* Mixin: Context */

/* Mixin: Dimensions */

/* Mixin: Family */

/* Mixin: Font-responsive */

/* Mixin: Font-size */

/* Mixin: Font-smoothing */

/* Mixin: Grid */

/* Mixin: Image rendering */

/* Mixin: Last-children */

/* Mixin: Line-height crop */

/* Mixin: Maps */

/* Mixin: ParentNthStatus */

/* Mixin: ParentState */

/* Mixin: ParentStatus */

/* Mixin: Position */

/* Mixin: Maps */

/* Mixin: Transition */

/* Mixin: Truncate */

/* Reset */

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
}

option {
  font: inherit;
}

textarea {
  resize: vertical;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

abbr[title],
dfn[title] {
  cursor: help;
}

u,
ins {
  text-decoration: underline;
}

img {
  font-style: italic;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

/* HR */

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.4375rem;
  color: #bdbdbd;
  border: 0;
  border-bottom: 1px solid;
}

/* Image */

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

figure > img {
  display: block;
}

/* Link */

a {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  color: #3650dc;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active {
  color: #213abe;
  text-decoration: none;
}

/* List */

ol,
ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

ol li,
ul li {
  margin-bottom: 0.125rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

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

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: upper-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol {
  list-style-type: lower-alpha;
}

dt {
  font-weight: 700;
}

/* Selection */

::-moz-selection {
  color: #000000;
  background-color: #f1f075;
}

::selection {
  color: #000000;
  background-color: #f1f075;
}

/* Heading */

h1,
.Alfa,
h2,
.Bravo,
h3,
.Charlie,
h4,
.Delta,
h5,
.Echo,
h6,
.Foxtrot {
  font-family: "Poppins", sans-serif;
}

h1 small,
.Alfa small,
h2 small,
.Bravo small,
h3 small,
.Charlie small,
h4 small,
.Delta small,
h5 small,
.Echo small,
h6 small,
.Foxtrot small {
  font-weight: normal;
}

h1,
.Alfa {
  margin-bottom: 1.5rem;
  font-size: 2.0625rem;
  line-height: 1.2;
  font-weight: 500;
}

h2,
.Bravo {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

h3,
.Charlie {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

h4,
.Delta {
  margin-bottom: 1.5rem;
  font-size: 1.0625rem;
}

h5,
.Echo {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

h6,
.Foxtrot {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.Giga {
  margin-bottom: 1.5rem;
  font-size: 6rem;
  line-height: 1.1;
}

.Mega {
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  line-height: 1.1;
}

.Kilo {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1.2;
}

.Milli {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}

.Micro {
  margin-bottom: 1.5rem;
  font-size: 0.625rem;
}

/* Paragraph */

p {
  margin-bottom: 1.5rem;
}

.Lead {
  font-size: 1.125rem;
}

/* Main */

html {
  background-color: #ffffff;
  color: #454545;
  font-family: "Poppins", sans-serif;
  height: 100%;
}

html.hide-scroll {
  overflow: hidden;
}

body {
  min-height: 100%;
}

/* Alert */

.Alert {
  position: relative;
  padding: 0.75em 1em 0.75em 1em;
  border: 1px solid;
  border-radius: 2px;
}

.Alert.is-dismissable {
  padding-right: 2rem;
}

.Alert p,
.Alert ul {
  margin-bottom: 0;
}

.Alert p + p,
.Alert p + ul,
.Alert ul + p,
.Alert ul + ul {
  margin-top: 1.5rem;
}

.Alert a:not(.Button--close) {
  font-weight: bold;
}

.Alert a:not(.Button--close):hover {
  text-decoration: underline;
}

.Alert--close {
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0 10px;
  line-height: 15px;
  font-weight: bold;
  margin-right: 0.75rem;
}

.Alert--close,
.Alert--close:active,
.Alert--close:focus {
  outline: none;
}

/* Badge */

.Badge {
  font-size: 0.75rem;
  color: #616161;
  display: inline-block;
  border: 1px solid rgba(69, 69, 69, 0.1);
  border-radius: 15px;
  background-color: #f3f7fa;
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
}

/* Button */

/*
 * 1. Corrects inability to style clickable `input` types in iOS.
 * 2. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 3. Inherit text color from ancestor.
 * 4. Inherit font styles from ancestor.
 * 5. Normalize `line-height`. For `input`, it can't be changed from `normal`
 *    in Firefox 4+.
 * 6. Prevent button text from being selectable.
 * 7. Make sure `input` will wrap text across multiple lines.
 *
 */

.Button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0.5em 2.25em 0.5em 2.25em;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: normal;
  -webkit-transition: background-color 0.2s, color 0.2s, border 0.2s;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.Button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.Button:active,
.Button:focus,
.Button:hover,
.Button.is-active {
  color: inherit;
  text-decoration: none;
}

.Button:disabled,
.Button.is-disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

/* FlexEmbed */

.FlexEmbed {
  display: block;
  overflow: hidden;
  position: relative;
}

.FlexEmbed::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.FlexEmbed-content,
.FlexEmbed-content > iframe,
.FlexEmbed-content > object,
.FlexEmbed-content > embed,
.FlexEmbed-content > video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

img.FlexEmbed-content {
  -o-object-fit: cover;
     object-fit: cover;
}

.FlexEmbed--2by1:before {
  padding-bottom: 50%;
}

.FlexEmbed--3by1:before {
  padding-bottom: 33.3333333333%;
}

.FlexEmbed--3by2:before {
  padding-bottom: 66.6666666667%;
}

.FlexEmbed--4by3:before {
  padding-bottom: 75%;
}

.FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}

/* Form */

.Form-item:not(.Form-item--action) {
  margin-bottom: 1.125rem;
}

.Form-label {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 0.1875rem;
}

.Form-item.is-error .Form-label {
  color: #f44336;
}

.Form-item.is-success .Form-label {
  color: #4caf50;
}

.Form-help {
  margin-top: 0.375rem;
  color: #bdbdbd;
  font-size: 0.75rem;
}

.Form-help:first-child {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.Form-help :last-child {
  margin-bottom: 0;
}

.Form-help + .Form-help {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e0e0e0;
}

.Form-help--validation {
  font-size: 0.75rem;
}

.Form-item.is-error .Form-help--validation {
  color: #f44336;
}

.Form-item.is-success .Form-help--validation {
  color: #4caf50;
}

.Form-controls {
  position: relative;
}

@media screen and (min-width: 37.5em) {
  .Form--horizontal .Form-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .Form--horizontal .Form-label {
    margin-top: 0.375rem;
    margin-bottom: 0;
    padding-right: 1.5rem;
    width: 33.3333333333%;
  }

  .Form--horizontal .Form-controls {
    width: 66.6666666667%;
  }

  .Form--horizontal .Form-item--action {
    padding-left: 33.3333333333%;
  }
}

/* Grid */

/**
 * DO NOT apply dimension or offset utilities to the `Grid` element. All cell
 * widths and offsets should be applied to child grid cells.
 */

.Grid {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  /* 1 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 0;
  /* 1 */
  padding: 0;
  /* 1 */
}

/**
    * No explicit width by default. Rely on combining `Grid-cell` with a dimension
    * utility or a component class that extends 'Grid'.
    *
    * 1. Set flex items to full width by default
    * 2. Fix issue where elements with overflow extend past the
    *      `Grid-cell` container - https://git.io/vw5oF
    */

.Grid-cell {
  box-sizing: inherit;
  flex-basis: 100%;
  /* 1 */
  min-width: 0;
  /* 2 */
}

/**
    * Modifiers
    */

.Grid--alignCenter {
  -webkit-box-pack: center;
          justify-content: center;
}

.Grid--alignRight {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.Grid--alignMiddle {
  -webkit-box-align: center;
          align-items: center;
}

.Grid--alignBottom {
  -webkit-box-align: end;
          align-items: flex-end;
}

.Grid--fill > .Grid-cell {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  /* 1 */
}

.Grid--fit > .Grid-cell {
  flex-basis: auto;
}

.Grid--equalHeight > .Grid-cell {
  display: -webkit-box;
  display: flex;
}

.Grid--withExtraSmallGutter {
  margin-left: -0.375rem;
}

.Grid--withExtraSmallGutter > .Grid-cell {
  padding-left: 0.375rem;
}

.Grid--withSmallGutter {
  margin-left: -0.75rem;
}

.Grid--withSmallGutter > .Grid-cell {
  padding-left: 0.75rem;
}

.Grid--withGutter {
  margin-left: -1.5rem;
}

.Grid--withGutter > .Grid-cell {
  padding-left: 1.5rem;
}

.Grid--withLargeGutter {
  margin-left: -3rem;
}

.Grid--withLargeGutter > .Grid-cell {
  padding-left: 3rem;
}

.Grid--withExtraLargeGutter {
  margin-left: -6rem;
}

.Grid--withExtraLargeGutter > .Grid-cell {
  padding-left: 6rem;
}

/* Icon */

.Icon {
  display: -webkit-inline-box;
  display: inline-flex;
  align-self: center;
  flex-shrink: 0;
}

.Icon svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.Icon.Icon--baseline svg {
  top: 0.125em;
  position: relative;
}

/* Nav */

.Nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.Nav-item {
  margin: 0;
  position: relative;
}

@media screen and (max-width: 47.9375em) {
  .Nav-item .Nav-dropdownWrapper {
    text-align: center;
  }

  .Nav-item .Nav-dropdownWrapper.is-active {
    display: block;
    margin-top: 0.75rem;
  }

  .Nav-item .Nav-item-dropdown {
    text-align: center;
  }

  .Nav-item .Nav-item-dropdown .Nav-link {
    font-size: 1rem;
  }
}

.Nav-item .Nav-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 48em) {
  .Nav-item:hover .Nav-dropdownWrapper {
    opacity: 1;
    visibility: visible;
  }

  .Nav-item .Nav-dropdown {
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid rgba(69, 69, 69, 0.1);
  }

  .Nav-item .Nav-dropdown::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 5;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
    border-color: transparent transparent #ffffff transparent;
  }

  .Nav-item .Nav-dropdown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 4;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
    border-color: transparent transparent rgba(69, 69, 69, 0.1) transparent;
  }

  .Nav-item .Nav-dropdownWrapper {
    z-index: 3;
    opacity: 0;
    width: 260px;
    position: absolute;
    visibility: hidden;
    padding-top: 0.75rem;
    top: 100%;
    left: calc(-130px + 50% + (36px / 2));
  }

  .Nav-item .Nav-dropdownWrapper .Nav-item-dropdown {
    margin: 0;
  }

  .Nav-item .Nav-dropdownWrapper .Nav-item-dropdown .Nav-link {
    font-size: 0.875rem;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 1.125rem 0.75rem;
  }

  .Nav-item .Nav-dropdownWrapper .Nav-item-dropdown + .Nav-item-dropdown {
    border-top: 1px solid rgba(69, 69, 69, 0.1);
  }
}

.Nav-link {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.Nav-link--text {
  pointer-events: none;
}

@media screen and (max-width: 47.9375em) {
  .Nav-link {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.Nav-link,
.Nav-link:active,
.Nav-link:focus,
.Nav-link:hover {
  text-decoration: none;
}

.Nav-link svg {
  width: 10px;
  height: 10px;
  margin-left: 0.375rem;
}

.Nav--stacked .Nav-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
}

.Nav--fit:not(.Nav--stacked) .Nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

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

.Nav--alignCenter:not(.Nav--stacked):not(.Nav--fit) .Nav-list {
  -webkit-box-pack: center;
          justify-content: center;
}

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

.Nav--alignRight:not(.Nav--stacked):not(.Nav--fit) .Nav-list {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/* Structure */

.Container {
  margin-right: auto;
  margin-left: auto;
  max-width: 73.75rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
  width: 100%;
}

.Container--xl {
  max-width: 92.5rem;
}

.Container--lg {
  max-width: 82.5rem;
}

.Container--md {
  max-width: 73.75rem;
}

.Container--sm {
  max-width: 62.5rem;
}

.Container--xs {
  max-width: 40rem;
}

@media screen and (min-width: 48em) {
  .Container {
    max-width: 76.25rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .Container--xl {
    max-width: 95rem;
  }

  .Container--lg {
    max-width: 85rem;
  }

  .Container--md {
    max-width: 76.25rem;
  }

  .Container--sm {
    max-width: 65rem;
  }

  .Container--xs {
    max-width: 42.5rem;
  }
}

body {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
}

.Header {
  position: relative;
  z-index: 3;
  grid-area: header;
  height: 5rem;
}

.Header > .Container {
  height: 100%;
}

.Footer {
  position: relative;
  z-index: 1;
  grid-area: footer;
}

.Footer > .Container {
  height: 100%;
}

.Main {
  position: relative;
  z-index: 2;
  grid-area: main;
}

.Main > .Container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 48em) {
  .Main > .Container {
    grid-gap: 3rem;
  }

  .Main > .Container.has-leftSide {
    display: grid;
    grid-template-columns: 33.3333333333% 1fr;
    grid-template-rows: auto;
    grid-template-areas: "left content";
  }

  .Main > .Container.has-rightSide {
    display: grid;
    grid-template-columns: 1fr 33.3333333333%;
    grid-template-rows: auto;
    grid-template-areas: "content right";
  }

  .Main > .Container.has-sides {
    display: grid;
    grid-template-columns: 33.3333333333% auto 33.3333333333%;
    grid-template-rows: auto;
    grid-template-areas: "left content right";
  }
}

.Side {
  position: relative;
}

@media screen and (max-width: 47.9375em) {
  .Side {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 48em) {
  .Side--left {
    grid-area: left;
  }

  .Side--right {
    grid-area: right;
  }
}

.Content {
  grid-area: content;
  position: relative;
}

/* Table */

.Table {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

.Table th,
.Table td {
  vertical-align: middle;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

.Table thead {
  background-color: #f5f5f5;
  border-bottom: 2px solid #e0e0e0;
}

.Table tbody tr + tr {
  border-top: 1px solid #e0e0e0;
}

.Table tfoot {
  background-color: #f5f5f5;
  border-top: 2px solid #e0e0e0;
}

@media screen and (max-width: 63.9375em) {
  .Table.is-responsive {
    border-width: 0;
  }

  .Table.is-responsive,
  .Table.is-responsive tbody,
  .Table.is-responsive tfoot,
  .Table.is-responsive tr {
    display: block;
  }

  .Table.is-responsive thead {
    display: none;
  }

  .Table.is-responsive tbody tr {
    border: 1px solid #e0e0e0;
    border-bottom-width: 0;
  }

  .Table.is-responsive tfoot {
    border: 1px solid #e0e0e0;
    border-top-width: 2px;
  }

  .Table.is-responsive .Table-cell {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .Table.is-responsive .Table-cell[data-table-label]::before {
    content: attr(data-table-label);
    display: block;
    margin: -0.75rem -0.75rem 0.75rem;
    padding: 0.75rem;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}

.Table--striped tbody tr:nth-child(even) {
  background-color: #fafafa;
}

@media screen and (max-width: 63.9375em) {
  .Table--striped.is-responsive tbody tr:nth-child(even) {
    background-color: transparent;
  }
}

.Toggle {
  color: #ffffff;
  height: 1.25rem;
  width: 1.5rem;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.Toggle-item {
  height: 0.125rem;
  width: 100%;
  position: absolute;
  -webkit-transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, -webkit-transform;
  transition-property: top, transform, opacity;
  transition-property: top, transform, opacity, -webkit-transform;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-color: currentColor;
  border-radius: 2px;
  display: block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.Toggle-item:nth-child(1) {
  top: 0;
}

.show-nav .Toggle-item:nth-child(1) {
  top: 0.5625rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.Toggle-item:nth-child(2) {
  top: 0.5625rem;
}

.show-nav .Toggle-item:nth-child(2) {
  opacity: 0;
}

.Toggle-item:nth-child(3) {
  top: 1.125rem;
}

.show-nav .Toggle-item:nth-child(3) {
  top: 0.5625rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* Alert */

.Alert--success {
  color: #659667;
  background-color: #eef6ef;
  border-color: #dfeddf;
}

.Alert--success a {
  color: #4c714d;
}

.Alert--info {
  color: #5690bf;
  background-color: #ebf4fb;
  border-color: #d7e9f7;
}

.Alert--info a {
  color: #396d96;
}

.Alert--warning {
  color: #bf8c40;
  background-color: #fcf4e9;
  border-color: #f9ead3;
}

.Alert--warning a {
  color: #8f6930;
}

.Alert--error,
.Alert--danger {
  color: #c56c66;
  background-color: #fceeed;
  border-color: #f8dbd9;
}

.Alert--error a,
.Alert--danger a {
  color: #a2453e;
}

/* Button */

.Button--primary {
  color: #ffffff;
  background-color: #3650dc;
}

.Button--primary:not(.Button--outline):active,
.Button--primary:not(.Button--outline):focus,
.Button--primary:not(.Button--outline):hover,
.Button--primary:not(.Button--outline).is-active {
  color: #ffffff;
  background-color: #1d33a8;
}

.Button--primary.Button--outline {
  color: #3650dc;
}

.Button--primary.Button--outline:active,
.Button--primary.Button--outline:focus,
.Button--primary.Button--outline:hover,
.Button--primary.Button--outline.is-active {
  color: #ffffff;
  border: 1px solid #3650dc;
  background-color: #3650dc;
}

.Button--secondary {
  color: #ffffff;
  background-color: #e6e1de;
}

.Button--secondary:not(.Button--outline):active,
.Button--secondary:not(.Button--outline):focus,
.Button--secondary:not(.Button--outline):hover,
.Button--secondary:not(.Button--outline).is-active {
  background-color: #ffffff;
  color: #e6e1de;
}

.Button--outline {
  background-color: transparent;
  border-color: currentColor;
}

.Button--large {
  font-size: 1.25rem;
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.Button--small {
  font-size: 0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.Button--high {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.Button--full {
  display: block;
  width: 100%;
}

.Button--bare {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.Modal {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
}

.Modal,
.Modal:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Modal::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: -1;
}

.Modal:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.Modal-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100%;
}

.Modal-innerBody {
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #ccc;
  border-color: #ccc;
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  width: auto;
}

@media screen and (min-width: 37.5em) {
  .Modal-innerBody {
    margin: 3rem auto;
    max-width: 43.75rem;
    width: 100%;
  }
}

.Modal-header {
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 3rem 3rem 3rem 3rem;
}

.Modal-title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.Modal-close {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: visibility;
          transition-duration: visibility;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 20px;
  line-height: 1;
  cursor: pointer;
}

html:not(.is-tabbing) .Modal-close:focus {
  outline: 0;
}

.Modal-close:not(:hover) {
  opacity: 0.5;
}

.Modal-body {
  padding: 3em 3em 3em 3em;
}

.Modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 3em 3em 3em 3em;
  border-top: 1px solid #e0e0e0;
}

.Page--homepage .Header {
  box-shadow: none;
}

.Block--header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.Block--header > .Container {
  max-width: 82.5rem;
}

.Block--header .Grid {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em) {
  .Block--header .Grid-contentWrapper {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .Block--header .Grid-contentWrapper {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .Block--header .Grid-image {
    margin-top: 2.25rem;
  }
}

.Header-title {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  color: #a0bf35;
  margin-bottom: 1.5rem;
}

.Header-title h1 {
  margin: 0;
}

.Header-title svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
}

.Header-link {
  margin: 0.5625rem 0rem;
}

.Header-link .Button {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding-top: 0.975rem;
  padding-bottom: 0.975rem;
}

.Block--cijfers {
  color: #ffffff;
  padding: 1.5rem 0rem;
  background-color: #104271;
}

.Cijfers {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 73.75rem;
}

@media screen and (min-width: 48em) {
  .Cijfers {
    flex-wrap: nowrap;
  }
}

.Cijfer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  flex-basis: auto;
  text-align: center;
  padding: 1.5rem;
}

@media screen and (min-width: 48em) {
  .Cijfer {
    margin: 0;
    width: calc(100% / 3);
    padding: 0.375rem 1.5rem;
  }

  .Cijfer + .Cijfer {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
}

.Cijfer-number {
  font-size: 2.8125rem;
  line-height: 1.2;
  font-weight: 900;
}

.Block--partners {
  text-align: center;
  padding: 6rem 0rem;
  background-color: #f3f7fa;
}

.Block--partners > .Container {
  max-width: 1000px;
}

.Block--partners .Block-intro {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.Partners {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: white;
  margin-top: 2.25rem;
}

@media screen and (max-width: 47.9375em) {
  .Partners {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(69, 69, 69, 0.1);
  }
}

.Partners-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.Partners-row + .Partners-row {
  border-top: 1px solid rgba(69, 69, 69, 0.1);
}

@media screen and (min-width: 48em) {
  .Partners-row {
    flex-wrap: nowrap;
    border: 1px solid rgba(69, 69, 69, 0.1);
    border-bottom: 0;
  }

  .Partners-row:last-child {
    border-bottom: 1px solid rgba(69, 69, 69, 0.1);
  }
}

.Partner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  flex-basis: auto;
  min-height: 140px;
  background-color: #ffffff;
  padding: 1.125rem;
}

@media screen and (max-width: 47.9375em) {
  .Partner {
    border-top: 1px solid rgba(69, 69, 69, 0.1);
  }

  .Partner:first-child {
    border-top: none;
  }
}

@media screen and (min-width: 48em) {
  .Partner {
    width: 25%;
    border-right: 1px solid rgba(69, 69, 69, 0.1);
  }

  .Partner:nth-child(4) {
    border-right: none;
  }
}

.Partner img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.Partner:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.Partner-object {
  width: 150px;
  height: 100px;
}

.Partner-object img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Partner-explanation {
  text-align: center;
  margin: 1.5rem 0rem;
}

.Partner-modal {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.Partner-offers {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.Partner-offer + .Partner-offer {
  margin-top: 0.375rem;
}

.Block--references {
  text-align: center;
  padding: 5.25rem 0rem;
}

.Block--references > .Container {
  max-width: 880px;
}

.Block--references .Block-icon {
  width: 100%;
  height: 100%;
  max-width: 92px;
  max-height: 116px;
}

.Block--references .Block-title {
  margin-top: 2.25rem;
}

.References-container {
  position: relative;
}

@media screen and (max-width: 37.4375em) {
  .References-container .Slider-navigation {
    display: none;
  }
}

.References {
  padding: 1.875rem 0rem;
  margin: 2.25rem 0rem;
}

.References .Slider-pagination {
  color: rgba(69, 69, 69, 0.5);
}

.Reference {
  align-self: center;
  padding: 0.75rem;
}

.Reference-box {
  padding: 2.8125rem 1.875rem;
  position: relative;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 37.5em) {
  .Reference-box {
    padding: 2.8125rem 3.75rem;
    margin: 0rem 3rem;
  }
}

@media screen and (min-width: 48em) {
  .Reference-box {
    margin: 0;
    padding: 4.375rem 6.25rem;
  }
}

.Reference-user {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 10px solid white;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);
}

.Reference-user img {
  z-index: 1;
  position: relative;
  border-radius: 50%;
  background-color: white;
}

.Reference-user::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: -30px;
  height: calc(50% + 14px);
  width: calc(100% + 60px);
  background-color: white;
}

.Reference-logo {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 90px;
  margin-bottom: 1.5rem;
}

.Block--kennisheader {
  text-align: center;
  padding: 6rem 0rem;
  background-color: #f3f7fa;
}

.Block--kennisheader > .Container {
  max-width: 45rem;
}

.Block--kennisheader .Block-subtitle {
  margin-top: 3.6rem;
}

.Block--kennisheader .Voorbeeldvraag {
  padding-left: 0;
}

.Block--kennisaanbod {
  text-align: center;
  padding: 6rem 0rem;
  background-color: #f3f7fa;
}

.Block--kennisaanbod > .Container {
  max-width: 700px;
}

.Block--kennisaanbod .Block-icon {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 112px;
}

@media screen and (max-width: 37.4375em) {
  .Block--kennisaanbod .Block-icon {
    max-width: 10rem;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .Block--kennisaanbod .Block-icon {
    max-width: calc(10rem + 90 * ((100vw - 37.5rem) / 168));
  }
}

@media screen and (min-width: 48em) {
  .Block--kennisaanbod .Block-icon {
    max-width: 15.625rem;
  }
}

@media screen and (max-width: 37.4375em) {
  .Block--kennisaanbod .Block-icon {
    max-height: 4.4375rem;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 47.9375em) {
  .Block--kennisaanbod .Block-icon {
    max-height: calc(4.4375rem + 41 * ((100vw - 37.5rem) / 168));
  }
}

@media screen and (min-width: 48em) {
  .Block--kennisaanbod .Block-icon {
    max-height: 7rem;
  }
}

.Block--kennisaanbod .Block-title {
  margin-top: 2.25rem;
}

.Kennisaanbod {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 2.25rem;
}

.Kennisaanbod-button {
  font-size: 1.125rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  max-width: 600px;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.13px;
  border: 10px solid #ffffff;
  margin-top: 0.75rem;
  background-color: #f3f7fa;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.04);
  padding: 0.75rem 3rem;
}

.Kennisaanbod-button > span {
  z-index: 1;
}

.Kennisaanbod-button svg {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
  max-width: 1.5rem;
  max-height: 1.5rem;
  margin-left: 1.125rem;
}

@media screen and (min-width: 37.5em) {
  .Kennisaanbod-button {
    text-align: left;
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 0.75rem 3rem 0.75rem 3.9rem;
  }

  .Kennisaanbod-button svg {
    display: inline-block;
  }
}

@media screen and (min-width: 48em) {
  .Kennisaanbod-button {
    padding: 0.75rem 3rem 0.75rem 7.8rem;
  }
}

.Kennisaanbod-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 0;
  width: 297px;
  height: 297px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(176, 204, 220, 0.08);
}

@media screen and (min-width: 37.5em) {
  .Kennisaanbod-button::before {
    left: 65px;
  }
}

.Kennisaanbod-button:nth-child(1)::before {
  top: -90px;
}

.Kennisaanbod-button:nth-child(2)::before {
  top: -165px;
}

.Kennisaanbod-button:nth-child(3)::before {
  top: -249px;
}

.Kennisaanbod-button:hover svg {
  margin-left: 1.5rem;
}

.Kennisaanbod-button:hover::before {
  background-color: rgba(176, 204, 220, 0.24);
}

.Block--kennispartners {
  padding: 4.5rem 0rem;
}

.Block--kennispartners > .Container {
  text-align: center;
}

.Kennispartners {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 48em) {
  .Kennispartners {
    margin-left: -1.95rem;
  }
}

.Kennispartner {
  width: 100%;
  flex-basis: auto;
  text-align: left;
  max-width: 23.125rem;
  padding: 1.8rem;
  margin-top: 1.95rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 48em) {
  .Kennispartner {
    margin-left: 1.95rem;
    width: calc(50% - (24px * 1.3));
  }
}

@media screen and (min-width: 64em) {
  .Kennispartner {
    width: calc((100% * 1 / 3) - (24px * 1.3));
  }
}

.Kennispartner-logoWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 85px;
  margin-bottom: 0.75rem;
}

.Kennispartner-text ul {
  margin-bottom: 0.75rem;
}

.Kennispartner-text ul:not(:first-child) {
  margin-top: 0.75rem;
}

.Kennispartner-logo {
  max-width: 120px;
  max-height: 85px;
}

.Kennispartner-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #a0bf35;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.Kennispartner-groups {
  margin-top: 1.125rem;
  padding-top: 1.125rem;
  border-top: solid 1px rgba(69, 69, 69, 0.1);
}

.Kennispartner-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
          align-items: center;
}

.Kennispartner-group img {
  width: 30px;
  height: 30px;
  margin-right: 0.75rem;
}

.Kennispartner-group + .Kennispartner-group {
  margin-top: 0.375rem;
}

.Block--exampleQuestions {
  text-align: center;
  padding: 6rem 0rem;
}

.Block--exampleQuestions > .Container {
  max-width: 680px;
}

.Block--exampleQuestions .Block-icon {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 108px;
}

.Block--exampleQuestions .Block-title {
  margin-top: 2.25rem;
}

.Voorbeeldvragen {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 2.25rem;
}

.Voorbeeldvraag {
  text-align: left;
  border-top: 1px solid rgba(69, 69, 69, 0.1);
  padding: 1.3125rem 0.75rem;
}

@media screen and (min-width: 48em) {
  .Voorbeeldvraag {
    padding: 1.3125rem 0rem 1.3125rem 1.875rem;
  }
}

.Voorbeeldvraag:last-child {
  border-bottom: 1px solid rgba(69, 69, 69, 0.1);
}

.Voorbeeldvraag-offers {
  margin-top: 0.75rem;
  margin-left: -0.375rem;
}

.Voorbeeldvraag-offer {
  margin-left: 0.375rem;
}

.Answer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}

.Answer-footer {
  color: rgba(69, 69, 69, 0.5);
}

.Answer-positive {
  max-width: 540px;
}

.Answer-institutionLogo {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.Answer-form {
  text-align: left;
  margin-top: 2.25rem;
}

.Answer-form span {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.Answer-form .Form-help {
  font-size: 0.9375rem;
  margin: 0;
  color: #454545;
}

.Answer-form .Form-controls {
  color: rgba(69, 69, 69, 0.5);
}

.Answer-form input[type=radio]:checked ~ span {
  color: #454545;
}

.Answer-questionBox {
  width: 100%;
  padding: 0.625rem;
  margin-top: 2.25rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.04);
}

.Answer-questionBox--inner {
  padding: 0.5625rem 2.25rem;
  background-color: #f3f7fa;
}

.Answer-attachmentLink {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(69, 69, 69, 0.7);
}

.Answer-attachmentLink:hover,
.Answer-attachmentLink:focus,
.Answer-attachmentLink:active {
  color: #454545;
}

.Answer-other {
  padding-left: 2.5625rem;
}

.Answer-other.is-disabled {
  color: rgba(69, 69, 69, 0.5);
}

.Answer-other.is-disabled .Form-label {
  color: rgba(69, 69, 69, 0.5);
}

.Answer-other.is-disabled .Form-help--validation {
  display: none;
}

.Answer-other.is-disabled .Form-field {
  background-color: #f5f5f5;
  color: rgba(69, 69, 69, 0.6);
  border-color: rgba(54, 53, 54, 0.2) !important;
}

.Answer-fileContainer {
  width: 100%;
}

.Answer-fileThumbs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  margin-top: 3rem;
}

.Answer-fileThumb {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #454545;
}

.Answer-fileThumb:hover {
  color: #104271;
  text-decoration: none;
}

.Answer-fileThumb + .Answer-fileThumb {
  margin-top: 1.5rem;
}

.Answer-thumb {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 140px;
  height: 140px;
  background-color: #f3f7fa;
  border: 1px solid rgba(204, 204, 204, 0.3);
}

.Answer-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Answer-thumb svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 80px;
  max-height: 80px;
  color: #fca651;
}

.Answer-fileInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-left: 1.5rem;
}

.Answer-textFull {
  width: 100% !important;
  max-width: none !important;
}

.Answer-negative .Answer-icon {
  width: 12rem;
  height: 5.375rem;
}

body.AnswerPage .Main > .Container {
  height: 100%;
}

.Page--question {
  background-color: #f3f7fa;
}

.Question-form {
  width: 100%;
  max-width: 840px;
  background-color: #ffffff;
  margin: 3.75rem auto 6.25rem auto;
  padding: 3rem 1.5rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 37.5em) {
  .Question-form {
    padding: 3.75rem 3rem 5rem 3rem;
  }
}

@media screen and (min-width: 48em) {
  .Question-form {
    padding: 3.75rem 6.25rem 5rem 6.25rem;
  }
}

@media screen and (min-width: 64em) {
  .Question-form {
    padding: 3.75rem 9.375rem 5rem 9.375rem;
  }
}

.Question-form .Form-field--textarea {
  max-width: none;
  line-height: 1.4;
  min-height: 140px;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.Question-form .Form-help--textarea {
  font-size: 0.875rem;
  color: rgba(69, 69, 69, 0.5);
  margin-top: 0.1875rem;
  margin-bottom: 0.825rem;
}

.Question-form .Grid-cell > .Form-item {
  margin-bottom: 0;
}

.Question-formLink {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(69, 69, 69, 0.7);
}

.Question-formLink:hover,
.Question-formLink:focus,
.Question-formLink:active {
  color: #454545;
}

.Question-form .Dropzone {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: dashed 1px rgba(69, 69, 69, 0.2);
}

.Question-form .Dropzone .dz-message {
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  color: rgba(69, 69, 69, 0.5);
}

.Question-form .Dropzone .Dropzone-icon {
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 0.75rem;
  background-color: rgba(69, 69, 69, 0.5);
}

.Question-form .Dropzone .Dropzone-icon svg {
  width: 16px;
  height: 16px;
}

.Question-form .text-muted {
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 0;
  color: rgba(69, 69, 69, 0.5);
}

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

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

.DropzonePreview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  margin-top: 0.75rem;
}

@media screen and (max-width: 24.9375em) {
  .DropzonePreview {
    flex-wrap: wrap;
  }
}

.DropzonePreview-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rgba(176, 204, 220, 0.2);
  -webkit-transition: opacity 0.2s, visibility 0.2s, width 0.3s;
  transition: opacity 0.2s, visibility 0.2s, width 0.3s;
}

.DropzonePreview-filename {
  font-size: 0.875rem;
  width: 70%;
  overflow: hidden;
  flex-basis: auto;
  line-height: 1.5;
  text-overflow: ellipsis;
}

@media screen and (max-width: 24.9375em) {
  .DropzonePreview-filename {
    width: 100%;
    margin-bottom: 2px;
  }
}

.DropzonePreview-size {
  width: 30%;
  flex-basis: auto;
  text-align: right;
}

@media screen and (max-width: 24.9375em) {
  .DropzonePreview-size {
    text-align: left;
    width: calc(100% - 40px);
  }
}

.DropzonePreview-error {
  font-size: 0.75rem;
  opacity: 0;
  color: #f44336;
  flex-basis: auto;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.DropzonePreview-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 40px;
  text-align: right;
}

.DropzonePreview-icon svg {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.DropzonePreview-icon svg.is-loading {
  -webkit-animation: rotation 2s infinite linear;
          animation: rotation 2s infinite linear;
}

.DropzonePreview-icon svg.is-complete {
  color: #a0bf35;
}

.DropzonePreview-icon svg.is-error {
  color: #f44336;
}

.DropzonePreview.dz-processing:not(.dz-error):not(.dz-complete) .DropzonePreview-icon svg.is-loading {
  opacity: 1;
  width: 18px;
  height: 18px;
  visibility: visible;
}

.DropzonePreview.dz-complete:not(.dz-error) .DropzonePreview-icon svg.is-complete {
  opacity: 1;
  width: 18px;
  height: 18px;
  visibility: visible;
}

.DropzonePreview.dz-complete .DropzonePreview-bar {
  opacity: 0;
  visibility: hidden;
}

.DropzonePreview.dz-error .DropzonePreview-icon svg.is-error {
  opacity: 1;
  width: 18px;
  height: 18px;
  visibility: visible;
}

.DropzonePreview.dz-error .DropzonePreview-error {
  opacity: 1;
  visibility: visible;
}

/* Outdated Browser */

.Outdated {
  background-color: #f44336;
  color: #ffffff;
  font-size: 12px;
  padding: 12px 24px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1500;
}

.Outdated-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.Outdated-text {
  margin-bottom: 0;
  line-height: 1;
}

.Outdated-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  width: 230px;
  /*need for IE*/
  position: absolute;
  top: 12px;
  right: 24px;
}

.Outdated-button:hover {
  background-color: #ffffff;
  color: #f44336;
}

* html .Outdated {
  position: absolute;
}

/* Cookie */

.CookieConsent {
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s, 200ms, 200ms;
          transition-delay: 0s, 200ms, 200ms;
  background-color: #104271;
  color: #ffffff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.CookieConsent:not(.is-active) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.CookieConsent > .Container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.CookieConsent a {
  font-weight: 700;
}

.CookieConsent a,
.CookieConsent a:active,
.CookieConsent a:focus,
.CookieConsent a:hover {
  color: inherit;
}

.CookieConsent-close {
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  font-size: 150%;
  margin-left: 1.5rem;
  line-height: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.CookieConsent-close:not(:hover) {
  opacity: 0.75;
}

/* Header */

.Header {
  background-color: #0a0a0a;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.04);
}

.Header > .Container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

/* Navigation */

.Navigation {
  display: -webkit-box;
  display: flex;
  margin-left: 1.5rem;
}

@media screen and (min-width: 48em) {
  .Navigation {
    -webkit-box-align: baseline;
            align-items: baseline;
  }
}

.Navigation-toggle {
  display: block;
}

.Navigation-body {
  display: -webkit-box;
  display: flex;
  margin-left: -1.5rem;
}

.Navigation-body > .Nav {
  padding-left: 1.5rem;
}

@media screen and (max-width: 47.9375em) {
  .Navigation-body {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    background-color: #0a0a0a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 1.5rem;
  }

  html:not(.show-nav) .Navigation-body {
    opacity: 0;
    visibility: hidden;
  }
}

/* Types */

/* Main */

@media screen and (max-width: 47.9375em) {
  .Nav--main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}

.Nav--main .Nav-list {
  margin-left: -1.5rem;
}

@media screen and (max-width: 47.9375em) {
  .Nav--main .Nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.Nav--main .Nav-item {
  padding-left: 2.25rem;
}

@media screen and (max-width: 47.9375em) {
  .Nav--main .Nav-item + .Nav-item {
    margin-top: 0.75rem;
  }

  .show-nav .Nav--main .Nav-item {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 300ms, 1s;
            transition-duration: 300ms, 1s;
    -webkit-transition-timing-function: linear, cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: linear, cubic-bezier(0.19, 1, 0.22, 1);
  }

  .show-nav .Nav--main .Nav-item:nth-child(1) {
    -webkit-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(2) {
    -webkit-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(3) {
    -webkit-transition-delay: 0.06s;
            transition-delay: 0.06s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(4) {
    -webkit-transition-delay: 0.08s;
            transition-delay: 0.08s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(5) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(6) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(7) {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(8) {
    -webkit-transition-delay: 0.16s;
            transition-delay: 0.16s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(9) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }

  .show-nav .Nav--main .Nav-item:nth-child(10) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }

  html:not(.show-nav) .Nav--main .Nav-item {
    opacity: 0;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
}

.Nav--main .Nav-link {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .Nav--main .Nav-link {
    font-size: 0.875rem;
  }
}

.Nav--main .Nav-link:active,
.Nav--main .Nav-link:focus,
.Nav--main .Nav-link:hover {
  color: #f7f7f7;
}

.Nav--main .Nav-list > .Nav-item > .Nav-link {
  padding: 0.4375rem 0rem;
}

.Nav--main .Nav-item--lang > .Nav-link {
  border-radius: 4px;
  padding: 0.4375rem 1.125rem !important;
  border: 1px solid rgba(69, 69, 69, 0.4);
}

@media screen and (max-width: 47.9375em) {
  .Nav--main .Nav-item--lang {
    display: none;
  }
}

/* Lang */

.Nav--lang {
  margin-left: 0.75rem;
}

@media screen and (min-width: 48em) {
  .Nav--lang {
    margin-left: 1.5rem;
  }
}

.Nav--lang > .Nav-list > .Nav-item > .Nav-link {
  font-size: 0.875rem;
}

.Nav--lang .Nav-dropdown .Nav-link {
  border: none;
}

.Nav--lang .Nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  color: rgba(69, 69, 69, 0.6);
  border: 1px solid rgba(69, 69, 69, 0.4);
}

@media screen and (min-width: 48em) {
  .Nav--lang .Nav-link {
    font-size: 0.875rem;
    padding: 0.4375rem 1.125rem;
  }
}

.Nav--lang .Nav-link:active,
.Nav--lang .Nav-link:focus,
.Nav--lang .Nav-link:hover {
  color: #454545;
}

.Nav--lang .Nav-item:hover .Nav-dropdownWrapper {
  opacity: 1;
  display: block;
  visibility: visible;
}

.Nav--lang .Nav-dropdownWrapper {
  top: 100%;
  left: auto;
  right: 0;
  width: auto;
  z-index: 3;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  padding-top: 0.75rem;
}

.Nav--lang .Nav-dropdownWrapper .Nav-item-dropdown {
  margin: 0;
}

.Nav--lang .Nav-dropdownWrapper .Nav-item-dropdown .Nav-link {
  font-size: 0.875rem;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 1.125rem 0.75rem;
}

.Nav--lang .Nav-dropdownWrapper .Nav-item-dropdown + .Nav-item-dropdown {
  border-top: 1px solid rgba(69, 69, 69, 0.1);
}

.Nav--lang .Nav-dropdownWrapper .Nav-link {
  position: relative;
  padding: 1.125rem 3rem !important;
}

.Nav--lang .Nav-dropdownWrapper .Nav-link svg {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 18px;
  color: #79dd9c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Nav--lang .Nav-dropdown {
  text-align: center;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(69, 69, 69, 0.1);
}

.Nav--lang .Nav-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 9px;
  width: 0;
  height: 0;
  z-index: 5;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  border-color: transparent transparent #ffffff transparent;
}

.Nav--lang .Nav-dropdown::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 7px;
  width: 0;
  height: 0;
  z-index: 4;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  border-color: transparent transparent rgba(69, 69, 69, 0.1) transparent;
}

.Nav--footer .Nav-list {
  margin-left: -1.125rem;
}

.Nav--footer .Nav-item {
  padding-left: 1.125rem;
}

.Nav--footer .Nav-link {
  text-decoration: underline;
  color: rgba(69, 69, 69, 0.6);
}

.Nav--footer .Nav-link:active,
.Nav--footer .Nav-link:focus,
.Nav--footer .Nav-link:hover {
  text-decoration: none;
}

/* Logo */

.Logo {
  font-size: 1.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  flex-shrink: 1;
  font-weight: bold;
  margin-right: auto;
  text-decoration: none;
}

.Logo svg {
  width: 1.5625rem;
  margin-right: 0.75rem;
}

.Logo:active,
.Logo:focus,
.Logo:hover {
  color: #f7f7f7;
}

/* Fields */

/* Fields: field */

.Form-field--select[multiple],
.Form-field--select,
.Form-field--input,
.Form-field--textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(54, 53, 54, 0.2);
  color: #424242;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .Form-field--select[multiple],
  .Form-field--select,
  .Form-field--input,
  .Form-field--textarea {
    max-width: 22.5rem;
  }
}

.Form-item.is-error .Form-field--select,
.Form-item.is-error .Form-field--input,
.Form-item.is-error .Form-field--textarea {
  border-color: #f44336;
}

.Form-item.is-success .Form-field--select,
.Form-item.is-success .Form-field--input,
.Form-item.is-success .Form-field--textarea {
  border-color: #4caf50;
}

.Form-field--select,
.Form-field--input,
.Form-field--textarea {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
}

.Form-field--select:focus,
.Form-field--input:focus,
.Form-field--textarea:focus {
  border-color: rgba(69, 69, 69, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) , 0 0 10px 0 rgba(0, 0, 0, 0.06);
  outline: 0;
  z-index: 1;
}

.Form-item.is-error .Form-field--select:focus,
.Form-item.is-error .Form-field--input:focus,
.Form-item.is-error .Form-field--textarea:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) , 0 0 2px 1px rgba(244, 67, 54, 0.6);
}

.Form-item.is-success .Form-field--select:focus,
.Form-item.is-success .Form-field--input:focus,
.Form-item.is-success .Form-field--textarea:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) , 0 0 2px 1px rgba(76, 175, 80, 0.6);
}

.Form-field {
  font-family: inherit;
  position: relative;
}

.Form-indicator {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Form-field--xs {
  max-width: 4.5rem !important;
}

.Form-field--sm {
  max-width: 7.5rem !important;
}

.Form-field--md {
  max-width: 15rem !important;
}

.Form-field--lg {
  max-width: 22.5rem !important;
}

.Form-field--xl {
  max-width: 30rem !important;
}

.Form-field--full {
  max-width: none !important;
}

/* Fields: check */

.Form-field--radio,
.Form-field--checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Form-field--radio:not(:first-of-type),
.Form-field--checkbox:not(:first-of-type) {
  margin-top: 0.75rem;
}

.Form-field--radio input[type=radio],
.Form-field--radio input[type=checkbox],
.Form-field--checkbox input[type=radio],
.Form-field--checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.Form-field--radio input[type=radio]:checked ~ .Form-indicator,
.Form-field--radio input[type=checkbox]:checked ~ .Form-indicator,
.Form-field--checkbox input[type=radio]:checked ~ .Form-indicator,
.Form-field--checkbox input[type=checkbox]:checked ~ .Form-indicator {
  background-color: rgba(69, 69, 69, 0.5);
}

.Form-field--radio .Form-indicator,
.Form-field--checkbox .Form-indicator {
  background-color: #ffffff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.5625em 0.5625em;
  border: 1px solid rgba(54, 53, 54, 0.2);
  flex-shrink: 0;
  height: 1.875rem;
  margin-right: 0.75rem;
  width: 1.875rem;
  position: relative;
  top: -0.1875em;
}

.Form-field--radio > .Form-indicator {
  border-radius: 100%;
}

.Form-field--radio input[type=radio]:checked ~ .Form-indicator::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  height: 0.7em;
  width: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Form-field--checkbox > .Form-indicator {
  border-radius: 4px;
}

.Form-field--checkbox input[type=checkbox]:checked ~ .Form-indicator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.8 6.3'%3E%3Ctitle%3ECheck%3C/title%3E%3Cpath d='M6.4,0,5.7.7,2.9,3.5l-.8-.8L1.4,2,0,3.4l.7.7L2.2,5.6l.7.7.7-.7L7.1,2.1l.7-.7Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Fields: file */

.Form-field--file {
  cursor: pointer;
  display: block;
}

.Form-field--file input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.Form-field--file input[type=file]:focus ~ .Form-indicator {
  border-color: rgba(69, 69, 69, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) , 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.Form-item.is-error .Form-field--file input[type=file]:focus ~ .Form-indicator {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) , 0 0 2px 1px rgba(244, 67, 54, 0.6);
}

.Form-item.is-success .Form-field--file input[type=file]:focus ~ .Form-indicator {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04) , 0 0 2px 1px rgba(76, 175, 80, 0.6);
}

.Form-field--file .Form-indicator {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(54, 53, 54, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  color: #424242;
  display: block;
  line-height: normal;
  overflow: hidden;
  padding: 0.75em 1.25em 0.75em 1.25em;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.Form-field--file .Form-indicator::before {
  content: attr(data-file-text);
  display: block;
  padding-right: 6.25rem;
}

.Form-field--file .Form-indicator::after {
  background-color: #eeeeee;
  border-left: 1px solid rgba(54, 53, 54, 0.2);
  color: #757575;
  content: attr(data-file-button);
  padding: 0.75em 1.25em 0.75em 1.25em;
  text-align: center;
  width: 6.25rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 37.5em) {
  .Form-field--file {
    max-width: 22.5rem;
  }
}

/* Fields: input */

.Form-field--input {
  padding: 0.75em 1.25em 0.75em 1.25em;
}

.Form-field--textarea {
  padding: 0.625em 1.25em 0.625em 1.25em;
}

/* Fields: select */

select {
  cursor: pointer;
  width: 100% !important;
}

@media screen and (min-width: 37.5em) {
  select {
    max-width: 22.5rem;
  }
}

.Form-field--select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20292.36%20402%22%3E%3Cpath%20d%3D%22M18.27%2C164.45H274.09a18.17%2C18.17%2C0%2C0%2C0%2C12.85-31.12L159%2C5.42a17.93%2C17.93%2C0%2C0%2C0-25.7%2C0L5.42%2C133.33a17.93%2C17.93%2C0%2C0%2C0%2C0%2C25.7A17.57%2C17.57%2C0%2C0%2C0%2C18.27%2C164.45Z%22%2F%3E%3Cpath%20d%3D%22M274.09%2C237.55H18.27A17.57%2C17.57%2C0%2C0%2C0%2C5.42%2C243a17.93%2C17.93%2C0%2C0%2C0%2C0%2C25.7l127.91%2C127.9a17.92%2C17.92%2C0%2C0%2C0%2C25.7%2C0L286.93%2C268.66a18.27%2C18.27%2C0%2C0%2C0-12.85-31.12Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  line-height: normal;
  overflow: hidden;
  padding: 0.75em 2.5em 0.75em 1.25em;
}

.Form-field--select[multiple] {
  height: auto;
}

.Form-field--select[multiple] option {
  padding: 0.375em 1.25em 0.375em 1.25em;
}

.Form-field--select[multiple] option + option {
  border-top: 1px solid rgba(54, 53, 54, 0.2);
}

/* Slider */

/* Slider: core */

.Slider {
  position: relative;
  z-index: 1;
  /* Fix of Webkit flickering */
  overflow: hidden;
}

.Slider--no-flexbox .Slider-item {
  float: left;
}

.Slider--vertical > .Slider-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.Slider-items {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.Slider--android .Slider-item,
.Slider-items {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.Slider--multirow > .Slider-items {
  flex-wrap: wrap;
}

.Slider--free-mode > .Slider-items {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.Slider-item {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.Slider-item.is-blank {
  visibility: hidden;
}

.Slider--autoheight,
.Slider--autoheight .Slider-item {
  height: auto;
}

.Slider--autoheight .Slider-items {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.Slider--3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.Slider--3d .Slider-items,
.Slider--3d .Slider-item,
.Slider--3d .Slider-item-shadow-left,
.Slider--3d .Slider-item-shadow-right,
.Slider--3d .Slider-item-shadow-top,
.Slider--3d .Slider-item-shadow-bottom,
.Slider--3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.Slider--3d .Slider-item-shadow-left,
.Slider--3d .Slider-item-shadow-right,
.Slider--3d .Slider-item-shadow-top,
.Slider--3d .Slider-item-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.Slider--3d .Slider-item-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.Slider--3d .Slider-item-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.Slider--3d .Slider-item-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.Slider--3d .Slider-item-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.Slider--wp8-horizontal,
.Slider--wp8-horizontal > .Slider-items {
  touch-action: pan-y;
}

.Slider--wp8-vertical,
.Slider--wp8-vertical > .Slider-items {
  touch-action: pan-x;
}

/* Slider: a11y */

.Slider .Slider-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

/* Slider: fade */

.Slider--fade.Slider--free-mode .Slider-item {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.Slider--fade .Slider-item {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.Slider--fade .Slider-item .Slider-item {
  pointer-events: none;
}

.Slider--fade .is-active,
.Slider--fade .is-active .is-active {
  pointer-events: auto;
}

/* Slider: coverflow */

.Slider--coverflow .Slider-items {
  -ms-perspective: 1200px;
  /* Windows 8 IE 10 fix */
}

/* Slider: cube */

.Slider--cube {
  overflow: visible;
}

.Slider--cube .Slider-item {
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
}

.Slider--cube .Slider-item .Slider-item {
  pointer-events: none;
}

.Slider--cube.Slider--rtl .Slider-item {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.Slider--cube .is-active,
.Slider--cube .is-active .is-active {
  pointer-events: auto;
}

.Slider--cube .is-active,
.Slider--cube .is-next,
.Slider--cube .is-prev,
.Slider--cube .is-next + .Slider-item {
  pointer-events: auto;
  visibility: visible;
}

.Slider--cube .swiper-slide-shadow-top,
.Slider--cube .swiper-slide-shadow-bottom,
.Slider--cube .swiper-slide-shadow-left,
.Slider--cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 0;
}

.Slider--cube .swiper-cube-shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #000000;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.6;
}

/* Slider: flip */

.Slider--flip {
  overflow: visible;
}

.Slider--flip .Slider-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.Slider--flip .Slider-item .Slider-item {
  pointer-events: none;
}

.Slider--flip .is-active,
.Slider--flip .is-active .is-active {
  pointer-events: auto;
}

.Slider--flip .Slider-item--shadow-top,
.Slider--flip .Slider-item--shadow-bottom,
.Slider--flip .Slider-item--shadow-left,
.Slider--flip .Slider-item--shadow-right {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 0;
}

/* Slider: lazy */

.Slider-preloader {
  height: 2.625rem;
  width: 2.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
  margin-top: -1.3125rem;
  margin-left: -1.3125rem;
}

.Slider-preloader:after {
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
}

.Slider-preloader--white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slider: navigation */

.Slider-button {
  height: 2.5rem;
  width: 1.875rem;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0.3;
  padding: 0.625rem;
  cursor: pointer;
}

.Slider-button.is-disabled {
  cursor: auto;
  opacity: 0.1;
  pointer-events: none;
}

.Slider-button.is-locked {
  display: none;
}

.Slider-button--prev,
.Slider--rtl .Slider-button--next {
  right: auto;
  left: 0px;
}

@media screen and (min-width: 48em) {
  .Slider-button--prev,
  .Slider--rtl .Slider-button--next {
    left: -40px;
  }
}

.Slider-button--next,
.Slider--rtl .Slider-button--prev {
  right: 0px;
  left: auto;
}

@media screen and (min-width: 48em) {
  .Slider-button--next,
  .Slider--rtl .Slider-button--prev {
    right: -40px;
  }
}

/* Slider: pagination */

.Slider-pagination {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.Slider-pagination.is-hidden {
  opacity: 0;
}

.Slider-pagination.is-locked {
  display: none;
}

.Slider-pagination--fraction,
.Slider-pagination--custom,
.Slider--horizontal > .Slider-pagination--bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

.Slider-pagination--bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.Slider-pagination--bullets-dynamic .Slider-pagination-item {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.Slider-pagination--bullets-dynamic .is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Slider-pagination--bullets-dynamic .is-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.Slider-pagination--bullets-dynamic .is-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.Slider-pagination--bullets-dynamic .is-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.Slider-pagination--bullets-dynamic .is-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.Slider-pagination--bullets-dynamic .is-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.Slider-pagination-item {
  height: 0.625rem;
  width: 0.625rem;
  background: #ffffff;
  border: 1px solid currentColor;
  border-radius: 100%;
  display: inline-block;
}

button.Slider-pagination-item {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.is-clickable .Slider-pagination-item {
  cursor: pointer;
}

.Slider-pagination-item.is-active {
  background-color: currentColor;
  opacity: 1;
}

.Slider--vertical > .Slider-pagination--bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.Slider--vertical > .Slider-pagination--bullets .Slider-pagination-item {
  display: block;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}

.Slider--vertical > .Slider-pagination--bullets.Slider-pagination--bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.Slider--vertical > .Slider-pagination--bullets.Slider-pagination--bullets-dynamic .Slider-pagination-item {
  display: inline-block;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.Slider--horizontal > .Slider-pagination--bullets .Slider-pagination-item {
  margin: 0 4px;
}

.Slider--horizontal > .Slider-pagination--bullets.Slider-pagination--bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.Slider--horizontal > .Slider-pagination--bullets.Slider-pagination--bullets-dynamic .Slider-pagination-item {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.Slider--horizontal.Slider--rtl > .Slider-pagination--bullets-dynamic .Slider-pagination-item {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.Slider-pagination--progressbar {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.Slider-pagination--progressbar .Slider-pagination-fill {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.Slider--rtl .Slider-pagination--progressbar .Slider-pagination-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.Slider--horizontal > .Slider-pagination--progressbar,
.Slider--vertical > .Slider-pagination--progressbar.Slider-pagination--progressbar-opposite {
  height: 0.25rem;
  width: 100%;
  left: 0;
  top: 0;
}

.Slider--vertical > .Slider-pagination--progressbar,
.Slider--horizontal > .Slider-pagination--progressbar.Slider-pagination--progressbar-opposite {
  height: 100%;
  width: 0.25rem;
  left: 0;
  top: 0;
}

/* Slider: scrollbar */

.Slider-scrollbar {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  position: relative;
  -ms-touch-action: none;
}

.Slider--horizontal > .Slider-scrollbar {
  height: 0.3125rem;
  width: 98%;
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
}

.Slider--vertical > .Slider-scrollbar {
  height: 98%;
  width: 0.3125rem;
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
}

.Slider-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
}

.Slider-scrollbar-cursor-drag {
  cursor: move;
}

.Slider-scrollbar .is-locked {
  display: none;
}

/* Slider: thumbs */

/* Slider: zoom */

.Slider--zoom {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.Slider--zoom > img,
.Slider--zoom > svg,
.Slider--zoom > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Slider--zoom .is-zoomed {
  cursor: move;
}

/* General */

.LazyLoad,
.LazyLoading {
  opacity: 0;
}

.LazyLoaded {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

.Popup-icon {
  top: -10px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  position: relative;
  border-radius: 50%;
  background-color: #b0ccdc;
}

.PopupGrid-icon {
  width: 22px;
}

.PopupGrid-title {
  display: -webkit-box;
  display: flex;
  line-height: 1.2;
  font-weight: bold;
}

.PopupGrid-title svg {
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
}

.PopupGrid-title--positive {
  color: #79dd9c;
}

.PopupGrid-title--positive svg {
  background-color: #79dd9c;
}

.PopupGrid-title--negative {
  color: #fc5c51;
}

.PopupGrid-title--negative svg {
  background-color: #fc5c51;
}

@media screen and (min-width: 37.5em) {
  .PopupGrid .Grid-cell:first-child {
    padding-right: 0.75rem;
  }
}

@media screen and (max-width: 37.4375em) {
  .PopupGrid .Grid-cell + .Grid-cell {
    margin-top: 0.75rem;
    border-top: 1px solid rgba(69, 69, 69, 0.1);
  }

  .PopupGrid .Grid-cell + .Grid-cell .PopupGrid-title {
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 37.5em) {
  .PopupGrid .Grid-cell + .Grid-cell {
    border-left: 1px solid rgba(69, 69, 69, 0.1);
  }
}

.Form--login {
  max-width: 400px;
  margin: 40px auto;
  border-radius: 4px;
  padding: 1.5rem;
  background-color: #f7f7f7;
}

@media screen and (min-width: 20em) {
  .Form--login {
    padding: 3rem;
  }
}

code {
  font-size: 0.75rem;
  background-color: #f7f7f7;
  border: 1px solid #e6e1de;
  white-space: pre-wrap;
  padding: 1px 5px;
}

/* Blocks */

.Block--textAndImage {
  margin: 3rem 0rem;
}

.Block--textAndImage .Block-icon {
  width: 100%;
  height: 100%;
  max-height: 3.625rem;
  margin: 1.875rem 0rem 1.25rem 0rem;
  max-width: 5.125rem;
}

@media screen and (min-width: 48em) {
  .Block--textAndImage .Block-icon {
    max-width: 6.625rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .Block--textAndImage .Grid .Grid-cell + .Grid-cell {
    margin-top: 3rem;
  }
}

.Block--textAndImage .Grid.is-reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 47.9375em) {
  .Block--textAndImage .Grid.is-reversed .Grid-cell + .Grid-cell {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 48em) {
  .Block--textAndImage .Grid.is-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 48em) {
  .Block--textAndImage .Grid-cell--text > * {
    padding-left: 3rem;
  }
}

/* Footer */

.Footer {
  background-color: #ffffff;
}

.Footer-top {
  color: rgba(255, 255, 255, 0.9);
  background-color: #104271;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.Footer-topLeft {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.Footer-topRight {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.Footer-middle {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 2.25rem;
  padding-bottom: 3.75rem;
}

.Footer-bottom {
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: rgba(69, 69, 69, 0.6);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 1px solid rgba(69, 69, 69, 0.1);
}

@media screen and (max-width: 37.4375em) {
  .Footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.Footer-bottom--logos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: -3.9rem;
}

.Footer-bottom--logo {
  margin-left: 3.9rem;
}

.Footer-bottom--logo svg,
.Footer-bottom--logo img {
  height: 67px;
}

.Footer-copyright {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}

.Footer-copyright,
.Footer-copyright:active,
.Footer-copyright:focus,
.Footer-copyright:hover {
  color: currentColor;
}

.Footer-copyright svg {
  fill: currentColor;
  display: block;
  margin-left: 0.75rem;
  height: 1.5625rem;
  width: 1.25rem;
}

.Footer-socialMediaLinks {
  display: -webkit-box;
  display: flex;
  margin-left: -1.3125rem;
}

.Footer-socialMediaLink {
  width: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 1.3125rem;
}

.Footer-socialMediaLink svg {
  height: 18px;
}

.Footer-socialMediaLink:hover {
  color: #ffffff;
}

.Footer-partnerLogos {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.Footer-partnerLogo img {
  height: 28px;
  -webkit-transition: opacity 0.2s, -webkit-filter 0.7s;
  transition: opacity 0.2s, -webkit-filter 0.7s;
  transition: opacity 0.2s, filter 0.7s;
  transition: opacity 0.2s, filter 0.7s, -webkit-filter 0.7s;
  margin-left: 0.9375rem;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.Footer-partnerLogo:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

.Footer .Footer-partnerLogo img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.Footer .Footer-partnerLogo:hover img {
  filter: none;
  -webkit-filter: none;
}

/* DigitalPulse */

.DigitalPulse {
  color: rgba(69, 69, 69, 0.6);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  height: 1.5em;
  margin-top: 1.5rem;
  -webkit-transition: fill 0.3s, color 0.3s;
  transition: fill 0.3s, color 0.3s;
}

.DigitalPulse:hover {
  color: #454545;
}

@media screen and (min-width: 37.5em) {
  .DigitalPulse {
    margin-top: 0;
    margin-left: auto;
  }
}

.DigitalPulse-icon,
.DigitalPulse-body {
  display: block;
  fill: currentColor;
}

.DigitalPulse:hover .DigitalPulse-icon {
  color: #454545;
}

.DigitalPulse-label {
  margin-right: 0.3em;
  flex-shrink: 0;
}

.DigitalPulse-object {
  background-color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.DigitalPulse-icon {
  flex-shrink: 0;
  height: 1.8574270557em;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  width: 1.5em;
}

@media screen and (min-width: 64em) {
  .DigitalPulse-object {
    -webkit-transition-property: right, -webkit-transform;
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    min-width: 5.5616710875em;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: scale(1.01) translateY(-50%);
            transform: scale(1.01) translateY(-50%);
  }

  .DigitalPulse:hover .DigitalPulse-object {
    color: #454545;
    right: 100%;
  }

  .DigitalPulse-body {
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin-left: 0.3em;
    -webkit-transform: translateY(12.5%);
            transform: translateY(12.5%);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    height: 0.9482758621em;
    width: 5.5616710875em;
  }
}

/* Print */

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    letter-spacing: 0;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #9e9e9e;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /**
   * General
   */

  html {
    font-family: sans-serif;
    font-size: 12pt;
  }

  .Container {
    max-width: none;
  }

  h1,
  h2,
  h3 {
    margin-bottom: 12pt;
    text-transform: none;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 14pt;
  }
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.Dropzone,
.Dropzone * {
  box-sizing: border-box;
}

.Dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.Dropzone.dz-clickable {
  cursor: pointer;
}

.Dropzone.dz-clickable * {
  cursor: default;
}

.Dropzone.dz-clickable .dz-message,
.Dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.Dropzone.dz-started .dz-message {
  display: none;
}

.Dropzone.dz-drag-hover {
  border-style: solid;
}

.Dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.Dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.Dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.Dropzone .dz-preview:hover {
  z-index: 1000;
}

.Dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.Dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

.Dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.Dropzone .dz-preview.dz-image-preview {
  background: white;
}

.Dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.Dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.Dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.Dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.Dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.Dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.Dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.Dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.Dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.Dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.Dropzone .dz-preview .dz-details .dz-filename span,
.Dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.Dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.Dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.Dropzone .dz-preview .dz-image img {
  display: block;
}

.Dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.Dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.Dropzone .dz-preview .dz-success-mark,
.Dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.Dropzone .dz-preview .dz-success-mark svg,
.Dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.Dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.Dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.Dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.Dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.Dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.Dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.Dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.Dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.Dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

