/*!
Author: TheFatCat
Version: 1.1
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  touch-action: manipulation;
  touch-action: pan-y;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, .like-h1, h2, .like-h2, h3, .like-h3, h4, .like-h4, h5, .like-h5, h6, .like-h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.641em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
  outline: none;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row--small-margins {
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row--small-margins .col-1, .row--small-margins .col-2, .row--small-margins .col-3, .row--small-margins .col-4, .row--small-margins .col-5, .row--small-margins .col-6, .row--small-margins .col-7, .row--small-margins .col-8, .row--small-margins .col-9, .row--small-margins .col-10, .row--small-margins .col-11, .row--small-margins .col-12, .row--small-margins .col,
.row--small-margins .col-auto, .row--small-margins .col-sm-1, .row--small-margins .col-sm-2, .row--small-margins .col-sm-3, .row--small-margins .col-sm-4, .row--small-margins .col-sm-5, .row--small-margins .col-sm-6, .row--small-margins .col-sm-7, .row--small-margins .col-sm-8, .row--small-margins .col-sm-9, .row--small-margins .col-sm-10, .row--small-margins .col-sm-11, .row--small-margins .col-sm-12, .row--small-margins .col-sm,
.row--small-margins .col-sm-auto, .row--small-margins .col-md-1, .row--small-margins .col-md-2, .row--small-margins .col-md-3, .row--small-margins .col-md-4, .row--small-margins .col-md-5, .row--small-margins .col-md-6, .row--small-margins .col-md-7, .row--small-margins .col-md-8, .row--small-margins .col-md-9, .row--small-margins .col-md-10, .row--small-margins .col-md-11, .row--small-margins .col-md-12, .row--small-margins .col-md,
.row--small-margins .col-md-auto, .row--small-margins .col-lg-1, .row--small-margins .col-lg-2, .row--small-margins .col-lg-3, .row--small-margins .col-lg-4, .row--small-margins .col-lg-5, .row--small-margins .col-lg-6, .row--small-margins .col-lg-7, .row--small-margins .col-lg-8, .row--small-margins .col-lg-9, .row--small-margins .col-lg-10, .row--small-margins .col-lg-11, .row--small-margins .col-lg-12, .row--small-margins .col-lg,
.row--small-margins .col-lg-auto, .row--small-margins .col-xl-1, .row--small-margins .col-xl-2, .row--small-margins .col-xl-3, .row--small-margins .col-xl-4, .row--small-margins .col-xl-5, .row--small-margins .col-xl-6, .row--small-margins .col-xl-7, .row--small-margins .col-xl-8, .row--small-margins .col-xl-9, .row--small-margins .col-xl-10, .row--small-margins .col-xl-11, .row--small-margins .col-xl-12, .row--small-margins .col-xl,
.row--small-margins .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-max-width-100 {
  max-width: 100px !important;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .grid-col-right {
    text-align: right !important;
    flex: auto !important;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-self-start {
  margin-right: auto !important;
}

.justify-self-end {
  margin-left: auto !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-self-sm-start {
    margin-right: auto !important;
  }

  .justify-self-sm-end {
    margin-left: auto !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-self-md-start {
    margin-right: auto !important;
  }

  .justify-self-md-end {
    margin-left: auto !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-self-lg-start {
    margin-right: auto !important;
  }

  .justify-self-lg-end {
    margin-left: auto !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-self-xl-start {
    margin-right: auto !important;
  }

  .justify-self-xl-end {
    margin-left: auto !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
@font-face {
  font-family: "Allianz Neo";
  src: url(../fonts/allianzneo/eot/AllianzNeoW02-Regular.eot);
  src: url(../fonts/allianzneo/eot/AllianzNeoW02-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/allianzneo/svg/AllianzNeoW02-Regular.svg) format("svg"), url(../fonts/allianzneo/woff/AllianzNeoW02-Regular.woff) format("woff"), url(../fonts/allianzneo/ttf/AllianzNeoW02-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Allianz Neo";
  src: url(../fonts/allianzneo/eot/AllianzNeoW02-Bold.eot);
  src: url(../fonts/allianzneo/eot/AllianzNeoW02-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/allianzneo/svg/AllianzNeoW02-Bold.svg) format("svg"), url(../fonts/allianzneo/woff/AllianzNeoW02-Bold.woff) format("woff"), url(../fonts/allianzneo/ttf/AllianzNeoW02-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00A8E0;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body {
  font-size: 1.6rem;
  color: #414141;
  font-family: "Allianz Neo", Arial;
  line-height: 1.3em;
  min-width: 320px;
}

.display-block {
  display: block;
}

.line-height-05em {
  line-height: 0.5em;
}

.line-height-1em {
  line-height: 1em;
}

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

.width-100p {
  width: 100% !important;
}

.list-inline > li {
  list-style-type: none;
  display: inline-block;
}

.clear {
  clear: both;
}

.text-overflow-ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.position-static {
  position: static;
}

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

.font-weight-regular {
  font-weight: normal !important;
}

.display-flex {
  display: flex;
}

.padding-15 {
  padding: 15px;
}

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

.padding-right-5px {
  padding-right: 5px;
}

.padding-left-5px {
  padding-left: 5px;
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
.min-width-100p {
  min-width: 100% !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.font-size-1em {
  font-size: 0.8em;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

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

.margin-top--7px {
  margin-top: -7px;
}

.no-padding {
  padding: 0px !important;
}

.additional-info__button {
  padding-right: 50px;
  padding-bottom: 15px;
  float: right;
}

.additional-info__message {
  text-align: left;
  padding-top: 20px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
}

.additional-info__header {
  text-align: left;
  padding-top: 20px;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2em;
}

.additional-info__background {
  background-color: #B5DAE6;
  color: #122B54;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-bottom-important {
  margin-bottom: 0px !important;
}

.margin-bottom-05em {
  margin-bottom: 0.5em;
}

.margin-bottom-small {
  margin-bottom: 1em;
}

.margin-bottom-medium {
  margin-bottom: 1em;
}

.margin-bottom-large {
  margin-bottom: 2em;
}

a {
  color: #003781;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00A8E0;
}

h1, .like-h1, h2, .like-h2, h3, .like-h3, h4, .like-h4, h5, .like-h5, h6, .like-h6 {
  line-height: 1.1em;
  margin-bottom: 0.65em;
}

h1, .like-h1 {
  font-size: 3.2rem;
  font-weight: bold;
}

h2, .like-h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

h3, .like-h3 {
  font-size: 1.9rem;
  font-weight: bold;
}

h4, .like-h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

h5, .like-h5 {
  font-size: 1.6rem;
  font-weight: bold;
}

h6, .like-h6 {
  font-size: 1.6rem;
  font-weight: bold;
}
h6.small, .small.like-h6 {
  font-size: 1.4rem;
}

.header-scroll-background {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 50vh;
  background-color: #002D69;
  top: 0px;
  left: 0px;
}

#header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#header .container {
  padding: 0px;
}
#header .container .col {
  position: static;
  padding-right: 5px;
  padding-left: 5px;
}
#header .container .col:last-child {
  padding-right: 15px;
}

.header__push {
  height: 60px;
  width: 100%;
}

.header__logo {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url("../assets/imgs/allianz_logo.jpg");
  height: 60px;
  width: 90px;
  margin-left: 20px;
}

.header__nav {
  font-size: 1.5rem;
  font-weight: bold;
}
.header__nav ul {
  margin-bottom: 0px;
}
.header__nav > ul > li {
  float: left;
}
.header__nav > ul > li > a, .header__nav > ul > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  float: left;
  padding: 0px 7px;
  color: #FFF;
  transition: background 0.3s;
}
.header__nav > ul > li > a:hover, .header__nav > ul > li > a:focus, .header__nav > ul > li > span:hover, .header__nav > ul > li > span:focus {
  background-color: #002D69;
}

.dropdown-menu {
  position: static;
}
.dropdown-menu--position-right .dropdown-menu__list {
  left: initial;
  right: 0px;
}

.dropdown-menu__list {
  position: absolute;
  top: 100%;
  left: 0px;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  min-width: 100%;
  z-index: -1;
  transition: all 0.2s;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.dropdown-menu:hover .dropdown-menu__label {
  background-color: #002D69;
}
.dropdown-menu:hover .dropdown-menu__list {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  box-shadow: 1px 13px 20px #00000052;
  background-color: #002D69;
}

.dropdown-menu__label {
  padding-right: 25px !important;
  position: relative;
}
.dropdown-menu__label:not(.dropdown-menu__label--without-arrow):after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px 6px;
  background-image: url("../assets/imgs/icon-arrow-down.svg");
  width: 9px;
  height: 6px;
}

.dropdown-menu__element {
  background-color: #002D69;
  display: block;
  list-style-type: none;
  border-bottom: solid 1px #003781;
}
.dropdown-menu__element:last-child {
  border-bottom: 0px;
}
.dropdown-menu__element a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  color: #FFF;
  padding: 0px 20px;
  transition: background 0.3s;
}
.dropdown-menu__element a:hover, .dropdown-menu__element a:focus {
  background-color: #003781;
}
.dropdown-menu__element--negative a {
  color: #E84C3D;
}

.dropdown-menu__element--user {
  width: 100% !important;
}

.user {
  position: relative;
  padding-left: 8px;
}
.user:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-image: url("../assets/imgs/icon-avatar.svg");
  width: 30px;
  height: 30px;
}

.user__names, .user__lastname {
  display: none;
  font-size: 1.5rem;
  text-align: right;
}

.user__last-login {
  text-align: right;
  display: none;
  font-size: 1.1rem;
  font-weight: bold;
}

.user-mobile {
  padding: 10px 20px;
  display: block;
}

.user-mobile > span {
  display: block;
  text-align: left;
}

.page-section {
  width: 100%;
  background-color: #FFF;
}
.page-section--padding {
  padding: 45px 0px;
}
.page-section--padding-bottom {
  padding-bottom: 45px;
}
.page-section--fullscreen {
  height: calc(100vh - 120px);
}
.page-section--fullscreen-with-footer {
  min-height: calc(100vh - 197px);
}
@media (max-width: 1199px) {
  .page-section--fullscreen-with-footer {
    min-height: calc(100vh - 177px);
  }
}
@media (max-width: 991px) {
  .page-section--fullscreen-with-footer {
    min-height: calc(100vh - 157px);
  }
}
@media (max-width: 767px) {
  .page-section--fullscreen-with-footer {
    min-height: calc(100vh - 132px);
  }
}

.background-color-brand {
  background-color: #003781;
  color: #FFFFFF;
}

.background-color-brand-dark {
  background-color: #002D69;
  color: #FFFFFF;
}

.background-color-accent {
  background-color: #00A8E0;
  color: #FFFFFF;
}

.background-color-orange {
  background-color: #F86200;
  color: #FFFFFF;
}

.background-color-body-background {
  background-color: #FFFFFF !important;
  color: #1C1C2B;
}

.color-brand {
  color: #003781;
}

.color-brand-dark {
  color: #002D69;
}

.color-accent {
  color: #00A8E0;
}

.color-text-light {
  color: #FFFFFF;
}

.color-text-dark {
  color: #414141;
}

.color-text-darken {
  color: #1C1C2B;
}

.color-status-nagative {
  color: #E84C3D;
}

.color-status-pending {
  color: #FB7E01;
}

@media only screen and (max-width: 767px) {
  .button--export {
    margin-top: 0px !important;
    height: 36px !important;
    margin-right: 5px !important;
  }
}
.button {
  margin-top: 15px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  min-width: 140px;
  height: 49px;
  padding: 0px 2px;
  color: #FFFFFF;
  text-align: center;
  border: solid 4px transparent;
  transition: background 0.3s, border 0.3s, opacity 0.3s;
}
.button:hover, .button:focus {
  color: #FFFFFF;
}
.button--disabled, .button[disabled] {
  color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
  background-color: rgba(0, 168, 224, 0.4) !important;
  pointer-events: none;
}
.button--invisible {
  opacity: 0 !important;
  pointer-events: none;
}
.button--small {
  font-size: 1.6rem;
  min-width: 104px;
  height: 38px;
}
.button--export {
  font-size: 1.4rem;
  height: 46px;
  margin-right: 20px;
}
.button--xsmall {
  height: 30px !important;
  font-size: 1.4rem !important;
  min-width: 70px !important;
  margin-top: 0px !important;
}
.button--cut-corner:after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  content: '';
  border-bottom: 12px solid #FFFFFF;
  border-left: 12px solid transparent;
  transition: border 0.3s;
}
.button--cut-corner.button--cut-corner-on-color-brand-dark:after {
  border-bottom-color: #002D69;
}
.button--cut-corner.button--cut-corner-on-color-table-background:after {
  border-bottom-color: #f8f7f7;
}
.button--border-accent {
  border-color: #00A8E0;
}
.button--border-accent:before {
  position: absolute;
  right: -4px;
  bottom: -4px;
  content: '';
  border-bottom: 18px solid #00A8E0;
  border-left: 18px solid transparent;
  transition: background 0.3s, border 0.3s;
}
.button--border-accent:hover, .button--border-accent:focus {
  border-color: #2ecbff;
}
.button--border-accent:hover:before, .button--border-accent:focus:before {
  border-bottom-color: #2ecbff;
}
.button--accent {
  background-color: #00A8E0;
}
.button--accent:hover, .button--accent:focus {
  background-color: #2ecbff;
}
.button--accent2 {
  background-color: #5CD2B9;
}
.button--accent2:hover, .button--accent2:focus {
  background-color: #98e3d3;
}
.button--accent3 {
  background-color: #E69D30;
}
.button--accent3:hover, .button--accent3:focus {
  background-color: #eebd74;
}
.button--accent4 {
  background-color: #959ea9;
}
.button--accent4:hover, .button--accent4:focus {
  background-color: #bfc5cb;
}
.button--accent5 {
  background-color: #49648C;
}
.button--accent5:hover, .button--accent5:focus {
  background-color: #6e8ab3;
}
.button--brand {
  background-color: #003781;
}
.button--brand:hover, .button--brand:focus {
  background-color: #0058ce;
}
.button--login {
  width: calc(100% - 10px);
  height: 54px !important;
}
.button.inactive {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 543px) {
  .transaction-form__action-button {
    flex: 1 0 auto;
    min-width: 0px !important;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .transaction-form__action-buttons {
    margin-top: 20px;
  }
}
.frame {
  background-color: #f8f7f7;
  padding: 15px 15px;
}
.frame div[class^="col"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.chart__range-select {
  display: flex;
  margin: 20px -5px;
  width: 100%;
  flex-wrap: wrap;
}
.chart__range-select li {
  padding: 5px;
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
}

.chart__range-select-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  border: solid 2px #003781;
  color: #003781;
  text-align: center;
  height: 46px;
}
.chart__range-select-button--active {
  background-color: #003781;
  color: #FFFFFF;
}

#chart_fund {
  margin-bottom: 120px;
  height: 300px;
}

g.amcharts-graph-bullet circle {
  stroke-width: 4px;
  r: 10px;
  stroke: #003781;
  color: #FFF;
}

g.amcharts-graph-bullet text {
  fill: #FFF;
  font-weight: bold;
}

g.amcharts-graph-bullet path {
  stroke: #003781;
  stroke-width: 2px;
  transform: translate3d(-1px, 0px, 0px);
}

fieldset div:nth-child(2) {
  display: flex !important;
  width: 100% !important;
  margin: 10px 0px;
  flex-wrap: wrap;
}
fieldset div:nth-child(2) input {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  border: solid 2px #003781 !important;
  color: #003781 !important;
  text-align: center;
  height: 54px;
  width: calc(33.33% - 2px);
  min-width: calc(33.33% - 2px);
  max-width: calc(33.33% - 2px);
  opacity: 1 !important;
  border-radius: 0px !important;
}
fieldset div:nth-child(2) input.amcharts-period-input-selected {
  background-color: #003781 !important;
  color: #FFFFFF !important;
}

.chart-stacked-single-bar__expand-button {
  font-size: 1.6rem;
  cursor: pointer;
  color: #00A8E0;
  transition: opacity 0.3s;
}
.chart-stacked-single-bar__expand-button:before {
  content: "[";
}
.chart-stacked-single-bar__expand-button:after {
  content: "]";
}
.chart-stacked-single-bar__expand-button:hover, .chart-stacked-single-bar__expand-button:focus {
  opacity: 0.6;
}

.chart-stacked-single-bar__row {
  display: block;
  margin-bottom: 25px;
}

.chart-stacked-single-bar__label {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  padding-right: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.chart-stacked-single-bar__chart {
  height: 16px;
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
}
.chart-stacked-single-bar__chart--only-active .chart-stacked-single-bar__chart-part:not(.chart-stacked-single-bar__chart-part--active) {
  background-color: #E9E9E9;
  pointer-events: none;
}

.chart-stacked-single-bar__chart-part {
  height: 16px;
  float: left;
  background-color: #0046A3;
}
.chart-stacked-single-bar__chart-part:nth-child(2) {
  background-color: #00A8E0;
}
.chart-stacked-single-bar__chart-part:nth-child(3) {
  background-color: #5CD2B9;
}
.chart-stacked-single-bar__chart-part:nth-child(4) {
  background-color: #8D37F9;
}
.chart-stacked-single-bar__chart-part:nth-child(5) {
  background-color: #E69D30;
}
.chart-stacked-single-bar__chart-part:nth-child(6) {
  background-color: #FF4A1B;
}
.chart-stacked-single-bar__chart-part:nth-child(7) {
  background-color: #D71217;
}
.chart-stacked-single-bar__chart-part:nth-child(8) {
  background-color: #b7b83f;
}
.chart-stacked-single-bar__chart-part:nth-child(9) {
  background-color: #b9783f;
}
.chart-stacked-single-bar__chart-part:nth-child(10) {
  background-color: #b93e3d;
}
.chart-stacked-single-bar__chart-part:nth-child(11) {
  background-color: #913167;
}
.chart-stacked-single-bar__chart-part:nth-child(12) {
  background-color: #73CF35;
}
.chart-stacked-single-bar__chart-part:nth-child(13) {
  background-color: #974D03;
}
.chart-stacked-single-bar__chart-part:nth-child(14) {
  background-color: #33CCCC;
}
.chart-stacked-single-bar__chart-part:nth-child(15) {
  background-color: #FF6D3F;
}
.chart-stacked-single-bar__chart-part:nth-child(16) {
  background-color: #FFFF99;
}
.chart-stacked-single-bar__chart-part:nth-child(17) {
  background-color: #00C000;
}
.chart-stacked-single-bar__chart-part:nth-child(18) {
  background-color: #9A009A;
}
.chart-stacked-single-bar__chart-part:nth-child(19) {
  background-color: #6F6F6F;
}
.chart-stacked-single-bar__chart-part:nth-child(20) {
  background-color: #C2D69A;
}
.chart-stacked-single-bar__chart-part:nth-child(21) {
  background-color: #51D7D4;
}
.chart-stacked-single-bar__chart-part:nth-child(22) {
  background-color: #FFABAD;
}
.chart-stacked-single-bar__chart-part:nth-child(23) {
  background-color: #B7B7FF;
}
.chart-stacked-single-bar__chart-part:nth-child(24) {
  background-color: #9A004D;
}
.chart-stacked-single-bar__chart-part:nth-child(25) {
  background-color: #80EC5A;
}
.chart-stacked-single-bar__chart-part:nth-child(26) {
  background-color: #FA8EDB;
}
.chart-stacked-single-bar__chart-part:nth-child(27) {
  background-color: #CCFFFF;
}
.chart-stacked-single-bar__chart-part:nth-child(28) {
  background-color: #D6F9C3;
}
.chart-stacked-single-bar__chart-part:nth-child(29) {
  background-color: #FAECB0;
}
.chart-stacked-single-bar__chart-part:nth-child(30) {
  background-color: #EADED2;
}
.chart-stacked-single-bar__chart-part:nth-child(31) {
  background-color: #62B32B;
}
.chart-stacked-single-bar__chart-part:nth-child(32) {
  background-color: #7C3F02;
}
.chart-stacked-single-bar__chart-part:nth-child(33) {
  background-color: #2BAFAC;
}
.chart-stacked-single-bar__chart-part:nth-child(34) {
  background-color: #F63B00;
}
.chart-stacked-single-bar__chart-part:nth-child(35) {
  background-color: #FFFF57;
}
.chart-stacked-single-bar__chart-part:nth-child(36) {
  background-color: #009200;
}
.chart-stacked-single-bar__chart-part:nth-child(37) {
  background-color: #700070;
}
.chart-stacked-single-bar__chart-part:nth-child(38) {
  background-color: #545454;
}
.chart-stacked-single-bar__chart-part:nth-child(39) {
  background-color: #B2CB7F;
}
.chart-stacked-single-bar__chart-part:nth-child(40) {
  background-color: #2CBEBB;
}
.chart-stacked-single-bar__chart-part:nth-child(41) {
  background-color: #FF9799;
}
.chart-stacked-single-bar__chart-part:nth-child(42) {
  background-color: #9F9FFF;
}
.chart-stacked-single-bar__chart-part:nth-child(43) {
  background-color: #660033;
}
.chart-stacked-single-bar__chart-part:nth-child(44) {
  background-color: #4AD519;
}
.chart-stacked-single-bar__chart-part:nth-child(45) {
  background-color: #F86CD0;
}
.chart-stacked-single-bar__chart-part:nth-child(46) {
  background-color: #93FFFF;
}
.chart-stacked-single-bar__chart-part:nth-child(47) {
  background-color: #C4F6A8;
}
.chart-stacked-single-bar__chart-part:nth-child(48) {
  background-color: #F8E388;
}
.chart-stacked-single-bar__chart-part:nth-child(49) {
  background-color: #E1CFBD;
}

.product-list__item {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background-color: #f8f7f7;
  margin-bottom: 7px;
  transition: color 0.3s, background 0.3s;
}
.product-list__item--summary {
  background-color: #e2e2e2;
}
.product-list__item--summary .product-list__attribute {
  color: #003781;
}
.product-list__item h4, .product-list__item .like-h4 {
  color: #1C1C2B;
  transition: color 0.3s;
}
.product-list__item[data-expanded="true"] {
  background-color: #003781;
}
.product-list__item[data-expanded="true"] h4, .product-list__item[data-expanded="true"] .like-h4 {
  color: #FFFFFF !important;
}
.product-list__item[data-expanded="true"] .product-list__attribute {
  color: #FFFFFF !important;
}
.product-list__item[data-expanded="true"] .button--cut-corner:after {
  border-bottom-color: #003781;
}
.product-list__item[data-expanded="true"] span.product-type-badge {
  background-color: #00A8E0;
}

.product-list__name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.product-list__name h4, .product-list__name .like-h4 {
  cursor: pointer;
  transition: color 0.3s;
  margin-bottom: 0px;
}
.product-list__name h4:hover, .product-list__name .like-h4:hover, .product-list__name h4:focus, .product-list__name .like-h4:focus {
  color: #00A8E0;
}

.product-list__name:hover span.product-type-badge {
  background-color: #00A8E0;
}

.product-list__always-visible-content {
  padding: 25px 15px;
}

.product-list__expandable-content {
  padding: 25px 15px;
}

.product-list__attribute {
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 150px;
  color: #1C1C2B;
  transition: color 0.3s;
  margin: 5px 0px;
}
.product-list__attribute--short {
  min-width: 55px;
}

span.product-type-badge {
  padding: 2px 6px;
  background-color: #003781;
  border-radius: 4px;
  color: #FFF;
  font-weight: bolder;
  font-size: 1em;
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  transition: background 0.3s;
}

.information-table {
  padding: 25px 15px 35px;
  background-color: #f8f7f7;
}
.information-table--on-color-brand {
  background-color: transparent;
  padding: 0px !important;
}
.information-table--on-color-brand .information-table__item {
  border-bottom: solid 1px #003781 !important;
}

.information-table__item-content a {
  margin-top: 15px;
}

.information-table__item {
  display: block;
  list-style-type: none;
  margin-bottom: 20px;
}
.information-table__item:last-child {
  margin-bottom: 0px;
}
.information-table__item h6, .information-table__item .like-h6 {
  color: #00A8E0;
  margin-bottom: 0.25em;
}
.information-table__item ul {
  margin: 0px;
  margin-top: 18px;
  padding: 0px;
  width: 100%;
}
.information-table__item ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.information-table__item ul li:last-child {
  margin-bottom: 0px;
}
.information-table__item ul li a, .information-table__item ul li .information-table__box {
  font-weight: bold;
  display: block;
  background: #e2e2e2;
  padding: 10px;
  width: 100%;
  color: #1C1C2B;
}
.information-table__item ul li a span, .information-table__item ul li .information-table__box span {
  display: block;
}
.information-table__item ul li a:hover {
  color: #00A8E0;
}

.information-table--vertical .information-table__item {
  display: block;
  border-bottom: solid 1px #C1C1C1;
  margin-bottom: 0px;
  padding: 15px 0px;
}
.information-table--vertical .information-table__item-separator {
  border-bottom: solid 3px #003781;
}
.information-table--vertical .information-table__item:last-child {
  border-bottom: 0px;
}
.information-table--vertical .information-table__item h6, .information-table--vertical .information-table__item .like-h6 {
  width: 246px;
  min-width: 246px;
  max-width: 246px;
  padding-right: 20px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 199;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 12, 28, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.background-color-brand ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(1, 168, 224, 0.49);
}
.background-color-brand ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(1, 168, 224, 0.49);
}
.background-color-brand :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(1, 168, 224, 0.49);
}
.background-color-brand :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(1, 168, 224, 0.49);
}

.more-info {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #003781;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  transform: scale(0.8);
  margin-left: 4px;
}

.more-info.tippy {
  cursor: help;
}

.more-info.tippy.large {
  width: 25px;
  height: 25px;
}

.input-control {
  display: block;
}
.input-control .input {
  width: 100%;
}
.input-control label {
  display: inline-block;
  color: #1C1C2B;
  text-align: left;
  margin-bottom: 10px;
}
.input-control .input-validation {
  font-size: 0.8em;
  color: #E84C3D;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.input-control .input-validation--show {
  opacity: 1;
}
.input-control .input-validation--info {
  color: #FB7E01;
}
.input-control div.error {
  font-size: 0.8em;
  color: #E84C3D;
  font-weight: bold;
  margin-bottom: 8px;
  transition: opacity 0.3s, color 0.3s;
}
.input-control.b-error-space {
  min-height: 107px;
}

.inline-inputs-on-right {
  display: flex;
  justify-content: flex-end;
}
.inline-inputs-on-right .select-holder, .inline-inputs-on-right a, .inline-inputs-on-right input, .inline-inputs-on-right nav {
  margin-left: 8px;
}
.inline-inputs-on-right .select-holder:first-child, .inline-inputs-on-right a:first-child, .inline-inputs-on-right input:first-child, .inline-inputs-on-right nav:first-child {
  margin-left: 0px;
}

.inline-inputs-on-between {
  display: flex;
  justify-content: space-between;
}
.inline-inputs-on-between .select-holder, .inline-inputs-on-between a, .inline-inputs-on-between input, .inline-inputs-on-between nav {
  margin-left: 8px;
}
.inline-inputs-on-between .select-holder:first-child, .inline-inputs-on-between a:first-child, .inline-inputs-on-between input:first-child, .inline-inputs-on-between nav:first-child {
  margin-left: 0px;
}

.inline-inputs-on-left {
  display: flex;
}
.inline-inputs-on-left .select-holder, .inline-inputs-on-left a, .inline-inputs-on-left input, .inline-inputs-on-left nav {
  margin-right: 20px;
}

.input {
  height: 46px;
  border-radius: 0px;
}
.input--blink {
  border-color: currentColor !important;
}
.input--large {
  width: 100%;
  background-color: #003781;
  color: #FFF;
  border: solid 2px #00A8E0;
  height: 46px;
  font-size: 22px;
  padding: 0px 15px;
  transition: border 0.3s ease-in-out;
}
.input--large:focus {
  border-color: #FFF;
}
.input.error {
  border-color: #E84C3D !important;
}

.flatpickr-input {
  height: 46px;
  border-radius: 0px;
  width: 100%;
  background-color: #003781;
  color: #FFF;
  border: solid 2px #00A8E0;
  height: 46px;
  font-size: 22px;
  padding: 0px 15px;
  transition: border 0.3s ease-in-out;
}
.flatpickr-input:focus {
  border-color: #FFF;
}
.flatpickr-input.error {
  border-color: #E84C3D !important;
}

.flatpickr-input-light .flatpickr-input {
  height: 46px !important;
  border-radius: 0px;
  width: 100%;
  background-color: #FFF;
  color: #1C1C2B;
  border: solid 2px #003781;
  font-size: 16px;
  padding: 0px 15px;
  transition: border 0.3s ease-in-out;
}
.flatpickr-input-light .flatpickr-input:focus {
  border-color: #00A8E0;
}
.flatpickr-input-light .flatpickr-input.error {
  border-color: #E84C3D !important;
}

.input--on-dark {
  border-color: #00A8E0;
  background-color: #003781;
  color: #FFFFFF;
}

input:disabled {
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
}

.select-holder--native {
  position: relative;
}
.select-holder--native:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("../assets/imgs/icon-arrow-down-brand.svg");
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transition: all 0.3s;
  border-top: solid 1px transparent;
  pointer-events: none;
}

input, select {
  height: 46px;
  border-radius: 0px;
  border: solid 2px #003781;
  background-color: #FFF;
  padding: 0px 10px;
  font-size: 16px;
  transition: border 0.3s;
}
input[disabled], select[disabled] {
  padding: 0px;
  border-color: transparent;
  color: #414141;
  font-weight: bold;
}
input:hover, select:hover {
  border-color: #00A8E0;
}
input:hover[type="submit"], select:hover[type="submit"] {
  border-color: #0058ce;
}

textarea {
  height: 230px;
  border-radius: 0px;
  border: solid 2px #003781;
  background-color: #FFF;
  padding: 10px;
  font-size: 16px;
  line-height: 21px;
  transition: border 0.3s;
}
textarea[disabled] {
  padding: 0px;
  border-color: transparent;
  color: #414141;
  font-weight: bold;
}
textarea:hover {
  border-color: #00A8E0;
}

label {
  color: currentColor;
  margin-bottom: 0px;
  text-align: right;
}
label.required:after {
  content: "*";
  color: #E84C3D;
}

.select2-container--default .select2-selection--single {
  background-color: #FFF;
  border: 2px solid #003781;
  border-radius: 0px;
}

.select2-selection__arrow {
  background-image: url("../assets/imgs/icon-arrow-down-brand.svg");
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 6px;
}
.select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection--single {
  height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #414141;
  line-height: 44px;
}

.select-holder--on-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
}
.select-holder--on-dark .select2-container--default .select2-selection--single {
  background-color: #003781;
  border: 2px solid #00A8E0;
}
.select-holder--on-dark .select2-selection__arrow {
  background-image: url("../assets/imgs/icon-arrow-down-accent.svg");
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.select2-container {
  width: 100% !important;
}

.select2-container--open {
  z-index: 2000;
}

.select-holder {
  text-align: left;
  width: 100%;
}
.select-holder--short {
  width: 230px;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}

.input-file-holder .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file-holder .inputfile + label {
  height: 46px;
  border-radius: 0px;
  border: solid 1px #003781;
  background-color: #FFF;
  position: relative;
  padding: 0px 10px;
  padding-bottom: 1px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
.input-file-holder .inputfile + label:hover {
  border-color: #00A8E0;
}
.input-file-holder .inputfile + label:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 16px;
  background-image: url("imgs/input_folder.svg");
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}
.input-file-holder .inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}
.input-file-holder .inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.input-file-holder .inputfile + label * {
  pointer-events: none;
}

.date-holder {
  position: relative;
}
.date-holder:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 20px;
  height: 16px;
  background-image: url("imgs/input_cal.svg");
  pointer-events: none;
  top: 50%;
  margin-top: -8px;
}

.input-button {
  cursor: pointer;
  border: 0px;
  height: 46px;
  color: #FFFFFF;
  background-color: #003781;
  text-align: center;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  width: 255px;
  transition: background 0.3s, border 0.3s;
}
.input-button--accent {
  background-color: #00A8E0;
}
.input-button:hover, .input-button:focus {
  color: #FFFFFF;
  background-color: #0058ce;
  border-color: #0058ce;
}
.input-button--negative {
  background-color: #E84C3D;
}
.input-button--negative:hover, .input-button--negative:focus {
  color: #FFFFFF;
  background-color: #f08b81;
}
.input-button:disabled {
  color: rgba(255, 255, 255, 0.6);
  cursor: not-allowed;
  background-color: rgba(0, 168, 224, 0.6);
}
.input-button--active {
  color: #FFFFFF;
  background-color: #00A8E0;
  border: solid 2px #00A8E0;
}
.input-button--inactive {
  color: #00A8E0;
  background-color: transparent;
  border: solid 2px #00A8E0;
}
.input-button--auto-width {
  width: 100%;
}
.input-button--auto-width-auto {
  width: auto;
}

span.multiselect__single {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.input-with-addon {
  position: relative;
}

.input-with-addon__addon {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0px;
  right: 14px;
}

.input-with-addon__input {
  padding-right: 50px;
}

.field-group__submit {
  padding: 20px 0px;
}

.filed-group--with-separator .field-group__field {
  border-bottom: solid 1px #C1C1C1;
}
.filed-group--with-separator .field-group__field:last-child, .filed-group--with-separator .field-group__field--no-border {
  border-bottom: 0px;
}

.filed-group--with-separator-dark .field-group__field {
  border-bottom: solid 1px #173380;
}
.filed-group--with-separator-dark .field-group__field:last-child, .filed-group--with-separator-dark .field-group__field--no-border {
  border-bottom: 0px;
}

.field-group__field-input--search {
  position: relative;
}
.field-group__field-input--search:after {
  content: "";
  position: absolute;
  right: 13px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/imgs/icon-search.svg");
  pointer-events: none;
  top: 50%;
  margin-top: -13px;
  pointer-events: none;
}

.field-group__field-input {
  width: 100%;
}
.field-group__field-input input, .field-group__field-input textarea {
  width: 100%;
}

.field-group__field {
  padding: 10px 0px;
}

.field-group__field-label {
  margin-bottom: 8px;
}
.field-group__field-label label {
  text-align: left;
}

.field-group__text {
  margin-bottom: 30px;
}
.field-group__text h4, .field-group__text .like-h4 {
  color: #00A8E0;
}

.field-group--vertical .field-group__field {
  margin-bottom: 20px;
  display: block !important;
}
.field-group--vertical .field-group__field .field-group__field-label {
  margin-bottom: 10px;
  font-weight: bold;
  width: 100% !important;
  max-width: 100% !important;
}
.field-group--vertical .field-group__field .field-group__field-label label {
  text-align: left;
}

.radio-button {
  display: flex;
}

.radio-button__label {
  width: auto;
  border: solid 2px #00A8E0;
  color: #00A8E0;
  background: transparent;
  position: relative;
  padding: 10px;
  flex: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-transform: uppercase;
  min-height: 46px;
  cursor: pointer;
}
.radio-button__label:last-child {
  margin-right: 0px;
}

.radio-button__input {
  display: none;
}

.radio-button__input:checked + .radio-button__label {
  border-color: #00A8E0;
  color: #FFFFFF;
  background: #00A8E0;
}

.radio-button--on-color-brand .radio-button__label {
  border: solid 2px #00A8E0;
  color: #00A8E0;
}

.select-dark-vue-select .dropdown-menu {
  max-height: 182px !important;
}
.select-dark-vue-select .dropdown-toggle.clearfix {
  box-shadow: inset 0px 0px 0px 2px #00A8E0;
  /* height: 90px; */
  background-color: #003781;
  border: 0px;
  border-radius: 0px;
  padding-left: 5px;
}
.select-dark-vue-select .dropdown-toggle.clearfix input {
  height: 54px !important;
  color: #FFF;
  font-size: 22px !important;
  font-family: "Allianz Neo", Arial;
}
.select-dark-vue-select .dropdown-toggle.clearfix span.selected-tag {
  height: 50px;
  display: flex;
  line-height: 42px !important;
  color: #FFF;
  font-size: 22px;
  position: absolute;
  font-family: "Allianz Neo", Arial;
  padding-left: 7px;
}
.select-dark-vue-select .v-select .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #031f48;
}
.select-dark-vue-select .v-select .dropdown-menu > .highlight > a {
  background: #00A8E0;
  color: #FFF;
}
.select-dark-vue-select .v-select .dropdown-menu .active > a {
  color: #00A8E0;
  background: rgba(50, 50, 50, 0.1);
}
.select-dark-vue-select .v-select li {
  line-height: 2.428571;
}
.select-dark-vue-select .v-select .open-indicator:before {
  border-color: #00A8E0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  height: 14px;
  vertical-align: top;
  transform: rotate(133deg);
  box-sizing: inherit;
  width: 14px;
}
.select-dark-vue-select .v-select .dropdown-toggle .clear {
  display: none;
}
.select-dark-vue-select .v-select .open-indicator {
  position: absolute;
  bottom: 6px;
  right: 19px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  height: 31px;
}

.select-light-vue-select .dropdown-menu {
  max-height: 182px !important;
}
.select-light-vue-select .dropdown-toggle.clearfix {
  box-shadow: inset 0px 0px 0px 2px #003781;
  /* height: 90px; */
  background-color: #FFF;
  border: 0px;
  border-radius: 0px;
  padding-left: 2px;
}
.select-light-vue-select .dropdown-toggle.clearfix input {
  height: 46px !important;
  color: #1C1C2B;
  font-size: 16px !important;
  font-family: "Allianz Neo", Arial;
}
.select-light-vue-select .dropdown-toggle.clearfix span.selected-tag {
  height: 42px;
  display: flex;
  line-height: 34px !important;
  color: #1C1C2B;
  font-size: 16px;
  position: absolute;
  font-family: "Allianz Neo", Arial;
  padding-left: 4px;
}
.select-light-vue-select .v-select .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border-top: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #FFF;
}
.select-light-vue-select .v-select .dropdown-menu > .highlight > a {
  background: #00A8E0;
  color: #FFF;
}
.select-light-vue-select .v-select .dropdown-menu .active > a {
  color: #00A8E0;
  background: rgba(50, 50, 50, 0.1);
}
.select-light-vue-select .v-select li {
  line-height: 2.428571;
}
.select-light-vue-select .v-select .open-indicator:before {
  border-color: #00A8E0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  height: 14px;
  vertical-align: top;
  transform: rotate(133deg);
  box-sizing: inherit;
  width: 14px;
}
.select-light-vue-select .v-select .dropdown-toggle .clear {
  display: none;
}
.select-light-vue-select .v-select .open-indicator {
  position: absolute;
  bottom: 6px;
  right: 19px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  height: 28px;
}

.question__answers {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px;
  padding: 0px;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}

.question__answer {
  margin: 0px;
  list-style-type: none;
  padding: 10px 15px;
  width: 100%;
}
.question__answer .question__answer-label {
  border: solid 4px currentColor;
  padding: 15px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1em;
}
.question__answer:hover .question__answer-label, .question__answer.selected .question__answer-label {
  color: #3AA6DF;
}

.validation-respond {
  padding-top: 5px;
  color: #E84C3D;
}
.validation-respond--movedup {
  margin-top: -30px;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #01a8e0;
  border-color: #01a8e0;
}

.flatpickr-day {
  line-height: 37px;
}

.field-group__space {
  height: 40px;
}
.field-group__space--small {
  height: 40px !important;
}

.field-group__field-input-radio {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: 30px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  margin-top: 24px;
}

input[type=radio].css-checkbox + label.css-label {
  padding: 10px;
  border: solid 4px #003781;
  background-color: #003781;
  display: flex;
  margin: 5px 10px;
  max-width: calc(100% - 20px);
  min-width: calc(100% - 20px);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
  cursor: pointer;
  text-align: left;
  color: #FFF;
}

input[type=radio].css-checkbox:checked + label.css-label {
  border: solid 4px #00A8E0;
  background-color: #00A8E0;
}

label.css-label small {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.1em;
  font-weight: normal;
}

label.css-label.css-label--logo {
  background-color: #FFF !important;
  padding: 6px !important;
  justify-content: center;
  align-items: center;
  min-height: 80px !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
  max-width: calc(16.66% - 10px) !important;
  min-width: calc(16.66% - 10px) !important;
}
label.css-label.css-label--logo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  label.css-label.css-label--logo {
    max-width: calc(20% - 10px) !important;
    min-width: calc(20% - 10px) !important;
  }
}
@media (max-width: 767px) {
  label.css-label.css-label--logo {
    max-width: calc(33.33% - 10px) !important;
    min-width: calc(33.33% - 10px) !important;
  }
}

label.css-label--small {
  max-width: calc(50% - 20px) !important;
  min-width: calc(50% - 20px) !important;
  min-height: 48px !important;
  padding: 8px !important;
}

label.css-label--medium {
  max-width: calc(50% - 20px) !important;
  min-width: calc(50% - 20px) !important;
  min-height: 60px !important;
  padding: 8px !important;
}

label.css-label--small--3col {
  max-width: calc(50% - 20px) !important;
  min-width: calc(33.33% - 20px) !important;
  min-height: 50px !important;
  padding: 8px !important;
}

.css-label--with-description {
  flex-direction: column;
}

.field-group__field-input-radio__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0.5em;
}

.field-group__field-input-checkbox {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.field-group__field-input-checkbox--margined {
  margin-left: 0px;
  margin-right: -30px;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: initial !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 50px;
  width: 35px;
  margin: 10px;
  padding: 0;
  border: 0;
  margin-left: 26px;
}

input[type=checkbox].css-checkbox + label.checkbox-label {
  padding-left: 60px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  min-width: calc(50% - 20px);
  margin: 10px;
  text-align: left;
  background-size: 50px 1300px;
}

input[type=checkbox].css-checkbox:checked + label.checkbox-label {
  background-position: 0 -1250px;
}

label.checkbox-label {
  background-image: url(../assets/imgs/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox-label--white {
  background-image: url(../assets/imgs/checkbox-white.png);
}

input.input-button.input-button--transparent {
  background-color: transparent;
  font-size: 0.75em;
  margin-right: auto;
  padding: 0px;
  white-space: pre-wrap;
  text-align: left;
  line-height: 1.1em;
}

.bottom_border_small_padding {
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}

.disclaimer {
  font-size: 1.3rem;
  text-align: justify;
  line-height: 1.2em;
}

.table {
  width: 100%;
  font-size: 1.4rem;
}
.table table {
  width: 100%;
  table-layout: fixed;
}
.table tbody tr {
  background-color: #f8f7f7;
  border-bottom: solid 7px #FFF;
}

.view-switch__list {
  display: none;
  margin-bottom: 0px;
}

.view-switch__select, .chart-switch__select {
  background-color: #003781;
  color: #FFFFFF;
  position: relative;
  margin-top: 20px;
}
.view-switch__select:after, .chart-switch__select:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("../assets/imgs/icon-arrow-down.svg");
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transition: all 0.3s;
  border-top: solid 1px transparent;
}
.view-switch__select select, .chart-switch__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #FFFFFF;
  background: transparent;
  border: none;
  text-transform: uppercase;
  border-left: 1px solid #003781;
  border-radius: 0px;
  font-weight: bold;
  font-size: 16px;
  height: 46px;
  padding: 5px 20px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
}
.view-switch__select select:hover, .view-switch__select select:focus, .chart-switch__select select:hover, .chart-switch__select select:focus {
  outline: none;
}
.view-switch__select select::-ms-expand, .chart-switch__select select::-ms-expand {
  display: none;
}
.view-switch__select select option, .chart-switch__select select option {
  color: #003781;
}

.faq__question h4, .faq__question .like-h4 {
  padding: 24px 0px;
  margin-bottom: 0px;
  display: block;
  position: relative;
  line-height: 1.1em;
  padding-left: 70px;
  cursor: pointer;
  color: #1C1C2B;
}
.faq__question h4:after, .faq__question .like-h4:after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-image: url("../assets/imgs/icon-arrow-down.svg");
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transition: all 0.3s;
  border-top: solid 1px transparent;
}
.faq__question h4:before, .faq__question .like-h4:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-color: #00A8E0;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  transition: all 0.3s;
}
.faq__question h4:hover:after, .faq__question .like-h4:hover:after {
  opacity: 0.5;
}
.faq__question .question__content {
  padding-left: 70px;
  transition: opacity 0.5s;
  opacity: 0;
}
.faq__question .question__content a {
  color: currentColor;
  text-decoration: underline;
}
.faq__question .question__content p:last-child {
  margin-bottom: 30px;
}

.faq__question[data-expanded="yes"] .question__content {
  opacity: 1;
}
.faq__question[data-expanded="yes"] h4:after, .faq__question[data-expanded="yes"] .like-h4:after {
  transform: translate3d(0px, -50%, 0px) rotate(-180deg);
}

#footer {
  background-color: #FFFFFF;
  color: #414141;
  padding: 10px 0px 10px;
  font-size: 1.4rem;
  box-shadow: 0px 1000px 0px 1000px #FFF;
}
#footer .row .col {
  padding: 3px 15px;
}

.footer__nav li {
  padding: 0px 10px;
  border-right: solid 1px #C1C1C1;
}
.footer__nav li:first-child {
  padding-left: 0px;
}
.footer__nav li:last-child {
  padding-right: 0px;
  border-right: solid 0px #C1C1C1;
}

.footer__secured-badge {
  display: block;
  width: 60px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../assets/imgs/icon-secured.png");
}

.pagination {
  padding: 0px;
  margin: 0px;
}

.pagination__item {
  display: inline-block;
  float: left;
  margin: 0px;
}
.pagination__item:first-child a {
  margin-left: 0px !important;
}
.pagination__item:last-child a {
  margin-right: 0px !important;
}

.pagination__link {
  height: 36px;
  line-height: 36px;
  display: block;
  font-size: 1.4rem;
  border: solid 1px #C1C1C1;
  margin-left: -1px !important;
  text-align: center;
  min-width: 35px;
  padding: 0px 6px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}
.pagination__link:hover, .pagination__link:focus {
  color: #FFFFFF;
  background-color: #00A8E0;
  border-color: #00A8E0;
}
.pagination__link--brand {
  margin: 0 5px !important;
  background-color: #003781;
  border-color: #003781;
  color: #FFFFFF;
}
.pagination__link--inactive {
  color: #C1C1C1;
  background-color: #f8f7f7;
  pointer-events: none;
}
.pagination__link--arrow {
  font-size: 36px;
  line-height: 30px;
  font-family: Verdana;
  font-weight: 400;
}

.news-list {
  display: block;
  width: 100%;
}
.news-list .news-list__files {
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
}
.news-list .news-list__files .news-list__file {
  padding: 5px;
  display: inline-flex;
  color: #1C1C2B !important;
}
.news-list .news-list__files .news-list__file .news-list__file-description {
  display: flex;
  background-color: #e2e2e2;
  max-width: 600px;
  font-size: 0.8em;
  line-height: 1.1em;
}
.news-list .news-list__files .news-list__file .news-list__file-description .news-list__file-extension {
  background-color: #003781;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.news-list .news-list__files .news-list__file .news-list__file-description .news-list__file-name {
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list .news-list__files .news-list__file:hover .news-list__file-extension {
  background-color: #1C1C2B;
}
.news-list > ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.news-list > ul > li {
  display: block;
  list-style-type: none;
  margin: 8px 0px;
  background-color: #f8f7f7;
}
.news-list > ul > li:before {
  display: none;
}
.news-list > ul > li .news-list__single {
  position: relative;
  padding: 20px 30px;
  padding-bottom: 75px;
}
.news-list > ul > li .news-list__single h3, .news-list > ul > li .news-list__single .like-h3 {
  font-size: 1.2em;
  color: #414141;
  margin-bottom: 0px;
  color: #00A8E0;
}
@media (max-width: 767px) {
  .news-list > ul > li .news-list__single {
    padding: 20px 15px;
  }
}
.news-list > ul > li .news-list__single--without-button {
  padding-bottom: 20px;
}
.news-list > ul > li .news-list__single time {
  margin-bottom: 15px;
  display: block;
}
.news-list > ul > li .news-list__button {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  height: 46px;
  text-align: left;
  color: #35495e;
}

.multiselect.dark, .multiselect.like-button {
  color: #FFF;
}

.multiselect.dark .multiselect__tags {
  border: 2px solid #00a8e0;
  background: #003781;
}

.multiselect.like-button .multiselect__tags {
  border: 2px solid #00a8e0;
  background: #14A8DA;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  opacity: 0.6;
}

.multiselect--active {
  z-index: 1;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect.dark .multiselect__input,
.multiselect.dark .multiselect__single {
  background: #00377E;
  color: #FFF;
}

.multiselect.like-button .multiselect__input,
.multiselect.like-button .multiselect__single {
  background: #0CA8DD;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding-left: 34px;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.dark .multiselect__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.dark .multiselect__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.dark .multiselect__input::placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  height: 46px;
  display: block;
  padding: 11px 40px 0 8px;
  border-radius: 0px;
  border: 2px solid #003781;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 44px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #003781 transparent transparent;
  content: "";
}

.multiselect.dark .multiselect__select:before, .multiselect.like-button .multiselect__select:before {
  border-color: #0CA8DD transparent transparent;
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.dark .multiselect__content-wrapper, .like-button .multiselect__content-wrapper {
  background: #002d68;
  box-shadow: 0px 5px 10px #00000045;
  border: 0px;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #00a8e0;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #00a8e0;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: rgba(237, 237, 237, 0);
  color: rgba(62, 204, 251, 0.44);
}

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
.number-input__value {
  display: flex;
}
.number-input__value input {
  flex: 1;
  text-align: center;
}

.number-input__button {
  height: 46px !important;
  width: 46px !important;
  min-width: 46px !important;
  margin: 0px;
  cursor: pointer !important;
  font-size: 27px !important;
  background-position: center center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  text-indent: 1000px;
  overflow: hidden;
}
.number-input__button--plus {
  background-image: url(../assets/imgs/icon-plus.svg);
}
.number-input__button--minus {
  background-image: url(../assets/imgs/icon-minus.svg);
}

.number-input__unit {
  height: 46px !important;
  width: 46px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003781;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}

.number-input__tooltip {
  min-height: 46px;
  height: auto;
  display: flex;
  background-color: #f8f7f7;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  line-height: 1em;
}
@media (max-width: 767px) {
  .number-input__tooltip {
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    justify-content: center;
  }
}
.number-input__tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f8f7f7 transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
}
@media (max-width: 767px) {
  .number-input__tooltip:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f8f7f7 transparent;
    left: 50%;
    top: -10px;
    transform: translate3d(-50%, 0px, 0px);
  }
}

.questions-slider-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.questions-slider {
  height: calc(100vh - 120px);
  width: 100%;
  margin: auto;
  position: static;
  overflow: visible;
}
.questions-slider .questions-slider__roll {
  position: static;
  height: 100%;
  width: 50000px;
  left: 0;
  top: 0;
}
.questions-slider .questions-slider__slide {
  width: 100vw;
  height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 40px 15px;
  float: left;
  transform: translate3d(0%, 0px, 0px);
  transition: opacity 0.8s, transform 0.8s;
}
.questions-slider .questions-slider__slide--inactive {
  opacity: 0.4;
  pointer-events: none;
}
.questions-slider .questions-slider__slide--next {
  opacity: 0;
  pointer-events: none;
}

.omit {
  width: 0%;
}

.question-text a {
  color: #00A8E0;
}
.question-text a:hover {
  color: #FFF;
}
.question-text small {
  font-size: 0.8em;
  line-height: 1.4em;
  display: block;
}
.question-text ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
}
.question-text ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.question-text ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: #00A8E0;
  left: 0px;
  top: 7px;
  position: absolute;
}

.wyswig-text a {
  color: #00A8E0;
}
.wyswig-text a:hover {
  color: #003781;
}
.wyswig-text small {
  font-size: 0.8em;
  line-height: 1.4em;
  display: block;
}
.wyswig-text ul {
  padding: 0px;
  margin: 0px;
  margin-bottom: 1em;
}
.wyswig-text ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.wyswig-text ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  display: block;
  background-color: #00A8E0;
  left: 0px;
  top: 7px;
  position: absolute;
}
.wyswig-text ul ol.alpha {
  padding-left: 15px;
  margin-top: 10px !Important;
}
.wyswig-text ul ol.disc li {
  list-style-type: disc !important;
  counter-reset: section;
  padding-left: 15px;
  margin-top: 10px !Important;
}
.wyswig-text ul.counter-increment-text li {
  counter-increment: section;
}
.wyswig-text ul.counter-increment-text li:before {
  background-color: transparent !important;
  content: "" counter(section) ") ";
  padding-right: 5px;
  text-align: left;
}
.wyswig-text ul ul {
  margin-top: 10px !Important;
}
.wyswig-text ul ul li:before {
  background-color: transparent !important;
  border: solid 1px #00A8E0;
}

ol {
  padding-left: 20px;
}
ol.alpha {
  list-style-type: lower-alpha;
}
ol.decimal {
  list-style-type: decimal;
}
ol li {
  margin-bottom: 8px;
}
ol li:before {
  display: none !important;
}
ol ol, ol ul {
  margin-top: 10px !important;
}

@media (max-width: 575px) {
  .question h1, .question .like-h1 {
    font-size: 1.7em;
  }
}
@media (min-width: 576px) {
  .questions-slider, .questions-slider .questions-slider__slide {
    max-width: 100vw;
  }
  .questions-slider .col-12, .questions-slider .questions-slider__slide .col-12 {
    max-width: 540px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .questions-slider, .questions-slider .questions-slider__slide {
    max-width: 100vw;
    height: calc(100vh - 160px);
  }
  .questions-slider .col-12, .questions-slider .questions-slider__slide .col-12 {
    max-width: 720px;
    margin: auto;
  }

  .questions-slider__slide {
    display: flex;
    align-items: center;
  }
  .questions-slider__slide.questions-slider__slide--noflex {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .questions-slider, .questions-slider .questions-slider__slide {
    max-width: 100vw;
    height: calc(100vh - 198px);
  }
  .questions-slider .col-12, .questions-slider .questions-slider__slide .col-12 {
    max-width: 960px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .questions-slider, .questions-slider .questions-slider__slide {
    max-width: 100vw;
    height: calc(100vh - 218px);
  }
  .questions-slider .col-12, .questions-slider .questions-slider__slide .col-12 {
    max-width: 1140px;
    margin: auto;
  }
}
.form-progress-holder {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
}

.form-progress__push {
  height: 98px;
}
@media (max-width: 991px) {
  .form-progress__push {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .form-progress__push {
    height: 60px;
  }
}

.col-small-padding {
  padding-right: 5px;
  padding-left: 5px;
}

.flex-1 {
  flex: 1;
}

.form-progress {
  background-color: #00A8E0;
  padding: 8px 0px;
}
.form-progress .form-progress__button {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 2px;
  background-color: #003781;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
}
.form-progress .form-progress__button:hover, .form-progress .form-progress__button:focus {
  background-color: #002D69;
}
.form-progress .form-progress__button--inactive, .form-progress .form-progress__button.inactive {
  opacity: 0.4;
  pointer-events: none;
}
.form-progress .form-progress__button--prev {
  background-image: url(../assets/imgs/icon-arrow-left-white.svg);
}
.form-progress .form-progress__button--next {
  background-image: url(../assets/imgs/icon-arrow-right-white.svg);
}
.form-progress .form-progress__bar {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: fixed;
  position: relative;
}
.form-progress .form-progress__bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 4px;
  left: 0%;
  background: #FFFFFF;
}
.form-progress .form-progress__bar-point {
  display: block;
  position: relative;
  width: 33.33%;
  max-width: 110px;
  text-align: center;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: bold;
  line-height: 10px;
  padding-top: 16px;
}
.form-progress .form-progress__bar-point:first-child:after {
  content: "";
  width: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #01a8e0;
  height: 14px;
  z-index: 2;
}
.form-progress .form-progress__bar-point:last-child:after {
  content: "";
  width: 50%;
  position: absolute;
  right: -1px;
  top: 0px;
  background-color: #01a8e0;
  height: 14px;
  z-index: 2;
}
.form-progress .form-progress__bar-point:before {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  border: solid 2px #FFFFFF;
  border-radius: 50%;
  content: "";
  top: 0px;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  background-color: #00A8E0;
  z-index: 4;
  box-shadow: 0px 0px 0px 2px #00A8E0;
}
.form-progress .form-progress__bar-point--active:before {
  border: solid 2px #FB7E01;
  background-color: #FB7E01;
}

[v-cloak] {
  display: none;
}

.infobox {
  background-color: #003781;
  padding: 15px;
  border-radius: 0px;
  border: solid 2px #00A8E0;
  line-height: 1.2em;
  animation: 1s ease-out 0s 1 showIn;
  margin-bottom: 30px;
}
.infobox h1, .infobox .like-h1, .infobox h2, .infobox .like-h2, .infobox h3, .infobox .like-h3, .infobox ul, .infobox p, .infobox span {
  margin-bottom: 0px;
}
.infobox .infobox__title {
  font-size: 1.2em;
  color: #00A8E0;
}
.infobox p:first-child {
  margin-top: 5px;
}
.infobox:not(.infobox--action) {
  font-size: 0.9em;
}
.infobox.infobox--action p {
  margin-bottom: 20px;
}
.infobox.infobox--action .infobox__title {
  margin-bottom: 10px;
}
.infobox--error {
  border-color: #E84C3D;
}
.infobox--error .infobox__title {
  color: #E84C3D;
}
.infobox--success {
  border-color: #5CD2B9;
}
.infobox--success .infobox__title {
  color: #5CD2B9;
}
.infobox--warning {
  border-color: #FB7E01;
}
.infobox--warning .infobox__title {
  color: #FB7E01;
}
.infobox--on-white {
  color: #1C1C2B;
  background-color: rgba(0, 168, 224, 0.1);
}
.infobox--on-white.infobox--error {
  background-color: rgba(232, 76, 61, 0.1);
}
.infobox--on-white.infobox--success {
  background-color: rgba(92, 210, 185, 0.1);
}
.infobox--on-white.infobox--warning {
  background-color: rgba(251, 126, 1, 0.1);
}

@keyframes showIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login-form__holder {
  padding: 20px 5px;
  width: 100%;
  position: relative;
  padding-bottom: 70px;
}
.login-form__holder .button {
  position: absolute;
  left: 5px;
  bottom: 20px;
}

.no-account__question {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.no-account__header {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 25px;
}

.a24-message {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5em;
  display: block;
  margin-bottom: 85px;
  margin-top: 30px;
}

.sti-message {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.infoline {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
  font-size: 1.06em;
  line-height: 1.2em;
}
.infoline a {
  color: currentColor;
  transition: color 0.3s;
}
.infoline a:hover, .infoline a:focus {
  color: #00A8E0;
}
.infoline small {
  display: block;
  font-weight: normal;
  line-height: 1.2em;
}

@media (min-width: 576px) {
  .sm-order-5 {
    order: 5;
  }

  .dropdown-menu {
    position: relative;
  }

  .dropdown-menu__list {
    min-width: 300px;
  }

  .dropdown-menu__list--two-col-sm {
    min-width: 540px;
  }
  .dropdown-menu__list--two-col-sm li {
    width: 50%;
    float: left;
  }

  h1, .like-h1, .like-h1 {
    font-size: 3.8rem;
  }

  h2, .like-h2, .like-h2 {
    font-size: 2.8rem;
  }

  .chart-stacked-single-bar__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .chart-stacked-single-bar__label {
    margin-bottom: 0px;
  }

  .chart-stacked-single-bar__expand-button--small-on-sm {
    font-size: 12px;
  }

  .information-table__list {
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
  }

  .information-table__item {
    padding: 0px 15px;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .information-table__item:nth-last-child(2) {
    margin-bottom: 0px;
  }

  .information-table--vertical .information-table__list {
    display: block;
  }
  .information-table--vertical .information-table__item {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-left: 15px;
  }

  .field-group__field {
    display: flex;
    width: 100%;
  }

  .field-group__field-label {
    margin: 0px;
    width: 100%;
    min-width: 120px;
    max-width: 240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
  }
  .field-group__field-label--fixed {
    min-width: 110px;
    max-width: 110px;
  }

  .field-group__field--50 .field-group__field-label {
    margin: 0px;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
  }
  .field-group__field--50 .field-group__field-label--fixed {
    min-width: 110px;
    max-width: 110px;
  }

  .transaction-form .field-group__field-label {
    max-width: 150px;
  }

  .button--login {
    max-width: 290px;
  }

  .infoline {
    font-size: 1.4em;
    line-height: 1.2em;
    padding-top: 30px;
  }

  .question__answer {
    padding: 15px;
    width: 50%;
  }
  .question__answer .question__answer-label {
    border: solid 4px currentColor;
  }
}
@media (min-width: 768px) {
  .input--large {
    border: solid 4px #00A8E0;
    height: 90px;
    font-size: 36px;
    padding: 0px 20px;
  }

  .flatpickr-input {
    height: 90px !important;
    border: solid 4px #00A8E0;
    font-size: 36px;
    padding: 0px 20px;
  }

  .modal {
    padding: 30px;
    width: 90%;
  }

  .login-form__holder--button-right .button {
    left: initial !important;
    right: 5px;
  }

  .no-account__question {
    font-size: 1.2em;
  }

  .no-account__header {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .form-progress {
    padding: 15px 0px;
  }
  .form-progress .form-progress__bar-point {
    font-size: 12px;
    line-height: 14px;
    padding-top: 22px;
  }
  .form-progress .form-progress__bar-point:before {
    width: 14px;
    height: 14px;
  }
  .form-progress .form-progress__bar:after {
    top: 6px;
  }

  h1, .like-h1, .like-h1 {
    font-size: 5.6rem;
  }

  h2, .like-h2, .like-h2 {
    font-size: 3.6rem;
  }

  h3, .like-h3, .like-h3 {
    font-size: 2.6rem;
  }

  h4, .like-h4, .like-h4 {
    font-size: 1.9rem;
  }

  h5, .like-h5, .like-h5 {
    font-size: 1.6rem;
  }

  h6, .like-h6, .like-h6 {
    font-size: 1.6rem;
  }
  h6.small, .small.like-h6, .like-h6.small {
    font-size: 1.4rem;
  }

  .header__nav {
    font-size: 1.6rem;
  }

  #header .container {
    padding: 0px 15px;
  }
  #header .container .col {
    /*padding-right: 15px;*/
    padding-left: 15px;
  }

  .header__logo {
    background-image: url("../assets/imgs/allianz_logo.jpg");
    width: 105px;
    margin-left: 0px;
  }

  .header__push {
    height: 80px;
  }

  .header__logo {
    height: 80px;
  }

  .header__nav > ul > li > a, .header__nav > ul > li > span {
    height: 80px;
  }

  .dropdown-menu__element a {
    height: 55px;
  }

  .dropdown-menu__list--two-col-sm {
    min-width: 300px;
  }
  .dropdown-menu__list--two-col-sm li {
    width: 100%;
    float: initial;
  }

  .margin-bottom-medium {
    margin-bottom: 2em;
  }

  .margin-bottom-large {
    margin-bottom: 4em;
  }

  .button:not(.button--small) {
    min-width: 160px;
    height: 56px;
  }

  .button--small {
    margin-top: 0px;
  }

  .button--login {
    max-width: 490px;
  }

  .page-section {
    width: 100%;
  }
  .page-section--padding {
    padding: 75px 0px;
  }
  .page-section--padding-bottom {
    padding-bottom: 75px;
  }
  .page-section--fullscreen {
    height: calc(100vh - 80px);
  }

  .pagination__link {
    height: 46px;
    line-height: 46px;
    min-width: 45px;
    padding: 0px 12px;
  }
  .pagination__link--arrow {
    line-height: 39px;
  }

  .information-table {
    padding: 25px 30px 35px;
  }

  .information-table--vertical .information-table__list {
    display: block;
  }
  .information-table--vertical .information-table__item {
    display: flex;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }

  .information-table__item ul {
    margin-top: 0px;
  }

  .view-switch[data-count="1"] .view-switch__select, .view-switch[data-count="1"] .chart-switch__select, .view-switch[data-count="2"] .view-switch__select, .view-switch[data-count="2"] .chart-switch__select, .view-switch[data-count="3"] .view-switch__select, .view-switch[data-count="3"] .chart-switch__select, .view-switch[data-count="4"] .view-switch__select, .view-switch[data-count="4"] .chart-switch__select {
    display: none;
  }
  .view-switch[data-count="1"] .view-switch__list, .view-switch[data-count="2"] .view-switch__list, .view-switch[data-count="3"] .view-switch__list, .view-switch[data-count="4"] .view-switch__list {
    display: flex;
  }
  .view-switch[data-count="1"] .view-switch__item, .view-switch[data-count="2"] .view-switch__item, .view-switch[data-count="3"] .view-switch__item, .view-switch[data-count="4"] .view-switch__item {
    float: left;
    max-width: 240px;
    flex: 1;
  }
  .view-switch[data-count="1"] .view-switch__item a, .view-switch[data-count="2"] .view-switch__item a, .view-switch[data-count="3"] .view-switch__item a, .view-switch[data-count="4"] .view-switch__item a {
    height: 46px;
    border: solid 2px #003781;
    border-right: 0px;
    color: #003781;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
  }
  .view-switch[data-count="1"] .view-switch__item:last-child a, .view-switch[data-count="2"] .view-switch__item:last-child a, .view-switch[data-count="3"] .view-switch__item:last-child a, .view-switch[data-count="4"] .view-switch__item:last-child a {
    border: solid 2px #003781;
  }
  .view-switch[data-count="1"] .view-switch__item--active, .view-switch[data-count="2"] .view-switch__item--active, .view-switch[data-count="3"] .view-switch__item--active, .view-switch[data-count="4"] .view-switch__item--active {
    pointer-events: none;
  }
  .view-switch[data-count="1"] .view-switch__item--active a, .view-switch[data-count="2"] .view-switch__item--active a, .view-switch[data-count="3"] .view-switch__item--active a, .view-switch[data-count="4"] .view-switch__item--active a {
    background-color: #003781;
    color: #FFFFFF;
  }

  .product-list__always-visible-content {
    padding: 25px 30px;
  }

  .product-list__expandable-content {
    padding: 25px 30px;
  }

  .product-list__attribute {
    font-size: 1.8rem;
    margin: 0px;
  }

  .chart__range-select li {
    padding: 5px;
    width: auto;
    min-width: auto;
    max-width: auto;
    flex: 1 0 auto;
  }

  fieldset div:nth-child(2) input {
    padding: 5px;
    width: auto;
    min-width: auto;
    max-width: auto;
    flex: 1 0 auto;
  }

  #chart_fund {
    margin-bottom: 60px;
    height: 400px;
  }

  .frame {
    padding: 15px 30px;
  }

  #footer {
    font-size: 1.6rem;
    padding: 15px 0px 15px;
  }
  #footer .row {
    display: flex;
  }
  #footer .row .col {
    padding: 0px 15px;
  }

  .footer__secured-badge {
    width: 90px;
    height: 47px;
  }

  .transaction-form .field-group__field-label {
    max-width: 240px;
  }

  .select-dark-vue-select .dropdown-toggle.clearfix {
    box-shadow: inset 0px 0px 0px 4px #00A8E0;
  }
  .select-dark-vue-select .dropdown-toggle.clearfix input {
    height: 90px !important;
    font-size: 36px !important;
  }
  .select-dark-vue-select .dropdown-toggle.clearfix span.selected-tag {
    height: 86px;
    line-height: 78px !important;
    font-size: 36px;
    padding-left: 14px;
  }
  .select-dark-vue-select .v-select .open-indicator:before {
    border-width: 4px 4px 0 0;
    height: 20px;
    width: 20px;
  }
  .select-dark-vue-select .v-select .open-indicator {
    bottom: 6px;
    right: 32px;
    height: 52px;
  }

  .question__answer .question__answer-label {
    border: solid 4px currentColor;
    padding: 20px;
    font-size: 32px;
  }

  .field-group__space {
    height: 80px;
  }

  input[type=radio].css-checkbox + label.css-label {
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
    font-size: 22px;
    padding: 20px;
    min-height: 90px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .field-group__field-input-radio {
    margin-top: 20px;
  }

  .field-group__field-input-radio--i4 input[type=radio].css-checkbox + label.css-label {
    max-width: calc(25% - 20px);
    min-width: calc(25% - 20px);
    font-size: 22px;
    padding: 20px;
    min-height: 90px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .field-group__field-input-radio--i2 input[type=radio].css-checkbox + label.css-label {
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    font-size: 22px;
    padding: 20px;
    min-height: 90px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .field-group__field-input-radio--i3 input[type=radio].css-checkbox + label.css-label {
    font-size: 22px;
  }

  .chart-stacked-single-bar__expand-button--small-on-sm {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .table thead {
    display: none;
  }
  .table th, .table td {
    padding: 5px 10px;
    display: block;
  }
  .table tbody tr {
    background-color: #f8f7f7;
    border-bottom: solid 7px #FFF;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 15px 0px;
  }
  .table tbody tr td {
    order: 20;
    padding: 0px 15px !important;
  }
  .table tbody tr .table__row-title {
    order: 1;
    font-weight: bold;
    font-size: 1.2em;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }
  .table tbody tr .text-overflow-ellipsis {
    overflow: visible;
    white-space: normal;
    display: inline;
  }
  .table tbody tr .table__row-total {
    order: 2;
    font-weight: bold;
    font-size: 1.2em;
    width: 40%;
    min-width: 40%;
    max-width: 40%;
    text-align: right;
  }
  .table tbody tr .table__row-type {
    order: 3;
    font-weight: bold;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .table tbody tr .table__row-before-addon {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .table tbody tr .table__row-before-addon:before {
    content: attr(data-before) ": ";
  }
  .table tbody tr .table__row-action {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }
  .table tbody tr .table__row-hidden-on-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .login-form__holder {
    padding: 30px 15px;
    padding-bottom: 100px;
  }
  .login-form__holder .button {
    position: absolute;
    left: 15px;
    bottom: 30px;
  }

  .login-form__holder--button-right .button {
    left: auto;
    right: 15px;
  }

  .login-form__holder--cut-corner:after {
    position: absolute;
    right: -15px;
    bottom: 0;
    content: '';
    border-bottom: 24px solid #002D69;
    border-left: 24px solid transparent;
  }

  .no-account__question {
    font-size: 1.4em;
  }

  .no-account__header {
    font-size: 60px;
  }

  .form-progress {
    padding: 20px 0px;
  }
  .form-progress .form-progress__bar-point {
    font-size: 14px;
    line-height: 18px;
    padding-top: 22px;
  }

  h1, .like-h1, .like-h1 {
    font-size: 6.6rem;
  }

  h2, .like-h2, .like-h2 {
    font-size: 4.25rem;
  }

  h3, .like-h3, .like-h3 {
    font-size: 3rem;
  }

  h4, .like-h4, .like-h4 {
    font-size: 2.2rem;
  }

  h5, .like-h5, .like-h5 {
    font-size: 1.9rem;
  }

  h6, .like-h6, .like-h6 {
    font-size: 1.6rem;
  }
  h6.small, .small.like-h6, .like-h6.small {
    font-size: 1.4rem;
  }

  .information-table__item {
    margin-bottom: 40px;
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
  .information-table__item:nth-last-child(3) {
    margin-bottom: 0px;
  }

  .information-table__item-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .information-table__item-content a {
    margin-left: 20px;
    margin-top: 0px;
  }

  .information-table__item ul li a span, .information-table__item ul li .information-table__box span {
    display: inline;
  }

  .button:not(.button--small) {
    font-size: 2.1rem;
    min-width: 200px;
    height: 70px;
  }

  .button--small {
    margin-top: 0px;
  }

  .button--login {
    max-width: 290px;
  }

  .table__row--wide {
    max-width: 220px;
    width: 220px;
  }

  .table__row--slim {
    max-width: 130px;
    width: 130px;
  }

  .table__row--super-slim {
    max-width: 94px;
    width: 94px;
  }

  .table thead {
    display: table-header-group;
    color: #00A8E0;
    font-weight: bold;
  }
  .table th, .table td {
    vertical-align: top;
    padding: 20px 5px;
    display: table-cell;
  }
  .table th:first-child, .table td:first-child {
    padding-left: 15px;
  }
  .table th:last-child, .table td:last-child {
    padding-right: 15px;
  }

  .header__logo {
    width: 145px;
  }

  .header__push {
    height: 100px;
  }

  .header__logo {
    height: 100px;
  }

  .header__nav > ul > li > a, .header__nav > ul > li > span {
    height: 100px;
    padding: 0px 10px;
  }

  .dropdown-menu__label {
    padding-right: 26px !important;
  }
  .dropdown-menu__label:not(.dropdown-menu__label--without-arrow):after {
    right: 10px;
  }

  .user {
    padding-right: 25px;
  }

  .user__names, .user__lastname {
    display: block;
  }

  .user__last-login {
    display: block;
  }

  .user-mobile {
    display: none;
  }

  .question__answer {
    width: 33.333%;
  }
  .question__answer .question__answer-label {
    border: solid 6px currentColor;
    padding: 20px;
    font-size: 32px;
  }

  input[type=radio].css-checkbox + label.css-label {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h1, .like-h1, .like-h1 {
    font-size: 7.8rem;
  }

  h2, .like-h2, .like-h2 {
    font-size: 5.0rem;
  }

  h3, .like-h3, .like-h3 {
    font-size: 3.6rem;
  }

  h4, .like-h4, .like-h4 {
    font-size: 2.6rem;
  }

  h5, .like-h5, .like-h5 {
    font-size: 2.2rem;
  }

  h6, .like-h6, .like-h6 {
    font-size: 1.6rem;
  }
  h6.small, .small.like-h6, .like-h6.small {
    font-size: 1.4rem;
  }

  .header__push {
    height: 120px;
  }

  .header__logo {
    height: 120px;
  }

  .header__nav > ul > li > a, .header__nav > ul > li > span {
    height: 120px;
  }

  .table__row--wide {
    max-width: 260px;
    width: 260px;
  }
}
.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  transition: none !important;
}

.tippy-popper {
  max-width: 400px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px);
}
.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px;
}
.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px;
}
.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
}
.tippy-popper[x-placement^=top] [x-circle] {
  transform-origin: 0% 33%;
}
.tippy-popper[x-placement^=top] [x-circle].enter {
  transform: scale(1) translate(-50%, -55%);
  opacity: 1;
}
.tippy-popper[x-placement^=top] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: white;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.tippy-popper[x-placement^=top] [data-animation=perspective] {
  transform-origin: bottom;
}
.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(-10px) rotateX(0);
}
.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(90deg);
}
.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0);
}
.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(-10px) scale(1);
}
.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0);
}
.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px;
}
.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px;
}
.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px;
}
.tippy-popper[x-placement^=bottom] [x-circle] {
  transform-origin: 0% -50%;
}
.tippy-popper[x-placement^=bottom] [x-circle].enter {
  transform: scale(1) translate(-50%, -45%);
  opacity: 1;
}
.tippy-popper[x-placement^=bottom] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: white;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  transform-origin: top;
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(10px) rotateX(0);
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(-90deg);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0);
}
.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(10px) scale(1);
}
.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0);
}
.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0;
}
.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px;
}
.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px;
}
.tippy-popper[x-placement^=left] [x-circle] {
  transform-origin: 50% 0%;
}
.tippy-popper[x-placement^=left] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.tippy-popper[x-placement^=left] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: white;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tippy-popper[x-placement^=left] [data-animation=perspective] {
  transform-origin: right;
}
.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(-10px) rotateY(0);
}
.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(-90deg);
}
.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0);
}
.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(-10px) scale(1);
}
.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0);
}
.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0;
}
.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px;
}
.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px;
}
.tippy-popper[x-placement^=right] [x-circle] {
  transform-origin: -50% 0%;
}
.tippy-popper[x-placement^=right] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.tippy-popper[x-placement^=right] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: white;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tippy-popper[x-placement^=right] [data-animation=perspective] {
  transform-origin: left;
}
.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(10px) rotateY(0);
}
.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(90deg);
}
.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0);
}
.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(10px) scale(1);
}
.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0);
}
.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7);
}
.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent;
}
.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: white;
}
.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  position: relative;
  color: white;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0.4rem 0.8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333;
}
.tippy-tooltip--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}
.tippy-tooltip--big {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}
.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}
.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}
.tippy-tooltip[data-inertia] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 1, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}
.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
}
.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease;
}
.tippy-tooltip [x-circle]::before {
  content: '';
  padding-top: 90%;
  float: left;
}

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}
.dropdown-button {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: right;
}
.dropdown-button li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
}
.dropdown-button li ul {
  position: absolute;
  bottom: 110%;
  right: 0px;
  width: 300px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.34);
}
.dropdown-button li ul li {
  display: block;
  background-color: #FFFFFF;
  padding: 10px;
  border-top: solid 1px #C1C1C1;
  color: #1C1C2B;
}
.dropdown-button li ul li:hover {
  background-color: #00A8E0;
  color: #FFFFFF;
}

ul.dropdown-button.inactive {
  pointer-events: none;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }

  .sm-full-width {
    width: 100% !important;
  }
}
div.dataTables_length {
  margin-bottom: 10px;
  white-space: nowrap;
}
div.dataTables_length span.select2 {
  text-align: left !important;
}

div.dataTables_info {
  padding-bottom: 5px;
}

.login-form-password-strength__requirements {
  margin: 0;
  padding: 0;
  margin-top: 2em;
}
.login-form-password-strength__requirements li {
  display: flex;
  list-style-type: none;
  position: relative;
  padding-left: 38px;
  line-height: 1.1em;
  margin-bottom: 10px;
  align-items: center;
  min-height: 37px;
  font-weight: bold;
  border-bottom: solid 1px rgba(0, 45, 104, 0.21);
  padding-bottom: 10px;
}
.login-form-password-strength__requirements li:last-child {
  border-bottom: 0px;
}
.login-form-password-strength__requirements li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #00A8E0;
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFF;
  border: solid 2px #FFF;
  transition: background 0.5s;
}
.login-form-password-strength__requirements li[data-ok="false"]:before {
  background-color: transparent;
  color: transparent;
  border-color: #FFF;
}

.transaction-form__wrapper--large .product-list__expandable-content {
  padding-left: 0px;
  padding-right: 0px;
}

.margin-banks {
  margin-left: -6px;
  margin-right: -6px;
}

.color-black {
  color: black !important;
}

.required-star {
  color: #E84C3D;
}

.flatpickr-year-select {
  display: inline-block;
}

.sorting, .sorting_asc, .sorting_desc {
  cursor: pointer;
}

@media (min-width: 992px) {
  .text-right {
    text-align: right !important;
  }
}
.no-wrap {
  white-space: nowrap;
}

.mb-10 {
  margin-bottom: 10px;
}

@media all and (-ms-high-contrast: none) {
  .form-progress__bar {
    display: table !important;
    width: 100%;
  }
  .form-progress__bar .form-progress__bar-point {
    display: table-cell !important;
  }

  /* IE11 */
}
.spin-relative {
  position: relative;
}

.spin-box {
  width: 100%;
  height: 100%;
}

.spin-hide {
  opacity: 0;
  visibility: hidden;
}

.spin-background {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.spin-wrapper {
  position: relative;
}
.spin-wrapper .spinner {
  position: absolute;
  height: 60px;
  width: 60px;
  border: 3px solid transparent;
  border-top-color: #A04668;
  top: 50%;
  left: 50%;
  margin: -30px;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}
.spin-wrapper .spinner:before, .spin-wrapper .spinner:after {
  content: '';
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}
.spin-wrapper .spinner:before {
  border-top-color: #254E70;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  animation: spin 3s linear infinite;
}
.spin-wrapper .spinner:after {
  border-top-color: #FFFBFE;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagination__link--arrow {
  font-size: 26px;
}

.pagination__item--current-page {
  background-color: #99dcf2;
}

.mh-120 {
  min-height: 120px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mbi-20 {
  margin-bottom: 20px !important;
}

.half-width {
  max-width: calc(50% - 20px) !important;
  min-width: calc(50% - 20px) !important;
}

.reset-btn {
  padding: 7px !important;
  min-height: 50px !important;
}

.content_area {
  text-align: justify;
}

.login-form {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .login-form-lg-pb {
    padding-bottom: 104px;
  }
}
input[type=checkbox].css-checkbox + label.checkbox-label--white {
  background-size: 50px 650px !important;
}

input[type=checkbox].css-checkbox:checked + label.checkbox-label--white {
  background-position: 0 -600px !important;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
  input.button, input.input-button {
    display: -webkit-box;
    -webkit-appearance: none;
    -webkit-box-pack: center;
  }
}
.promo-box {
  padding: 40px;
  margin-top: 40px;
  background-color: #003781;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promotion__date {
  font-size: 24px !important;
}

.lang_ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 38px;
  width: 20px;
  cursor: pointer;
}

.lang_pl {
  background-image: url("imgs/flag_pl.svg");
}

.lang_en {
  background-image: url("imgs/flag_en.svg");
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none;
}

.order-list {
  margin: 0px;
  padding: 0px;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
  flex-wrap: wrap;
}

.order-list__item {
  display: flex;
  width: 50%;
  padding: 7px;
  align-items: center;
}

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

@media (max-width: 767px) {
  .order-list__item {
    width: 100%;
    padding-top: 0px;
  }
}
.order-list__item--promoted .order-list__item--inner {
  background-color: #002D69;
  color: #FFF;
}

.order-list__item--inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-bottom: 80px;
  position: relative;
  background-color: #f8f7f7;
}

@media (max-width: 767px) {
  .order-list__item--inner {
    padding: 25px 15px;
    padding-bottom: 80px;
  }
}
.order-list__item--inner:last-child {
  margin-bottom: 0px;
}

.order-list__item-title {
  flex: 1;
  margin-bottom: 0px;
  font-size: 18px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .order-list__item-title {
    font-size: 16px;
  }
}
.order-list__item-button {
  margin: 0px !important;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

@media (max-width: 767px) {
  .order-list__item-button {
    left: 15px;
  }
}
.order-list__item-description {
  margin-bottom: 0px;
  padding-top: 5px;
}

.input-button-wider {
  height: 65px;
}

.custTest-answer-mt-small {
  margin-top: 10px !important;
}

.srri-infobox {
  margin-top: 30px;
}

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

label.error-red {
  color: #E84C3D;
}

.identity-dispatch-box {
  border: 3px solid #0062a9;
  /*padding: 30px;*/
  height: 200px;
  width: 200px;
  margin: 10px auto;
  display: block;
  position: relative;
  text-align: center;
}

.identity-dispatch-box span {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
}

.identity-dispatch-box span.top {
  top: 10px;
}

.identity-dispatch-box span.bottom {
  bottom: 10px;
}

.identity-dispatch-box.edo {
  background: url("../img/verif-edo.png") center 60px no-repeat;
  background-color: white;
  margin: 0;
  height: 190px;
  width: 190px;
}

.identity-dispatch-box.wire {
  background: url("../img/verif-wire.png") center 45px no-repeat;
  background-color: white;
}

.edo-identity-row {
  margin-top: 10px;
}

.identity-dispatch-wrapper h3 [class*="icon"], .identity-dispatch-wrapper .like-h3 [class*="icon"] {
  color: #005ca9;
  font-size: 3rem;
}

.onlineAppStoreBox {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.onlineAppStoreBox img {
  height: 40px;
  border: none;
}

.skipIdentityVerificationErrorBox {
  font-size: 1.6rem;
}

.edo-identity-box .edo-identity-code-box {
  border: 3px solid #0062a9;
  padding: 20px 20px 5px 20px;
  background-color: #fff;
  text-align: center;
}

.edo-identity-box .edo-identity-code-box .edo-identity-code {
  text-align: center;
  color: black;
}

.edo-identity-box .edo-identity-progress-box {
  text-align: center;
  padding: 30px 20px 5px 20px;
  /*border: 3px solid #0062a9;*/
}

.edo-identity-box .edo-identity-progress-box .identity-progress {
  height: 110px;
}

.edo-identity-code-box img {
  width: 100%;
  /*height: 220px;*/
}

.edo-identity-box .loader {
  font-size: 10px;
  margin: 30px auto;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  background: #0062a9;
  background: -moz-linear-gradient(left, #0062a9 10%, rgba(0, 98, 169, 0) 42%);
  background: -webkit-linear-gradient(left, #0062a9 10%, rgba(0, 98, 169, 0) 42%);
  background: -o-linear-gradient(left, #0062a9 10%, rgba(0, 98, 169, 0) 42%);
  background: -ms-linear-gradient(left, #0062a9 10%, rgba(0, 98, 169, 0) 42%);
  background: linear-gradient(to right, #0062a9 10%, rgba(0, 98, 169, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.edo-identity-box .loader:before {
  width: 50%;
  height: 50%;
  background: #0062a9;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.edo-identity-box .loader:after {
  background: #002d69;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.checkbox-success-parent {
  display: flex;
  justify-content: center;
}

.checkbox-success {
  background-image: url(../assets/imgs/checkbox.png);
  padding-left: 60px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 0 -1250px;
  cursor: pointer;
  margin: 10px;
  text-align: left;
  background-size: 50px 1300px;
}

.btn-hm-46 {
  height: auto !important;
  min-height: 46px;
  padding: 5px;
}

.non-focus:focus {
  background-color: #003781;
  border-color: #003781;
}

.non-focus:hover {
  background-color: #0058ce;
  border-color: #0058ce;
}

/*# sourceMappingURL=style.css.map */
