/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: rgba(237, 175, 50, 0.3);
  color: #213d66;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1.4em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #e8ebef;
  margin: 0.7em;
  padding: 0.7em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

:root {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  :root {
    font-size: 11.5px;
  }
}

body {
  color: #4d4d4d;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: white;
}

h1, h2, h3, h4, h5,
p,
strong, b, em, i {
  color: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

h1, h2, h3, h4, h5 {
  max-width: 46.9708195891em;
  font-family: "overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-margin-before: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 1em;
}

h2 {
  margin-top: 1em;
  color: #15335e;
  font-weight: 400;
}

p {
  max-width: 46.9708195891em;
  line-height: 1.618em;
}

a {
  color: inherit;
  text-decoration: none;
}

@-webkit-keyframes highlighter {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}

@keyframes highlighter {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
mark {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(237, 175, 50, 0.3), rgba(237, 175, 50, 0.3));
  background-size: 0 100%;
  background-repeat: no-repeat;
  color: inherit;
  -webkit-animation-name: highlighter;
          animation-name: highlighter;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.3, 1);
          animation-timing-function: cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.is-monospace {
  font-family: "overpass-mono", menlo, mono-space;
}

[href=""] {
  pointer-events: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  overflow: visible;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: button;
  /* for input */
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn, input[type=reset],
input[type=button],
button {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background-color: #8a99af;
  color: white;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover, input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  background-color: #99a6b9;
}
.btn:active, input[type=reset]:active,
input[type=button]:active,
button:active {
  transform: translateY(0.5px);
}

input[type=submit], .btn--primary {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background-color: #edaf32;
  color: white;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type=submit]:hover, .btn--primary:hover {
  background-color: #efb849;
}
input[type=submit]:active, .btn--primary:active {
  transform: translateY(0.5px);
}

.btn--secondary {
  display: inline-block;
  padding: 0.7em 1.4em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background-color: #519696;
  color: white;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn--secondary:hover {
  background-color: #5aa6a6;
}
.btn--secondary:active {
  transform: translateY(0.5px);
}

.toggle:last-child {
  border-bottom: 1px solid #dddddd;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  padding-bottom: 6px;
  border-top: 1px solid #dddddd;
}
.toggle-inner {
  display: none;
  margin: -7px 0 6px;
  padding: 7px 25px 10px;
}
.toggle-inner div {
  max-width: 100%;
}

.toggle-title .title-name {
  display: block;
  padding: 10px 10px 5px;
  font-weight: bold;
  pointer-events: none;
}
.toggle-title a i {
  margin-right: 5px;
  font-size: 22px;
}
.toggle-title i {
  position: absolute;
  right: 0;
  margin: 20px;
  width: 24px;
  height: 24px;
  background: url(/images/plus_minus.png?627c9fa651c869604e435b0b480a33d0) 0 -24px no-repeat;
  transition: all 0.3s ease;
}
.toggle-title.active i {
  background: url(/images/plus_minus.png?627c9fa651c869604e435b0b480a33d0) 0 0 no-repeat;
}

.form-spaced {
  margin-top: 0 !important;
  padding: 1.4em;
}

fieldset {
  margin: 0;
  padding: 1em;
}
@media (min-width: 640px) {
  fieldset {
    padding: 1.4em;
  }
}
fieldset + fieldset {
  margin-top: 1.4em;
}
@media (min-width: 640px) {
  fieldset + fieldset {
    margin-top: 1em;
  }
}

legend {
  margin-left: -0.7em;
  padding-right: 0.7em;
  padding-left: 0.7em;
}
legend h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.19em;
}

.label--icon {
  display: inline-block;
  font-size: 125% !important;
}

.select--dotted, .select--dotted--light {
  padding-right: 2.25em;
  border: none;
  /*border-bottom: 1px dashed $color-primary;*/
  border-radius: 0;
  background-color: transparent;
  /*background-image: url(../assets/ui/select-icon-change.svg);*/
  background-position: right 0.75em center;
  background-repeat: no-repeat;
  color: inherit;
  -webkit-appearance: none;
}

.select--dotted--light:hover {
  color: #edaf32;
}

.invisible-submit {
  display: none !important;
}

.form--standard label {
  font-weight: 600;
  font-size: 90%;
}
.form--standard label + * {
  margin-top: 0.5em;
}
.form--standard .input-group {
  max-width: 33.6em;
  width: 100%;
}
.form--standard .input-group > input[type=color], .form--standard .input-group input[type=date], .form--standard .input-group input[type=datetime], .form--standard .input-group input[type=datetime-local], .form--standard .input-group input[type=email], .form--standard .input-group input[type=month], .form--standard .input-group input[type=number], .form--standard .input-group input[type=password], .form--standard .input-group input[type=search], .form--standard .input-group input[type=tel], .form--standard .input-group input[type=text], .form--standard .input-group input[type=time], .form--standard .input-group input[type=url], .form--standard .input-group input[type=week], .form--standard .input-group input:not([type]), .form--standard .input-group textarea, .form--standard .input-group select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form--standard hr {
  margin: 2.8em 0;
  max-width: 33.6em;
  width: 90%;
  border: 0;
  border-top: 1px solid #dce0e7;
}

.form-note {
  font-style: italic;
  font-size: 90%;
  opacity: 0.5;
}
.form-note + * {
  margin-top: 0.5em;
}

.is-required > label:after {
  padding-left: 0.5em;
  color: #edaf32;
  content: "*";
}

.input-group {
  position: relative;
}

.input-flex-set {
  display: flex;
}
.input-flex-set * {
  flex: 1 1 50%;
}
.input-flex-set * + * {
  margin-top: 0 !important;
  margin-left: 1em;
}

.input-box {
  position: relative;
  display: block;
  padding: 1em;
  background: #dceaea;
  box-shadow: 0 0.05em 0.2em rgba(81, 150, 150, 0.5);
  font-weight: 500;
  font-size: 85%;
}
.input-box.is-alert {
  background: #FFB8B8;
  box-shadow: 0 0.05em 0.2em rgba(255, 184, 184, 0.53);
}
.input-box.is-alert:before {
  height: 0;
  width: 0;
  border-bottom: 0.5em solid #FFB8B8;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
@media (min-width: 1440px) {
  .input-box.is-alert:before {
    height: 0;
    width: 0;
    border-bottom: 0.5em solid transparent;
    border-right: 0.5em solid #FFB8B8;
    border-top: 0.5em solid transparent;
  }
}

.input-group__note {
  position: relative;
  display: block;
  padding: 1em;
  background: #dceaea;
  box-shadow: 0 0.05em 0.2em rgba(81, 150, 150, 0.5);
  font-weight: 500;
  font-size: 85%;
}
@media (min-width: 1440px) {
  .input-group__note {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 1em;
    width: 17.9420103827em;
  }
}
.input-group__note.is-alert {
  background: #FFB8B8;
  box-shadow: 0 0.05em 0.2em rgba(255, 184, 184, 0.53);
}
.input-group__note.is-alert:before {
  height: 0;
  width: 0;
  border-bottom: 0.5em solid #FFB8B8;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
@media (min-width: 1440px) {
  .input-group__note.is-alert:before {
    height: 0;
    width: 0;
    border-bottom: 0.5em solid transparent;
    border-right: 0.5em solid #FFB8B8;
    border-top: 0.5em solid transparent;
  }
}
.input-group__note:before {
  height: 0;
  width: 0;
  border-bottom: 0.5em solid #dceaea;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  position: absolute;
  bottom: 100%;
  left: 1em;
  content: "";
}
@media (min-width: 1440px) {
  .input-group__note:before {
    height: 0;
    width: 0;
    border-bottom: 0.5em solid transparent;
    border-right: 0.5em solid #dceaea;
    border-top: 0.5em solid transparent;
    top: 1em;
    right: 100%;
    bottom: auto;
    left: auto;
  }
}

.conditional-fieldset {
  display: none;
}
.conditional-fieldset.is-active {
  display: block;
  margin: 0;
  background: #fdf7eb;
}

.select-standard, input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  padding: 0.25em 0.5em;
  width: 100%;
  height: 2.5em;
  border: 1px #dce0e7 solid;
  border-radius: 3px;
  background-color: transparent;
  color: inherit;
}
.select-standard.featured, input[type=color].featured, input[type=date].featured, input[type=datetime].featured, input[type=datetime-local].featured, input[type=email].featured, input[type=month].featured, input[type=number].featured, input[type=password].featured, input[type=search].featured, input[type=tel].featured, input[type=text].featured, input[type=time].featured, input[type=url].featured, input[type=week].featured, input:not([type]).featured, textarea.featured {
  border: 2px solid hsla( var(--ida-c-primary-hsl), 1 );
  background-color: hsla( var(--ida-c-primary-hsl), 0.2 );
  font-weight: 700;
}

.select-standard {
  background: url(/images/select-icon.svg?24efd4517e7b6a3649b0bc81b6b6b6e5) right 0.75em center no-repeat;
}

.file-uploader {
  max-width: initial !important;
}

.file-uploader__image-slot {
  position: relative;
  overflow: hidden;
  margin-right: 1em;
}
.file-uploader__image-slot:hover {
  /*background-color: transparentize($color-primary,0.9) !important;*/
}
.file-uploader__image-slot img {
  /*width: 100%;*/
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.file-uploader__image-slot.is-user {
  padding-bottom: 42px;
  /*float: left;*/
  /*width: unit(7 * 1.5);*/
  height: 18.2em;
  border: 2px rgba(138, 153, 175, 0.5) solid;
  background: white url(/images/uploader-image-figure-background.svg?9918fa60316f4f0f42c28c0f140b6655) no-repeat center;
}
.file-uploader__image-slot.is-licence {
  /*float: left;*/
  margin: 0.5em;
  padding-bottom: 42px;
  /*padding-top: 64.7%;*/
  /*width: calc(100% - 1em);*/
  height: 18.2em;
  border: 1px rgba(138, 153, 175, 0.5) dotted;
  background: url(/images/icon-licence-upload.svg?90c418a28c088e975738ca7156322cd4) no-repeat center;
}

@media (min-width: 1024px) {
  .file-uploader__flex-content {
    display: flex;
  }
  .file-uploader__flex-content > div {
    flex: 1 1 50%;
    margin: 0;
  }
  .file-uploader__flex-content > div + div {
    margin-left: 1em;
  }
}

.hotspot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.file-uploader__info {
  display: inline-block;
}
.file-uploader__info p, .file-uploader__info ul, .file-uploader__info ol, .file-uploader__info li {
  line-height: 1.3;
}
.file-uploader__info p li:before, .file-uploader__info ul li:before, .file-uploader__info ol li:before, .file-uploader__info li li:before {
  content: "- ";
}
.file-uploader__info p li + li, .file-uploader__info ul li + li, .file-uploader__info ol li + li, .file-uploader__info li li + li {
  margin-top: 0.5em;
}

[type=submit].is-disabled {
  filter: grayscale(100%);
}

.croppie-container {
  z-index: 1;
  margin: 0;
}

.file-uploader__controls {
  margin-bottom: 1rem;
}

.file-uploader__facade-button-group {
  display: inline-block;
  margin: 0;
  background: transparent;
}
.file-uploader__facade-button-group + .file-uploader__facade-button-group {
  margin-top: 1rem;
}
.file-uploader__facade-button-group span {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 500;
}
.file-uploader__facade-button-group span + span {
  margin-left: 0.5em;
}
.file-uploader__facade-button-group .facade-icon {
  width: 2.8em;
  height: 2.8em;
  border-radius: 3px;
  background: #5b708e url(/images/icon-camera.svg?522f97dad519ab831468f6e37db35839) no-repeat center;
}
.file-uploader__facade-button-group .facade-icon.is-rotate {
  background: #5b708e url(/images/icon-rotate.svg?840aa70acb0cf75a72ca2b9d4c353db5) no-repeat center;
}
.file-uploader__facade-button-group:hover .facade-icon {
  background-color: #8a99af;
}

#af__user-photo-rotate,
#af__licence-front-rotate,
#af__licence-back-rotate {
  display: none;
}

.croppie-container .cr-viewport {
  box-shadow: none;
  box-shadow: 0 0 1000px 1000px rgba(21, 51, 94, 0.4);
}
.croppie-container .cr-slider-wrap {
  margin: 10px auto;
  width: 80%;
}

[data-for] {
  cursor: pointer;
}

.is-licence-uploader h3 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 85%;
  padding: 0.5em;
  border-bottom: 1px rgba(138, 153, 175, 0.5) solid;
}
.is-licence-uploader .input-subgroup {
  border: 2px rgba(138, 153, 175, 0.5) solid;
  background: white;
  text-align: center;
}
.is-licence-uploader .file-uploader__facade-button-group {
  display: inline-block;
  margin-top: 1em;
}
.is-licence-uploader .facade-label {
  display: block;
  margin-top: 0.5em;
  margin-left: 0;
}
.is-licence-uploader .file-uploader__image-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.radio-set-group {
  position: relative;
  border: 1px #d0d6df solid;
}
@media (min-width: 1024px) {
  .radio-set-group {
    display: flex;
  }
}

.is-radio-set-radio.input-group {
  max-width: unset;
}

.is-radio-set-radio, .box-radio {
  display: block;
  margin: 0;
}
.is-radio-set-radio [type=radio], .box-radio [type=radio] {
  position: absolute;
  opacity: 0;
}
.is-radio-set-radio [type=radio]:checked + label, .box-radio [type=radio]:checked + label {
  background: #fbefd6;
}
.is-radio-set-radio [type=radio]:checked + label h3, .box-radio [type=radio]:checked + label h3 {
  color: #edaf32;
}
.is-radio-set-radio [type=radio]:checked + label h3:before, .box-radio [type=radio]:checked + label h3:before {
  content: "check_circle";
}
.is-radio-set-radio > label, .box-radio > label {
  display: block;
  margin: 0;
  padding: 1.4em;
  background: white;
  font-family: "overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.is-radio-set-radio > label h3:before, .box-radio > label h3:before {
  margin-right: 0.5em;
  content: "radio_button_unchecked";
  vertical-align: -25%;
}
.is-radio-set-radio + .is-radio-set-radio, .box-radio + .is-radio-set-radio {
  border-top: 1px #d0d6df solid;
}
@media (min-width: 1024px) {
  .is-radio-set-radio + .is-radio-set-radio, .box-radio + .is-radio-set-radio {
    border-top: 0;
    border-left: 1px #d0d6df solid;
  }
}

.box-radio-group {
  display: block;
}

.box-radio {
  margin: 0;
  border: 1px #d0d6df solid;
}

#section-payment-options {
  display: none;
}

#payment-form .input-group:first-of-type {
  margin-top: 0;
}

.payment-logo {
  position: absolute;
  top: 0.45em;
  right: 1.4em;
  pointer-events: none;
}

.flex-group {
  display: flex;
  align-items: flex-start;
}
.flex-group > * + * {
  margin-top: 0;
  margin-left: 1em;
}

.flex-grouped-inputs {
  display: flex;
  align-items: baseline;
}
.flex-grouped-inputs input {
  flex: 1 1 auto;
}
.flex-grouped-inputs > * + * {
  margin-top: 0 !important;
  margin-left: 0.5em;
}

.help-block {
  display: block;
  margin-top: 0.5em;
  font-style: italic;
}

.is-radio-group > label {
  display: block;
}

.input-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}
.input-radio + .input-radio {
  margin-left: 1em;
}
.input-radio [type=radio] {
  position: absolute;
  opacity: 0;
}
.input-radio [type=radio]:checked + label span:before {
  opacity: 1;
  transform: scale(1);
}
.input-radio label {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.input-radio label span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(21, 51, 94, 0.2);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.1s;
}
.input-radio label span:before {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #edaf32;
  content: "";
  opacity: 0;
  transition: inherit;
  transform: scale(0.5);
}
.input-radio label:hover span {
  border-color: #edaf32;
}
.input-radio label:active span {
  transform: scale(0.95);
}

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

/* Google Material Icons */
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "Material Icons";
  src: url(/fonts/MaterialIcons-Regular.eot?4674f8ded773cb03e824323bfc950537);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2?cff684e59ffb052d72cb8d5e49471553) format("woff2"), url(/fonts/MaterialIcons-Regular.woff2?cff684e59ffb052d72cb8d5e49471553) format("woff2"), url(/fonts/MaterialIcons-Regular.woff?83bebaf37c09c7e1c3ee52682892ae14) format("woff"), url(/fonts/MaterialIcons-Regular.ttf?5e7382c63da0098d634a356ff441614e) format("truetype");
}
.material-icons, .vehicle-checkbox-label:after, .label--icon, .is-radio-set-radio > label h3:before, .box-radio > label h3:before {
  position: relative;
  display: inline-block;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 1.618em;
  /* Preferred icon size */
  font-family: "Material Icons";
  line-height: 1;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

::-moz-selection {
  background-color: rgba(40, 96, 177, 0.2);
}

::selection {
  background-color: rgba(40, 96, 177, 0.2);
}

:focus {
  outline-color: #edaf32;
}

hr {
  margin: 1.4em 0;
}

.panel.has-tab-group {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .panel.has-tab-group {
    padding-top: 4.25em;
  }
}

.tab-group {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 3.25em;
  background: #e8ebef;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tab-label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0.75em 0 1.5em;
  height: inherit;
  background: #e8ebef;
  font-weight: 600;
  line-height: 3.25;
  cursor: pointer;
  /*transition: margin 0.3s ease;*/
}
.tab-label:nth-child(1) {
  z-index: 10;
}
.tab-label:nth-child(2) {
  z-index: 9;
}
.tab-label:nth-child(3) {
  z-index: 8;
}
.tab-label:nth-child(4) {
  z-index: 7;
}
.tab-label:nth-child(5) {
  z-index: 6;
}
.tab-label:nth-child(6) {
  z-index: 5;
}
.tab-label:nth-child(7) {
  z-index: 4;
}
.tab-label:nth-child(8) {
  z-index: 3;
}
.tab-label:nth-child(9) {
  z-index: 2;
}
.tab-label:nth-child(10) {
  z-index: 1;
}
.tab-label + .tab-label {
  margin: 0;
  /*padding-left: 2em;*/
}
.tab-label:before, .tab-label:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1em;
  height: 125%;
  background-color: #e8ebef;
  content: "";
}
.tab-label:before {
  right: 100%;
  border-left: 1px #d0d6df solid;
  transform: rotate(15deg) translate(15%, -50%);
}
.tab-label:after {
  left: 100%;
  border-right: 1px #d0d6df solid;
  transform: rotate(-15deg) translate(15%, -50%);
}
.tab-label.is-active {
  z-index: 11;
  /*margin-left: 0.5em;*/
  padding-left: 1.5em;
  background-color: white;
  pointer-events: none;
}
.tab-label.is-active:first-child {
  /*margin-left: 0;*/
}
.tab-label.is-active:before, .tab-label.is-active:after {
  background-color: white;
}
.tab-label:hover {
  background-color: #f3f5f7;
}
.tab-label:hover:before, .tab-label:hover:after {
  background-color: #f3f5f7;
}

.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}

.tab-content__title {
  display: none;
}

.vehicle-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 640px) {
  .vehicle-checkbox-group {
    flex-wrap: nowrap;
  }
}
.vehicle-checkbox-group li + li {
  margin-top: 0;
  margin-left: -1px;
}

.vehicle-checkbox {
  position: relative;
  flex: auto;
  border: 1px solid #dce0e7;
}

.vehicle-checkbox-input {
  position: absolute;
  opacity: 0;
  transition: 0.2s ease;
}
.vehicle-checkbox-input:checked + label {
  background-color: #f9e3b7;
}
.vehicle-checkbox-input:checked + label svg {
  fill: #15335e;
}
.vehicle-checkbox-input:checked + label:after, .vehicle-checkbox-input:checked + label:before {
  opacity: 1;
}
.vehicle-checkbox-input:hover + label {
  background-color: #fbefd6;
}
.vehicle-checkbox-input:hover + label svg {
  fill: #15335e;
}

.vehicle-checkbox-label {
  display: block;
  margin: 0 !important;
  padding: 1em;
  text-align: center;
}
.vehicle-checkbox-label:after {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  content: "check";
  font-size: 1em;
  opacity: 0;
}
.vehicle-checkbox-label:before {
  height: 0;
  width: 0;
  border-top: 1.8em solid #edaf32;
  border-left: 1.8em solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
}
.vehicle-checkbox-label svg {
  vertical-align: bottom;
  fill: #73859e;
}
.vehicle-checkbox-label span {
  display: inline-block;
  margin-top: 0.5em;
}

.paper-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8888;
  display: none;
  margin: 0 !important;
  background-color: rgba(21, 51, 94, 0.6);
}

.paper-popup {
  position: absolute;
  top: 15%;
  left: 50%;
  overflow: hidden;
  margin: 0;
  max-width: 46.9708195891em;
  width: 90vw;
  border-radius: 5px;
  background: white;
  transform: translateX(-50%);
}

.paper-popup__header {
  padding: 1em;
  border-top: 3px #445c7e solid;
  background-color: #15335e;
}
.paper-popup__header h2 {
  margin: 0;
  color: white;
}

.paper-popup__content {
  padding: 1em;
}

.paper-popup__footer {
  padding: 1em;
  background-color: #e8ebef;
}

.popup-submit-button-wrapper {
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  vertical-align: top;
}

button#dismiss {
  margin-top: 0px;
}

@-webkit-keyframes errorFlash {
  from {
    background-color: rgba(231, 68, 0, 0.5);
  }
  to {
    background-color: rgba(231, 68, 0, 0.1);
  }
}

@keyframes errorFlash {
  from {
    background-color: rgba(231, 68, 0, 0.5);
  }
  to {
    background-color: rgba(231, 68, 0, 0.1);
  }
}
.notif-card {
  padding: 1em;
  border: 1px solid rgba(237, 175, 50, 0.7);
  border-radius: 3px;
  background-color: rgba(237, 175, 50, 0.1);
}
.notif-card h3 {
  color: #edaf32;
  font-size: inherit;
}
.notif-card ul {
  margin-bottom: 0;
}
.notif-card > * + * {
  margin-top: 0.5em;
}
.notif-card li:before {
  content: "- ";
}
.notif-card.is-error {
  border-color: rgba(231, 68, 0, 0.7);
  background-color: rgba(231, 68, 0, 0.1);
  -webkit-animation: 0.3s errorFlash ease 3 alternate;
          animation: 0.3s errorFlash ease 3 alternate;
}
.notif-card.is-error h3 {
  color: #e74400;
}

.payment-methods {
  height: 32px;
}
.payment-methods.larger {
  height: 38px;
}

.language-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.language-menu a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0.5em;
}
.language-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.language-menu span, .language-menu strong, .language-menu small {
  display: block;
}
.language-menu small {
  text-transform: uppercase;
  opacity: 0.38;
  font-weight: 700;
}

.lang-flag {
  width: 40px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-flag img {
  margin-right: 0.5em;
  flex: 0 0 auto;
}

:root {
  /* HSL colors */
  --ida-c-blue-h: 209;
  --ida-c-blue-s: 59%;
  --ida-c-blue-l: 40%;
  --ida-c-blue-hsl: 209, 59%, 40%;
  --ida-c-blue_h: 0;
  --ida-c-blue_s: 0%;
  --ida-c-blue_l: 100%;
  --ida-c-blue_hsl: 0, 0%, 100%;
  --ida-c-green-h: 124;
  --ida-c-green-s: 67%;
  --ida-c-green-l: 43%;
  --ida-c-green-hsl: 124, 67%, 43%;
  --ida-c-green_h: 0;
  --ida-c-green_s: 0%;
  --ida-c-green_l: 100%;
  --ida-c-green_hsl: 0, 0%, 100%;
  --ida-c-red-h: 7;
  --ida-c-red-s: 90%;
  --ida-c-red-l: 59%;
  --ida-c-red-hsl: 7, 90%, 59%;
  --ida-c-red_h: 0;
  --ida-c-red_s: 0%;
  --ida-c-red_l: 100%;
  --ida-c-red_hsl: 0, 0%, 100%;
  --ida-c-yellow-h: 42;
  --ida-c-yellow-s: 90%;
  --ida-c-yellow-l: 61%;
  --ida-c-yellow-hsl: 42, 90%, 61%;
  --ida-c-yellow_h: 214;
  --ida-c-yellow_s: 62%;
  --ida-c-yellow_l: 23%;
  --ida-c-yellow_hsl: 214, 62%, 23%;
  --ida-c-teal-h: 179;
  --ida-c-teal-s: 27%;
  --ida-c-teal-l: 46%;
  --ida-c-teal-hsl: 179, 27%, 46%;
  --ida-c-teal_h: 0;
  --ida-c-teal_s: 0%;
  --ida-c-teal_l: 100%;
  --ida-c-teal_hsl: 0, 0%, 100%;
  --ida-c-white-h: 0;
  --ida-c-white-s: 0%;
  --ida-c-white-l: 100%;
  --ida-c-white-hsl: 0, 0%, 100%;
  --ida-c-white_h: 214;
  --ida-c-white_s: 88%;
  --ida-c-white_l: 13%;
  --ida-c-white_hsl: 214, 88%, 13%;
  --ida-c-median-h: 214;
  --ida-c-median-s: 15%;
  --ida-c-median-l: 53%;
  --ida-c-median-hsl: 214, 15%, 53%;
  --ida-c-median_h: 0;
  --ida-c-median_s: 0%;
  --ida-c-median_l: 100%;
  --ida-c-median_hsl: 0, 0%, 100%;
  --ida-c-dark-h: 214;
  --ida-c-dark-s: 62%;
  --ida-c-dark-l: 23%;
  --ida-c-dark-hsl: 214, 62%, 23%;
  --ida-c-dark_h: 0;
  --ida-c-dark_s: 0%;
  --ida-c-dark_l: 100%;
  --ida-c-dark_hsl: 0, 0%, 100%;
  --ida-c-black-h: 214;
  --ida-c-black-s: 88%;
  --ida-c-black-l: 13%;
  --ida-c-black-hsl: 214, 88%, 13%;
  --ida-c-black_h: 0;
  --ida-c-black_s: 0%;
  --ida-c-black_l: 100%;
  --ida-c-black_hsl: 0, 0%, 100%;
  --ida-c-alert-h: var(--ida-c-red-h);
  --ida-c-alert-s: var(--ida-c-red-s);
  --ida-c-alert-l: var(--ida-c-red-l);
  --ida-c-alert-hsl: var(--ida-c-red-hsl);
  --ida-c-alert_h: var(--ida-c-red_h);
  --ida-c-alert_s: var(--ida-c-red_s);
  --ida-c-alert_l: var(--ida-c-red_l);
  --ida-c-alert_hsl: var(--ida-c-red_hsl);
  --ida-c-attention-h: var(--ida-c-yellow-h);
  --ida-c-attention-s: var(--ida-c-yellow-s);
  --ida-c-attention-l: var(--ida-c-yellow-l);
  --ida-c-attention-hsl: var(--ida-c-yellow-hsl);
  --ida-c-attention_h: var(--ida-c-yellow_h);
  --ida-c-attention_s: var(--ida-c-yellow_s);
  --ida-c-attention_l: var(--ida-c-yellow_l);
  --ida-c-attention_hsl: var(--ida-c-yellow_hsl);
  --ida-c-neutral-h: var(--ida-c-blue-h);
  --ida-c-neutral-s: var(--ida-c-blue-s);
  --ida-c-neutral-l: var(--ida-c-blue-l);
  --ida-c-neutral-hsl: var(--ida-c-blue-hsl);
  --ida-c-neutral_h: var(--ida-c-blue_h);
  --ida-c-neutral_s: var(--ida-c-blue_s);
  --ida-c-neutral_l: var(--ida-c-blue_l);
  --ida-c-neutral_hsl: var(--ida-c-blue_hsl);
  --ida-c-positive-h: var(--ida-c-green-h);
  --ida-c-positive-s: var(--ida-c-green-s);
  --ida-c-positive-l: var(--ida-c-green-l);
  --ida-c-positive-hsl: var(--ida-c-green-hsl);
  --ida-c-positive_h: var(--ida-c-green_h);
  --ida-c-positive_s: var(--ida-c-green_s);
  --ida-c-positive_l: var(--ida-c-green_l);
  --ida-c-positive_hsl: var(--ida-c-green_hsl);
  --ida-c-foreground-h: var(--ida-c-dark-h);
  --ida-c-foreground-s: var(--ida-c-dark-s);
  --ida-c-foreground-l: var(--ida-c-dark-l);
  --ida-c-foreground-hsl: var(--ida-c-dark-hsl);
  --ida-c-foreground_h: var(--ida-c-dark_h);
  --ida-c-foreground_s: var(--ida-c-dark_s);
  --ida-c-foreground_l: var(--ida-c-dark_l);
  --ida-c-foreground_hsl: var(--ida-c-dark_hsl);
  --ida-c-background-h: var(--ida-c-white-h);
  --ida-c-background-s: var(--ida-c-white-s);
  --ida-c-background-l: var(--ida-c-white-l);
  --ida-c-background-hsl: var(--ida-c-white-hsl);
  --ida-c-background_h: var(--ida-c-white_h);
  --ida-c-background_s: var(--ida-c-white_s);
  --ida-c-background_l: var(--ida-c-white_l);
  --ida-c-background_hsl: var(--ida-c-white_hsl);
  --ida-c-primary-h: var(--ida-c-yellow-h);
  --ida-c-primary-s: var(--ida-c-yellow-s);
  --ida-c-primary-l: var(--ida-c-yellow-l);
  --ida-c-primary-hsl: var(--ida-c-yellow-hsl);
  --ida-c-primary_h: var(--ida-c-yellow_h);
  --ida-c-primary_s: var(--ida-c-yellow_s);
  --ida-c-primary_l: var(--ida-c-yellow_l);
  --ida-c-primary_hsl: var(--ida-c-yellow_hsl);
  --ida-c-secondary-h: var(--ida-c-teal-h);
  --ida-c-secondary-s: var(--ida-c-teal-s);
  --ida-c-secondary-l: var(--ida-c-teal-l);
  --ida-c-secondary-hsl: var(--ida-c-teal-hsl);
  --ida-c-secondary_h: var(--ida-c-teal_h);
  --ida-c-secondary_s: var(--ida-c-teal_s);
  --ida-c-secondary_l: var(--ida-c-teal_l);
  --ida-c-secondary_hsl: var(--ida-c-teal_hsl);
  --ida-c-tertiary-h: var(--ida-c-blue-h);
  --ida-c-tertiary-s: var(--ida-c-blue-s);
  --ida-c-tertiary-l: var(--ida-c-blue-l);
  --ida-c-tertiary-hsl: var(--ida-c-blue-hsl);
  --ida-c-tertiary_h: var(--ida-c-blue_h);
  --ida-c-tertiary_s: var(--ida-c-blue_s);
  --ida-c-tertiary_l: var(--ida-c-blue_l);
  --ida-c-tertiary_hsl: var(--ida-c-blue_hsl);
  --ida-c-quaternary-h: var(--ida-c-green-h);
  --ida-c-quaternary-s: var(--ida-c-green-s);
  --ida-c-quaternary-l: var(--ida-c-green-l);
  --ida-c-quaternary-hsl: var(--ida-c-green-hsl);
  --ida-c-quaternary_h: var(--ida-c-green_h);
  --ida-c-quaternary_s: var(--ida-c-green_s);
  --ida-c-quaternary_l: var(--ida-c-green_l);
  --ida-c-quaternary_hsl: var(--ida-c-green_hsl);
  --ida-c-quintinary-h: var(--ida-c-red-h);
  --ida-c-quintinary-s: var(--ida-c-red-s);
  --ida-c-quintinary-l: var(--ida-c-red-l);
  --ida-c-quintinary-hsl: var(--ida-c-red-hsl);
  --ida-c-quintinary_h: var(--ida-c-red_h);
  --ida-c-quintinary_s: var(--ida-c-red_s);
  --ida-c-quintinary_l: var(--ida-c-red_l);
  --ida-c-quintinary_hsl: var(--ida-c-red_hsl);
}

:root {
  /* fonts */
  --ida-f-sans: Overpass, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif;
  --ida-f-serif: serif;
  --ida-f-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
  --ida-f-ui: var(--ida-f-sans);
  --ida-f-heading: var(--ida-f-sans);
  --ida-f-article: var(--ida-f-sans);
  --ida-f-quotes: var(--ida-f-sans);
}

:root {
  /* units and sizes */
  --size-unit: 4.8rem;
  --size-xs: 0.8rem;
  --size-sm: 1.2rem;
  --size-md: 1.0666666667rem;
  --size-ml: 1.6rem;
  --size-lg: 1.92rem;
}
@media (min-width: 640px) {
  :root {
    --size-md: 1.3714285714rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-md: 2.1917808219rem;
  }
}
@media (min-width: 640px) {
  :root {
    --size-ml: 2.56rem;
  }
}
@media (min-width: 640px) {
  :root {
    --size-lg: 2.4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-lg: 4.8rem;
  }
}
@media (min-width: 640px) {
  :root {
    --size-xl: 6.4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --size-xl: 7.7669902913rem;
  }
}

/* Variables */
/*$site-logo-height: 54px;*/
/* Rules */
* {
  box-sizing: border-box;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.page-section .container {
  padding-left: var(--size-lg);
  padding-right: var(--size-lg);
}

.page-section:first-of-type {
  position: relative;
}

.section-legacy-content .container {
  padding-top: var(--size-lg);
  padding-bottom: var(--size-lg);
}
.section-legacy-content * + * {
  margin-top: 1em;
}

* {
  box-sizing: border-box;
}

:root {
  font-size: 10px;
  background-color: hsla( var(--ida-c-background-hsl), 1 );
  color: hsla( var(--ida-c-foreground-hsl), 1 );
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  :root {
    font-size: 11.5px;
  }
}

body {
  display: flex;
  flex-direction: column;
  color: hsla( var(--ida-c-foreground-hsl), 1 );
  min-height: 100vh;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: var(--ida-f-ui);
}
.ie body {
  display: block;
}
body .view-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@-webkit-keyframes translateX50Pc {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}

@keyframes translateX50Pc {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(50%, 0, 0);
  }
}
::-moz-selection {
  background-color: #f5bf42;
}
::selection {
  background-color: #f5bf42;
}

:focus {
  outline-color: #f5bf42;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

svg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

figure {
  margin: 0;
}

hgroup {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
hgroup span {
  font-weight: 700;
}

#message-slider:not(.slick-initialized) {
  display: none;
}

.page-title {
  color: #213d66;
  font-weight: 600;
  font-size: 1.618em;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .page-title {
    font-size: 2.1em;
  }
}
.page-title span {
  color: #73859e;
  /*font-weight: 400;*/
}
[data-theme=dark] .page-title {
  color: white;
}
[data-theme=dark] .page-title span {
  color: rgba(255, 255, 255, 0.5);
}

.page-content__article p, .page-content__article ul, .page-content__article ol, .page-content__article li {
  font-size: 1.5rem;
  line-height: 1.5;
}

.panel {
  border-top: 1px #d0d6df solid;
}
@media (min-width: 640px) {
  .panel {
    padding: 1.4em;
    border: 1px #d0d6df solid;
    border-radius: 10px;
  }
}

.important-info {
  color: #15335e;
  font-size: 1.618em;
}

.info-group, .info-group--floated-image {
  display: inline-block;
  margin: 1em 0;
  width: 33%;
  color: #15335e;
  vertical-align: top;
  font-family: "overpass-mono", menlo, mono-space;
}
.info-group strong, .info-group--floated-image strong {
  color: #6e819c;
  font-weight: 600;
  font-size: 0.85em;
}
.info-group span, .info-group--floated-image span {
  display: block;
  margin-top: 0.25em;
  font-weight: 300;
  font-size: 1em;
}

.info-group--floated-image {
  float: right;
}
.info-group--floated-image figure {
  display: inline-block;
  padding: 2px;
  border: 1px solid #dce0e7;
}
.info-group--floated-image figure img {
  display: block;
}

.information-block {
  padding: 1em;
  max-width: 46.9708195891em;
  background: #fdf7eb;
}
.information-block :first-child {
  margin-top: 0.7em;
}

.payment-logo-group tr:first-child td:first-child {
  width: 40%;
}
.payment-logo-group td {
  padding: 0.3em;
}

.application-form {
  max-width: 720px;
}

body {
  background-color: white;
  transition: background 0.7s ease;
}
body.loading hgroup {
  /*opacity: 0.5;*/
}
body.loading .page-content {
  opacity: 0;
  transform: scale(0.97);
}

hgroup {
  transition: 0.2s ease;
}

.page-content {
  transition: 0.2s ease;
  transition-delay: 0.05s;
}

.ie {
  margin-top: 64px;
}

.site-nav {
  display: flex;
  align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #041d3e;
  color: white;
  line-height: 1;
  font-weight: 500;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.19);
}
.site-nav .container {
  flex: 0 0 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  min-height: 4em;
}
@media (min-width: 1440px) {
  .site-nav .container {
    padding-right: var(--size-lg);
  }
}
.ie .site-nav {
  position: fixed;
  right: 0;
  height: 64px;
}

.site-nav__logo {
  display: flex;
  align-items: center;
  font-size: inherit;
}
.site-nav__logo a {
  padding-left: var(--size-lg);
  padding-right: 1.5em;
}
.site-nav__logo a:hover {
  color: #f5bf42;
}
.site-nav__logo span {
  display: block;
}

.site-nav__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(86, 149, 148, 0.1);
  width: 4em;
  border: none;
}
@media (min-width: 640px) {
  .site-nav__hamburger {
    display: none;
  }
}

@-webkit-keyframes MobileMenuEnter {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes MobileMenuEnter {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-nav__content {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 639px) {
  .site-nav__content {
    display: none;
    background-color: #041d3e;
    text-align: center;
    box-shadow: 0 1em 3em rgba(0, 0, 0, 0.05);
    flex: 1 1 auto;
    -webkit-animation: MobileMenuEnter 0.2s cubic-bezier(0.19, 1, 0.22, 1);
            animation: MobileMenuEnter 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .site-nav__content.open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
.site-nav__content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0.62em;
  flex: 1 1 auto;
}
@media (max-width: 639px) {
  .site-nav__content a {
    height: 3.25em;
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .site-nav__content a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@supports ((-webkit-margin-start: 0.38em) or (margin-inline-start: 0.38em)) {
  .site-nav__content a > * + * {
    -webkit-margin-start: 0.38em;
            margin-inline-start: 0.38em;
  }
}
@supports not ((-webkit-margin-start: 0.38em) or (margin-inline-start: 0.38em)) {
  .site-nav__content a > * + * {
    margin-left: 0.38em;
  }
  [dir=rtl] .site-nav__content a > * + * {
    margin-right: 0.38em;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .site-nav__content li.optional,
.site-nav__content .vbjq-app-container {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .site-nav__content li.wpml-ls-item {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    background-color: #16365f;
  }
  .site-nav__content li.wpml-ls-item a {
    background-color: #041d3e;
  }
  .site-nav__content li.wpml-ls-item .sub-menu {
    display: contents;
    position: static;
    opacity: 0;
  }
  .site-nav__content li.wpml-ls-item .sub-menu:before {
    content: none;
  }
  .site-nav__content li.wpml-ls-item .sub-menu li {
    border: 0;
  }
}
.site-nav__content .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding: 0;
  background-color: #16365f;
  white-space: nowrap;
  display: none;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transform-origin: top;
  -webkit-animation: submenuEnter 0.1s;
          animation: submenuEnter 0.1s;
}
[dir=rtl] .site-nav__content .sub-menu {
  left: auto;
  right: 0;
}
.site-nav__content .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2em;
  right: -2em;
  bottom: -2em;
  display: block;
  background-color: transparent;
}
.site-nav__content .sub-menu li {
  position: relative;
  display: block;
}
.site-nav__content .sub-menu a {
  display: flex;
  padding-top: 0.62em;
  padding-bottom: 0.62em;
}
@media (min-width: 640px) {
  .site-nav__content .sub-menu a:hover {
    background-color: rgba(86, 149, 148, 0.1);
  }
}
[dir=rtl] .site-nav__content .sub-menu span {
  margin-left: 1em;
}

@-webkit-keyframes submenuEnter {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes submenuEnter {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.site-nav__primary {
  padding: 0;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 640px) {
  .site-nav__primary {
    display: flex;
    align-items: stretch;
  }
}

a.site-nav__cta {
  white-space: nowrap;
  background-color: #f5bf42;
  color: #16365f;
  background-image: linear-gradient(133deg, rgba(245, 78, 56, 0.2), rgba(245, 78, 56, 0)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ff4f00' fill-opacity='0.19' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.5), inset 0 -3px 1px rgba(245, 78, 56, 0.5);
  font-weight: 700;
  text-transform: uppercase;
}
.ie a.site-nav__cta {
  height: 64px;
}
a.site-nav__cta:active {
  filter: brightness(0.95) saturate(1.3);
  box-shadow: inset 0 3px 1px rgba(245, 78, 56, 0.5), inset 0 -3px 1px rgba(255, 255, 255, 0.3);
}
a.site-nav__cta:active span, a.site-nav__cta:active svg {
  position: relative;
  top: 1px;
}

.site-nav .menu-item {
  flex: 0 1 auto;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media (max-width: 639px) {
  .site-nav .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 640px) {
  .site-nav .menu-item:hover > a {
    background-color: rgba(86, 149, 148, 0.15);
  }
  .site-nav .menu-item:hover .sub-menu {
    display: block;
  }
}
.site-nav .menu-item > a {
  flex: 0 1 auto;
}
@media (max-width: 639px) {
  .site-nav .menu-item > a {
    flex: 1 1 100%;
  }
}
.site-nav .menu-item > a span {
  display: inline-block;
  margin-right: 0.3em;
}

.site-nav__lang-select {
  position: relative;
  display: flex;
}
.ie .site-nav__lang-select {
  display: block;
}
.site-nav__lang-select:hover .language-menu, .site-nav__lang-select.active .language-menu {
  display: block;
}
.site-nav__lang-select .language-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #16365f;
  text-align: left;
}
.site-nav__lang-select .language-menu a {
  justify-content: flex-start;
}
.site-nav__lang-select .language-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-nav__lang-select .lang-flag {
  width: 30px;
}
.site-nav__lang-select .lang-flag img {
  margin-right: 0;
}

.site-nav__lang-select__selected {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  background-color: rgba(22, 54, 95, 0.3);
}
.ie .site-nav__lang-select__selected {
  height: 64px;
}
.site-nav__lang-select__selected:hover {
  background-color: rgba(22, 54, 95, 0.5);
}

.driver-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
  display: block;
  display: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #15335e;
  background: #a1adbf;
  text-align: center;
}
.driver-info img {
  display: block;
  margin: 0 auto;
}

body {
  /*margin-top: 90px;*/
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.05);
  }
  to {
    opacity: 0.25;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.05);
  }
  to {
    opacity: 0.25;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.background-slider {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  pointer-events: none;
}

.homepage-slider {
  position: relative;
  flex: 3 3 400px;
  margin-bottom: 1em;
  min-height: 7em;
  max-width: 100%;
  width: 61.8%;
  height: 100%;
}

.background-slide,
.homepage-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.background-slide:first-child,
.homepage-slide:first-child {
  background: rgba(0, 0, 0, 0.5) url(/images/police-checking-licence-happy.jpg?dfc21c9c7ad4ab503e4c4cb92b7e63d9) no-repeat center/cover;
}
.background-slide:nth-child(2),
.homepage-slide:nth-child(2) {
  background: rgba(0, 0, 0, 0.5) url(/images/royal-mail-delivery.jpg?a2f88a5f0e6a9b74402e6736b681f7d0) no-repeat center/cover;
}
.background-slide:nth-child(3),
.homepage-slide:nth-child(3) {
  background: rgba(0, 0, 0, 0.5) url(/images/difficulty-communicating-with-police.jpg?bc4f7603899399402ecc32adc7aa9e6d) no-repeat center/cover;
}
.background-slide:nth-child(4),
.homepage-slide:nth-child(4) {
  background: rgba(0, 0, 0, 0.5) url(/images/car-rental.jpg?d575a9d97fec7b09b3f4e45157113eae) no-repeat center/cover;
}
.background-slide:nth-child(5),
.homepage-slide:nth-child(5) {
  background: rgba(0, 0, 0, 0.5) url(/images/german-police-reading-document.jpg?62c288ea54cc628fbbeb65af49a8dc7e) no-repeat center/cover;
}
.background-slide:nth-child(6),
.homepage-slide:nth-child(6) {
  background: rgba(0, 0, 0, 0.5) url(/images/police-checking-licence-happy.jpg?dfc21c9c7ad4ab503e4c4cb92b7e63d9) no-repeat center/cover;
}

.homepage-slide {
  min-height: 256px;
  max-width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

.homepage-slider-with-features {
  display: flex;
  align-items: stretch;
}
@media (max-width: 639px) {
  .homepage-slider-with-features {
    flex-wrap: wrap;
  }
}
.homepage-slider-with-features .homepage-slider {
  flex: 1 1 61.8%;
  max-width: 61.8%;
}
@media (max-width: 639px) {
  .homepage-slider-with-features .homepage-slider {
    flex: 1 1 100%;
    margin-bottom: 0;
  }
}

.features-list {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.features-list li {
  display: flex;
  flex: auto;
  align-items: center;
  padding: 0.618em;
  color: white;
  font-weight: 500;
}
.features-list li:nth-child(1) {
  border-top-color: #f1c161;
  border-top-right-radius: 5px;
  background-color: rgba(235, 166, 27, 0.9);
}
.features-list li:nth-child(2) {
  border-top-color: #6bafaf;
  background-color: rgba(81, 150, 150, 0.9);
}
.features-list li:nth-child(3) {
  border-top-color: #1e4a88;
  background-color: rgba(21, 51, 94, 0.9);
}
.features-list li + li {
  margin-top: 0;
}
.features-list img {
  margin-right: 0.618em;
  width: 40px;
  height: 40px;
}
.features-list p {
  line-height: 1.3;
}

.royal-mail-logo {
  max-width: 128px;
}
.is-confirmation .royal-mail-logo {
  float: right;
}

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

.page-content__article p + p {
  margin-top: 1em;
}

.page-content-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1280px) {
  .page-content-block {
    position: relative;
    flex: 1 1 33%;
    margin-top: 0;
    margin-bottom: 1em;
    width: 50%;
    vertical-align: top;
  }
  .page-content-block + .page-content-block {
    margin-left: 1em;
  }
}
.page-content-block header {
  position: relative;
  margin: 0;
  padding: 1em;
  border-top-width: 3px;
  border-top-style: solid;
  text-align: center;
}
@media (max-width: 1023px) {
  .page-content-block header {
    padding-left: 66px;
    text-align: left;
  }
  .page-content-block header img {
    position: absolute;
    top: 3px;
    left: 10px;
  }
}
.page-content-block header img {
  margin-top: -5px;
  width: 46px;
}
.page-content-block h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.page-content-block__content {
  margin: 0;
  padding: 1em;
}
@media (min-width: 1024px) {
  .page-content-block__content {
    text-align: center;
  }
}
.page-content-block__content p {
  margin: 0;
  color: #15335e;
  line-height: 1.25;
}
.page-content-block__content p + p {
  margin-top: 1em;
}

#sample-image-popup [data-action=dismiss] {
  position: absolute;
  top: 0;
  right: 1em;
}

.page-content-section + .page-content-section {
  margin-top: 2em;
}

.page-content-section__title {
  padding-bottom: 1em;
  border-bottom: rgba(138, 153, 175, 0.5) 1px solid;
}

.language-list {
  -moz-columns: 2;
       columns: 2;
}
@media (min-width: 640px) {
  .language-list {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1024px) {
  .language-list {
    -moz-columns: 4;
         columns: 4;
  }
}
.language-list li:before {
  content: "- ";
}
.language-list li + li {
  margin-top: 0.33em;
}

.end-cta {
  position: relative;
  overflow: hidden;
  padding: 2.8em 0;
  border-radius: 5px;
  background-color: rgba(21, 51, 94, 0.8);
  color: white;
  text-align: center;
  text-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.2);
  font-size: 2rem;
}
.end-cta h3 {
  margin: 1em 0;
}
.end-cta p {
  margin: 0 auto;
}

.end-cta-content {
  position: relative;
}

.idl-badge-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 27%;
  opacity: 0.2;
}

.site-footer {
  font-weight: 500;
  background-color: #041d3e;
  color: hsla( var(--ida-c-background-hsl), 1 );
}
.site-footer .container {
  padding: var(--size-lg);
  padding-bottom: calc(var(--size-lg) + env(safe-area-inset-bottom));
  position: relative;
  overflow: hidden;
}
.site-footer a:hover {
  color: #f5bf42;
}
@media (max-width: 639px) {
  .site-footer .language-menu {
    display: grid;
    grid-gap: 0.5em;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    justify-items: center;
    margin-bottom: 1em;
  }
  .site-footer .language-menu li {
    display: flex;
  }
  .site-footer .language-menu a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
  }
  .site-footer .language-menu img {
    margin-right: 0;
  }
  .site-footer .language-menu .lang-flag {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 640px) {
  .site-footer .language-menu:first-child {
    margin-top: -0.5em;
  }
}

.site-footer__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--size-lg);
}
@media (max-width: 639px) {
  .site-footer__header {
    padding-bottom: 1em;
    border-bottom: 1px solid #f5bf42;
    margin-bottom: 1em;
  }
}
.site-footer__logo {
  display: inline-block;
  font-weight: 700;
  line-height: 1.19;
}
.site-footer__logo span {
  display: block;
}

.site-footer__content {
  display: grid;
  grid-gap: var(--size-lg);
}
@media (min-width: 640px) {
  .site-footer__content {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
  }
  .no-grid .site-footer__content {
    display: flex;
  }
  .no-grid .site-footer__content > * {
    flex: 1 1 auto;
    margin: 1em;
  }
}
@media (min-width: 1024px) {
  .site-footer__content {
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto;
  }
}
.site-footer__content h4 {
  font-weight: 900;
  margin-top: 0.75em;
}

.footer-content-column.product-image-column {
  position: relative;
}
.footer-content-column .footer-product-image {
  width: 375px;
  display: block;
  margin-top: -1em;
  max-width: 62%;
}
@media (min-width: 640px) {
  .footer-content-column .footer-product-image {
    max-width: 38vw;
  }
}
.footer-content-column .badge-30-day-money-back-guarantee {
  position: absolute;
  top: 0;
  right: -0.5em;
}
.footer-content-column.article a {
  color: #f5bf42;
  font-weight: 700;
}
.footer-content-column.article a:hover {
  text-decoration: underline;
}

.site-footer-nav__primary {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.38;
  font-family: var(--ida-f-heading);
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .site-footer-nav__primary {
    font-size: 2.4rem;
    line-height: 1.19;
    margin-bottom: var(--size-lg);
  }
}
@media (min-width: 1024px) {
  .site-footer-nav__primary {
    font-size: 2.8rem;
  }
}
.site-footer-nav__primary a:hover {
  text-decoration: underline;
}
.site-footer-nav__primary .highlight {
  color: #f5bf42;
}
.site-footer-nav__primary li + li {
  margin-top: 0.19em;
}

@media (min-width: 640px) {
  .site-footer__contact-info {
    text-align: right;
  }
}

.site-footer__footer {
  font-size: 1.4rem;
  padding-top: var(--size-lg);
  line-height: 1.38;
  border-top: 1px solid #f5bf42;
}
@media (min-width: 1024px) {
  .site-footer__footer {
    display: grid;
    grid-gap: var(--size-lg);
    grid-template-columns: auto auto;
  }
  .no-grid .site-footer__footer {
    display: flex;
  }
  .no-grid .site-footer__footer > * {
    flex: 1 1 auto;
    margin: 1em;
  }
}
.site-footer__footer a {
  font-weight: 700;
}
.site-footer__footer a:hover {
  color: #f5bf42;
}

.site-footer__text-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .site-footer__text-links a {
    display: inline-block;
    padding-top: 0.5em;
    padding-right: 0.5em;
  }
}
@media (min-width: 1024px) {
  .site-footer__text-links {
    justify-self: end;
    text-align: right;
  }
}
.site-footer__text-links li {
  display: inline;
}
.site-footer__text-links li + li:before {
  content: " ";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media (min-width: 640px) {
  .site-footer__copyright {
    white-space: nowrap;
  }
}

.site-nav {
  z-index: 10000 !important;
}

.javascript-off .has-tab-group {
  padding-top: 1.4em !important;
}
.javascript-off .tab-group {
  display: none !important;
}
.javascript-off .tab-content {
  display: block !important;
}
.javascript-off .tab-content__title {
  display: block !important;
}
.javascript-off .conditional-fieldset {
  display: block !important;
}
