/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

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

/**
 * 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: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Cropper v2.3.2
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-06-08T12:14:46.286Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cropper-wrap-box {
  overflow: hidden; }

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
  filter: alpha(opacity=0); }

.cropper-modal {
  opacity: .5;
  background-color: #000;
  filter: alpha(opacity=50); }

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75); }

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
  filter: alpha(opacity=50); }

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px; }

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px; }

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75;
  filter: alpha(opacity=75); }

.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee; }

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px; }

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px; }

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10); }

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize; }

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize; }

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize; }

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize; }

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f;
  filter: alpha(opacity=75); }

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize; }

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize; }

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize; }

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize; }

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize; }

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize; }

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize; }

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100); }

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
  filter: alpha(opacity=0); }

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75); } }

.cropper-invisible {
  opacity: 0;
  filter: alpha(opacity=0); }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

@font-face {
  font-family: "OCR-B 10 BT";
  font-weight: normal;
  font-style: normal;
  src: local("OCR-B 10 BT"), local("OCRB10PitchBT-Regular"), url("../fonts/hinted-OCRB10PitchBT-Regular.woff2") format("woff2"), url("../fonts/hinted-OCRB10PitchBT-Regular.woff") format("woff"); }

html {
  box-sizing: border-box; }

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

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  color: #dddddd;
  background-color: #ffffff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #337ab7; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #23527c; }

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

ul {
  list-style: none; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }

@media print {
  * {
    visibility: hidden; }
  .printable * {
    visibility: visible; } }

.has-error .error-message {
  color: #a94442;
  margin-top: 5px;
  font-size: 14px; }

.has-error .input-group--without-last-child > :first-child {
  -webkit-border-end: 1px solid #a94442;
          border-inline-end: 1px solid #a94442; }

.has-error .form-control,
.has-error .input-group > .button {
  border-color: #a94442; }
  .has-error .form-control:focus,
  .has-error .input-group > .button:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    outline: 0; }

.has-error .photo-preview {
  border-color: #a94442; }

.error-message ul {
  padding: 0;
  color: #a94442;
  font-size: 14px; }

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.page-header {
  position: relative;
  color: #dddddd;
  background-color: #113b81; }

.page-header__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  min-height: 10px;
  margin: 0 auto; }

.page-header__brand-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

.page-header__brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.page-header__logo {
  width: 47px;
  height: 48px;
  margin: 0;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px; }

.page-header__main-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300; }

.page-header__main-title--tablet {
  display: none; }

.page-header__division-title {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 300; }

.page-header__site-title {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300; }

.page-header__site-title--tablet {
  display: none; }

.page-header__navigation {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  min-width: 43px;
  padding-top: 15px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  padding-bottom: 15px; }

@media (min-width: 1280px) {
  .page-header {
    min-height: 110px; }
  .page-header__main-title {
    display: none; }
  .page-header__brand-area {
    padding-bottom: 0; }
  .page-header__main-title--tablet {
    display: block;
    font-size: 18px; }
  .page-header__division-title {
    margin-bottom: 10px;
    font-size: 18px; }
  .page-header__site-title {
    display: none; }
  .page-header__site-title--tablet {
    display: block;
    font-size: 14px; }
  .page-header__logo {
    width: 90px;
    height: 90px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px; }
  .page-header__navigation {
    display: none; } }

.menu-toggle {
  width: 40px;
  height: 30px;
  border: 0;
  border-radius: 4px;
  outline-color: #dddddd;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0; }

.menu-toggle--open {
  background-image: url("../../Content/img/icon-menu-open.svg"); }

.menu-toggle--close {
  background-image: url("../../Content/img/icon-menu-close.svg"); }

.menu-toggle--flag {
  color: #dddddd;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px; }

.menu-toggle--opened .menu-toggle__close-icon {
  display: block; }

.menu-toggle--opened .menu-toggle__burger-icon {
  display: none; }

.flag--ar {
  content: "AR"; }

.flag--en {
  content: "EN"; }

.flag--fr {
  content: "FR"; }

.flag--ja {
  content: "JA"; }

.flag--ru {
  content: "RU"; }

.flag--zh {
  content: "ZH"; }

.language-menu {
  position: absolute;
  z-index: 10;
  inset-block-start: 0;
  inset-inline-end: 0;
  display: none;
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
  -webkit-padding-end: 5%;
          padding-inline-end: 5%;
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
  border-end-start-radius: 4px;
  background-color: #144598; }
  .language-menu--show {
    display: block; }

.language-menu__list {
  margin: 0;
  padding: 0; }

.language-menu__item {
  height: 30px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  padding: 0; }

.language-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  text-decoration: none;
  color: #dddddd;
  line-height: 30px; }
  .language-menu__link:hover, .language-menu__link:active, .language-menu__link:focus {
    text-decoration: none;
    color: #23527c;
    background-color: #eeeeee; }
  .language-menu__link::after {
    width: 40px;
    height: 30px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    content: "";
    border-radius: 4px;
    background-size: cover;
    text-align: center; }
  .language-menu__link--ar::after {
    content: "AR"; }
  .language-menu__link--en::after {
    content: "EN"; }
  .language-menu__link--es::after {
    content: "ES"; }
  .language-menu__link--fr::after {
    content: "FR"; }
  .language-menu__link--ja::after {
    content: "JA"; }
  .language-menu__link--ru::after {
    content: "RU"; }
  .language-menu__link--zh::after {
    content: "ZH"; }

@media (min-width: 1280px) {
  .language-menu {
    display: block;
    -webkit-padding-start: 13px;
            padding-inline-start: 13px;
    background-color: rgba(255, 255, 255, 0); }
  .language-menu__item {
    display: none; }
  .language-menu__item:first-child {
    display: block;
    /*.language-menu__link::before {
      // margin-left: 3px;
      margin-inline-start: 3px;

      content: "";

      border-top: 4px dashed;
      border-right: 4px solid rgba(255, 255, 255, 0);
      border-left: 4px solid rgba(255, 255, 255, 0);
    }*/ }
  .language-menu--show {
    background-color: #144598; }
    .language-menu--show .language-menu__item {
      display: block; }
  .language-menu__link {
    height: 36px;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px; }
    .language-menu__link:focus {
      outline: none; }
    .language-menu__link::after {
      width: 28px;
      height: 21px;
      margin: 0;
      line-height: 21px;
      text-align: end; } }

.main-menu {
  position: absolute;
  display: none;
  min-width: 100%;
  background-color: #113b81; }
  .main-menu--show {
    display: block; }

.main-menu__list {
  margin: 0;
  padding: 0; }

.main-menu__item {
  min-height: 41px;
  border-top: 1px solid #dddddd; }

.main-menu__link {
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  color: #dddddd;
  line-height: 40px; }

@media (min-width: 1280px) {
  .main-menu {
    position: static;
    display: block;
    padding-right: 5%;
    padding-left: 5%; }
  .main-menu__list {
    display: flex;
    justify-content: flex-end; }
  .main-menu__item {
    display: block;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    border: 0;
    font-size: 14px; }
  .main-menu__link {
    display: inline;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 4px; }
    .main-menu__link:hover, .main-menu__link:active, .main-menu__link:focus {
      text-decoration: none;
      color: #23527c;
      outline: 0;
      background-color: #eeeeee; } }

.page-main {
  flex-grow: 1; }

.page-main__welcome-wrapper,
.page-main__region-select-wrapper,
.page-main__conditions-wrapper {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 15px; }

.page-main__region-select-wrapper {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 0; }

.page-main__welcome {
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  color: #006699;
  border-radius: 4px;
  background-color: #dfefff;
  font-size: 12px; }

.page-main__conditions {
  color: #000000;
  border: 2px solid #a1a1a1;
  border-radius: 4px; }

.page-main__button {
  min-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px; }

@media (min-width: 1280px) {
  .page-main__welcome-text {
    font-size: 14px; }
    .page-main__welcome-text--greet {
      font-size: 18px;
      font-weight: 500; }
  .page-main__welcome-wrapper,
  .page-main__region-select-wrapper,
  .page-main__conditions-wrapper {
    max-width: 1170px; } }

.conditions {
  padding: 15px;
  padding-top: 0; }

.conditions__header {
  margin-top: 16px;
  margin-bottom: 13px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold; }

.conditions__list {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  font-size: 12px; }

.conditions__item {
  margin-bottom: 10px; }

.conditions__sublist,
.conditions__item ul,
.conditions__item ol {
  margin-top: 5px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px; }

.conditions__item ul,
.conditions__sublist--circled {
  list-style-type: circle; }

.conditions__mrs {
  font-size: 12px; }

.conditions__text {
  font-size: 12px; }

.conditions__emphasis {
  color: #a94442; }

.conditions strong,
.conditions__attention {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold; }

.conditions__consent-list {
  padding: 0;
  font-size: 12px; }

.conditions__consent-item {
  margin-bottom: 10px; }

.conditions__toggle {
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #337ab7;
  border: 0;
  background-color: rgba(255, 255, 255, 0); }
  .conditions__toggle:hover, .conditions__toggle:focus {
    text-decoration: underline;
    color: #23527c; }
  .conditions__toggle:hover {
    cursor: pointer; }

.conditions__collapsible.collapsed {
  display: none; }

@media (min-width: 1280px) {
  .conditions__list,
  .conditions__text,
  .conditions__toggle {
    font-size: 14px; }
  .conditions__header {
    color: #111111;
    font-size: 18px;
    font-weight: 500; } }

.consent__checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }

.consent__label {
  position: relative;
  display: flex;
  align-items: center;
  color: #000000; }

.consent__label::before {
  min-width: 30px;
  height: 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  content: "";
  border: 2px solid #000000; }

.consent__label--checked::after,
.consent__checkbox:checked + .consent__label::after {
  position: absolute;
  top: calc(50% - 7px);
  inset-inline-start: 5px;
  width: 21px;
  height: 10px;
  content: "";
  transform: rotate(-45deg);
  border: 3px solid #000000;
  border-top: 0;
  border-right: 0; }

.consent__checkbox:focus + .consent__label::before {
  outline: 2px solid #000000; }

@media (min-width: 1280px) {
  .consent__label {
    color: #333333;
    font-size: 14px;
    font-weight: 700; } }

.button {
  padding-top: 9px;
  padding-right: 13px;
  padding-bottom: 9px;
  padding-left: 13px;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-size: 14px; }

.button--small {
  font-size: 12px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px; }

.button--left {
  margin-right: auto; }

.button--right {
  margin-left: auto; }

.button--full-width {
  flex-grow: 1; }

.button--primary {
  color: #ffffff;
  background-color: #337ab7; }
  .button--primary:hover, .button--primary:focus {
    background-color: #265a88; }

.button--primary:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: #265a88; }

.button--success {
  color: #ffffff;
  background-color: #5cb85c; }

.button--warning {
  color: #ffffff;
  background-color: #f64a46; }

.button--danger {
  color: #ffffff;
  background-color: #a94442; }

.button--success:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background-color: #419641; }

.button--calendar {
  height: 38px;
  background-color: transparent;
  border: 1px solid #ced4da;
  min-width: 38px;
  background-image: url("../../Content/img/material-calendar_today-rounded.svg");
  background-repeat: no-repeat;
  background-position: center; }

.button--lock {
  height: 38px;
  background-color: transparent;
  border: 1px solid #ced4da;
  min-width: 38px;
  background-image: url("../../Content/img/material-lock.svg");
  background-repeat: no-repeat;
  background-position: center; }

.button--unlock {
  height: 38px;
  background-color: transparent;
  border: 1px solid #ced4da;
  min-width: 38px;
  background-image: url("../../Content/img/material-unlock.svg");
  background-repeat: no-repeat;
  background-position: center; }

.button--close {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../../Content/img/material-close-rounded.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0; }

.button--photo-action {
  width: 30px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0; }

.button--move-up {
  top: 10.71429px;
  left: 145px;
  background-image: url("../../Content/img/material-expand-less-rounded.svg"); }

.button--move-up-document {
  top: -40px;
  left: 145px; }

.button--move-right {
  top: 185px;
  right: 5px;
  background-image: url("../../Content/img/material-expand-less-rounded.svg");
  transform: rotate(90deg); }

.button--move-right-document {
  top: -40px;
  right: 10px; }

.button--move-down {
  top: 359.28571px;
  left: 145px;
  background-image: url("../../Content/img/material-expand-less-rounded.svg");
  transform: rotate(180deg); }

.button--move-down-document {
  top: unset;
  bottom: -40px;
  left: 145px; }

.button--move-left {
  top: 185px;
  left: 5px;
  background-image: url("../../Content/img/material-expand-less-rounded.svg");
  transform: rotate(-90deg); }

.button--move-left-document {
  top: -40px;
  left: 10px; }

.button--zoom-in {
  top: 10.71429px;
  right: 75px;
  background-image: url("../../Content/img/material-zoom-in-rounded.svg"); }

.button--zoom-in-document {
  top: -40px;
  left: 57px; }

.button--zoom-out {
  top: 10.71429px;
  right: 40px;
  background-image: url("../../Content/img/material-zoom-out-rounded.svg"); }

.button--zoom-out-document {
  top: -40px;
  left: 95px; }

.button--rotate-anticlockwize {
  top: 45.71429px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .button--rotate-anticlockwize:before {
    content: '';
    background-image: url("../../Content/img/material-replay-rounded.svg");
    background-position: center;
    transform: rotate(-30deg);
    width: 24px;
    height: 24px; }

.button--rotate-anticlockwize-document {
  top: -40px;
  right: 95px; }

.button--rotate-anticlockwize90deg {
  top: 45.71429px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .button--rotate-anticlockwize90deg:before {
    content: '';
    background-image: url("../../Content/img/material-rotate_90_degrees.svg");
    background-position: center;
    width: 24px;
    height: 24px; }

.button--rotate-anticlockwize90deg-document {
  top: unset;
  right: 95px;
  bottom: -40px; }

.button--rotate-clockwize {
  top: 80.71429px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .button--rotate-clockwize:before {
    content: '';
    background-image: url("../../Content/img/material-replay-rounded.svg");
    background-position: center;
    transform: rotate(30deg) scaleX(-1);
    width: 24px;
    height: 24px; }

.button--rotate-clockwize-document {
  top: -40px;
  right: 57px; }

.button--file {
  position: absolute;
  overflow: hidden;
  bottom: 5px;
  left: 5px;
  height: 30px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

.button--file-document {
  bottom: -40px;
  left: 10px; }

.button--save-photo, .button--skip-validation {
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 30px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

.button--save-photo-document {
  bottom: -40px;
  right: 10px; }

.button--skip-validation-document {
  bottom: -80px;
  left: 10px; }

.button--desktop {
  display: none; }

@media (min-width: 768px) {
  .button--desktop {
    display: block; }
  .button--full-width {
    flex-grow: 0; }
  .button--move-right-document {
    top: 213.6px; }
  .button--move-left-document {
    top: 213.6px; }
  .button--move-up-document {
    top: 5px;
    left: 310px; }
  .button--move-down-document {
    top: unset;
    bottom: 5px;
    left: 310px; }
  .button--rotate-clockwize-document {
    top: 80.71429px;
    right: 5px; }
  .button--rotate-anticlockwize-document {
    top: 45.71429px;
    right: 5px; }
  .button--rotate-anticlockwize90deg-document {
    top: 115.71429px;
    right: 5px; }
  .button--zoom-in-document {
    left: unset;
    right: 91.86789px;
    top: 5px; }
  .button--zoom-out-document {
    left: unset;
    right: 56.86789px;
    top: 5px; }
  .button--save-photo-document {
    right: 5px;
    bottom: 5px; }
  .button--skip-validation-document {
    right: 55px;
    bottom: 5px;
    left: unset; }
  .button--file-document {
    bottom: 5px;
    left: 5px; } }

.page-footer {
  background-color: #113b81; }

.page-footer__wrapper {
  display: flex;
  align-items: center;
  max-width: 90%;
  min-height: 40px;
  margin: 0 auto; }

.page-footer__copyright {
  font-size: 12px; }

.mrs {
  position: relative;
  overflow-x: hidden;
  font-family: "OCR-B 10 BT", "Consolas", monospace;
  display: flex;
  flex-direction: column;
  font-size: 10px; }
  .mrs::after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    content: "";
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 75%, #ffffff); }

.mrs__line {
  padding-top: 2px;
  padding-bottom: 2px;
  direction: ltr; }

.mrs__highlight {
  color: #ff0000; }

.mrs__emphasize {
  color: #ff0000;
  background-color: #00ff00;
  font-style: normal; }

.mrs__error {
  color: #a94442; }

.mrs__cut-document-number {
  width: 120px; }

.mrs__cut-expiry-date,
.mrs__cut-birth-date {
  width: 80px; }

@media (min-width: 768px) {
  .mrs {
    font-size: 16px; } }

@media (min-width: 1280px) {
  .mrs__cut-document-number {
    width: 150px; }
  .mrs__cut-expiry-date,
  .mrs__cut-birth-date {
    width: 100px; } }

.step {
  color: #000000; }

.step__heading {
  background-color: #337ab7;
  color: #ffffff; }

.step__heading-wrapper,
.step__footer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto; }

.step__heading-wrapper {
  padding-top: 10px; }

.step__app-id {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500; }

.step__title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500; }

@media (min-width: 1280px) {
  .step__heading-wrapper,
  .step__body-wrapper {
    max-width: 1170px; }
  .step__body-wrapper {
    margin: 0 auto; }
  .step__save-area {
    order: 10;
    margin-bottom: 20px; }
  .step__action-area {
    display: flex;
    flex-direction: column; } }

.fieldset {
  display: block; }
  .fieldset::after {
    content: "";
    display: block;
    border-bottom: 2px solid black;
    opacity: 0.4;
    max-width: 95%;
    margin: 0 auto; }

.fieldset--borderless::after {
  border: 0; }

.fieldset__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px; }

.fieldset__info {
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  color: #006699;
  border-radius: 4px;
  background-color: #dfefff;
  font-size: 12px; }

.fieldset__info-mrs {
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  border-radius: 2px; }

.fieldset__info-consent {
  margin-bottom: 1em; }

.fieldset__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid #ced4da; }

.fieldset__header--success {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.fieldset__title {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  padding: 0; }

.fieldset__title--summary {
  font-weight: bold;
  text-align: justify; }

.fieldset__title--success {
  color: #3c763d; }

.fieldset__row {
  display: flex;
  border: 1px solid #ced4da;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
  direction: ltr; }

.fieldset__row--borderless {
  border: none;
  padding-bottom: 0; }

.fieldset__row--condition-expanded {
  border-bottom: none;
  padding-bottom: 0; }

.fieldset__row--stacked {
  flex-direction: column; }

.fieldset__row--summary {
  flex-direction: column; }

.fieldset__row:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.fieldset__cell {
  color: #333333;
  flex-basis: 500px;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px; }

.fieldset__cell--stacked-key {
  flex-basis: inherit;
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px; }

.fieldset__cell--key {
  text-align: right;
  font-weight: 700; }

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

.fieldset__cell--not-specified {
  opacity: 0.4; }

.fieldset__cell--important {
  position: relative;
  text-transform: uppercase; }
  .fieldset__cell--important:before {
    content: '!';
    position: absolute;
    background-color: gold;
    color: #222222;
    left: -3px;
    top: 0;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px; }

.fieldset__list {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1; }

.fieldset__list--with-border {
  padding: 15px 20px;
  border: 1px solid #ced4da;
  border-top: none; }

.fieldset__list-item:before {
  content: "";
  display: block;
  border-top: 1px solid #ced4da; }

.fieldset__list-item:not(:last-child) {
  padding-bottom: 10px; }

@media (min-width: 1280px) {
  .fieldset {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .fieldset::after {
    max-width: inherit;
    width: 100%; }
  .fieldset__wrapper {
    max-width: inherit;
    margin: 0;
    flex-grow: 1; }
  .fieldset__info-text {
    font-size: 14px; }
  .fieldset__info-mrs {
    padding: 10px;
    border-radius: 4px; } }

.form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px; }
  .form-group:last-child {
    padding-bottom: 0; }

.form-group--optional {
  padding-top: 15px; }

.form-group__field {
  display: flex;
  flex-direction: column; }

.form-group__field--password-reset {
  font-size: 14px; }

.form-group__field-label {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #333333; }
  .form-group__field-label:dir(rtl) {
    direction: ltr;
    text-align: end; }

.form-group__field-label--subitem {
  font-size: 16px;
  line-height: 28px; }

.form-group__field-label--required::after {
  font-size: 20px;
  font-weight: 700;
  content: "*";
  color: #a94442; }

.form-group__message {
  font-size: 16px;
  color: #737373; }

.form-group__message--important {
  font-weight: bold;
  color: #333333; }

.form-group__error-message {
  color: #a94442;
  font-size: 14px;
  line-height: 20px; }

.form-group__tip {
  font-size: 14px;
  color: #737373;
  margin-top: 5px;
  margin-bottom: 0; }
  .form-group__tip--photo {
    margin-bottom: 20px; }

.form-group__mrs {
  margin-top: 5px;
  margin-bottom: 2px; }

.form-group__captcha-wrapper {
  border: 1px solid #ced4da;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px; }

.form-group__captcha-image {
  height: 70px; }

.form-group__captcha-refresh {
  line-height: 24px;
  position: relative;
  padding-left: 24px;
  margin-left: auto;
  margin-top: 10px;
  background-color: transparent;
  border: 0;
  color: #337ab7; }
  .form-group__captcha-refresh::before {
    position: absolute;
    content: "";
    background-image: url("../../Content/img/material-autorenew-rounded.svg");
    width: 24px;
    height: 24px;
    left: 0;
    transform: rotate(45deg); }

.form-group__field-value {
  font-weight: 700; }
  .form-group__field-value--important {
    color: #337ab7; }

.form-group__add-item {
  margin-left: auto; }

.form-group__photo-sample {
  padding-top: 10px;
  padding-bottom: 10px; }

.form-group__tip--strong {
  font-weight: bold;
  color: black; }

@media (min-width: 768px) {
  .form-group__photo-sample {
    max-width: 50%; } }

@media (min-width: 1280px) {
  .form-group {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
  .form-group__field-label {
    min-width: 100%; }
  .form-group__field-label--subitem {
    min-width: inherit; }
  .form-group__tip {
    flex-basis: 48%;
    margin: 0; }
    .form-group__tip--photo {
      flex-basis: 70%;
      margin-bottom: 20px; }
  .form-group__field {
    flex-basis: 48%;
    max-width: 48%; }
    .form-group__field--photo {
      flex-basis: 26%; }
  .form-group--has-captcha {
    justify-content: flex-start; }
  .form-group__captcha-refresh {
    margin-left: 15px; }
  .form-group--subitem {
    flex-basis: 100%;
    max-width: 100%; }
  .form-group__photo-sample {
    max-width: 100%; } }

.pagination {
  margin-top: 20px;
  padding-bottom: 20px; }

.pagination__wrapper {
  display: flex;
  max-width: 288px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center; }

.pagination__separator {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: #337ab7;
  padding-top: 7px; }

.pagination__button {
  font-size: 16px;
  color: #337ab7;
  padding: 5px;
  -webkit-padding-start: 9px;
          padding-inline-start: 9px;
  -webkit-padding-end: 9px;
          padding-inline-end: 9px;
  border: 1px solid #337ab7;
  border-radius: 4px;
  background-color: transparent;
  line-height: 24px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  cursor: pointer; }
  .pagination__button:hover, .pagination__button:focus {
    background-color: #337ab7;
    color: #ffffff;
    outline: none; }

.pagination__button:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0; }

.pagination__button--selected {
  background-color: #3f6889;
  color: #ffffff; }

.pagination__button--next {
  -webkit-margin-start: auto;
          margin-inline-start: auto; }

@media (min-width: 1280px) {
  .pagination__wrapper {
    max-width: 1170px; } }

.wizard__menu {
  display: none; }

@media (min-width: 1280px) {
  .wizard {
    display: flex;
    flex-direction: column; }
  .wizard__wrapper {
    display: flex; }
  .wizard__menu {
    display: block;
    flex-basis: 200px;
    flex-shrink: 0;
    padding-top: 20px; }
  .wizard__body {
    flex-grow: 1; } }

.form-control {
  color: #555555;
  font-size: 16px;
  height: 38px;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px; }
  .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    outline: none; }

@media (min-width: 1280px) {
  .form-control--subitem {
    flex-basis: 100%; }
  .form-control--optional {
    flex-grow: 1; } }

.input-group {
  display: flex; }

.input-group > :first-child {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  -webkit-border-end: 0;
          border-inline-end: 0;
  flex-grow: 1; }

.input-group--without-last-child > :first-child {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
  -webkit-border-end: 1px solid #ced4da;
          border-inline-end: 1px solid #ced4da;
  flex-grow: 1; }

.input-group--without-last-child > :first-child.has-error {
  -webkit-border-end: 1px solid #ff0000;
          border-inline-end: 1px solid #ff0000; }

.input-group > :last-child {
  border-start-start-radius: 0;
  border-end-start-radius: 0; }

.input-group--calculator > :first-child {
  border-right: 1px solid #ced4da;
  border-radius: 4px; }

@media (min-width: 1280px) {
  .input-group--optional {
    flex-basis: 100%; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex; }

.modal--show {
  display: flex; }

.modal__wrapper {
  display: flex;
  flex-grow: 1; }

.modal__content {
  background-color: #ffffff;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 15px;
  flex-grow: 1;
  overflow-y: scroll; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px; }

.modal__title {
  margin: 0; }
  .modal__title--calculator {
    color: #000000; }

.modal__body {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  margin-top: 10px;
  align-items: center; }

.modal__file-input {
  font-size: 100px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  text-align: right;
  opacity: 0;
  outline: none;
  background: #ffffff; }

.modal__check-mrs {
  display: flex;
  align-items: center;
  justify-content: center; }

.modal__mrs-text {
  margin: 0;
  padding-left: 20px; }

@media (min-width: 1280px) {
  .modal--calculator {
    display: unset; }
  .modal__wrapper {
    margin: 0 auto;
    margin-top: calc(5%);
    width: 1170px;
    flex-grow: unset; }
  .modal__content {
    overflow-y: auto; }
  .modal__header {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px; }
  .modal__body {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    overflow-y: auto;
    flex-direction: row;
    align-items: flex-start; } }

.save-area__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-top: 20px; }

.save-area__wrapper--summary {
  padding-top: 10px; }

.save-area__button-group {
  display: flex; }

.save-area__alert {
  position: fixed;
  top: 15px;
  right: 15px; }

.save-area__payment-alternative {
  font-size: 9px;
  margin-top: 20px;
  color: #999999; }

@media (min-width: 1280px) {
  .save-area__wrapper {
    max-width: 1170px;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }
  .save-area__wrapper--summary {
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 1170px; }
  .save-area__alert {
    position: static;
    margin-right: 15px; }
  .save-area__button-group {
    justify-content: flex-end; }
    .save-area__button-group .button {
      margin-left: 10px; }
  .save-area__payment-alternative {
    font-size: 10px; } }

.list-group {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 9px; }

.list-group__item {
  padding: 10px;
  border: 1px solid #ced4da;
  margin-bottom: -1px; }
  .list-group__item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group__item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.list-group__item--single {
  border-radius: 4px; }

.list-group__item-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.list-group__item-element {
  display: flex;
  flex-direction: column; }

@media (min-width: 1280px) {
  .list-group__item-title {
    flex-grow: 1; } }

.icon-button {
  width: 28px;
  height: 28px;
  padding: 2px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center; }

.icon-button--delete {
  background-image: url("../../Content/img/material-delete-rounded.svg"); }

.icon-button--view {
  background-image: url("../../Content/img/visibility_24dp_337AB7_FILL1_wght400_GRAD0_opsz24.svg");
  background-position-y: 5px; }

.icon-button--standout-last {
  -webkit-margin-start: auto;
          margin-inline-start: auto; }

.photo-preview {
  display: flex;
  width: 175px;
  height: 225px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  justify-content: center;
  align-items: center; }

.photo-preview__image {
  min-width: 100%;
  padding: 3px; }

.photo-preview__label {
  font-size: 14px;
  color: #bbbbbb; }

.photo-preview__add-button {
  margin-top: 9px; }

.photo-preview--document {
  width: 288px;
  height: 202px; }

.photo-preview--document-sample {
  position: absolute; }

.photo-preview--document-sample-modal {
  width: unset;
  height: unset; }

@media (min-width: 768px) {
  .photo-preview--document {
    width: 691px;
    height: 486px; }
  .photo-preview--document-sample-modal {
    width: 100%;
    height: 100%; } }

@media (min-width: 1280px) {
  .photo-preview {
    width: 235px;
    height: 302.14286px; }
  .photo-preview__add-button {
    max-width: 235px; }
  .photo-preview__comment {
    max-width: 235px; }
  .photo-preview__add-button--document {
    max-width: 100%; }
  .photo-preview--document {
    width: 465.59px;
    height: 327.77px; } }

.applicant-photo__container {
  position: relative;
  width: 320px;
  height: 400px; }

.applicant-photo__empty-frame {
  position: absolute;
  z-index: 1;
  top: 45.71429px;
  left: 40px;
  width: 240px;
  height: 308.57143px;
  border: dotted 1px #888; }

.applicant-photo__overlay {
  position: absolute;
  z-index: 10;
  top: 45.71429px;
  left: 40px; }

.applicant-photo__errors {
  color: #a94442;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0;
  width: 320px; }

.applicant-photo__error-item {
  position: relative;
  padding-left: 20px;
  line-height: 18px; }
  .applicant-photo__error-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("../../Content/img/material-not-interested-rounded.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0; }

@media (min-width: 1280px) {
  .applicant-photo__errors {
    margin-left: 20px;
    width: unset; }
  .applicant-photo--summary {
    max-height: 300px;
    margin: 0 auto; } }

.document-photo__container {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 320px;
  height: 225px; }

.document-photo__empty-frame {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 14.22222px;
  width: 291.55556px;
  height: 205px;
  border: dotted 1px #888; }

.document-photo__overlay {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 14.22222px; }

.document-photo__check-mrs {
  display: flex;
  align-items: center;
  margin: 20px;
  color: black; }

.document-photo__info {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }

.document-photo__tip {
  padding-left: 0; }

.document-photo__opacity {
  opacity: 0.5; }

@media (min-width: 768px) {
  .document-photo__container {
    flex-grow: 1;
    flex-shrink: 0;
    width: 650px;
    height: 457.2px; }
  .document-photo__empty-frame {
    top: 40px;
    left: 56.86789px;
    width: 536.26422px;
    height: 377.2px; }
  .document-photo__overlay {
    top: 40px;
    left: 56.86789px; }
  .document-photo__info {
    margin-top: 40px;
    width: 650px;
    height: 457.2px; }
  .document-photo__tip {
    padding-left: 40px; } }

.site-section {
  color: #000000; }

.site-section__heading {
  background-color: #337ab7;
  color: #ffffff; }

.site-section__heading-wrapper,
.site-section__footer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto; }

.site-section__heading-wrapper--nav {
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

.site-section__title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500; }

@media (min-width: 1280px) {
  .site-section__heading-wrapper,
  .site-section__body-wrapper {
    max-width: 1170px; }
  .site-section__body-wrapper {
    margin: 0 auto; } }

.button-group {
  display: flex;
  flex-wrap: wrap; }
  .button-group .button {
    margin-bottom: 10px; }

@media (min-width: 1280px) {
  .button-group .button {
    margin-right: 10px; } }

.page-instruction__conditions-wrapper {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 15px; }

.page-instruction__conditions {
  color: #000000;
  border: 2px solid #a1a1a1;
  border-radius: 4px;
  margin-bottom: 15px; }

@media (min-width: 1280px) {
  .page-instruction__conditions-wrapper {
    max-width: 1170px; } }

.wizard-menu__list {
  margin: 0;
  padding: 0; }

@media (min-width: 1280px) {
  .wizard-menu {
    position: static;
    display: block;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px; }
  .wizard-menu__list {
    display: flex;
    flex-direction: column; }
  .wizard-menu__item {
    display: block;
    border: 0;
    font-size: 14px; }
  .wizard-menu__link {
    display: block;
    line-height: 20px;
    padding-top: 10px;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
    padding-bottom: 10px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    border-radius: 4px; }
    .wizard-menu__link:hover, .wizard-menu__link:active, .wizard-menu__link:focus {
      text-decoration: none;
      outline: 0; }
    .wizard-menu__link:focus {
      color: #337ab7; }
    .wizard-menu__link:hover {
      background-color: #eeeeee; }
  .wizard-menu__link--active {
    background-color: #337ab7;
    color: #ffffff; }
    .wizard-menu__link--active:focus {
      color: #ffffff; }
    .wizard-menu__link--active:hover {
      color: #23527c; } }

.alert {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 9px 13px;
  border-radius: 4px; }

.alert--success {
  background-color: #5cb85c;
  color: #ffffff; }

.alert--danger {
  background-color: #a94442;
  color: #ffffff; }

.alert--mrs {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 10px;
  font-family: 'OCR-B 10 BT'; }

@media (min-width: 768px) {
  .alert--mrs {
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 17px; } }

@media (min-width: 1280px) {
  .message-page__wrapper {
    margin: 0 auto;
    max-width: 1170px; } }

.label {
  font-size: 14px;
  font-weight: normal;
  border-radius: 2px;
  padding: 2px 5px; }

.label__timestamp {
  color: #f1f1f1;
  background-color: darkgray; }

.emphasis {
  font-size: 12px;
  font-style: inherit;
  text-decoration: none; }

.emphasis--large {
  font-size: 14px; }

.emphasis--underline {
  text-decoration: underline; }

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

.emphasis--colored {
  color: #a94442; }

.emphasis--upper {
  text-transform: uppercase; }

@media (min-width: 1280px) {
  .emphasis {
    font-size: 14px; }
  .emphasis--large {
    font-size: 18px; } }

.calculator {
  margin-left: 10px;
  margin-right: 10px;
  min-width: 300px; }

.calculator__button-wrapper {
  margin-left: 20px;
  margin-right: 20px; }

.calculator__wrraper {
  margin-top: 15px;
  padding: 20px; }

.calculator__title {
  margin: 10px;
  margin-top: 0;
  color: #757575;
  text-align: center;
  font-size: 18px; }

.calculator__button-calculate {
  width: 100%; }

.calculator__output-info {
  margin-top: 20px;
  color: #000000; }

.calculator__info {
  padding: 10px; }

@media (min-width: 1280px) {
  .calculator__output-info {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px; } }

.maintenance-msg {
  background-color: #fc3;
  padding: 15px;
  border: 2px solid #444;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #000;
  box-shadow: inset 0 0 0 5px #fff;
  position: relative; }

.loader {
  align-self: center;
  margin: 0 auto;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }

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

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

.form-field__comment {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  font-size: 14px;
  border-radius: 4px;
  color: #856404;
  background-color: #fff3cd;
  -webkit-padding-start: 34px;
          padding-inline-start: 34px; }
  .form-field__comment:before {
    content: '';
    position: absolute;
    inset-inline-start: 6px;
    width: 24px;
    height: 24px;
    background-image: url("../../Content/img/material-error-rounded.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0; }

.form-field__comment--wide {
  width: 100%; }

.menu {
  padding: 0; }

.menu__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }

.menu__item:last-child {
  margin-bottom: 0; }

.nav-button {
  background-color: transparent;
  background-image: url("../../Content/img/material-arrow_back_ios-white.svg");
  background-position-x: 5px;
  background-position-y: center;
  background-repeat: no-repeat;
  border: 0;
  padding: 0; }

.nav-button--return:dir(rtl) {
  transform: scaleX(-1); }

.header-nav {
  display: flex;
  justify-content: space-between; }

.header-nav__button,
.header-nav__filler {
  min-width: 50px; }

.petition-list {
  padding: 0; }

.petition-list__item {
  display: flex;
  border: 1px solid lightgray;
  border-top: 0;
  padding: 4px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  align-items: center;
  min-height: 44px;
  line-height: 30px;
  flex-wrap: wrap; }

.petition-list__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid lightgray; }

.petition-list__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.petition-list__item:after {
  content: '';
  width: 100%;
  order: 0; }

.petition-list__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  order: 1;
  flex-grow: 1;
  margin-top: 5px;
  margin-bottom: 5px; }

.petition-list__status {
  display: flex;
  align-items: center;
  min-width: 262px;
  flex-grow: 1;
  line-height: 20px;
  margin-right: 0; }
  .petition-list__status--needs-correction:before {
    content: '';
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../../Content/img/material-error-rounded.svg");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0; }

@media (min-width: 1170px) {
  .petition-list__buttons {
    order: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .petition-list__status {
    flex-grow: 0;
    min-width: 300px;
    max-width: 300px;
    margin-right: 20px; }
  .petition-list__buttons button:last-child {
    -webkit-margin-end: 0;
            margin-inline-end: 0; } }

.form-group__checkbox-label {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.checkbox-wrapper {
  padding-top: 5px; }

.summary__info {
  display: flex; }

.summary__comment {
  margin: 5px auto 0 auto; }

.shooting-errors__wrapper {
  display: flex; }

.shooting-errors__item {
  display: flex;
  flex-direction: column;
  margin-right: 10px; }

.shooting-errors__item:last-child {
  margin-right: 0; }

.shooting-errors__item p {
  text-align: center; }

.tooltip {
  position: relative;
  max-width: 100%;
  z-index: 2; }

.tooltip__wrapper {
  cursor: pointer;
  position: absolute;
  font-size: 16px;
  height: 38px;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 5px;
  background-color: #ffffff; }

.tooltip__wrapper::before, .tooltip__wrapper::after {
  content: '';
  position: absolute;
  left: 20px;
  top: -10px;
  border: 5px solid transparent;
  border-bottom: 5px solid #ced4da; }

.tooltip__wrapper::after {
  border-bottom: 5px solid white;
  top: -9px; }
