* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, :after, :before {
  box-sizing: border-box; }

body, html {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background-color: #333;
  overflow-x: hidden; }

hr, label {
  display: block; }

label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer; }

p {
  margin-top: 0; }

hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.4; }

a, a:focus, a:visited {
  /*color: #fff;*/
  text-decoration: none;
  /*font-weight: 600;*/ }

nav .breadcrumb .breadcrumb-item a {
  color: #1C2B36; }

.top-menu .submenu li a:hover {
  color: #1C2B36;
  text-decoration: none; }

.form-control:not(.custom-select) {
  display: block;
  /*width: 100%;*/
  /*background-color: #f9f9f9;*/
  /*padding: 12px;*/
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*margin-bottom: 24px;*/ }

.custom-select {
  /*background-color: #f9f9f9;*/
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.h1, h1 {
  font-size: 32px; }

.h2, h2 {
  font-size: 24px; }

.h3, h3 {
  font-size: 20px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 16px; }

.h6, h6 {
  font-size: 14px; }

.main-container {
  z-index: 1; }
  .main-container:after {
    background-image: none; }

.container {
  display: block;
  margin: auto;
  /*max-width: 40em;*/
  padding: 48px; }

@media (max-width: 620px) {
  .container {
    padding: 0; } }

.section {
  background-color: #fff;
  padding: 24px;
  color: #333; }

.section a, .section a:focus, .section a:visited {
  color: #00bcd4; }

.logo {
  display: block;
  margin-bottom: 12px; }

.logo__img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding: 6px 0; }

.visible-ie {
  display: none; }

.push-bottom {
  margin-bottom: 24px; }

.zero-bottom {
  margin-bottom: 0; }

.zero-top {
  margin-top: 0; }

.text-center {
  text-align: center; }

.is-hidden {
  display: none; }

[data-test-hook] {
  margin-bottom: 24px; }

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5; }

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4; }

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px; }

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-word; }

.choices__list--dropdown.is-active {
  display: block; }

.is-open .choices__list--dropdown {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px; }

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus {
  outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

.choices__input:focus {
  outline: 0; }

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

.choices[data-type*=select-multiple] .choices__input.is-hidden, .choices[data-type*=select-one] .choices__input.is-hidden, .choices__input.is-hidden {
  display: none; }

.m-file_button label, .o-registrationForm .o-form_legendLabel, .a-btn.-rainbow, .a-title, .a-pageTitle, nav[aria-label="breadcrumb"] + h1 {
  display: inline-block;
  -webkit-background-clip: text; }

.-hidden {
  display: none; }

.a-tippy {
  position: absolute;
  top: -6px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/infotip.svg") 100% 50% no-repeat;
  background-size: 20px auto;
  outline: none; }

.tippy-box {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }

.a-tippy:focus {
  outline-color: #0D1826; }

@media (max-width: 575px) {
  .a-tippy {
    background-size: 15px auto;
    background-position: 100% 0; } }

.-tippy {
  position: relative;
  width: auto;
  padding-right: 27px; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #1C2B36;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  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 {
  touch-action: manipulation; }

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: 0.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: 0.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; }

@font-face {
  font-family: "GoldmanSans Bold";
  src: url("../fonts/NNDagnyDisplay.otf") format("truetype"); }

@font-face {
  font-family: "GoldmanSans Regular";
  src: url("../fonts/NNDagnyText-Regular.otf") format("truetype"); }

@font-face {
  font-family: "GoldmanSans Light";
  src: url("../fonts/NNDagnyText-Light.otf") format("truetype");
  font-weight: 300; }

.a-title,
.a-pageTitle,
nav[aria-label="breadcrumb"] + h1,
.o-registrationForm .o-form_legendLabel,
.o-registrationForm .o-form_legendCounter span,
.m-file_button label,
.m-file_button,
.a-btn,
.o-summaryList_fieldName,
.o-breadcrumbs.-step_05 .o-breadcrumbs_label:nth-child(5),
.o-breadcrumbs.-step_CONTACT .o-breadcrumbs_label:nth-child(4),
.o-breadcrumbs.-step_POWER_OF_ATTORNEY .o-breadcrumbs_label:nth-child(3),
.o-breadcrumbs.-step_REPRESENTATIVE .o-breadcrumbs_label:nth-child(3),
.o-breadcrumbs.-step_ORDER_MAKER .o-breadcrumbs_label:nth-child(3),
.o-breadcrumbs.-step_PARAMETERS .o-breadcrumbs_label:nth-child(2),
.o-breadcrumbs.-step_COMPANY .o-breadcrumbs_label:nth-child(1),
.o-registrationForm .o-form_text.-info strong,
.o-registrationForm .o-form_row.-invalid .o-form_feedback,
.o-registrationForm .o-form_group.-long input:valid + label,
.o-registrationForm .o-form_group input:valid + label {
  font-family: "GoldmanSans Bold", Arial, sans-serif;
  font-weight: normal !important; }

.a-title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.17px; }

.a-pageTitle, nav[aria-label="breadcrumb"] + h1 {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.15px; }

@media (max-width: 575px) {
  .a-pageTitle, nav[aria-label="breadcrumb"] + h1 {
    font-size: 26px;
    line-height: 32px; } }

.o-registrationForm .o-form_legendLabel {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.12px; }

.o-registrationForm .o-form_legendCounter span {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.09px; }

.m-file_button label, .m-file_button, .a-btn {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.08px; }

.o-summaryList_fieldName {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: initial; }

.o-registrationForm .o-form_row.-invalid .o-form_feedback {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: initial; }

.o-breadcrumbs.-step_05 .o-breadcrumbs_label:nth-child(5), .o-breadcrumbs.-step_04 .o-breadcrumbs_label:nth-child(4), .o-breadcrumbs.-step_03 .o-breadcrumbs_label:nth-child(3), .o-breadcrumbs.-step_02 .o-breadcrumbs_label:nth-child(2), .o-breadcrumbs.-step_01 .o-breadcrumbs_label:nth-child(1), .o-registrationForm .o-form_text.-info strong {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: initial; }

.o-registrationForm .o-form_group.-long input:valid + label, .o-registrationForm .o-form_group input:valid + label {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.6px; }

.o-registrationForm .o-form_text.-lg,
.o-summaryList_fieldName.-large,
.o-summaryList_title,
.o-imagedList_txt strong,
.o-registrationForm .o-form_fieldset legend,
.o-nav a,
.m-file_info,
.o-registrationForm .o-form_text,
.m-copy,
.o-breadcrumbs_label,
.o-registrationForm .o-form_text.-info,
.o-registrationForm .o-form_feedback.-extra,
.o-registrationForm .o-form_legendNote,
.o-registrationForm .o-form_feedback {
  font-family: "GoldmanSans Regular", Arial, sans-serif;
  font-weight: normal !important; }

.o-imagedList_txt, .o-registrationForm .o-form_radio label,
.o-registrationForm .o-form_select select,
.o-registrationForm .o-form_group input + label,
.o-registrationForm .o-form_group input,
.choices__list,
.choices__placeholder,
.choices__inner,
.o-summaryList_fieldValue,
.o-registrationForm .o-form_checkboxInfo,
.o-registrationForm .o-form_checkbox label,
.l-footer .m-copy a,
.l-footer .m-copy p {
  font-family: "GoldmanSans Light", Arial, sans-serif;
  font-weight: 300 !important; }

.o-registrationForm .o-form_text.-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: initial; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_text.-lg {
    font-size: 16px;
    line-height: 24px; } }

.o-summaryList_fieldName.-large, .o-summaryList_title, .o-imagedList_txt strong, .o-registrationForm .o-form_fieldset legend {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: initial; }

.o-nav a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.21px; }

.o-imagedList_txt, .o-registrationForm .o-form_radio label {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: initial; }

.o-registrationForm .o-form_select select, .o-registrationForm .o-form_group input + label, .o-registrationForm .o-form_group input {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: initial; }

.choices__list, .choices__placeholder, .choices__inner, .o-summaryList_fieldValue, .o-registrationForm .o-form_checkboxInfo, .o-registrationForm .o-form_checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: initial; }

.l-footer .m-copy a, .l-footer .m-copy p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.22px; }

.m-file_info, .o-registrationForm .o-form_text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: initial; }

.m-copy {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.22px; }

.o-breadcrumbs_label, .o-registrationForm .o-form_text.-info, .o-registrationForm .o-form_feedback.-extra, .o-registrationForm .o-form_legendNote {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: initial; }

.d-upperGradient {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 280px;
  background: linear-gradient(180deg, #f8f7f5 0%, rgba(248, 247, 245, 0) 100%); }

.d-underLogo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1261px;
  height: 682px; }

@media (max-width: 575px) {
  .d-underLogo {
    display: none; } }

.d-success {
  display: block;
  max-width: 150px;
  margin: 40px auto 50px; }

@media (max-width: 575px) {
  .d-success {
    max-width: 120px;
    margin: 20px auto 25px; } }

/*::selection {
    background: rgba(240, 139, 0, 0.4);
  }
  */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:focus {
  outline-color: #0D1826; }

html {
  background: #f8f8f8;
  width: 100%;
  overflow-x: hidden; }

body {
  min-height: 100%;
  color: #272727;
  background: #f8f8f8; }

.l-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 125px;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.03); }

@media (max-width: 575px) {
  .l-header {
    height: 60px;
    padding-left: 24px;
    padding-right: 24px; } }

.l-header img {
  max-width: 200px; }

@media (max-width: 575px) {
  .l-header img {
    max-width: 132px; } }

.l-main {
  position: relative;
  z-index: 2;
  padding: 62px 0 47px; }

@media (max-width: 767px) {
  .l-main {
    padding-top: 32px; } }

.l-footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px;
  border-top: 1px solid #D8D8D8; }

@media (max-width: 575px) {
  .l-footer {
    padding-bottom: 40px; } }

.l-box {
  position: relative;
  padding: 47px 46px 52px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: -25px 2px 40px 0 rgba(0, 0, 0, 0.04); }

@media (max-width: 767px) {
  .l-box {
    padding: 40px 24px 40px; } }

.l-box + .l-box {
  margin-top: 32px; }

.l-row {
  display: flex;
  justify-content: space-between; }

.l-row-center {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: -3em; }

.l-col {
  flex: 1; }

@media (max-width: 575px) {
  .l-col {
    padding-left: 24px;
    padding-right: 24px; } }

.l-col.-info {
  flex: initial;
  width: 60%; }

.l-col.-contact {
  flex: initial;
  width: 30%; }

@media (max-width: 767px) {
  .l-col.-contact {
    padding-bottom: 60px; } }

@media (max-width: 575px) {
  .l-col.-contact {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8; } }

.l-page.-safari .a-btn.-rainbow,
.l-page.-safari .m-file_button label {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
  color: #1C2B36; }

.l-main .o-breadcrumbs {
  margin-bottom: 44px; }

@media (max-width: 575px) {
  .l-main .o-breadcrumbs {
    margin-bottom: 24px; } }

.l-footer .o-nav {
  margin-bottom: 24px; }

@media (max-width: 575px) {
  .l-footer .o-nav {
    margin-bottom: 34px; } }

.l-footer .m-copy a {
  color: inherit; }

@media (max-width: 767px) {
  .l-footer .l-row {
    flex-direction: column-reverse; } }

@media (max-width: 767px) {
  .l-footer .l-col {
    width: 100%; } }

.l-box .tippy-tooltip.nntfi-theme {
  padding: 10px 15px; }

.l-box .o-contact_telephones {
  width: 100% !important; }

.g-aligner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1030px; }

@media (max-width: 1199px) {
  .g-aligner {
    width: 960px; } }

@media (max-width: 991px) {
  .g-aligner {
    width: 720px; } }

@media (max-width: 767px) {
  .g-aligner {
    width: 540px; } }

@media (max-width: 575px) {
  .g-aligner {
    width: 100%; } }

.g-aligner.-thin {
  width: 630px; }

@media (max-width: 767px) {
  .g-aligner.-thin {
    width: 540px; } }

@media (max-width: 575px) {
  .g-aligner.-thin {
    width: 100%; } }

.a-pageTitle {
  margin-bottom: 56px; }

@media (max-width: 575px) {
  .a-pageTitle {
    margin-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px; } }

.a-title {
  width: 100%;
  text-align: center;
  margin-bottom: 36px; }

.m-copy {
  color: #9B9B9B; }

.m-copy p {
  margin-bottom: 0; }

.m-copy p + p {
  margin-top: 30px; }

.a-btn {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #A1A1A1;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer; }

.a-btn:focus {
  outline-color: #0D1826; }

.a-btn:hover, .a-btn:active {
  text-decoration: none;
  color: #A1A1A1; }

.a-btn:visited {
  text-decoration: none; }

.a-btn:disabled {
  opacity: 0.4;
  box-shadow: none;
  cursor: default; }

.a-btn + .a-btn {
  margin-left: 20px; }

@media (max-width: 575px) {
  .a-btn + .a-btn {
    margin-left: 0;
    margin-top: 20px; } }

.o-registrationForm .a-icoBtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer; }

.o-registrationForm .a-icoBtn.-delete {
  position: absolute;
  top: 50px;
  right: 46px;
  background: url("../img/garbage.svg") 50% 0 no-repeat; }

@media (max-width: 767px) {
  .o-registrationForm .a-icoBtn.-delete {
    top: 42px;
    right: 24px; } }

.o-registrationForm .a-icoBtn.-delete.-inline {
  top: 50%;
  right: -33px;
  transform: translateY(-50%); }

.o-nav ul {
  display: flex;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media (max-width: 575px) {
  .o-nav ul {
    flex-direction: column; } }

.o-nav li {
  position: relative;
  padding-right: 15px; }

.o-nav li:last-child {
  padding-right: 0; }

.o-nav li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background: #EBE8E7; }

@media (max-width: 575px) {
  .o-nav li:after {
    display: none; } }

.o-nav li + li {
  padding-left: 15px; }

@media (max-width: 575px) {
  .o-nav li + li {
    padding-left: 0;
    padding-top: 20px; } }

.o-nav a {
  text-decoration: none;
  color: #787884; }

.o-registrationForm .o-form_fieldset legend {
  margin-bottom: 25px; }

.o-registrationForm .o-form_fieldset legend.-numbered {
  display: flex;
  align-items: center;
  margin-bottom: 38px; }

.o-registrationForm .o-form_fieldset.-invalid legend,
.o-registrationForm .o-form_fieldset.-invalid label {
  color: #c51000; }

.o-registrationForm .o-form_fieldset.-invalid .o-form_radio label:before {
  border-color: #c51000; }

.o-registrationForm .o-form_fieldset.-invalid .o-form_feedback {
  display: block;
  width: 100%; }

.o-registrationForm .o-form_fieldset.-invalid.-invalid .choices__inner {
  border-color: #c51000; }

.o-registrationForm .o-form_fieldset.-invalid.-invalid .choices__list--dropdown {
  border-top: 1px solid #c51000;
  border-color: #c51000; }

.o-registrationForm .o-form_fieldset + .o-registrationForm .o-form_fieldset, .o-registrationForm .o-form_group + .o-registrationForm .o-form_fieldset {
  margin-top: 50px; }

.o-registrationForm .o-form_legend {
  display: flex;
  align-items: center; }

.o-registrationForm .o-form_legendCounter {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  text-align: center;
  background: linear-gradient(180deg, #1C2B36 0%, #1C2B36 49.34%, #1C2B36 100%);
  border-radius: 50px; }

.o-registrationForm .o-form_legendCounter span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  line-height: 22px;
  color: #0D1826;
  background: #ffffff;
  border-radius: 50px; }

.o-registrationForm .o-form_legendLabel {
  margin-bottom: 0; }

.o-registrationForm .o-form_legendNote {
  margin-top: 3px;
  margin-left: 16px;
  color: #1C2B36; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_legendNote {
    display: none; } }

.o-registrationForm .o-form_group {
  position: relative;
  width: 100%;
  display: inline-block; }

.o-registrationForm .o-form_group input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  background: #ffffff;
  outline: none; }

@media (max-width: 767px) {
  .o-registrationForm .o-form_group input {
    font-size: 16px !important; } }

.o-registrationForm .o-form_group input + label {
  position: absolute;
  top: 10px;
  left: 12px;
  max-width: 90%;
  margin-bottom: 0;
  opacity: 0;
  color: #D8D8D8; }

.o-registrationForm .o-form_group input:valid + label {
  top: -7px;
  padding: 0 3px;
  opacity: 1;
  line-height: 12px;
  text-transform: uppercase;
  background: #ffffff;
  transition: all 0.2s ease, opacity 0.2s ease; }

.o-registrationForm .o-form_group input:focus + label {
  color: #0D1826; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_group.-long input:valid {
    margin-top: 40px !important; } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_group.-long input + label {
    opacity: 1 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    top: 7px !important;
    left: 14px !important;
    color: #787884 !important;
    max-width: 300px !important; } }

@media (max-width: 374px) {
  .o-registrationForm .o-form_group.-long input + label {
    max-width: 90% !important; } }

.o-registrationForm .o-form_group.-long input:valid + label {
  line-height: 12px !important; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_group.-long input:valid + label {
    top: -7px !important;
    padding: 0 3px !important;
    opacity: 1 !important;
    line-height: 12px !important;
    text-transform: uppercase !important;
    background: #ffffff !important;
    transition: all 0.2s ease, opacity 0.2s ease !important;
    color: #D8D8D8 !important;
    font-size: 10px !important; } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_group.-long input:valid + label {
    top: -20px !important; } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_group.-long input:focus:valid + label {
    color: #0D1826 !important; } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_group.-long input::placeholder {
    color: transparent !important; } }

.o-registrationForm .o-form_group.-invalid input + label {
  color: #c51000 !important; }

.o-registrationForm .o-form_group.-invalid .o-form_feedback {
  display: block; }

.o-registrationForm .o-form_radioGroup {
  margin-bottom: 10px; }

.o-registrationForm .o-form_radioGroup:last-child {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_radioGroup {
    display: flex;
    flex-direction: column; } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_radioGroup.-horizontal {
    flex-direction: row;
    flex-wrap: wrap; } }

.o-registrationForm .o-form_radioGroup.-invalid label {
  color: #c51000; }

.o-registrationForm .o-form_radioGroup.-invalid .o-form_radio label:before {
  border-color: #c51000; }

.o-registrationForm .o-form_radioGroup.-invalid .o-form_feedback {
  display: block; }

.o-registrationForm .o-form_radioGroup + .o-registrationForm .o-form_group, .o-registrationForm .o-form_fieldset + .o-registrationForm .o-form_group, .o-registrationForm .o-form_group + .o-registrationForm .o-form_select, .o-registrationForm .o-form_select + .o-registrationForm .o-form_group, .o-registrationForm .o-form_group + .o-registrationForm .o-form_group {
  margin-top: 20px; }

.o-registrationForm .o-form_group + .o-registrationForm .o-form_radioGroup, .o-registrationForm .o-form_select + .o-registrationForm .o-form_radioGroup, .o-registrationForm .o-form_group.-combined + .o-registrationForm .o-form_select {
  margin-top: 30px; }

.o-registrationForm .o-form_radio {
  position: relative;
  display: inline;
  cursor: default; }

.o-registrationForm .o-form_radio label {
  position: relative;
  margin-bottom: 0;
  padding-left: 28px;
  user-select: none;
  cursor: pointer; }

.o-registrationForm .o-form_radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #0D1826;
  border-radius: 60px; }

.o-registrationForm .o-form_radio input {
  opacity: 0;
  position: absolute; }

.o-registrationForm .o-form_radio input:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background: #0D1826;
  border-radius: 50px; }

.o-registrationForm .o-form_radio + .o-registrationForm .o-form_radio {
  margin-left: 38px; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_radio + .o-registrationForm .o-form_radio {
    margin-left: 0;
    margin-top: 20px; } }

.o-registrationForm .o-form_checkbox {
  position: relative;
  display: inline-block;
  cursor: default; }

.o-registrationForm .o-form_checkbox label {
  position: relative;
  margin-bottom: 0;
  padding-left: 45px;
  user-select: none;
  cursor: pointer; }

.o-registrationForm .o-form_checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #1C2B36 0%, #1C2B36 49.34%, #1C2B36 100%);
  border-radius: 2px; }

.o-registrationForm .o-form_checkbox label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 2px; }

.o-registrationForm .o-form_checkbox input {
  opacity: 0;
  position: absolute; }

.o-registrationForm .o-form_checkbox input:checked + label:after {
  border: 3px solid #ffffff;
  background: #ffffff url("../img/checkbox.svg");
  background-size: contain; }

.o-registrationForm .o-form_checkbox.-invalid label {
  color: #c51000; }

.o-registrationForm .o-form_checkbox.-invalid label:before {
  background: #c51000; }

.o-registrationForm .o-form_checkboxInfo {
  margin-top: 22px;
  margin-left: 44px;
  margin-bottom: 0; }

.o-registrationForm .o-form_row {
  position: relative;
  display: flex; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row {
    flex-direction: column; } }

@media (max-width: 767px) {
  .o-registrationForm .o-form_row.-irregular {
    width: calc(100% - 30px); } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row.-irregular {
    flex-direction: column; } }

.o-registrationForm .o-form_row.-irregular > .o-form_group:first-child {
  width: 35%; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row.-irregular > .o-form_group:first-child {
    width: 100%; } }

.o-registrationForm .o-form_row.-irregular > .o-form_group:nth-child(2) {
  width: 65%; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row.-irregular > .o-form_group:nth-child(2) {
    width: 100%; } }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row.-irregular + .o-registrationForm .o-form_row.-irregular {
    margin-top: 50px; } }

.o-registrationForm .o-form_feedback {
  margin: 2px 5px 0;
  color: #c51000;
  display: none; }

.o-registrationForm .o-form_feedback.-extra.-hidden {
  display: none !important; }

.o-registrationForm .o-form_feedback.-extra {
  display: inline-block !important;
  margin-top: 20px;
  opacity: 1;
  max-height: none; }

.o-registrationForm .o-form_text {
  margin-bottom: 0;
  color: #787884; }

.o-registrationForm .o-form_text.-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 32px;
  margin-bottom: 0;
  padding-left: 50px;
  color: #1C2B36; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_text.-info {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px; } }

.o-registrationForm .o-form_text.-info p {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_text.-info strong {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px; } }

.o-registrationForm .o-form_text.-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/info_large.svg"); }

@media (max-width: 575px) {
  .o-registrationForm .o-form_text.-info:before {
    display: none; } }

.o-registrationForm .o-form_text.-lg {
  color: #0D1826; }

.o-registrationForm .o-form_text.-invalid .o-form_feedback {
  display: block;
  margin-left: 0;
  margin-top: 20px; }

.o-registrationForm .o-form_select {
  position: relative; }

.o-registrationForm .o-form_select select {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  background: #ffffff;
  outline: none;
  -webkit-appearance: none; }

@media (max-width: 767px) {
  .o-registrationForm .o-form_select select {
    font-size: 16px !important; } }

.o-registrationForm .o-form_select label {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 0;
  color: #D8D8D8; }

.o-registrationForm .o-form_select label + select {
  z-index: 1; }

.o-registrationForm .o-form_select.-invalid .choices__inner {
  border-color: #c51000; }

.o-registrationForm .o-form_select.-invalid select {
  border-color: #c51000; }

.o-registrationForm .o-form_select.-invalid .o-form_feedback {
  display: block; }

.o-registrationForm .o-form .-hidden {
  display: none; }

.o-registrationForm .o-form_radioGroup .o-form_feedback {
  margin-left: 0; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_radioGroup.-horizontal .o-form_radio + .o-form_radio {
    margin-left: 40px;
    margin-top: 0; } }

.o-registrationForm .o-form_radioGroup.-vertical > .o-form_radio {
  display: inline-block;
  width: 100% !important;
  margin-left: 0; }

.o-registrationForm .o-form_radioGroup.-vertical .o-form_radio + .o-form_radio {
  margin-top: 20px; }

.o-registrationForm .o-form_row .o-form_group {
  margin-top: 0 !important; }

.o-registrationForm .o-form_row .o-form_group + .o-form_group {
  margin-left: 20px; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row .o-form_group + .o-form_group {
    margin-left: 0;
    margin-top: 20px !important; } }

.o-registrationForm .o-form_row.-invalid .o-form_feedback {
  position: absolute;
  left: 0;
  top: -36px;
  margin-left: 0;
  display: block; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_row.-invalid .o-form_feedback {
    position: relative;
    top: -16px;
    margin-bottom: 10px; } }

.o-registrationForm .o-form_group + .o-form_file,
.o-registrationForm .o-form_group + .o-form_row,
.o-registrationForm .o-form_row + .o-form_group,
.o-registrationForm .o-form_group + .a-btn,
.o-registrationForm .o-form_row + .a-btn,
.o-registrationForm .a-btn + .o-form_group,
.o-registrationForm .a-btn + .o-form_row,
.o-registrationForm .o-form_row + .o-form_row,
.o-registrationForm .o-form_checkbox + .o-form_checkbox {
  margin-top: 20px; }

.o-registrationForm .o-form_text + .o-form_row,
.o-registrationForm .o-form_group + .o-form_text,
.o-registrationForm .o-form_text + .o-form_group {
  margin-top: 25px; }

@media (max-width: 575px) {
  .o-registrationForm .o-form_text + .o-form_row,
  .o-registrationForm .o-form_group + .o-form_text,
  .o-registrationForm .o-form_text + .o-form_group {
    margin-top: 20px; } }

.o-registrationForm .o-form_row + .a-btn {
  margin-top: 30px; }

.o-breadcrumbs {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (max-width: 575px) {
  .o-breadcrumbs {
    flex-direction: column-reverse; } }

.o-breadcrumbs_labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

@media (max-width: 575px) {
  .o-breadcrumbs_labels {
    margin-top: 20px; } }

.o-breadcrumbs_label {
  flex: 1;
  text-align: center; }

.o-breadcrumbs_label {
  display: inline-block;
  background: linear-gradient(180deg, #1C2B36 0%, #1C2B36 49.34%, #1C2B36 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0); }

@media (max-width: 575px) {
  .o-breadcrumbs_label {
    display: none;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px; } }

@media (max-width: 575px) {
  .o-breadcrumbs_label br {
    display: none; } }

.o-breadcrumbs_chart {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.o-breadcrumbs_ruler {
  position: absolute;
  top: calc(50%);
  left: 10%;
  width: 80%;
  height: 3px;
  background: #EDEDED;
  transform: translateY(-50%); }

.o-breadcrumbs_ruler:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0D1826; }

.o-breadcrumbs_step {
  position: relative;
  z-index: 1;
  flex: 1; }

.o-breadcrumbs_step:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: calc(40%);
  background: #f8f8f8;
  border: 4px solid #0D1826;
  border-radius: 50px; }

.o-breadcrumbs.-step_COMPANY .o-breadcrumbs_label:nth-child(n+2) {
  background: #9B9B9B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 575px) {
  .o-breadcrumbs.-step_COMPANY .o-breadcrumbs_label:nth-child(1) {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.12px; } }

.o-breadcrumbs.-step_COMPANY .o-breadcrumbs_step:nth-child(n+2):before {
  border-color: #EDEDED; }

.o-breadcrumbs.-step_COMPANY .o-breadcrumbs_step:nth-child(1):before {
  box-shadow: -1px 2px 8px 0 rgba(0, 0, 0, 0.26); }

.o-breadcrumbs.-step_COMPANY .o-breadcrumbs_ruler:after {
  width: calc(0%); }

.o-breadcrumbs.-step_PARAMETERS .o-breadcrumbs_label:nth-child(n+3) {
  background: #9B9B9B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 575px) {
  .o-breadcrumbs.-step_PARAMETERS .o-breadcrumbs_label:nth-child(2) {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.12px; } }

.o-breadcrumbs.-step_PARAMETERS .o-breadcrumbs_step:nth-child(n+3):before {
  border-color: #EDEDED; }

.o-breadcrumbs.-step_PARAMETERS .o-breadcrumbs_step:nth-child(2):before {
  box-shadow: -1px 2px 8px 0 rgba(0, 0, 0, 0.26); }

.o-breadcrumbs.-step_PARAMETERS .o-breadcrumbs_ruler:after {
  width: calc(25%); }

.o-breadcrumbs.-step_POWER_OF_ATTORNEY .o-breadcrumbs_label:nth-child(n+4),
.o-breadcrumbs.-step_ORDER_MAKER .o-breadcrumbs_label:nth-child(n+4),
.o-breadcrumbs.-step_REPRESENTATIVE .o-breadcrumbs_label:nth-child(n+4) {
  background: #9B9B9B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 575px) {
  .o-breadcrumbs.-step_POWER_OF_ATTORNEY .o-breadcrumbs_label:nth-child(3),
  .o-breadcrumbs.-step_ORDER_MAKER .o-breadcrumbs_label:nth-child(3),
  .o-breadcrumbs.-step_REPRESENTATIVE .o-breadcrumbs_label:nth-child(3) {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.12px; } }

.o-breadcrumbs.-step_POWER_OF_ATTORNEY .o-breadcrumbs_step:nth-child(n+4):before,
.o-breadcrumbs.-step_ORDER_MAKER .o-breadcrumbs_step:nth-child(n+4):before,
.o-breadcrumbs.-step_REPRESENTATIVE .o-breadcrumbs_step:nth-child(n+4):before {
  border-color: #EDEDED; }

.o-breadcrumbs.-step_POWER_OF_ATTORNEY .o-breadcrumbs_step:nth-child(3):before,
.o-breadcrumbs.-step_ORDER_MAKER .o-breadcrumbs_step:nth-child(3):before,
.o-breadcrumbs.-step_REPRESENTATIVE .o-breadcrumbs_step:nth-child(3):before {
  box-shadow: -1px 2px 8px 0 rgba(0, 0, 0, 0.26); }

.o-breadcrumbs.-step_POWER_OF_ATTORNEY .o-breadcrumbs_ruler:after,
.o-breadcrumbs.-step_ORDER_MAKER .o-breadcrumbs_ruler:after,
.o-breadcrumbs.-step_REPRESENTATIVE .o-breadcrumbs_ruler:after {
  width: calc(50%); }

.o-breadcrumbs.-step_CONTACT .o-breadcrumbs_label:nth-child(n+5) {
  background: #9B9B9B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 575px) {
  .o-breadcrumbs.-step_CONTACT .o-breadcrumbs_label:nth-child(4) {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.12px; } }

.o-breadcrumbs.-step_CONTACT .o-breadcrumbs_step:nth-child(n+5):before {
  border-color: #EDEDED; }

.o-breadcrumbs.-step_CONTACT .o-breadcrumbs_step:nth-child(4):before {
  box-shadow: -1px 2px 8px 0 rgba(0, 0, 0, 0.26); }

.o-breadcrumbs.-step_CONTACT .o-breadcrumbs_ruler:after {
  width: calc(75%); }

.o-breadcrumbs.-step_05 .o-breadcrumbs_label:nth-child(n+6) {
  background: #9B9B9B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 575px) {
  .o-breadcrumbs.-step_05 .o-breadcrumbs_label:nth-child(5) {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.12px; } }

.o-breadcrumbs.-step_05 .o-breadcrumbs_step:nth-child(n+6):before {
  border-color: #EDEDED; }

.o-breadcrumbs.-step_05 .o-breadcrumbs_step:nth-child(5):before {
  box-shadow: -1px 2px 8px 0 rgba(0, 0, 0, 0.26); }

.o-breadcrumbs.-step_05 .o-breadcrumbs_ruler:after {
  width: calc(100%); }

.o-imagedList {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 40px 60px 15px; }

@media (max-width: 575px) {
  .o-imagedList {
    padding: 20px 0 40px 0; } }

.o-imagedList li {
  display: flex; }

.o-imagedList li > * {
  display: flex; }

.o-imagedList li + li {
  margin-top: 40px; }

.o-imagedList_img {
  justify-content: center;
  align-items: flex-start;
  width: 22%; }

.o-imagedList_img:first-child {
  margin-top: 5px; }

.o-imagedList_txt {
  align-items: center;
  width: 78%;
  margin-bottom: 0; }

@media (max-width: 575px) {
  .o-summaryList {
    width: 100%; } }

.o-summaryList_title {
  font-weight: normal; }

.o-summaryList_title + ul {
  margin-top: 29px !important; }

.o-summaryList ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.o-summaryList li {
  display: flex;
  justify-content: space-between; }

@media (max-width: 575px) {
  .o-summaryList li {
    flex-direction: column;
    position: relative; } }

.o-summaryList li + li {
  margin-top: 20px; }

.o-summaryList_fieldName {
  width: 56%;
  margin-bottom: 0; }

@media (max-width: 575px) {
  .o-summaryList_fieldName {
    width: calc(100% - 30px); } }

.o-summaryList_fieldValue {
  width: 28%;
  margin-bottom: 0;
  word-break: break-word; }

@media (max-width: 575px) {
  .o-summaryList_fieldValue {
    width: calc(100% - 30px); } }

.o-summaryList_fieldInfo {
  position: relative;
  width: 30px;
  margin-bottom: 0; }

@media (max-width: 575px) {
  .o-summaryList_fieldInfo {
    position: absolute;
    right: 0;
    top: 0;
    background-size: auto 90%; } }

.o-summaryList .tippy-tooltip.nntfi-theme {
  padding: 15px 20px; }

.o-summaryList + .o-summaryList {
  margin-top: 50px; }

.o-summaryList_fieldInfo .a-tippy {
  top: 0; }

.m-file {
  position: relative;
  display: flex; }

@media (max-width: 575px) {
  .m-file {
    flex-direction: column; } }

.m-file_button {
  position: relative;
  display: inline-block;
  min-width: 55%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0D1826;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(237, 97, 0, 0.07);
  overflow: hidden; }

.m-file_button label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  line-height: 44px; }

.m-file_button input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  cursor: pointer; }

.m-file_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  margin-bottom: 0; }

@media (max-width: 575px) {
  .m-file_info {
    margin-top: 20px;
    margin-left: 0; } }

.m-file_info span {
  display: none;
  word-break: break-word; }

.m-file_info span.-visible {
  display: inline-block; }

.m-file_info a {
  color: #F07500;
  text-decoration: underline;
  font-weight: normal; }

.m-file.-invalid .m-file_button {
  border-color: #c51000; }

.m-file.-invalid .m-file_button label {
  color: #c51000;
  -webkit-text-fill-color: inherit; }

.m-file.-invalid .m-file_info {
  color: #c51000; }

.m-file.-invalid .m-file_info a {
  color: #c51000; }

.m-file.-invalid .o-form_feedback {
  position: absolute;
  bottom: -12px;
  display: inline-block; }

.tippy-tooltip.nntfi-theme {
  display: inline-block;
  padding: 25px 30px;
  text-align: left;
  background-color: #ffffff;
  color: #0D1826;
  border: 1px solid #1C2B36;
  box-shadow: -25px 2px 40px 0 rgba(0, 0, 0, 0.04);
  cursor: default; }

@media (max-width: 767px) {
  .tippy-tooltip.nntfi-theme {
    padding: 15px 20px !important; } }

@media (max-width: 575px) {
  .tippy-tooltip.nntfi-theme {
    padding: 10px 15px !important; } }

.tippy-tooltip.nntfi-theme .tippy-arrow {
  display: none !important; }

.choices {
  margin-bottom: 0; }

.choices__inner {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-radius: 2px;
  border-color: #D8D8D8;
  background: #ffffff; }

.choices__placeholder {
  opacity: 1;
  color: #787884; }

.choices__list--single {
  padding-top: 7px; }

.choices__list .choices__item--choice.choices__placeholder {
  display: none; }

.choices:after {
  border-color: #989696 transparent transparent transparent !important; }

.choices.is-open {
  border-color: #D8D8D8; }

.choices.is-open .choices__inner {
  border-color: #D8D8D8;
  border-bottom: none; }

.choices.is-open .choices__list {
  top: 99%;
  border-color: #D8D8D8;
  border-bottom: 1px solid #ffffff;
  border-top: none !important; }

.choices.is-open .choices__list--dropdown {
  box-shadow: -25px 40px 40px 0 rgba(0, 0, 0, 0.04);
  border-top: 1px solid #ffffff;
  border-color: #D8D8D8; }

.choices.is-open:after {
  margin-top: -2px !important; }

.choices.is-focused .choices__inner {
  border-color: #D8D8D8; }

.custom.-interval {
  padding-bottom: 5px; }

.o-registrationForm .custom.o-form_group.-touched input + label {
  text-transform: none !important;
  color: #272727 !important; }

.o-registrationForm .custom.o-form_group.-invalid input + label {
  text-transform: none !important; }

.o-registrationForm .custom.o-form_group input + label {
  text-transform: none !important;
  color: #272727 !important; }

.o-registrationForm .custom.o-form_group.-invalid input + label {
  color: #272727 !important; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5; }

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4; }

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px; }

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-word; }

.choices__list--dropdown.is-active {
  display: block; }

.is-open .choices__list--dropdown {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px; }

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus {
  outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

.choices__input:focus {
  outline: 0; }

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

.choices[data-type*=select-multiple] .choices__input.is-hidden, .choices[data-type*=select-one] .choices__input.is-hidden, .choices__input.is-hidden {
  display: none; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.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: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.a-pageTitle, .a-title, .o-text h3, .o-complexFile_button, .o-form_legendLabel, .o-contact_telephones > *, .m-file_button label, .o-infoBox_message {
  display: inline-block;
  color: #0D1826; }

@media (max-width: 991px) {
  .h-hideBelowLg {
    display: none; } }

@media (max-width: 767px) {
  .h-hideBelowSm {
    display: none !important; } }

@media (max-width: 991px) {
  .h-hideBelowMd {
    display: none !important; } }

@media (min-width: 768px) {
  .h-hideAboveSm {
    display: none; } }

@media (min-width: 992px) {
  .h-hideAboveMd {
    display: none; } }

.-hidden {
  display: none; }

.h-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.a-tippy {
  position: absolute;
  top: -6px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/ico-infotip.svg") 100% 50% no-repeat;
  background-size: 20px auto;
  outline: none; }
  .a-tippy:focus {
    outline-color: #0D1826; }
  @media (max-width: 575px) {
    .a-tippy {
      background-size: 15px auto;
      background-position: 100% 0; } }

.-tippy {
  position: relative;
  width: auto;
  padding-right: 27px; }

@font-face {
  font-family: 'GoldmanSans Bold';
  src: url("fonts/GoldmanSans_W_Bd.woff2") format("woff2"); }

@font-face {
  font-family: 'GoldmanSans Regular';
  src: url("fonts/GoldmanSans_W_Rg.woff2") format("woff2"); }

@font-face {
  font-family: 'GoldmanSans Light';
  src: url("fonts/GoldmanSans_W_Lt.woff2") format("woff2");
  font-weight: 300; }

.o-dashboardStates_quantity,
.o-data_tabsEmpty,
.l-box.-hero .a-pageTitle,
.a-title,
.o-infoBox_message_bold.green,
.a-pageTitle,
.o-infoBox_message,
.o-infoBox_message_bold,
.o-modal_title,
.o-contact_telephones > *,
.l-dataWrapper .o-tabsNav_link,
.o-form_legendLabel,
.o-showButton,
.o-text h3,
.o-form_legendCounter span,
.o-modal .-orange,
.flatpickr-current-month span.cur-month,
.modal-content .modal-footer .button,
.a-btn,
.o-complexFile_button,
.m-file_button,
.m-file_button label,
.o-data_actionButton,
.o-tabsNav a,
.flatpickr-weekday,
.m-employerNumber,
.o-bankAccount,
.o-companyData,
.o-summaryList_fieldName,
.o-dataRow_label,
.o-form_text.-info strong,
.o-form_text.-sm strong,
.o-data_orderItem .a-link:hover,
.o-form_row.-invalid .o-form_feedback,
.o-data_details .o-data_td.-th,
.m-settingsOptions_option:hover,
.o-form_group label,
.IE .o-form_group.-labelUp input + label,
.IE .o-form_group.-labelUp input + [type=hidden] + label,
.IE .o-form_group.-labelUp textarea + label,
.IE .o-form_group.-labelUp textarea + [type=hidden] + label,
.IE .o-form_group.-labelUp select + label,
.IE .o-form_group.-labelUp select + [type=hidden] + label,
.EDGE .o-form_group.-labelUp input + label,
.EDGE .o-form_group.-labelUp input + [type=hidden] + label,
.EDGE .o-form_group.-labelUp textarea + label,
.EDGE .o-form_group.-labelUp textarea + [type=hidden] + label,
.EDGE .o-form_group.-labelUp select + label,
.EDGE .o-form_group.-labelUp select + [type=hidden] + label {
  font-family: "GoldmanSans Bold", Arial, sans-serif;
  font-weight: normal !important; }


.l-box.-hero .a-pageTitle,
.a-title,
.o-infoBox_message_bold.green {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.17px; }
  @media (max-width: 575px) {
    
    .l-box.-hero .a-pageTitle,
    .a-title,
    .o-infoBox_message_bold.green {
      font-size: 22px;
      line-height: 27px;
      letter-spacing: -0.12px; } }


.a-pageTitle,
.o-infoBox_message,
.o-infoBox_message_bold,
.o-modal_title {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.15px; }
  @media (max-width: 575px) {
    
    .a-pageTitle,
    .o-infoBox_message,
    .o-infoBox_message_bold,
    .o-modal_title {
      font-size: 22px;
      line-height: 30px;
      letter-spacing: -0.12px; } }


.o-data_tabsEmpty {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: -0.2px; }


.o-contact_telephones > * {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.l-dataWrapper .o-tabsNav_link {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.12px; }


.o-form_legendLabel {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.12px; }


.o-showButton {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.09px; }


.o-text h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.11px; }
  @media (max-width: 575px) {
    
    .o-text h3 {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: -0.09px; } }


.o-form_legendCounter span,
.o-modal .-orange,
.flatpickr-current-month span.cur-month {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.09px; }


.modal-content .modal-footer .button,
.a-btn,
.o-complexFile_button,
.m-file_button,
.m-file_button label,
.o-data_actionButton,
.o-tabsNav a,
.flatpickr-weekday {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.08px; }


.m-employerNumber,
.o-bankAccount,
.o-companyData {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-summaryList_fieldName,
.o-dataRow_label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_row.-invalid .o-form_feedback,
.o-data_details .o-data_td.-th,
.m-settingsOptions_option:hover {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_text.-info strong,
.o-form_text.-sm strong,
.o-data_orderItem .a-link:hover {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_group label,
.IE .o-form_group.-labelUp input + label,
.IE .o-form_group.-labelUp input + [type=hidden] + label,
.IE .o-form_group.-labelUp textarea + label,
.IE .o-form_group.-labelUp textarea + [type=hidden] + label,
.IE .o-form_group.-labelUp select + label,
.IE .o-form_group.-labelUp select + [type=hidden] + label,
.EDGE .o-form_group.-labelUp input + label,
.EDGE .o-form_group.-labelUp input + [type=hidden] + label,
.EDGE .o-form_group.-labelUp textarea + label,
.EDGE .o-form_group.-labelUp textarea + [type=hidden] + label,
.EDGE .o-form_group.-labelUp select + label,
.EDGE .o-form_group.-labelUp select + [type=hidden] + label {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.6px; }

.o-form_text.-lg, .m-nav.-main a, .o-modal_body p, .flatpickr-current-month input.cur-year,
.o-complexFile_message,
.o-complexFile_msgListItem,
.a-link.-pdf,
.a-link.-play,
.a-link.-downloadAll,
.o-form_fieldset legend,
.o-form_checkbox label,
.o-imagedList_txt strong,
.o-summaryList_title,
.o-summaryList_fieldName.-large,
.o-dashboardStates_label,
.o-filesList_title,
.o-bankAccount_title,
.o-infoBox_details,
.o-infoBox_details_light strong,
.o-companyData_title,
.a-btn.-nav,
.m-nav a,
.o-infoBox_title,
.o-contact_title,
.o-data_tr,
.o-form_text,
.o-contact_timing strong,
.m-file_info,
.m-about,
.o-contact_timing,
.o-form_fieldset legend.-small,
.o-form_legendNote,
.o-form_feedback.-extra,
.o-form_text.-info,
.o-form_text.-sm,
.o-data_pagination,
.o-data_paginationSummary,
.o-data_td.-th,
.o-data_orderItem .a-link,
.m-employerNumber span,
.o-form_text.-overlay,
.a-btn.-silent,
.m-sessionBox .a-btn.-silent,
.o-form_group.-period label,
.IE .o-form_group.-period label,
.EDGE .o-form_group.-period label,
.IE .o-form_group.-period .-labelUp label,
.EDGE .o-form_group.-period .-labelUp label,
.o-form_text.-muted,
.o-form_feedback,
.o-form_group p.error,
.a-btn.-icon.-notifications .a-btn_badge,
.o-bankAccount_copy {
  font-family: "GoldmanSans Regular", Arial, sans-serif;
  font-weight: normal !important; }

.o-search_query,
.o-form_radio label,
.o-imagedList_txt,
.o-infoBox_details_light,
.o-form_group input:placeholder-shown:not(:focus) + label,
.o-form_group input:placeholder-shown:focus + label,
.o-form_group input:placeholder-shown:not(:focus) + [type=hidden] + label,
.o-form_group input:placeholder-shown:focus + [type=hidden] + label,
.o-form_group textarea:placeholder-shown:not(:focus) + label,
.o-form_group textarea:placeholder-shown:focus + label,
.o-form_group textarea:placeholder-shown:not(:focus) + [type=hidden] + label,
.o-form_group textarea:placeholder-shown:focus + [type=hidden] + label,
.o-form_group select:placeholder-shown:not(:focus) + label,
.o-form_group select:placeholder-shown:focus + label,
.o-form_group select:placeholder-shown:not(:focus) + [type=hidden] + label,
.o-form_group select:placeholder-shown:focus + [type=hidden] + label,
.IE .o-form_group input + label,
.IE .o-form_group input + [type=hidden] + label,
.IE .o-form_group textarea + label,
.IE .o-form_group textarea + [type=hidden] + label,
.IE .o-form_group select + label,
.IE .o-form_group select + [type=hidden] + label,
.EDGE .o-form_group input + label,
.EDGE .o-form_group input + [type=hidden] + label,
.EDGE .o-form_group textarea + label,
.EDGE .o-form_group textarea + [type=hidden] + label,
.EDGE .o-form_group select + label,
.EDGE .o-form_group select + [type=hidden] + label,
.o-form_select select,
.o-dataRow_value,
.o-form_checkboxInfo,
.o-summaryList_fieldValue,
.choices__inner,
.choices__placeholder,
.choices__list,
.m-about p,
.m-settingsOptions_option {
  font-family: "GoldmanSans Light", Arial, sans-serif;
  font-weight: 300 !important; }

.o-form_group input,
.o-form_group textarea,
.o-form_group select, .o-complexFile_template {
  font-family: "GoldmanSans Light", Arial, sans-serif;
  font-weight: 300 !important; }

.o-form_text.-lg, .m-nav.-main a, .o-modal_body p, .flatpickr-current-month input.cur-year {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  letter-spacing: initial; }
  @media (max-width: 575px) {
    .o-form_text.-lg, .m-nav.-main a, .o-modal_body p, .flatpickr-current-month input.cur-year {
      font-size: 16px;
      line-height: 24px; } }


.o-complexFile_message,
.o-complexFile_msgListItem {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  letter-spacing: initial; }
  @media (max-width: 575px) {
    
    .o-complexFile_message,
    .o-complexFile_msgListItem {
      font-size: 14px;
      line-height: 20px; } }


.a-link.-pdf,
.a-link.-play,
.a-link.-downloadAll,
.o-form_fieldset legend,
.o-form_checkbox label,
.o-imagedList_txt strong,
.o-summaryList_title,
.o-summaryList_fieldName.-large,
.o-dashboardStates_label,
.o-filesList_title,
.o-bankAccount_title,
.o-infoBox_details,
.o-infoBox_details_light strong,
.o-companyData_title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }

.o-text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  letter-spacing: initial; }
  @media (max-width: 575px) {
    .o-text {
      font-size: 14px;
      line-height: 24px; } }


.a-btn.-nav {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.m-nav a,
.o-infoBox_title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.21px; }


.o-contact_title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_radio label,
.o-imagedList_txt,
.o-infoBox_details_light {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }

.o-data_td {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
  letter-spacing: initial; }
  @media (max-width: 1199px) {
    .o-data_td {
      font-size: 14px;
      line-height: 18px; } }


.o-form_text.-overlay {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_group input:placeholder-shown:not(:focus) + label,
.o-form_group input:placeholder-shown:focus + label,
.o-form_group input:placeholder-shown:not(:focus) + [type=hidden] + label,
.o-form_group input:placeholder-shown:focus + [type=hidden] + label,
.o-form_group textarea:placeholder-shown:not(:focus) + label,
.o-form_group textarea:placeholder-shown:focus + label,
.o-form_group textarea:placeholder-shown:not(:focus) + [type=hidden] + label,
.o-form_group textarea:placeholder-shown:focus + [type=hidden] + label,
.o-form_group select:placeholder-shown:not(:focus) + label,
.o-form_group select:placeholder-shown:focus + label,
.o-form_group select:placeholder-shown:not(:focus) + [type=hidden] + label,
.o-form_group select:placeholder-shown:focus + [type=hidden] + label,
.IE .o-form_group input + label,
.IE .o-form_group input + [type=hidden] + label,
.IE .o-form_group textarea + label,
.IE .o-form_group textarea + [type=hidden] + label,
.IE .o-form_group select + label,
.IE .o-form_group select + [type=hidden] + label,
.EDGE .o-form_group input + label,
.EDGE .o-form_group input + [type=hidden] + label,
.EDGE .o-form_group textarea + label,
.EDGE .o-form_group textarea + [type=hidden] + label,
.EDGE .o-form_group select + label,
.EDGE .o-form_group select + [type=hidden] + label,
.o-form_select select,
.o-dataRow_value {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }

.o-form_group input,
.o-form_group textarea,
.o-form_group select, .o-complexFile_template {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_checkboxInfo,
.o-summaryList_fieldValue,
.choices__inner,
.choices__placeholder,
.choices__list {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.m-about p,
.m-settingsOptions_option {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.22px; }


.o-form_text,
.o-contact_timing strong,
.m-file_info {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.m-about,
.o-contact_timing {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.22px; }


.o-form_fieldset legend.-small,
.o-form_legendNote,
.o-form_feedback.-extra,
.o-form_text.-info,
.o-form_text.-sm,
.o-data_pagination,
.o-data_paginationSummary,
.o-data_td.-th,
.o-data_orderItem .a-link,
.m-employerNumber span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_group.-period label,
.IE .o-form_group.-period label,
.EDGE .o-form_group.-period label,
.IE .o-form_group.-period .-labelUp label,
.EDGE .o-form_group.-period .-labelUp label,
.o-form_text.-muted {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.a-btn.-silent {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.m-sessionBox .a-btn.-silent {
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  letter-spacing: initial; }


.o-form_feedback,
.o-form_group p.error {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.66px; }


.a-btn.-icon.-notifications .a-btn_badge {
  font-size: 11px;
  line-height: 14px; }
  @media (max-width: 575px) {
    
    .a-btn.-icon.-notifications .a-btn_badge {
      font-size: 9px; } }

.m-sessionTimer, .m-lastLogin {
  font-size: 10px;
  line-height: 14px; }


.o-bankAccount_copy {
  font-size: 10px;
  line-height: 12px; }

.d-upperGradient {
  position: absolute;
  top: 125px;
  right: 0;
  left: 0;
  height: 280px;
  background: linear-gradient(180deg, #f8f7f5 0%, rgba(248, 247, 245, 0) 100%); }

.d-underLogo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1261px;
  height: 682px;
  background-size: contain; }
  @media (max-width: 575px) {
    .d-underLogo {
      display: none; } }

.d-success, .d-failure {
  display: block;
  max-width: 152px; }
  @media (max-width: 575px) {
    .d-success, .d-failure {
      max-width: 90px !important;
      margin: 25px auto 35px; } }

html body {
  color: #272727;
  /*font-family: $font_text;
		font-weight: 300;*/ }

h1 {
  color: #0D1826;
  display: inline-block;
  background: linear-gradient(90.56deg, #1C2B36 0%, #1C2B36 49.34%, #1C2B36 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0); }

h2 {
  color: #0D1826; }

h3 {
  color: #0D1826; }

i.fas {
  color: #0D1826; }

.light-color {
  color: #0D1826; }

.medium-color {
  color: #0D1826; }

.dark-color {
  color: #0D1826; }

.top-menu > li > a {
  padding: 14px 18px; }

.menu-logout {
  padding: 8px 0px 2px 20px; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0D1826;
  background-color: #0D1826; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #0D1826;
  box-shadow: 0 0 0 0 rgba(13, 24, 38, 0.8); }

.custom-control-input:focus:not(:checked) {
  border-color: #0D1826; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #0D1826; }

.show > .btn-primary.dropdown-toggle {
  background-color: #0D1826;
  border-color: #0D1826; }

.navbar a.logoff > SPAN:before {
  color: #0D1826; }

nav .breadcrumb {
  position: relative;
  color: #0D1826; }

a.link {
  color: #0D1826; }
  a.link:hover {
    color: #0D1826; }

.page-item.active .page-link {
  background-color: #0D1826;
  border-color: #0D1826; }

.page-link {
  color: #0D1826; }
  .page-link:hover {
    color: #0D1826; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0D1826; }

.bs-callout-info {
  border-left-color: #0D1826;
  background-color: #f8f8f8 h4;
    background-color-color: #0D1826; }
  .bs-callout-info i {
    color: #0D1826; }

.customerSearchResult.selected {
  border-left-color: #0D1826;
  background-color: #f8f8f8; }

.customerSearchResult:hover {
  border-left-color: #0D1826;
  background-color: #f8f8f8; }

.bg-arrow-right {
  background: url("../img/arrow-right.png") right center no-repeat; }

.bg-arrow-down {
  background: url("../img/arrow-down.png") center bottom no-repeat; }

.nav-tabs .nav-item a {
  color: #0D1826; }

.m-file_name {
  word-wrap: break-word;
  word-break: break-all; }

.l-header {
  border-bottom-width: 0px; }

input[type="submit"], button, a.button {
  padding: initial; }

input[type="submit"]:hover, button:hover, a.button:hover {
  background-color: transparent;
  color: #0D1826; }

.o-error {
  margin: 2px 5px 0;
  color: #c51000;
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-family: 'GoldmanSans Bold'; }

.o-error.-login {
  font-weight: 400;
  font-size: 14px;
  margin: 2px 5px 10px 0px; }

.o-field.is-invalid ~ .invalid-feedback {
  display: block;
  margin: 2px 5px 0;
  color: #c51000;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.66px;
  font-family: 'GoldmanSans Bold'; }

a.js-show-dasboard:hover {
  text-decoration: none;
  color: #F28000; }

table.table-css {
  border-collapse: separate;
  border-spacing: 0 10px;
  border-bottom: 0px !important;
  border-top: 0px; }
  table.table-css tr th {
    border-top: 0px;
    text-transform: uppercase;
    color: #787884; }
  table.table-css tr td {
    background: #ffffff;
    border-width: 0px;
    padding: 20px 5px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff; }
    table.table-css tr td:first-child {
      padding-left: 30px;
      border-left: 2px solid #ffffff;
      border-radius: 5px 0px 0px 5px; }
    table.table-css tr td:last-child {
      padding-right: 30px;
      border-right: 2px solid #ffffff;
      border-radius: 0px 5px 5px 0px; }
    table.table-css tr td.-lp {
      color: #787884;
      padding-right: 15px; }
  table.table-css tr:hover td:not(.-lp) {
    color: #0D1826; }
  table.table-css tr.-expanded td {
    color: #0D1826;
    border-color: #0D1826;
    color: #0D1826;
    border-top: 2px solid #0D1826;
    border-bottom: 2px solid #0D1826; }
    table.table-css tr.-expanded td:first-child {
      border-left: 2px solid #0D1826; }
    table.table-css tr.-expanded td:last-child {
      border-right: 2px solid #0D1826; }

.o-data .dataTables_length {
  color: #787884; }

.o-data .dataTables_wrapper .top {
  text-align: right; }

.o-data .dropdown-menu {
  padding: 1rem;
  box-shadow: -25px -2px 50px 0 rgba(0, 0, 0, 0.04);
  border-width: 0px; }

.o-data .dropdown-item {
  line-height: 20px;
  font-size: 14px; }
  .o-data .dropdown-item:hover {
    background-color: #ffffff;
    text-decoration: none; }

.o-data .dropdown.show .o-data_actionButton {
  text-shadow: 0 2px 4px rgba(237, 97, 0, 0.43); }

.page-item.active .page-link {
  background-color: #0D1826;
  border-color: #0D1826; }

.page-link {
  color: #0D1826; }

.page-link:hover {
  background-color: initial;
  color: #0D1826; }

.o-modal {
  z-index: 100; }

.modal-dialog {
  max-width: 630px; }

.modal-content {
  border-width: 0px;
  padding: 25px; }
  .modal-content .modal-header {
    border-bottom-width: 0; }
    .modal-content .modal-header .modal-title {
      margin-bottom: 43px;
      background: linear-gradient(90.56deg, #1C2B36 0%, #1C2B36 49.34%, #1C2B36 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: rgba(255, 255, 255, 0);
      font-size: 28px;
      line-height: 35px;
      letter-spacing: -0.15px; }
    .modal-content .modal-header button {
      color: #0D1826;
      font-size: 50px;
      position: absolute;
      top: 10px;
      right: 15px; }
      .modal-content .modal-header button:hover {
        background-color: inherit;
        box-shadow: none; }
  .modal-content .modal-body {
    font-size: 18px;
    line-height: 28px; }
  .modal-content .modal-footer {
    border-top-width: 0;
    margin: 30px 0 0; }
    @media (max-width: 575px) {
      .modal-content .modal-footer {
        display: flex;
        flex-direction: column; } }
    .modal-content .modal-footer .button {
      display: inline-block;
      height: 44px;
      padding: 0px 25px;
      line-height: 42px;
      text-align: center;
      text-decoration: none;
      color: #ffffff;
      border: 1px solid #0D1826;
      border-radius: 5px;
      background: #0D1826;
      cursor: pointer;
      transition: all 0.2s ease; }
      .modal-content .modal-footer .button:focus {
        outline: none;
        color: #ffffff;
        border-color: #0D1826;
        box-shadow: 0 0 0 0 rgba(240, 128, 0, 0.4); }
      .modal-content .modal-footer .button:hover, .modal-content .modal-footer .button:active {
        text-decoration: none;
        color: #ffffff; }
      .modal-content .modal-footer .button:visited {
        text-decoration: none;
        color: #ffffff; }

/* 3rd party */
/*::selection {
    background: rgba($color_orange-4, 0.4);
}
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }
  a:focus {
    /*color: inherit;*/
    outline-color: #0D1826; }
  a[href^="tel:"] {
    text-decoration: none;
    color: #7681fc; }

img {
  font-size: 10px; }

html {
  background: #f8f8f8;
  width: 100%;
  overflow-x: hidden; }
  html.-blocked {
    overflow-y: hidden; }

body {
  height: auto;
  min-height: 100%;
  color: #272727;
  background: #f8f8f8;
  overflow-x: hidden;
  overflow-y: overlay; }

.form-check-input {
  position: absolute;
  margin-top: 0.45em;
  margin-left: -1.25rem; }

.dataTables_info_wrapper div.dataTables_info {
  white-space: normal !important; }

.dataTables_info_wrapper {
  width: auto;
  float: left; }

.dataTables_paginate_wrapper {
  margin-left: auto;
  float: right; }

.dataTables_paginate_row {
  justify-content: center;
  margin: 0px; }

#dropdownMenuLink {
  min-width: 80px; }

.hide {
  display: none; }

div.dt-container div.dt-processing {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: 16px;
  text-align: center;
  padding: 1em 0;
  border: none;
  background: transparent;
  color: #0D1826; }

div.dt-processing > div:last-child {
  display: none; }

.l-page {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  min-height: calc(100vh - 125px); }
  @media (max-width: 991px) {
    .l-page {
      margin-top: 125px; } }

.l-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 125px;
  background: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.03); }
  @media (max-width: 991px) {
    .l-header {
      position: fixed; } }
  @media (max-width: 575px) {
    .l-header {
      height: 60px;
      padding-left: 20px;
      padding-right: 20px; } }
  .l-header img {
    max-width: 200px; }
    @media (max-width: 575px) {
      .l-header img {
        max-width: 112px; } }

.l-main {
  position: relative;
  z-index: 2;
  padding: 50px 0; }
  .l-main.-up {
    z-index: 2; }
  @media (max-width: 767px) {
    .l-main {
      padding-top: 30px; }
      .l-main.-up {
        z-index: 1; } }

.l-footer {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px;
  border-top: 1px solid #D8D8D8; }
  @media (max-width: 575px) {
    .l-footer {
      padding-bottom: 40px; } }

.l-box {
  position: relative;
  padding: 47px 46px 52px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04); }
  @media (max-width: 767px) {
    .l-box {
      padding: 40px 20px 40px; } }
  .l-box.-hero {
    padding: 58px 46px;
    padding-right: calc(46px + 47%);
    margin-left: 6%;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .l-box.-hero {
        padding-right: calc(46px + 45%);
        margin-left: 0; } }
    @media (max-width: 991px) {
      .l-box.-hero {
        padding-right: 46px; } }
    @media (max-width: 575px) {
      .l-box.-hero {
        padding: 0;
        background: transparent; } }
    .l-box.-hero:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background: #0D1826 url("../img/deco/intro@2x.png") 50% 100% no-repeat;
      background-image: image-set(url("../img/deco/intro@1x.png") 1x, url("../img/deco/intro@2x.png") 2x);
      background-size: cover; }
      @media (max-width: 1199px) {
        .l-box.-hero:after {
          width: 45%; } }
      @media (max-width: 991px) {
        .l-box.-hero:after {
          display: none; } }
  .l-box.-short {
    padding-top: 32px;
    padding-bottom: 32px; }
  .l-box.-login {
    margin-left: 6%; }
    @media (max-width: 1199px) {
      .l-box.-login {
        margin-left: 0; } }

.l-box + .l-box {
  margin-top: 32px; }

.l-row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .l-row.-contact {
      flex-direction: column; } }

.l-col {
  flex: 1 0 auto; }
  @media (max-width: 575px) {
    .l-col {
      padding-left: 20px;
      padding-right: 20px; } }
  .l-col.-info {
    flex: initial;
    max-width: 60%; }
    @media (max-width: 767px) {
      .l-col.-info {
        max-width: none; } }
  .l-col.-contact {
    flex: initial;
    max-width: 27%; }
    @media (max-width: 1199px) {
      .l-col.-contact {
        max-width: 35%;
        max-width: 35%; } }
    @media (max-width: 767px) {
      .l-col.-contact {
        max-width: none;
        padding-bottom: 60px; } }
    @media (max-width: 575px) {
      .l-col.-contact {
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px solid #D8D8D8; } }
  .l-col.-contentWider {
    flex: initial;
    width: 63%;
    margin-right: 30px; }
    @media (max-width: 991px) {
      .l-col.-contentWider {
        width: 100%; } }
    @media (max-width: 991px) {
      .l-col.-contentWider {
        padding: 0; } }
  .l-col.-contentThinner {
    flex: initial;
    width: 34%; }
    @media (max-width: 991px) {
      .l-col.-contentThinner {
        width: 100%; } }

.l-titleBar {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .l-titleBar {
      flex-direction: column;
      padding-left: 20px;
      padding-right: 20px; } }

.-safari .a-btn.-rainbow,
.-safari .m-file_button label {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
  color: #0D1826; }

.l-page.-logging .l-header .a-logo {
  margin-left: calc(6% + 10px); }
  @media (max-width: 1199px) {
    .l-page.-logging .l-header .a-logo {
      margin-left: 0; } }

.l-main .o-breadcrumbs {
  margin-bottom: 44px; }
  @media (max-width: 575px) {
    .l-main .o-breadcrumbs {
      margin-bottom: 24px; } }

.l-footer {
  background: transparent; }
  .l-footer .o-navFoot {
    margin-bottom: 24px; }
    @media (max-width: 575px) {
      .l-footer .o-navFoot {
        margin-bottom: 34px; } }
  .l-footer .l-row {
    padding: 0 6%; }
    @media (max-width: 1199px) {
      .l-footer .l-row {
        padding: 0; } }
    @media (max-width: 767px) {
      .l-footer .l-row {
        flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .l-footer .l-col {
      width: 100%;
      max-width: 100%; } }

.l-box.-thin {
  padding-left: 35px;
  padding-right: 35px; }

.l-box.-hero .a-pageTitle {
  margin-bottom: 38px; }
  @media (max-width: 575px) {
    .l-box.-hero .a-pageTitle {
      padding: 0 20px;
      margin-bottom: 27px; } }

.l-box.-hero .a-btn.-silent {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin-top: 4px !important; }
  @media (max-width: 575px) {
    .l-box.-hero .a-btn.-silent {
      right: auto;
      left: 0;
      top: 7px; } }

.l-box.-hero .o-form_row {
  position: relative;
  margin-top: 0;
  padding-top: 72px; }
  .l-box.-hero .o-form_row .o-form_feedback {
    top: auto;
    bottom: 47px; }
    @media (max-width: 575px) {
      .l-box.-hero .o-form_row .o-form_feedback {
        top: -16px;
        bottom: auto; } }

@media (max-width: 575px) {
  .l-box.-hero .o-form_fieldset {
    padding: 40px 20px 40px;
    background: #ffffff; } }

.l-box > .o-tabsNav {
  margin: -47px -46px 36px -46px; }
  @media (max-width: 767px) {
    .l-box > .o-tabsNav {
      margin: -40px -20px 32px -20px; } }

.l-box .tippy-tooltip.nntfi-theme {
  padding: 10px 15px; }

@media (max-width: 575px) {
  .l-titleBar .a-pageTitle {
    margin-bottom: 20px;
    padding: 0; } }

@media (max-width: 575px) {
  .l-titleBar .m-employerNumber {
    margin-bottom: 24px; } }

.col {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.g-aligner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px; }
  @media (max-width: 1199px) {
    .g-aligner {
      width: 960px; } }
  @media (max-width: 991px) {
    .g-aligner {
      width: 720px; } }
  @media (max-width: 767px) {
    .g-aligner {
      width: 540px; } }
  @media (max-width: 575px) {
    .g-aligner {
      width: 100%; } }
  .g-aligner.-medium {
    width: 1000px; }
    @media (max-width: 1199px) {
      .g-aligner.-medium {
        width: 960px; } }
    @media (max-width: 991px) {
      .g-aligner.-medium {
        width: 720px; } }
    @media (max-width: 767px) {
      .g-aligner.-medium {
        width: 540px; } }
    @media (max-width: 575px) {
      .g-aligner.-medium {
        width: 100%; } }
  .g-aligner.-thin {
    width: 630px; }
    @media (max-width: 767px) {
      .g-aligner.-thin {
        width: 540px; } }
    @media (max-width: 575px) {
      .g-aligner.-thin {
        width: 100%; } }

.a-pageTitle {
  margin-bottom: 44px; }
  @media (max-width: 575px) {
    .a-pageTitle {
      margin-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px; } }

.a-title {
  width: 100%;
  text-align: center;
  margin-bottom: 36px; }

.o-text p:last-child {
  margin-bottom: 0; }

.o-text ol, .o-text ul {
  margin: 0; }

.o-text ol {
  padding-left: 26px; }
  .o-text ol li {
    padding-left: 10px; }
  .o-text ol li + li {
    margin-top: 24px !important; }
    @media (max-width: 575px) {
      .o-text ol li + li {
        margin-top: 20px !important; } }

.o-text ul {
  padding-left: 30px; }
  .o-text ul li {
    padding-left: 6px; }
  .o-text ul li + li {
    margin-top: 0; }

.o-text ol ul {
  margin-top: 24px;
  padding-left: 0;
  list-style-type: none; }
  @media (max-width: 575px) {
    .o-text ol ul {
      margin-top: 20px; } }
  .o-text ol ul li {
    padding-left: 0; }

.o-text ul ul {
  margin: 20px 0;
  padding-left: 0;
  list-style-type: none; }
  .o-text ul ul li {
    padding-left: 0; }
  .o-text ul ul li + li {
    margin-top: 10px; }

.o-text * + article {
  margin-top: 50px; }
  @media (max-width: 575px) {
    .o-text * + article {
      margin-top: 40px; } }

.o-text h3 {
  margin-bottom: 28px; }

.o-text strong {
  font-family: "GoldmanSans Bold", Arial, sans-serif;
  font-weight: normal; }

.o-text a {
  position: relative;
  text-decoration: none;
  color: #0D1826; }
  .o-text a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #0D1826;
    visibility: hidden;
    transition: all 0.2s ease-in-out; }
  .o-text a:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%; }

body.IE .a-pageTitle, body.IE .o-text h3, body.IE .o-complexFile_button, body.IE .o-contact_telephones > *, body.IE .o-dashboard_action .a-btn > span, body.IE .o-infoBox_message, body.IE .o-modal_title {
  background: transparent !important; }
  body.IE .a-pageTitle span, body.IE .o-text h3 span, body.IE .o-complexFile_button span, body.IE .o-contact_telephones > * span, body.IE .o-dashboard_action .a-btn > span span, body.IE .o-infoBox_message span, body.IE .o-modal_title span {
    color: #0D1826; }
  body.IE .a-pageTitle span + span, body.IE .o-text h3 span + span, body.IE .o-complexFile_button span + span, body.IE .o-contact_telephones > * span + span, body.IE .o-dashboard_action .a-btn > span span + span, body.IE .o-infoBox_message span + span, body.IE .o-modal_title span + span {
    color: #0D1826; }
  body.IE .a-pageTitle span + span + span, body.IE .o-text h3 span + span + span, body.IE .o-complexFile_button span + span + span, body.IE .o-contact_telephones > * span + span + span, body.IE .o-dashboard_action .a-btn > span span + span + span, body.IE .o-infoBox_message span + span + span, body.IE .o-modal_title span + span + span {
    color: #0D1826; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 14px;
  color: #FF6161;
  font-weight: 500; }

.btn-group i.fas {
  color: #ffffff; }

button,
a.button,
.btn,
input[type=submit] {
  color: #ffffff;
  background-color: #0D1826; }
  button.btn-light,
  a.button.btn-light,
  .btn.btn-light,
  input[type=submit].btn-light {
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
    button.btn-light:hover,
    a.button.btn-light:hover,
    .btn.btn-light:hover,
    input[type=submit].btn-light:hover {
      background-color: #A1A1A1;
      border-color: #A1A1A1; }
  button:hover,
  a.button:hover,
  .btn:hover,
  input[type=submit]:hover {
    color: #ffffff;
    background-color: #0D1826; }

.btn.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d; }

.btn.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545; }

.btn.back {
  background-color: #ffffff;
  color: #0D1826;
  border: 1px solid; }
  .btn.back:hover {
    background-color: #ffffff;
    color: #0D1826;
    border: 1px solid #0D1826; }
  .btn.back:after {
    content: none; }

.btn.toggle {
  border: 1px solid #0D1826; }
  .btn.toggle.btn-primary {
    border: 1px solid #0D1826; }

.btn.toggle-on {
  border: 0;
  background-color: #0D1826; }
  .btn.toggle-on:hover {
    background-color: #0D1826; }

.btn.toggle-off {
  border: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.toggle-off:hover {
    background-color: #ccc; }

.btn.toggle-handle {
  background-color: #ffffff;
  border-width: 0 1px; }

.btn--file {
  margin-top: -8px;
  margin-right: -12px; }

.btn-primary {
  background-color: #0D1826;
  border-color: #0D1826; }
  .btn-primary:not(:disabled):not(.disabled).active {
    background-color: #0D1826;
    border-color: #0D1826; }
  .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0D1826;
    border-color: #0D1826; }
  .btn-primary:hover {
    background-color: #0D1826;
    border-color: #0D1826; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(240, 128, 0, 0.4); }

.a-btn {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #0D1826;
  border-radius: 5px;
  background: #0D1826;
  cursor: pointer;
  transition: all 0.2s ease; }
  .a-btn:focus, .a-btn.active {
    outline: none;
    color: #A1A1A1;
    border: 2px solid #FAAD14; }
  .a-btn:hover {
    background: #3F4C5B;
    color: #ffffff;
    border: 1px solid #3F4C5B; }
  .a-btn.-disabled, .a-btn:disabled {
    opacity: 0.4;
    box-shadow: none;
    cursor: default; }
  .a-btn.-primary:focus, .a-btn.-primary.active {
    outline: none;
    color: #A1A1A1; }
  .a-btn.-rainbow {
    border: 1px solid #0D1826;
    color: #0D1826;
    transition: all 0.0s ease; }
    .a-btn.-rainbow:hover {
      color: #6A7A8C;
      border: 1px solid #6A7A8C;
      background: #F7F9FC; }
    .a-btn.-rainbow:focus, .a-btn.-rainbow:active {
      color: #0D1826;
      border: 2px solid #FAAD14; }
  .a-btn.-max-50p {
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .a-btn.-max-50p {
        max-width: 100%; } }
  .a-btn.-m-0-a {
    margin: 0 auto; }
  .a-btn.-silent {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 !important;
    color: #0D1826;
    border: none;
    background: #ffffff; }
    .a-btn.-silent:focus {
      box-shadow: none;
      outline: none;
      outline-color: #0D1826; }
    .a-btn.-silent:hover:before {
      visibility: visible;
      opacity: 1;
      width: 100%; }
  .a-btn.-hamburger {
    display: none;
    width: 32px;
    height: 32px;
    padding: 6px 4px 4px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 99999; }
    @media (max-width: 991px) {
      .a-btn.-hamburger {
        display: inline-block; } }
    @media (max-width: 575px) {
      .a-btn.-hamburger {
        width: 28px;
        height: 28px;
        padding: 4px; } }
    .a-btn.-hamburger:focus {
      outline: auto;
      box-shadow: none;
      outline-color: #0D1826; }
    .a-btn.-hamburger.-active .a-btn_inner,
    .a-btn.-hamburger.-active .a-btn_inner::before,
    .a-btn.-hamburger.-active .a-btn_inner::after {
      background-color: #0D1826; }
    .a-btn.-hamburger .a-btn_box {
      width: 24px;
      height: 20px;
      display: inline-block;
      position: relative; }
      @media (max-width: 575px) {
        .a-btn.-hamburger .a-btn_box {
          width: 20px; } }
    .a-btn.-hamburger .a-btn_inner {
      display: block;
      top: 50%;
      margin-top: -1px; }
    .a-btn.-hamburger .a-btn_inner,
    .a-btn.-hamburger .a-btn_inner::before,
    .a-btn.-hamburger .a-btn_inner::after {
      width: 100%;
      height: 2px;
      background-color: #0D1826;
      border-radius: 0;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .a-btn.-hamburger .a-btn_inner::before,
    .a-btn.-hamburger .a-btn_inner::after {
      content: "";
      display: block; }
    .a-btn.-hamburger .a-btn_inner::before {
      top: -7px; }
    .a-btn.-hamburger .a-btn_inner::after {
      bottom: -7px; }
    .a-btn.-hamburger .a-btn_inner {
      transition-duration: 0.075s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .a-btn.-hamburger .a-btn_inner::before {
      transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .a-btn.-hamburger .a-btn_inner::after {
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .a-btn.-hamburger.-active .a-btn_inner {
      transform: rotate(45deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .a-btn.-hamburger.-active .a-btn_inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .a-btn.-hamburger.-active .a-btn_inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .a-btn.-icon {
    border: none;
    width: 40px;
    height: 40px; }
    @media (max-width: 575px) {
      .a-btn.-icon {
        width: 30px;
        height: 30px; } }
    .a-btn.-icon:focus {
      outline: auto;
      box-shadow: none;
      outline-color: #0D1826; }
    .a-btn.-icon.-notifications {
      padding: 0 0 0 16px;
      background: url("../img/icons/ico-notifications.svg") 25% 75% no-repeat;
      background-size: auto 26px; }
      @media (max-width: 575px) {
        .a-btn.-icon.-notifications {
          padding-left: 12px;
          background-size: auto 20px;
          background-position: 10% 80%; } }
      .a-btn.-icon.-notifications .a-btn_badge {
        display: inline-block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        line-height: 24px;
        color: #ffffff;
        background-color: #0D1826;
        border-radius: 50px;
        transition: all 0.2s ease; }
        @media (max-width: 575px) {
          .a-btn.-icon.-notifications .a-btn_badge {
            width: 18px;
            height: 18px;
            margin-bottom: 6px;
            line-height: 18px; } }
      .a-btn.-icon.-notifications:hover {
        animation: shake 0.3s; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  20% {
    transform: translate(-2px, 0px) rotate(1deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  60% {
    transform: translate(-2px, 1px) rotate(0deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  100% {
    transform: translate(1px, -1px) rotate(-1deg); } }
      .a-btn.-icon.-notifications.-empty {
        animation: none;
        background-image: url("../img/icons/ico-notifications-fade.svg");
        background-position: 50% 50%; }
        .a-btn.-icon.-notifications.-empty:hover {
          background-image: url("../img/icons/ico-notifications.svg"); }
  .a-btn.-nav {
    width: auto;
    height: auto;
    padding: 0 8px 0 0;
    color: #0D1826;
    background: transparent;
    border: none; }
    .a-btn.-nav:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 14px;
      margin-bottom: -1px;
      background: url("../img/icons/ico-cheveron-left.svg") 0 50% no-repeat;
      background-size: contain;
      transition: all 0.2s ease; }
    .a-btn.-nav:focus {
      outline: auto;
      box-shadow: none;
      outline-color: #0D1826; }
    .a-btn.-nav:hover:before {
      transform: translateX(-3px); }

.a-btn + .a-btn {
  margin-left: 20px; }
  @media (max-width: 575px) {
    .a-btn + .a-btn {
      margin-left: 0;
      margin-top: 20px; } }

.a-icoBtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer; }
  .a-icoBtn.-delete {
    position: absolute;
    top: 50px;
    right: 46px;
    background: url("../img/icons/ico-garbage.svg") 50% 0 no-repeat; }
    @media (max-width: 767px) {
      .a-icoBtn.-delete {
        top: 42px;
        right: 20px; } }
    .a-icoBtn.-delete.-inline {
      top: 10px;
      right: -33px; }

.custom-file-label:after {
  display: none; }

button.close {
  background-color: white; }

.a-link {
  display: inline-block;
  text-decoration: none; }
  .a-link:hover {
    text-decoration: underline; }
  .a-link.-orange {
    color: #0D1826; }
  .a-link.-red {
    color: #c51000; }
  .a-link.-pdf {
    background: url("../img/icons/ico-document-pdf.svg") 0 0 no-repeat; }
  .a-link.-play {
    background: url("../img/icons/ico-play.svg") 0 0 no-repeat; }
  .a-link.-downloadAll {
    background: url("../img/icons/ico-download.svg") 0 0 no-repeat;
    padding: 0 0 0 30px;
    height: 21px;
    min-height: 21px;
    background-size: auto 21px !important;
    color: #656464; }
    .a-link.-downloadAll:hover {
      text-decoration: none;
      color: #0D1826; }

.a-logo {
  display: inline-block; }

.p-download {
  background-color: #f8f8f8;
  padding: 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.a-link.-pdf, .a-link.-play, .a-link.-downloadAll {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  transition: all 0.2s ease; }
  @media (max-width: 575px) {
    .a-link.-pdf, .a-link.-play, .a-link.-downloadAll {
      padding-left: 46px;
      min-height: 35px;
      font-size: 14px;
      line-height: 20px;
      background-size: auto 35px !important; } }

.a-link.-pdf, .a-link.-play {
  padding: 0 0 0 60px;
  height: 42px;
  min-height: 42px;
  background-size: auto 42px !important; }

.a-link.-pdf, .a-link.-play {
  color: #0D1826; }
  .a-link.-pdf:hover, .a-link.-play:hover {
    text-decoration: none;
    color: #787884; }

.o-error_feedback {
  font-family: "GoldmanSans Regular", Arial, sans-serif;
  font-weight: normal !important;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.66px;
  margin: 2px 5px 0;
  color: #FF0000;
  opacity: 1;
  max-height: 100px;
  overflow: hidden;
  transition: all 0.2s ease; }

.o-form_group.is-invalid label {
  color: #FF0000; }

.o-form_group.is-invalid input,
.o-form_group.is-invalid textarea,
.o-form_group.is-invalid select {
  border-color: #FF0000; }

.o-form_group {
  display: block;
  width: 100%;
  position: relative; }
  .o-form_group label {
    position: absolute;
    top: -7px;
    left: 12px;
    padding: 0 3px;
    opacity: 1;
    line-height: 12px;
    text-transform: uppercase;
    color: #989696;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.2s ease; }
  .o-form_group input,
  .o-form_group textarea,
  .o-form_group select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    background: #ffffff;
    outline: none;
    transition: all 0.2s ease; }
    .o-form_group input::-webkit-input-placeholder,
    .o-form_group textarea::-webkit-input-placeholder,
    .o-form_group select::-webkit-input-placeholder {
      font-size: 14px;
      color: #787884; }
    .o-form_group input::-moz-placeholder,
    .o-form_group textarea::-moz-placeholder,
    .o-form_group select::-moz-placeholder {
      font-size: 14px;
      color: #787884; }
    .o-form_group input:-ms-input-placeholder,
    .o-form_group textarea:-ms-input-placeholder,
    .o-form_group select:-ms-input-placeholder {
      font-size: 14px;
      color: #787884; }
    .o-form_group input:-moz-placeholder,
    .o-form_group textarea:-moz-placeholder,
    .o-form_group select:-moz-placeholder {
      font-size: 14px;
      color: #787884; }
    .o-form_group input::placeholder,
    .o-form_group textarea::placeholder,
    .o-form_group select::placeholder {
      font-size: 14px;
      color: #787884; }
    .o-form_group input.-noBorderRadius,
    .o-form_group textarea.-noBorderRadius,
    .o-form_group select.-noBorderRadius {
      border-radius: 0; }
    @media (max-width: 767px) {
      .o-form_group input,
      .o-form_group textarea,
      .o-form_group select {
        font-size: 15px !important; } }
    .o-form_group input::placeholder,
    .o-form_group textarea::placeholder,
    .o-form_group select::placeholder {
      opacity: 1;
      transition: all .2s; }
    .o-form_group input::-ms-input-placeholder,
    .o-form_group textarea::-ms-input-placeholder,
    .o-form_group select::-ms-input-placeholder {
      display: none; }
    .o-form_group input:placeholder-shown:not(:focus)::placeholder,
    .o-form_group textarea:placeholder-shown:not(:focus)::placeholder,
    .o-form_group select:placeholder-shown:not(:focus)::placeholder {
      opacity: 1; }
    .o-form_group input:placeholder-shown:not(:focus) + label,
    .o-form_group input:placeholder-shown:focus + label,
    .o-form_group input:placeholder-shown:not(:focus) + [type=hidden] + label,
    .o-form_group input:placeholder-shown:focus + [type=hidden] + label,
    .o-form_group textarea:placeholder-shown:not(:focus) + label,
    .o-form_group textarea:placeholder-shown:focus + label,
    .o-form_group textarea:placeholder-shown:not(:focus) + [type=hidden] + label,
    .o-form_group textarea:placeholder-shown:focus + [type=hidden] + label,
    .o-form_group select:placeholder-shown:not(:focus) + label,
    .o-form_group select:placeholder-shown:focus + label,
    .o-form_group select:placeholder-shown:not(:focus) + [type=hidden] + label,
    .o-form_group select:placeholder-shown:focus + [type=hidden] + label {
      top: 9px;
      left: 10px;
      max-width: 90%;
      margin-bottom: 0;
      padding: 0 4px;
      text-transform: none;
      opacity: 0;
      color: #D8D8D8;
      cursor: text; }
    .o-form_group input:focus,
    .o-form_group textarea:focus,
    .o-form_group select:focus {
      outline: none;
      border-width: 1px;
      border-radius: 2px;
      box-shadow: 0 0 0 0 rgba(240, 128, 0, 0.15); }
    .o-form_group input:focus + label,
    .o-form_group input:focus + [type=hidden] + label,
    .o-form_group textarea:focus + label,
    .o-form_group textarea:focus + [type=hidden] + label,
    .o-form_group select:focus + label,
    .o-form_group select:focus + [type=hidden] + label {
      color: #0D1826; }
  .o-form_group textarea {
    padding-top: 8px;
    min-height: 205px; }
  .o-form_group select {
    appearance: none;
    padding-right: 1em;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 1em;
    background-size: 8px 10px; }
  .o-form_group.-invalid input:focus + label,
  .o-form_group.-invalid input:focus + [type=hidden] + label,
  .o-form_group.-invalid textarea:focus + label,
  .o-form_group.-invalid textarea:focus + [type=hidden] + label,
  .o-form_group.-invalid select:focus + label,
  .o-form_group.-invalid select:focus + [type=hidden] + label {
    color: #c51000; }
  .o-form_group.-invalid label {
    color: #c51000; }
  .o-form_group.-date > input {
    padding-right: 32px;
    background-image: url("../img/icons/ico-calendar.svg");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 20px auto; }
  .o-form_group.-period {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 575px) {
      .o-form_group.-period {
        justify-content: space-between; } }
    .o-form_group.-period .o-form_group {
      width: 30%; }
      @media (max-width: 575px) {
        .o-form_group.-period .o-form_group {
          width: 30% !important; } }
      .o-form_group.-period .o-form_group:nth-child(1) {
        width: 15% !important; }
    @media (max-width: 575px) {
      .o-form_group.-period .o-form_group + .o-form_group {
        margin-top: 0 !important; } }
    .o-form_group.-period .o-form_text {
      justify-content: flex-end; }
      @media (max-width: 575px) {
        .o-form_group.-period .o-form_text {
          height: 39px;
          justify-content: center; } }
    .o-form_group.-period input {
      text-align: center; }
    .o-form_group.-period label {
      position: relative;
      top: auto !important;
      left: auto !important;
      width: 100%;
      max-width: none !important;
      margin-bottom: .5rem !important;
      font-size: 12px !important;
      line-height: 14px !important;
      text-transform: none;
      text-align: center;
      color: #272727 !important;
      opacity: 1 !important; }
    .o-form_group.-period .o-form_text.-overlay {
      display: none;
      margin-top: 0;
      justify-content: flex-start;
      cursor: pointer; }
    .o-form_group.-period .o-form_feedback {
      bottom: -5px;
      right: 0;
      width: calc(60% + 20px);
      margin: 0;
      text-align: center; }
      @media (max-width: 767px) {
        .o-form_group.-period .o-form_feedback {
          width: 100%;
          text-align: left; } }
    .o-form_group.-period.-completed .o-form_group[data-validation] {
      display: none; }
    .o-form_group.-period.-completed .o-form_text.-overlay {
      display: flex; }
      @media (max-width: 575px) {
        .o-form_group.-period.-completed .o-form_text.-overlay {
          margin-left: 0;
          width: 72%; } }

.IE .o-form_group input + label,
.IE .o-form_group input + [type=hidden] + label,
.IE .o-form_group textarea + label,
.IE .o-form_group textarea + [type=hidden] + label,
.IE .o-form_group select + label,
.IE .o-form_group select + [type=hidden] + label,
.EDGE .o-form_group input + label,
.EDGE .o-form_group input + [type=hidden] + label,
.EDGE .o-form_group textarea + label,
.EDGE .o-form_group textarea + [type=hidden] + label,
.EDGE .o-form_group select + label,
.EDGE .o-form_group select + [type=hidden] + label {
  top: 9px;
  left: 10px;
  max-width: 90%;
  margin-bottom: 0;
  padding: 0 4px;
  text-transform: none;
  opacity: 0;
  color: #D8D8D8;
  cursor: text; }

.IE .o-form_group.-labelUp input + label,
.IE .o-form_group.-labelUp input + [type=hidden] + label,
.IE .o-form_group.-labelUp textarea + label,
.IE .o-form_group.-labelUp textarea + [type=hidden] + label,
.IE .o-form_group.-labelUp select + label,
.IE .o-form_group.-labelUp select + [type=hidden] + label,
.EDGE .o-form_group.-labelUp input + label,
.EDGE .o-form_group.-labelUp input + [type=hidden] + label,
.EDGE .o-form_group.-labelUp textarea + label,
.EDGE .o-form_group.-labelUp textarea + [type=hidden] + label,
.EDGE .o-form_group.-labelUp select + label,
.EDGE .o-form_group.-labelUp select + [type=hidden] + label {
  position: absolute;
  top: -7px;
  left: 12px;
  padding: 0 3px;
  opacity: 1;
  line-height: 12px;
  text-transform: uppercase;
  color: #989696;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.2s ease; }

.IE .o-form_group.-labelUp input:focus + label,
.IE .o-form_group.-labelUp input:focus + [type=hidden] + label,
.IE .o-form_group.-labelUp textarea:focus + label,
.IE .o-form_group.-labelUp textarea:focus + [type=hidden] + label,
.IE .o-form_group.-labelUp select:focus + label,
.IE .o-form_group.-labelUp select:focus + [type=hidden] + label,
.EDGE .o-form_group.-labelUp input:focus + label,
.EDGE .o-form_group.-labelUp input:focus + [type=hidden] + label,
.EDGE .o-form_group.-labelUp textarea:focus + label,
.EDGE .o-form_group.-labelUp textarea:focus + [type=hidden] + label,
.EDGE .o-form_group.-labelUp select:focus + label,
.EDGE .o-form_group.-labelUp select:focus + [type=hidden] + label {
  color: #0D1826; }

.IE .o-form_group.-labelUp.-invalid input:focus + label,
.IE .o-form_group.-labelUp.-invalid input:focus + [type=hidden] + label,
.IE .o-form_group.-labelUp.-invalid textarea:focus + label,
.IE .o-form_group.-labelUp.-invalid textarea:focus + [type=hidden] + label,
.IE .o-form_group.-labelUp.-invalid select:focus + label,
.IE .o-form_group.-labelUp.-invalid select:focus + [type=hidden] + label,
.EDGE .o-form_group.-labelUp.-invalid input:focus + label,
.EDGE .o-form_group.-labelUp.-invalid input:focus + [type=hidden] + label,
.EDGE .o-form_group.-labelUp.-invalid textarea:focus + label,
.EDGE .o-form_group.-labelUp.-invalid textarea:focus + [type=hidden] + label,
.EDGE .o-form_group.-labelUp.-invalid select:focus + label,
.EDGE .o-form_group.-labelUp.-invalid select:focus + [type=hidden] + label {
  color: #c51000; }

.IE .o-form_group.-labelUp.-invalid label,
.EDGE .o-form_group.-labelUp.-invalid label {
  color: #c51000; }

.IE .o-form_group.-period,
.EDGE .o-form_group.-period {
  position: relative; }
  .IE .o-form_group.-period label,
  .EDGE .o-form_group.-period label {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin-bottom: .5rem;
    text-transform: none;
    text-align: center;
    color: #272727 !important;
    opacity: 1 !important; }
  .IE .o-form_group.-period .-labelUp label,
  .EDGE .o-form_group.-period .-labelUp label {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    text-transform: none;
    text-align: center;
    color: #272727 !important;
    opacity: 1 !important; }

.-safari .o-complexFile {
  overflow: hidden; }

.o-complexFile_template {
  margin-bottom: 10px;
  text-align: right; }
  @media (max-width: 575px) {
    .o-complexFile_template {
      text-align: center; } }
  .o-complexFile_template a {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    color: #0D1826; }
    .o-complexFile_template a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #0D1826;
      transition: all 0.2s ease-in-out; }
    .o-complexFile_template a:hover:before {
      bottom: -1px; }

.o-complexFile_dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 294px;
  padding: 45px;
  overflow: hidden;
  border: dashed 1px #A1A1A1;
  border-image-slice: 1;
  border-image-repeat: round;
  border-radius: 5px;
  border-image-source: url("../img/border-dashed.png"); }
  @media (max-width: 575px) {
    .o-complexFile_dropzone {
      min-height: 0;
      padding: 30px 0;
      border: none;
      overflow: visible; } }

.o-complexFile_button {
  position: relative;
  display: inline-block;
  min-width: 240px;
  height: 39px;
  padding: 0 30px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0D1826;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(237, 97, 0, 0.07);
  overflow: hidden; }
  @media (max-width: 575px) {
    .o-complexFile_button {
      width: calc(100% - 9px); } }

.o-complexFile input[type='file'] {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  z-index: 1;
  opacity: 0.01;
  cursor: pointer !important; }

.o-complexFile input:focus + .o-complexFile_button {
  outline: none;
  border-color: #0D1826;
  box-shadow: 0 0 0 0 rgba(240, 128, 0, 0.4); }

.o-complexFile_info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 160px; }
  @media (max-width: 575px) {
    .o-complexFile_info {
      align-items: center;
      min-height: 135px;
      margin-bottom: 10px; } }

.o-complexFile_message {
  display: none;
  width: 100%;
  padding-top: 70px;
  margin-bottom: 0;
  line-height: 40px;
  text-align: center;
  color: #A1A1A1; }
  @media (max-width: 575px) {
    .o-complexFile_message {
      padding-top: 55px; } }
  @media (max-width: 575px) {
    .o-complexFile_message span {
      display: none; } }
  .o-complexFile_message.-active {
    display: inline-block; }
  .o-complexFile_message.-init {
    background: url("../img/icons/ico-upload.svg") 50% 0% no-repeat; }
    @media (max-width: 575px) {
      .o-complexFile_message.-init {
        background-position: 50% 0; } }
  .o-complexFile_message.-done {
    background: url("../img/icons/ico-success-sm.svg") 50% 0% no-repeat; }
  .o-complexFile_message.-error {
    color: #0D1826;
    background: url("../img/icons/ico-failure-sm.svg") 50% 0% no-repeat; }

.o-complexFile_msgList {
  position: relative;
  z-index: 2;
  display: none;
  width: 368px;
  height: 220px;
  margin: 30px auto 40px;
  padding: 20px 10px 20px 20px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.08); }
  @media (max-width: 575px) {
    .o-complexFile_msgList {
      width: 100%;
      margin: 20px 0;
      padding-left: 0;
      padding-right: 0;
      box-shadow: none;
      overflow: visible; } }
  .o-complexFile_msgListContent {
    width: 95%;
    margin-left: 1%; }
    @media (max-width: 575px) {
      .o-complexFile_msgListContent {
        width: 100%;
        margin-left: 0; } }
  .o-complexFile_msgListItem {
    margin-bottom: 0;
    color: #0D1826; }
  .o-complexFile_msgListItem + .o-complexFile_msgListItem {
    margin-top: 20px; }
  .o-complexFile_msgList.-active {
    display: block; }

.custom-select:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #0D1826; }

.form-control:focus {
  box-shadow: 0 0 0 0 rgba(240, 128, 0, 0.15); }

div.o-form_group.value-empty .o-form_feedback.for-empty + .o-form_feedback {
  display: none !important; }

div:not(.value-empty) > .o-form_feedback.for-empty {
  display: none !important; }

.o-form_fieldset legend {
  margin-bottom: 25px; }
  .o-form_fieldset legend.-numbered {
    display: flex;
    align-items: center;
    margin-bottom: 38px; }

.o-form_fieldset.-invalid legend,
.o-form_fieldset.-invalid label {
  color: #c51000; }

.o-form_fieldset.-invalid .o-form_radio label:before {
  border-color: #c51000; }

.o-form_fieldset.-invalid .o-form_feedback {
  display: block;
  width: 100%; }

.o-form_fieldset.-invalid.-invalid .choices__inner {
  border-color: #c51000; }

.o-form_fieldset.-invalid.-invalid .choices__list--dropdown {
  border-top: 1px solid #c51000;
  border-color: #c51000; }

.o-form_fieldset + .o-form_fieldset,
.o-form_group + .o-form_fieldset {
  margin-top: 40px; }

.o-form_legend {
  display: flex;
  align-items: center; }

.o-form_legendCounter {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 15px;
  text-align: center;
  background: linear-gradient(180deg, #0D1826 0%, #0D1826 49.34%, #0D1826 100%);
  border-radius: 50px; }
  .o-form_legendCounter span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    line-height: 22px;
    color: #0D1826;
    background: #ffffff;
    border-radius: 50px; }

.o-form_legendLabel {
  margin-bottom: 0; }

.o-form_legendNote {
  margin-top: 3px;
  margin-left: 16px;
  color: #0D1826; }
  @media (max-width: 575px) {
    .o-form_legendNote {
      display: none; } }

.o-form_radioGroup {
  margin-bottom: 10px; }
  .o-form_radioGroup:last-child {
    margin-bottom: 0; }
  @media (max-width: 575px) {
    .o-form_radioGroup {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 575px) {
    .o-form_radioGroup.-horizontal {
      flex-direction: row;
      flex-wrap: wrap; } }
  .o-form_radioGroup.-sm .o-form_radio {
    max-width: calc(50% - 20px); }
    @media (max-width: 575px) {
      .o-form_radioGroup.-sm .o-form_radio {
        max-width: none;
        width: 100%; } }
    .o-form_radioGroup.-sm .o-form_radio label {
      font-size: 14px;
      line-height: 16px; }
      @media (max-width: 575px) {
        .o-form_radioGroup.-sm .o-form_radio label {
          font-size: 16px;
          line-height: 24px; } }
      .o-form_radioGroup.-sm .o-form_radio label:after {
        top: 4px;
        transform: translateY(0); }
        @media (max-width: 575px) {
          .o-form_radioGroup.-sm .o-form_radio label:after {
            top: 8px; } }
      .o-form_radioGroup.-sm .o-form_radio label:before {
        top: 0;
        transform: translateY(0); }
        @media (max-width: 575px) {
          .o-form_radioGroup.-sm .o-form_radio label:before {
            top: 4px; } }
    @media (max-width: 575px) {
      .o-form_radioGroup.-sm .o-form_radio br {
        display: none; } }
  .o-form_radioGroup.-invalid label {
    color: #c51000; }
  .o-form_radioGroup.-invalid .o-form_radio label:before {
    border-color: #c51000; }
  .o-form_radioGroup.-invalid .o-form_feedback {
    display: block; }

.o-form_radioGroup + .o-form_group,
.o-form_fieldset + .o-form_group,
.o-form_group + .o-form_select,
.o-form_select + .o-form_group,
.o-form_group + .o-form_group {
  margin-top: 20px; }

.o-form_radioGroup.first-in-group.-hidden + .o-form_group,
.o-form_fieldset.first-in-group.-hidden + .o-form_group,
.o-form_group.first-in-group.-hidden + .o-form_select,
.o-form_select.first-in-group.-hidden + .o-form_group,
.o-form_group.first-in-group.-hidden + .o-form_group {
  margin-top: 0; }

.o-form_group + .o-form_radioGroup,
.o-form_select + .o-form_radioGroup,
.o-form_group.-combined + .o-form_select {
  margin-top: 30px; }

.o-form_group.-combined + .o-form_select {
  margin-top: 30px; }

.o-form_radio {
  position: relative;
  display: inline;
  cursor: default; }
  .o-form_radio label {
    position: relative;
    margin-bottom: 0;
    padding-left: 28px;
    user-select: none;
    cursor: pointer; }
    .o-form_radio label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #0D1826;
      border-radius: 50px; }
  .o-form_radio input {
    opacity: 0;
    position: absolute; }
  .o-form_radio input:checked + label:after,
  .o-form_radio input:checked + [type=hidden] + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background: #0D1826;
    border-radius: 50px; }
  .o-form_radio input:focus + label:before,
  .o-form_radio input:focus + [type=hidden] + label:before {
    box-shadow: 0 0 0 0 rgba(13, 24, 38, 0.8); }

.o-form_radio + .o-form_radio {
  margin-left: 38px; }
  @media (max-width: 575px) {
    .o-form_radio + .o-form_radio {
      margin-left: 0;
      margin-top: 20px; } }

.o-form_checkbox {
  position: relative;
  display: inline-block;
  cursor: default; }
  .o-form_checkbox label {
    position: relative;
    margin-bottom: 0;
    padding-left: 44px;
    user-select: none;
    cursor: pointer; }
    .o-form_checkbox label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      display: block;
      width: 20px;
      height: 20px;
      background: linear-gradient(180deg, #0D1826 0%, #0D1826 49.34%, #0D1826 100%);
      border-radius: 2px; }
    .o-form_checkbox label:after {
      content: '';
      position: absolute;
      left: 2px;
      top: 3px;
      display: block;
      width: 16px;
      height: 16px;
      background: #ffffff;
      border-radius: 2px; }
  .o-form_checkbox input {
    opacity: 0;
    position: absolute; }
  .o-form_checkbox input:checked + label:after,
  .o-form_checkbox input:checked + [type=hidden] + label:after {
    border: 3px solid #ffffff;
    background: #ffffff url("../img/checkbox.svg");
    background-size: contain; }
  .o-form_checkbox input:focus + label:before,
  .o-form_checkbox input:focus + [type=hidden] + label:before {
    box-shadow: 0 0 0 0 rgba(13, 24, 38, 0.8); }
  .o-form_checkbox.-invalid label {
    color: #c51000; }
    .o-form_checkbox.-invalid label:before {
      background: #c51000; }

.o-form_checkboxInfo {
  margin-top: 22px;
  margin-left: 44px;
  margin-bottom: 0; }
  .o-form_checkboxInfo p {
    margin-bottom: 0; }
  .o-form_checkboxInfo ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .o-form_checkboxInfo ol li {
      margin: 0;
      padding: 0;
      counter-increment: my-awesome-counter; }
      .o-form_checkboxInfo ol li::before {
        content: counter(my-awesome-counter) ") "; }

.o-form_row {
  position: relative;
  display: flex; }
  @media (max-width: 575px) {
    .o-form_row {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .o-form_row.-irregular {
      width: calc(100% - 30px); } }
  @media (max-width: 575px) {
    .o-form_row.-irregular {
      flex-direction: column; } }
  .o-form_row.-irregular > .o-form_group:first-child {
    width: 35%; }
    @media (max-width: 575px) {
      .o-form_row.-irregular > .o-form_group:first-child {
        width: 100%; } }
  .o-form_row.-irregular > .o-form_group:nth-child(2) {
    width: 65%; }
    @media (max-width: 575px) {
      .o-form_row.-irregular > .o-form_group:nth-child(2) {
        width: 100%; } }
  @media (max-width: 575px) {
    .o-form_row.-irregular + .o-form_row.-irregular {
      margin-top: 50px; } }
  .o-form_row.-interval {
    justify-content: space-between; }
    @media (max-width: 991px) {
      .o-form_row.-interval {
        width: calc(100% - 40px); } }
    @media (max-width: 575px) {
      .o-form_row.-interval {
        flex-direction: row;
        flex-wrap: wrap; } }
    .o-form_row.-interval .o-form_group:nth-child(1) {
      width: 20%; }
      @media (max-width: 991px) {
        .o-form_row.-interval .o-form_group:nth-child(1) {
          width: 25%; } }
      @media (max-width: 575px) {
        .o-form_row.-interval .o-form_group:nth-child(1) {
          width: 100%; } }
    .o-form_row.-interval .o-form_group.-period {
      width: 35%; }
      @media (max-width: 575px) {
        .o-form_row.-interval .o-form_group.-period {
          width: 100%; } }
    @media (max-width: 575px) {
      .o-form_row.-interval .o-form_group.-period + .o-form_group.-period {
        margin-top: 10px !important; } }
  .o-form_row.-interval + .o-form_row.-interval {
    margin-top: 25px; }

.o-form_feedback {
  margin: 2px 5px 0;
  color: #c51000;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease; }
  .o-form_feedback.-extra.-hidden {
    display: none !important; }
  .o-form_feedback.-extra {
    display: inline-block !important;
    margin-top: 20px; }
  .-invalid .o-form_feedback {
    opacity: 1;
    max-height: 100px;
    font-size: 14px; }

.o-form_text {
  margin-bottom: 0;
  color: #787884; }
  .o-form_text.-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 32px;
    margin-bottom: 0;
    padding-left: 50px;
    color: #0D1826; }
    @media (max-width: 575px) {
      .o-form_text.-info {
        padding-left: 0; } }
    @media (max-width: 575px) {
      .o-form_text.-info br {
        display: none; } }
    .o-form_text.-info p {
      margin-bottom: 0; }
    @media (max-width: 575px) {
      .o-form_text.-info strong {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.4px; } }
    .o-form_text.-info:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 32px;
      height: 32px;
      background: url("../img/icons/ico-info-large.svg"); }
      @media (max-width: 575px) {
        .o-form_text.-info:before {
          display: none; } }
  .o-form_text.-lg {
    color: #0D1826; }
  .o-form_text.-sm {
    color: #272727; }
    .o-form_text.-sm strong {
      margin-right: 15px; }
  .o-form_text.-muted {
    color: #c5c5c5; }
  .o-form_text.-lined {
    display: flex;
    align-items: center;
    height: 39px; }
    @media (max-width: 575px) {
      .o-form_text.-lined {
        height: auto; } }
    @media (max-width: 575px) {
      .o-form_text.-lined br {
        display: none; } }
  .o-form_text.-overlay {
    position: relative;
    display: flex;
    width: calc(60% + 20px);
    align-items: center;
    height: 39px;
    max-height: none;
    padding: 0;
    margin: 0 0 0 20px;
    color: #000;
    opacity: 1; }
    .o-form_text.-overlay.-margin-bottom {
      margin-bottom: 6px; }
  .o-form_text.-invalid .o-form_feedback {
    display: block;
    margin-left: 0;
    margin-top: 20px; }

.o-form_select {
  position: relative; }
  .o-form_select select {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    background: #ffffff;
    outline: none;
    -webkit-appearance: none; }
    @media (max-width: 767px) {
      .o-form_select select {
        font-size: 16px !important; } }
  .o-form_select label {
    position: absolute;
    top: 10px;
    left: 12px;
    opacity: 0;
    color: #D8D8D8; }
  .o-form_select label + select {
    z-index: 1; }
  .o-form_select.-invalid .choices__inner {
    border-color: #c51000; }
  .o-form_select.-invalid select {
    border-color: #c51000; }
  .o-form_select.-invalid .o-form_feedback {
    display: block; }

.o-form .-hidden {
  display: none; }

.o-form_radioGroup .o-form_feedback {
  margin-left: 0; }

@media (max-width: 575px) {
  .o-form_radioGroup.-horizontal .o-form_radio + .o-form_radio {
    margin-left: 40px;
    margin-top: 0; } }

.o-form_radioGroup.-vertical > .o-form_radio {
  display: inline-block;
  width: 100% !important;
  margin-left: 0; }

.o-form_radioGroup.-vertical .o-form_radio + .o-form_radio {
  margin-top: 20px; }

.o-form_row .o-form_group {
  margin-top: 0 !important; }

.o-form_row .o-form_group + .o-form_group {
  margin-left: 20px; }
  @media (max-width: 575px) {
    .o-form_row .o-form_group + .o-form_group {
      margin-left: 0;
      margin-top: 20px !important; } }

.o-form_row .o-form_feedback {
  position: absolute; }

.o-form_row.-invalid .o-form_feedback {
  left: 0;
  top: -36px;
  margin-left: 0;
  display: block; }
  @media (max-width: 575px) {
    .o-form_row.-invalid .o-form_feedback {
      position: relative;
      top: -16px; } }

.o-form_checkbox.-exhaustive {
  margin-top: 5px; }
  .o-form_checkbox.-exhaustive label {
    position: absolute; }
  .o-form_checkbox.-exhaustive .o-form_checkboxInfo {
    margin-top: 0px; }

.o-form_group + .o-form_file,
.o-form_group + .o-form_row,
.o-form_row + .o-form_group,
.o-form_group + .a-btn,
.o-form_row + .a-btn,
.a-btn + .o-form_group,
.a-btn + .o-form_row,
.o-form_row + .o-form_row,
.o-form_checkbox + .o-form_checkbox {
  margin-top: 20px; }

.o-form_group + .o-form_checkbox {
  margin-top: 35px; }

h1 + .o-form_text, h2 + .o-form_text, h3 + .o-form_text {
  padding-top: 32px;
  padding-bottom: 42px; }
  h1 + .o-form_text.-info:before, h2 + .o-form_text.-info:before, h3 + .o-form_text.-info:before {
    top: auto; }

.o-form_text + .o-form_row,
.o-form_group + .o-form_text,
.o-form_text + .o-form_group {
  margin-top: 35px; }
  @media (max-width: 575px) {
    .o-form_text + .o-form_row,
    .o-form_group + .o-form_text,
    .o-form_text + .o-form_group {
      margin-top: 20px; } }

.o-form_group.-combined .o-form_text + .o-form_group,
.o-form_group.-combined .o-form_text + .o-form_row {
  margin-top: 25px; }

.o-form_text.-info + .o-form_fieldset {
  margin-top: 30px; }

.o-form_row + .a-btn {
  margin-top: 30px; }

.o-dataRow + .o-form_fieldset {
  margin-top: 45px; }

.o-form_group p.error {
  margin: 2px 5px 0;
  color: #c51000;
  transition: all 0.2s ease; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.form-control-plaintext {
  font-size: 1rem; }

textarea.form-control {
  width: 58%; }

.form-group {
  margin-bottom: 1rem; }

.form-check-input[type="radio"]:checked,
.form-check-input[type="checkbox"]:checked {
  background-color: black;
  border-color: black; }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.m-nav {
  display: flex;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (max-width: 575px) {
    .m-nav {
      flex-direction: column; } }
  .m-nav li {
    position: relative;
    padding-right: 15px; }
    .m-nav li:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 1px;
      height: 20px;
      background: #EBE8E7; }
      @media (max-width: 575px) {
        .m-nav li:after {
          display: none; } }
    .m-nav li:last-child {
      padding-right: 0; }
      .m-nav li:last-child:after {
        display: none; }
  .m-nav li + li {
    padding-left: 15px; }
    @media (max-width: 575px) {
      .m-nav li + li {
        padding-left: 0;
        padding-top: 20px; } }
  .m-nav a {
    position: relative;
    text-decoration: none;
    color: #787884; }
    .m-nav a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      opacity: 0;
      background-color: #787884;
      visibility: hidden;
      transition: all 0.2s ease-in-out; }
    .m-nav a:hover {
      color: #084aa8; }
  .m-nav.-main {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .m-nav.-main li {
      padding: 0; }
      .m-nav.-main li:after {
        display: none; }
    .m-nav.-main li + li {
      margin-left: 75px; }
    .m-nav.-main a {
      color: #787884;
      transition: all 0.2s ease; }
      .m-nav.-main a:before {
        display: none; }
      .m-nav.-main a:hover {
        text-decoration: none;
        color: #0D1826; }

.nav.nav-tabs .nav-item.nav-link {
  color: black; }

.o-navHead {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .o-navHead_logo {
    flex: 1;
    z-index: 1; }
    .o-navHead_logo:only-child {
      flex: 0; }
  @media (max-width: 991px) {
    .o-navHead_collapse {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      overflow: hidden;
      background: #ffffff;
      border-top: 125px solid #ffffff;
      transition: all 0.2s ease; } }
  @media (max-width: 575px) {
    .o-navHead_collapse {
      border-top: 60px solid #ffffff; } }
  @media (max-width: 991px) {
    .o-navHead_collapse.-open {
      height: 100%; } }
  @media (max-width: 991px) {
    .o-navHead_collapseContent {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 720px;
      height: 100%;
      padding: 24px 0 125px;
      overflow: auto;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .o-navHead_collapseContent {
      width: 540px;
      padding-bottom: 30px; } }
  @media (max-width: 575px) {
    .o-navHead_collapseContent {
      width: calc(100% - 2 * 20px); } }

.o-navHead .a-btn + .a-btn {
  margin-left: 0;
  margin-top: 0; }

.o-navHead .a-btn.-notifications {
  z-index: 1;
  margin: 0 75px; }
  @media (max-width: 1199px) {
    .o-navHead .a-btn.-notifications {
      margin: 0 56px; } }
  @media (max-width: 991px) {
    .o-navHead .a-btn.-notifications {
      margin: 0 25px; } }

.o-navHead .m-nav {
  margin-top: 10px; }
  @media (max-width: 991px) {
    .o-navHead .m-nav {
      margin-top: 0;
      flex-direction: column; } }
  @media (max-width: 1199px) {
    .o-navHead .m-nav li + li {
      margin-left: 56px; } }
  @media (max-width: 991px) {
    .o-navHead .m-nav li + li {
      margin-left: 0;
      margin-top: 36px; } }

.o-navHead .m-sessionBox {
  z-index: 1; }
  @media (max-width: 991px) {
    .o-navHead .m-sessionBox {
      display: flex; }
      .o-navHead .m-sessionBox .m-sessionTimer {
        margin-right: 50px; } }

.m-about {
  color: #9B9B9B; }
  .m-about p {
    margin-bottom: 0; }
  .m-about p + p {
    margin-top: 30px; }
  .m-about a {
    position: relative;
    text-decoration: none; }
    .m-about a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      opacity: 0;
      background-color: #9B9B9B;
      visibility: hidden;
      transition: all 0.2s ease-in-out; }
    .m-about a:hover:before {
      visibility: visible;
      opacity: 1;
      width: 100%; }

.o-contact:not(:only-child) {
  margin-top: 25px; }

.o-contact_title {
  margin-bottom: 14px;
  color: #0D1826; }

.o-contact_telephones {
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 43px;
  background: url("../img/icons/ico-earphone.svg") 0 4px no-repeat; }
  .o-contact_telephones > * {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    color: #7681fc; }
    .o-contact_telephones > *:last-child {
      margin-bottom: 0; }

.o-contact_timing {
  margin-bottom: 0;
  color: #9B9B9B; }
  .o-contact_timing span {
    display: inline-block; }
    @media (max-width: 575px) {
      .o-contact_timing span {
        width: 100%; } }
  .o-contact_timing span + span {
    margin-top: 5px; }
  .o-contact_timing strong {
    display: inline-block;
    margin-right: 19px;
    font-weight: normal;
    color: #272727; }

.o-contact.-incontent {
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  .o-contact.-incontent .o-contact_telephones {
    width: auto;
    padding-left: 0;
    background-position: 15% 4px; }

.m-breadcrumbs {
  margin-bottom: 34px; }
  @media (max-width: 575px) {
    .m-breadcrumbs {
      padding-left: 20px;
      padding-right: 20px; } }

.o-imagedList {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 40px 60px 15px; }
  @media (max-width: 575px) {
    .o-imagedList {
      padding: 20px 0 40px 0; } }
  .o-imagedList li {
    display: flex; }
    .o-imagedList li > * {
      display: flex; }
  .o-imagedList li + li {
    margin-top: 40px; }
  .o-imagedList_img {
    justify-content: center;
    align-items: flex-start;
    width: 22%; }
    .o-imagedList_img:first-child {
      margin-top: 5px; }
  .o-imagedList_txt {
    align-items: center;
    width: 78%;
    margin-bottom: 0; }

@media (max-width: 575px) {
  .o-summaryList {
    width: 100%; } }

.o-summaryList_title {
  font-weight: normal; }
  .o-summaryList_title + ul {
    margin-top: 29px !important; }

.o-summaryList ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.o-summaryList li {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .o-summaryList li {
      flex-direction: column;
      position: relative; } }

.o-summaryList li + li {
  margin-top: 20px; }

.o-summaryList_fieldName {
  width: 56%;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .o-summaryList_fieldName {
      width: calc(100% - 30px); } }

.o-summaryList_fieldValue {
  width: 28%;
  margin-bottom: 0;
  word-break: break-word; }
  @media (max-width: 575px) {
    .o-summaryList_fieldValue {
      width: calc(100% - 30px); } }

.o-summaryList_fieldInfo {
  position: relative;
  width: 30px;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .o-summaryList_fieldInfo {
      position: absolute;
      right: 0;
      top: 0;
      background-size: auto 90%; } }

.o-summaryList .tippy-tooltip.nntfi-theme {
  padding: 15px 20px; }

.o-summaryList + .o-summaryList {
  margin-top: 50px; }

.o-summaryList_fieldInfo .a-tippy {
  top: 0; }

.m-file {
  position: relative;
  display: flex; }
  @media (max-width: 575px) {
    .m-file {
      flex-direction: column; } }
  .m-file_button {
    position: relative;
    display: inline-block;
    min-width: 55%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #0D1826;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 0 0 rgba(237, 97, 0, 0.07);
    overflow: hidden; }
    .m-file_button label {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      line-height: 44px; }
    .m-file_button input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.01;
      cursor: pointer; }
  .m-file_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .m-file_info {
        margin-top: 20px;
        margin-left: 0; } }
    .m-file_info span {
      display: none;
      word-break: break-word; }
      .m-file_info span.-visible {
        display: inline-block; }
    .m-file_info a {
      color: #0D1826;
      text-decoration: underline;
      font-weight: normal; }
  .m-file.-invalid .m-file_button {
    border-color: #c51000; }
    .m-file.-invalid .m-file_button label {
      color: #c51000;
      -webkit-text-fill-color: inherit; }
  .m-file.-invalid .m-file_info {
    color: #c51000; }
    .m-file.-invalid .m-file_info a {
      color: #c51000; }
  .m-file.-invalid .o-form_feedback {
    position: absolute;
    bottom: -12px;
    display: inline-block; }

.o-dashboard_action {
  margin: 20px 0 70px; }
  @media only screen and (max-width: 1200px) {
    .o-dashboard_action {
      flex-direction: column;
      justify-content: center;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 0 0 0 !important; } }
  .o-dashboard_action .a-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    line-height: 21px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #E6EDF4;
    color: #0D1826; }
    .o-dashboard_action .a-btn:hover {
      color: #787884; }
    @media only screen and (max-width: 1200px) {
      .o-dashboard_action .a-btn {
        justify-content: flex-start;
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 0;
        margin-right: 20px; } }
    .o-dashboard_action .a-btn .a-ico {
      display: inline-block;
      margin-right: 20px;
      text-indent: -999em;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-color: transparent; }
      @media (max-width: 991px) {
        .o-dashboard_action .a-btn .a-ico {
          min-width: 40px;
          margin-right: 10px; } }
      .o-dashboard_action .a-btn .a-ico.-workers {
        width: 40px;
        height: 30px;
        background-image: url("../img/icons/ico-team-gradient.svg");
        background-size: 37.83px 30px; }
      .o-dashboard_action .a-btn .a-ico.-upload {
        width: 40px;
        height: 30px;
        background-image: url("../img/icons/ico-upload-gradient.svg");
        background-size: 25.43px 30px; }
      .o-dashboard_action .a-btn .a-ico.-generate {
        width: 40px;
        height: 30px;
        background-image: url("../img/icons/ico-generate-report-gradient.svg");
        background-size: 25.43px 30px; }
      .o-dashboard_action .a-btn .a-ico.-worker {
        width: 40px;
        height: 30px;
        background-image: url("../img/icons/ico-worker.svg");
        background-size: 37.83px 30px; }
    .o-dashboard_action .a-btn > span {
      display: inline-block; }
      @media (max-width: 767px) {
        .o-dashboard_action .a-btn > span {
          min-width: 170px;
          text-align: left; } }

.o-search .o-form {
  display: flex;
  justify-content: space-between; }

.o-search .l-box {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 33px 40px; }
  @media (max-width: 991px) {
    .o-search .l-box {
      padding: 37px 20px; } }
  @media (max-width: 767px) {
    .o-search .l-box {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px 20px; }
      body.IE .o-search .l-box {
        height: 180px; } }
  @media (max-width: 575px) {
    .o-search .l-box {
      border-radius: 0; } }

.o-search_input {
  display: flex;
  flex: 1;
  margin-right: 50px;
  border-width: 0 0 2px;
  border-style: solid;
  border-bottom-color: #D8D8D8;
  align-items: center; }
  .o-search.-onlyInput .o-search_input {
    margin-right: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .o-search_input {
      margin-right: 0;
      width: 100%; } }

.o-search_query {
  width: 100%;
  padding: 10px 15px 8px 38px;
  border: 0;
  background: url(../img/icons/ico-magnifier.svg) no-repeat 7px 50%/20px 20px;
  font-size: 18px !important;
  /*line-height: 1em;*/ }
  .o-search_query::-webkit-input-placeholder, .o-search_query::placeholder {
    color: #787884; }
  .o-search_query:focus {
    outline: none; }
  .o-search_query::-ms-clear {
    display: none; }
  @media (max-width: 1199px) {
    .o-search_query {
      font-size: 16px !important; } }
  @media (max-width: 991px) {
    .o-search_query {
      font-size: 13px !important; } }
  @media (max-width: 767px) {
    .o-search_query {
      margin-right: 0;
      font-size: 18px !important; }
      .o-search_query::-webkit-input-placeholder, .o-search_query::placeholder {
        font-size: 18px !important; } }

.o-search .o-dashboardStates {
  flex: 1; }

.o-search .a-btn {
  flex: 1;
  max-width: 197px; }
  @media (max-width: 767px) {
    .o-search .a-btn {
      display: block;
      margin: 20px 0 0;
      max-width: 100%; } }

.o-search_clear {
  display: inline-block;
  transition: opacity 0.10s ease-in-out; }
  .o-search_clear:hover {
    opacity: 0.85; }

.o-dashboardStates {
  display: flex;
  justify-content: space-between; }
  .o-dashboardStates_state {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    margin: 0 0 0 19px;
    height: 116px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 25px 2px 40px 0 rgba(0, 0, 0, 0.04); }
    @media (max-width: 991px) {
      .o-dashboardStates_state {
        margin: 0 0 0 10px; } }
    .o-dashboardStates_state:first-child {
      margin-left: 0; }
    .o-dashboardStates_state:hover {
      border-color: #E94E15; }
      @media (max-width: 767px) {
        .o-dashboardStates_state:hover {
          border-color: transparent; } }
  .o-dashboardStates input[type="radio"],
  .o-dashboardStates input[type="checkbox"] {
    display: none; }
    .o-dashboardStates input[type="radio"]:checked + label,
    .o-dashboardStates input[type="radio"]:checked + input[type=hidden] + label,
    .o-dashboardStates input[type="checkbox"]:checked + label,
    .o-dashboardStates input[type="checkbox"]:checked + input[type=hidden] + label {
      border-color: #E94E15; }
  .o-dashboardStates_quantity {
    display: flex;
    align-items: center;
    font-size: 42px;
    line-height: 52px;
    text-align: center; }
    @media (max-width: 1199px) {
      .o-dashboardStates_quantity {
        font-size: 32px; } }
    .o-dashboardStates_quantity.-gray {
      color: #787884; }
    .o-dashboardStates_quantity.-green {
      color: #7DC74C; }
    .o-dashboardStates_quantity.-orange {
      color: #0D1826; }
  @media (max-width: 1199px) {
    .o-dashboardStates_label {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .o-dashboardStates_label {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .o-dashboardStates {
      display: none; } }

.l-dataWrapper .o-showButton {
  display: none; }

.l-dataWrapper .o-data {
  display: block; }

.l-dataWrapper.-disabled {
  padding: 30px 15px 0; }
  .l-dataWrapper.-disabled .o-data {
    display: none; }
  .l-dataWrapper.-disabled .o-showButton {
    display: flex; }
    @media (max-width: 767px) {
      .l-dataWrapper.-disabled .o-showButton {
        position: relative;
        padding: 0 15px; } }

.o-showButton {
  display: inline-flex;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: #0D1826 !important; }
  .o-showButton:focus {
    outline: none; }
  @media (max-width: 767px) {
    .o-showButton {
      margin: 50px auto 30px;
      font-size: 1.4rem; } }
  .o-showButton > img {
    display: block;
    max-width: 100%; }
    @media (max-width: 767px) {
      .o-showButton > img {
        display: none; } }
  .o-showButton .a-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 500px; }
  .o-showButton .a-ico.-arrow-down {
    display: inline-block;
    text-indent: -999em;
    width: 12px;
    height: 17px;
    margin-left: 15px;
    background: url("../img/icons/ico-arrow-down.svg") no-repeat 50% 50%; }

.o-data_toolbar {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
  align-items: center; }
  .o-data_toolbar.-top {
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: flex-start; }
  @media (max-width: 767px) {
    .o-data_toolbar {
      align-items: flex-end;
      padding-left: 15px;
      padding-right: 15px; } }

.o-data_toolbarLeft, .o-data_toolbarRight {
  flex: 0 0 auto; }

.o-data_toolbarRight {
  display: flex; }
  @media (max-width: 767px) {
    .o-data_toolbarRight {
      align-items: flex-end; }
      .o-data_toolbarRight .o-data_pagination {
        justify-content: flex-end;
        flex-direction: column; } }

.o-data_pagination {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex: 1 0 auto;
  align-items: center;
  color: #787884; }
  .o-data_pagination .a-slash {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    margin: 0 10px 0 8px;
    background-color: #787884;
    text-indent: -999em;
    opacity: 0.5;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg); }
  .o-data_pagination.-center {
    justify-content: center; }

.o-data_paginationLabel {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .o-data_paginationLabel, .o-data_paginationSummary {
    margin-bottom: 15px; } }

.o-data_paginationButton {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 29px;
  text-align: center;
  color: #979797;
  border: 1px solid #D8D8D8;
  background-color: #fff; }
  .o-data_paginationButton img {
    display: inline-block;
    margin-top: 6px;
    vertical-align: middle; }
  .o-data_paginationButton:focus {
    outline: 0;
    border: 1px solid #0D1826; }

.o-data_paginationInput {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 28px;
  margin-left: 6px;
  text-align: center;
  border: 1px solid #D8D8D8;
  background-color: #fff;
  color: #979797; }
  .o-data_paginationInput:focus {
    outline: 0;
    text-indent: 0;
    border-image: linear-gradient(90deg, #0D1826, #0D1826) 1; }

.o-data_paginationCounter {
  padding: 0 10px; }
  .o-data_paginationCounter > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px; }

.o-data_paginationSummary {
  margin-left: 48px;
  color: #787884; }
  @media (max-width: 767px) {
    .o-data_paginationSummary {
      display: block;
      margin-left: 0; } }

@media (max-width: 767px) {
  .o-data_footer {
    padding-top: 40px;
    padding-bottom: 40px; }
    .o-data_footer .o-data_pagination.-center {
      justify-content: flex-start; } }

.o-data .o-form_group {
  width: auto; }
  @media (max-width: 767px) {
    .o-data .o-form_group {
      margin-top: 1px; } }
  .o-data .o-form_group .choices,
  .o-data .o-form_group select {
    width: 57px;
    height: 28px;
    margin-left: 11px;
    color: #787884; }
    @media (max-width: 767px) {
      .o-data .o-form_group .choices,
      .o-data .o-form_group select {
        margin-left: 0; } }
  .o-data .o-form_group select {
    padding-top: 2px;
    background-position: 85% 0.5em;
    padding: 0; }
  .o-data .o-form_group .choices__list--single {
    padding: 0; }
    .o-data .o-form_group .choices__list--single .choices__item {
      padding-top: 1px;
      padding-left: 10px; }
  .o-data .o-form_group .choices__inner {
    padding: 0 !important;
    border-radius: 0;
    min-height: auto; }
  .o-data .o-form_group .choices[data-type*=select-one]:after {
    border-width: 5px; }
  .o-data .o-form_group .choices__list--dropdown .choices__item--selectable {
    padding-right: 0 !important; }

.o-data_tr {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 15px;
  margin-bottom: 10px;
  width: 100%;
  border: 2px solid transparent; }
  @media (max-width: 1199px) {
    .o-data_tr {
      padding: 20px 20px 15px; } }
  @media (max-width: 991px) {
    .o-data_tr {
      padding: 0; } }
  @media (max-width: 767px) {
    .o-data_tr {
      border: 0; } }
  .o-data_tr.-borderRadius {
    border-radius: 5px; }
    @media (max-width: 575px) {
      .o-data_tr.-borderRadius {
        border-radius: 0; } }
  .o-data_tr.-white {
    background-color: #fff; }
  .o-data_tr.-disabled {
    background-color: #fbfbfb; }
    .o-data_tr.-disabled .o-data_td {
      opacity: 0.5; }
  @media (min-width: 992px) {
    .o-data_tr.-collapsed:hover .o-data_td:not(.-lp) {
      color: #0D1826; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .o-data_tr.-collapsed:hover .o-data_td:not(.-lp) {
      color: transparent; } }
  @media (min-width: 992px) {
    .o-data_tr.-collapsed .o-data_order {
      display: none; }
    .o-data_tr.-expanded {
      z-index: 2;
      border: 2px solid #0D1826; }
      .o-data_tr.-expanded .o-data_order {
        z-index: 2;
        display: block; }
      .o-data_tr.-expanded .o-data_actionButton {
        text-shadow: 0 2px 4px rgba(237, 97, 0, 0.43); } }
  .o-data_tr .o-data_details {
    display: none; }
  @media (max-width: 991px) {
    .o-data_tr.-collapsed .o-data_details {
      display: none; }
    .o-data_tr.-collapsed .o-data_arrowToggle {
      border-width: 7px 4.5px 0 4.5px;
      border-color: #f08000 transparent transparent transparent; }
    .o-data_tr.-expanded .o-data_details {
      display: block; }
    .o-data_tr.-expanded .o-data_arrowToggle {
      border-width: 0 4.5px 7px 4.5px;
      border-color: transparent transparent #f08000 transparent; }
    .o-data_tr.-expanded .o-data_order {
      z-index: 2;
      display: block; } }

.o-data_trInner {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%; }
  .o-data.-orders .o-data_trInner {
    align-items: center; }
  @media (max-width: 991px) {
    .o-data_trInner {
      padding: 15px 15px;
      align-items: center; } }

.o-data_td {
  flex: 1;
  padding-right: 20px;
  overflow: hidden; }
  .o-data_td.-th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #787884; }
    .o-data_td.-th a {
      display: inline-block;
      color: #787884; }
    @media (max-width: 991px) {
      .o-data_td.-th.-action {
        text-indent: -9999em; } }
  .o-data_td.-lp {
    flex-basis: 4.9%;
    color: #787884;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .o-data_td.-lp {
        flex-basis: 15%; } }
  .o-data_td.-name {
    flex-basis: 10%; }
  .o-data_td.-surname {
    flex-basis: 14%;
    word-wrap: break-word; }
    @media (max-width: 991px) {
      .o-data_td.-surname {
        flex-basis: 45%; } }
  .o-data_td.-nr {
    flex-basis: 11%; }
  .o-data_td.-document {
    flex-basis: 11%; }
  .o-data_td.-pesel {
    flex-basis: 10%; }
    @media (max-width: 991px) {
      .o-data_td.-pesel {
        flex-basis: 30%; } }
  .o-data_td.-email {
    flex-basis: calc(11% + 10%);
    word-wrap: break-word; }
  .o-data_td.-phone {
    flex-basis: 11%; }
  .o-data_td.-status {
    flex-basis: 10%;
    text-align: center; }
  .o-data_td.-company {
    flex-basis: 50%; }
  .o-data_td.-regon {
    flex-basis: 9%; }
  .o-data_td.-nip {
    flex-basis: 9%; }
  .o-data_td.-action {
    flex-basis: 7%;
    padding-right: 0; }
    @media (max-width: 991px) {
      .o-data_td.-action {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0;
        flex-basis: 10%;
        text-align: center; } }
  .o-data_td.-report-lp {
    flex-basis: 5%; }
  .o-data_td.-report-filedate {
    flex-basis: 10%; }
  .o-data_td.-report-filename {
    flex-basis: 60%; }
  .o-data_td.-report-filetype {
    flex-basis: 10%; }
  .o-data_td.-report-filedownload {
    flex-basis: 10%; }
  .o-data.-orders .o-data_td.-lp {
    flex-basis: 3.5%; }
    @media (max-width: 991px) {
      .o-data.-orders .o-data_td.-lp {
        flex-basis: 15%; } }
  .o-data.-orders .o-data_td.-name {
    flex-basis: 10.285714%; }
  .o-data.-orders .o-data_td.-surname {
    flex-basis: 15.285714%; }
    @media (max-width: 991px) {
      .o-data.-orders .o-data_td.-surname {
        flex-basis: 45%; } }
  .o-data.-orders .o-data_td.-birthDate {
    flex-basis: 10.000000%; }
    @media (max-width: 991px) {
      .o-data.-orders .o-data_td.-birthDate {
        flex-basis: 30%; } }
  .o-data.-orders .o-data_td.-date {
    flex-basis: 9.285714%; }
    @media (max-width: 991px) {
      .o-data.-orders .o-data_td.-date {
        flex-basis: 30%; } }
  .o-data.-orders .o-data_td.-orderType {
    flex-basis: 24.285714%; }
  .o-data.-orders .o-data_td.-contribution {
    flex-basis: 6.285714%;
    text-align: right; }
  .o-data.-orders .o-data_td.-action {
    flex-basis: 15.285714%;
    text-align: center;
    margin-left: 2%; }
    @media (max-width: 1199px) {
      .o-data.-orders .o-data_td.-action {
        margin-left: 3%; } }
    @media (max-width: 991px) {
      .o-data.-orders .o-data_td.-action {
        flex-basis: 10%;
        margin-left: 0; } }
  .o-data.-orders .o-data_td .o-data_actionButton {
    margin: auto;
    width: 100%;
    max-width: 117px;
    height: 38px;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #0D1826;
    box-shadow: 0 0 0 0 rgba(237, 97, 0, 0.07); }
    @media (max-width: 991px) {
      .o-data.-orders .o-data_td .o-data_actionButton {
        pointer-events: none;
        border: 0; } }
  .o-data.-permissions .o-data_td.-lp {
    flex-basis: 8.666667%; }
    @media (max-width: 991px) {
      .o-data.-permissions .o-data_td.-lp {
        flex-basis: 15%; } }
  .o-data.-permissions .o-data_td.-name {
    flex-basis: 19.666667%; }
    @media (max-width: 991px) {
      .o-data.-permissions .o-data_td.-name {
        flex-basis: 47%; } }
  .o-data.-permissions .o-data_td.-login {
    flex-basis: 17.666667%; }
    @media (max-width: 991px) {
      .o-data.-permissions .o-data_td.-login {
        flex-basis: 30%; } }
  .o-data.-permissions .o-data_td.-email {
    flex-basis: 23.666667%; }
  .o-data.-permissions .o-data_td.-status {
    flex-basis: 22.666667%;
    text-align: center; }
  .o-data.-permissions .o-data_td.-status {
    flex-basis: 22.666667%;
    text-align: center; }
  .o-data.-permissions .o-data_td.-action {
    flex-basis: 7.666667%; }
    @media (max-width: 991px) {
      .o-data.-permissions .o-data_td.-action {
        flex-basis: 8%; } }
  .o-data.-permissions .o-data_td .o-data_actionButton {
    text-align: center; }

.o-data_tableHead .o-data_tr {
  padding-bottom: 0;
  padding-top: 0; }

@media (max-width: 991px) {
  .o-data_tableHead {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 991px) {
  .o-data_tableBody .o-data_tr {
    flex-direction: column;
    margin-bottom: 20px; } }

.o-data_details {
  display: flex;
  width: 100%;
  margin: 20px 0 0;
  border-top: 1px solid #D8D8D8;
  padding: 20px 0 0 0; }
  @media (max-width: 991px) {
    .o-data_details {
      margin: 0; } }
  .o-data_details .o-data_td {
    margin: 0 0 15px 0;
    padding: 0 15px 0 calc(15% + 10px);
    text-transform: none;
    color: inherit; }
    .o-data_details .o-data_td.-th {
      margin: 0; }

.o-data_detailsActionButton {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: 10px auto;
  color: #0D1826;
  border: 0;
  background-color: transparent; }

.o-data_arrow {
  display: inline-block;
  margin-left: 3px;
  vertical-align: 0.05em; }
  @media (max-width: 575px) {
    .o-data_arrow {
      margin-left: 0; } }

.o-data_arrowToggle {
  pointer-events: none; }
  @media (max-width: 991px) {
    .o-data_arrowToggle {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      text-indent: -9999em; } }

.o-data_actionButton {
  display: flex;
  align-items: center;
  padding: 0;
  color: #0D1826 !important;
  cursor: pointer;
  border: 0;
  background-color: transparent; }
  .o-data_actionButton:focus {
    color: #0D1826;
    outline: 0;
    box-shadow: none; }
  .o-data_actionButton:hover {
    text-decoration: underline;
    background-color: transparent; }
  @media (max-width: 991px) {
    .o-data_actionButton {
      padding: 12px;
      text-decoration: none; } }

.o-data_order {
  position: absolute;
  right: 44px;
  top: 0;
  z-index: -5;
  display: none;
  width: 345px;
  margin: 55px 0 0;
  padding: 35px;
  list-style: none;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: -25px -2px 50px 0 rgba(0, 0, 0, 0.04); }
  .o-data_order::before {
    position: absolute;
    right: 59px;
    top: -10px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #ffffff;
    content: ""; }
    @media (max-width: 991px) {
      .o-data_order::before {
        right: 19px; } }
  @media (max-width: 767px) {
    .o-data_order {
      position: static;
      width: 100%;
      margin: 10px 0 0 0;
      padding: 25px 15px;
      box-shadow: none;
      border-radius: 0;
      border-top: 1px solid #D8D8D8; }
      .o-data_order::before {
        display: none; } }
  .o-data_order.-singleItem {
    padding: 0; }
    .o-data_order.-singleItem .o-data_orderItem {
      text-align: center; }
    .o-data_order.-singleItem .a-link {
      padding: 20px 0; }
  .o-data.-permissions .o-data_order {
    width: 151px;
    height: 180px; }
    @media (max-width: 767px) {
      .o-data.-permissions .o-data_order {
        width: 100%;
        height: auto;
        text-align: center; } }
    .o-data.-permissions .o-data_order::before {
      right: 31px; }
      @media (max-width: 991px) {
        .o-data.-permissions .o-data_order::before {
          right: 11px; } }

.o-data_orderItem {
  margin: 16px 0 0; }
  .o-data_orderItem:first-child {
    margin: 0; }
  .o-data_orderItem .a-link:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .o-data_orderItem .a-link {
      font-size: 15px; }
      .o-data_orderItem .a-link:hover {
        font-size: 15px; } }

.o-data_status {
  display: block;
  margin: auto; }
  .o-data_status .a-ico {
    display: block;
    max-width: 10px;
    margin: auto; }
  .o-data_status.-active {
    color: #7DC74C; }
  .o-data_status.-inactive {
    color: #c51000; }

.o-data_tabsEmpty {
  margin: 100px 0;
  text-align: center;
  color: #D8D8D8; }
  @media (max-width: 575px) {
    .o-data_tabsEmpty {
      font-size: 28px;
      line-height: 42px; } }
  @media (max-width: 374px) {
    .o-data_tabsEmpty {
      font-size: 24px;
      line-height: 32px; } }

.l-dataWrapper .o-tabsNav_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  padding: 6px 0 0;
  height: 99px;
  text-align: center;
  text-transform: uppercase;
  color: #787884;
  background-color: #fff;
  border-bottom: 5px solid #D8D8D8;
  cursor: pointer; }
  .l-dataWrapper .o-tabsNav_link > span {
    pointer-events: none; }
  body.IE .l-dataWrapper .o-tabsNav_link > span {
    height: 22px; }
  @media (max-width: 991px) {
    .l-dataWrapper .o-tabsNav_link {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .l-dataWrapper .o-tabsNav_link {
      font-size: 16px;
      line-height: 24px;
      min-height: 60px; } }
  @media (max-width: 374px) {
    .l-dataWrapper .o-tabsNav_link {
      font-size: 16px; } }

.m-sessionBox {
  position: relative;
  margin-top: 7px;
  min-height: 24px; }

.m-sessionTimer {
  margin: 0;
  color: #9B9B9B;
  pointer-events: none; }
  @media (max-width: 991px) {
    .m-sessionTimer {
      font-size: 14px;
      line-height: 18px; }
      .m-sessionTimer_label {
        display: block; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .m-sessionTimer_label {
        margin-bottom: 3px; } }
  .m-sessionTimer_time {
    color: #272727;
    display: inline-block;
    width: 30px; }
    @media (max-width: 767px) {
      .m-sessionTimer_time {
        font-weight: normal;
        width: 100px; } }

.m-lastLogin {
  display: inline-block;
  pointer-events: none; }
  @media (max-width: 991px) {
    .m-lastLogin {
      font-size: 14px;
      line-height: 18px; } }
  .m-lastLogin_label {
    display: block;
    color: #9B9B9B;
    pointer-events: none; }
    @media (max-width: 991px) {
      .m-lastLogin_label {
        margin-bottom: 3px; } }
  .m-lastLogin_time {
    color: #272727;
    pointer-events: none; }
    @media (max-width: 767px) {
      .m-lastLogin_time {
        font-weight: normal; } }

.m-sessionBox {
  color: #777783; }
  .m-sessionBox.-show .m-settingsOptions {
    display: block; }
  .m-sessionBox_label {
    pointer-events: none; }
  .m-sessionBox .a-btn.-silent {
    display: block;
    text-align: left;
    padding-left: 39px;
    color: #9B9B9B;
    line-height: 16px;
    background: url("../img/icons/ico-settings.svg") 0 34% no-repeat;
    background-size: auto 25px; }
    .m-sessionBox .a-btn.-silent:before {
      display: none; }
    .m-sessionBox .a-btn.-silent:hover {
      color: #0D1826; }

.m-settingsOptions {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  padding: 30px;
  margin-top: 13px;
  min-width: 180px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -25px -2px 50px 0 rgba(0, 0, 0, 0.04);
  display: none; }
  .m-settingsOptions_option {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 28px;
    color: #777783 !important;
    margin: 0 0 20px; }
    .m-settingsOptions_option:hover {
      text-decoration: none; }
      body.IE .m-settingsOptions_option:hover {
        padding-top: 3px; }
  .m-settingsOptions::before {
    position: absolute;
    right: 59px;
    top: -10px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid #fff;
    content: ""; }

@media (max-width: 575px) {
  .o-filesList {
    margin: 0 10px; } }

.o-filesList_title {
  margin-bottom: 29px;
  color: #272727; }
  @media (max-width: 575px) {
    .o-filesList_title {
      margin-bottom: 24px; } }

.o-filesList_list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.o-filesList_item {
  display: flex; }

.o-filesList_item + .o-filesList_item {
  margin-top: 25px; }

.o-filesList .a-link {
  /*height: 100%;*/ }

.m-employerNumber {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 5px;
  color: #0D1826; }
  @media (max-width: 575px) {
    .m-employerNumber {
      align-items: flex-start; } }

.o-bankAccount {
  color: #0D1826; }
  .o-bankAccount > * {
    margin-bottom: 0; }
  .o-bankAccount_bank {
    color: #0D1826; }
    .o-bankAccount_bank + .o-bankAccount_account {
      margin-top: 7px; }
  .o-bankAccount_account {
    color: #0D1826; }
  .o-bankAccount_title {
    margin-bottom: 15px;
    color: #272727; }
    @media (max-width: 575px) {
      .o-bankAccount_title {
        margin-bottom: 24px; } }
  .o-bankAccount_copy {
    position: relative;
    margin: 7px 0 0;
    padding: 5px 0;
    background: transparent;
    border: none;
    transition: all .2s ease-out;
    cursor: pointer;
    color: #272727;
    box-shadow: none; }
    .o-bankAccount_copy:hover {
      color: #0D1826;
      background: transparent; }
    .o-bankAccount_copy:focus {
      outline: none; }
    .o-bankAccount_copy.-copied {
      color: transparent !important; }
  .o-bankAccount_copyMsg {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0;
    color: #272727 !important; }

.o-infoBox {
  text-align: center; }
  .o-infoBox:not(:last-child) {
    margin-bottom: 40px; }
  .o-infoBox_title {
    color: #0D1826;
    margin-bottom: 0px; }
  .o-infoBox_message {
    margin-bottom: 0; }
  .o-infoBox_message_bold {
    margin-bottom: 0; }
  .o-infoBox_details {
    max-width: 90%;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .o-infoBox_details {
        font-size: 14px;
        line-height: 20px; } }
    .o-infoBox_details_justify {
      text-align: justify; }
  .o-infoBox_details_light {
    max-width: 90%;
    margin: 0 auto; }
    @media (max-width: 575px) {
      .o-infoBox_details_light {
        font-size: 14px;
        line-height: 20px; } }
    .o-infoBox_details_light_justify {
      text-align: justify; }
  .o-infoBox_message + .o-infoBox_details {
    margin-top: 34px; }
  .o-infoBox_message_bold + .o-infoBox_details_light {
    margin-top: 10px; }
  .o-infoBox .green {
    color: #077D55; }

.o-infoBox .d-success,
.o-infoBox .d-failure {
  margin: 40px auto 70px; }
  @media (max-height: 700px) {
    .o-infoBox .d-success,
    .o-infoBox .d-failure {
      max-width: 132px;
      margin-top: 0;
      margin-bottom: 40px; } }
  @media (max-width: 575px) {
    .o-infoBox .d-success,
    .o-infoBox .d-failure {
      margin: 15px auto 30px; } }

.o-infoBox .o-infoBox_message + .a-btn {
  margin-top: 100px; }
  @media (max-height: 700px) {
    .o-infoBox .o-infoBox_message + .a-btn {
      margin-top: 65px; } }
  @media (max-width: 575px) {
    .o-infoBox .o-infoBox_message + .a-btn {
      margin-top: 65px; } }

.o-infoBox .a-link {
  display: inline-flex;
  width: auto;
  margin: 50px auto;
  text-align: left; }
  @media (max-height: 700px) {
    .o-infoBox .a-link {
      margin: 20px 0; } }
  @media (max-width: 575px) {
    .o-infoBox .a-link {
      margin: 35px 0 65px; } }

.o-infoBox .a-btn {
  max-width: 430px; }

.o-tabsNav {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  overflow: hidden; }
  .o-tabsNav li {
    flex: 1; }
  .o-tabsNav a {
    display: inline-block;
    padding: 25px 22px;
    text-decoration: none;
    color: #787884;
    transition: all 0.2s ease; }
    .o-tabsNav a.-active, .o-tabsNav a:hover {
      color: #0D1826; }
    @media (max-width: 575px) {
      .o-tabsNav a {
        padding: 18px 10px;
        font-size: 13px;
        line-height: 16px; } }
  .o-tabsNav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #D8D8D8; }
  .o-tabsNav:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 6px;
    background: linear-gradient(218.48deg, #0D1826 0%, #0D1826 51.13%, #0D1826 100%);
    transition: all 0.2s ease; }
  .o-tabsNav.-tab_0:before {
    left: 0; }
  .o-tabsNav.-tab_1:before {
    left: 50%; }

.o-tabsPanes_pane {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease; }
  .o-tabsPanes_pane.-active {
    height: auto;
    opacity: 1; }

.o-permissions_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px; }
  @media (max-width: 575px) {
    .o-permissions_header {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; } }
  .o-permissions_header .a-pageTitle {
    flex: 1;
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .o-permissions_header .a-pageTitle {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px; } }
  .o-permissions_header .a-btn {
    flex: 1;
    min-width: auto;
    max-width: 210px; }
    @media (max-width: 575px) {
      .o-permissions_header .a-btn {
        min-width: 100%;
        margin-bottom: 30px; } }

.o-dataRow {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .o-dataRow {
      flex-direction: column; } }
  .o-dataRow_box {
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .o-dataRow_box {
        max-width: none; } }
    .o-dataRow_box span {
      display: inline-block;
      width: 100%; }
  .o-dataRow_box + .o-dataRow_box {
    margin-left: 3%; }
    @media (max-width: 575px) {
      .o-dataRow_box + .o-dataRow_box {
        margin-left: 0;
        margin-top: 20px; } }
  .o-dataRow_label {
    margin-bottom: 3px; }
  .o-dataRow.-inline .o-dataRow_box {
    max-width: none; }
    .o-dataRow.-inline .o-dataRow_box span {
      width: auto; }
  .o-dataRow.-inline .o-dataRow_label {
    margin-right: 12px; }

.modal-open {
  overflow: hidden; }
  .modal-open .l-page {
    filter: blur(2px); }

.o-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  display: none;
  z-index: 100;
  opacity: 0; }
  .o-modal_aligner {
    display: flex;
    align-items: center;
    height: 100%; }
  @media (max-width: 575px) {
    .o-modal {
      padding: 0; } }
  .o-modal .l-box {
    padding-top: 35px; }
    @media (max-width: 575px) {
      .o-modal .l-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: 100%;
        padding-top: 27px;
        border-radius: 0; } }
  .o-modal_content {
    position: relative;
    max-width: 630px;
    margin: auto; }
    @media (max-width: 575px) {
      .o-modal_content {
        max-width: 100%;
        height: 100%; } }
  .o-modal_body {
    display: flex;
    flex-direction: column;
    max-width: 538px; }
    @media (max-width: 575px) {
      .o-modal_body {
        padding-top: 0; } }
    .o-modal_body p {
      margin-bottom: 33px; }
  .o-modal .-orange {
    color: #0D1826; }
  .o-modal_title {
    margin-bottom: 43px;
    background: linear-gradient(90.56deg, #0D1826 0%, #0D1826 #0D1826 49.34%, #0D1826 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0); }
    @media (max-width: 575px) {
      .o-modal_title {
        max-width: 88%;
        font-size: 1.7rem; } }
  .o-modal_close {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 0;
    background-color: transparent;
    cursor: pointer; }
    @media (max-width: 575px) {
      .o-modal_close {
        top: 29px; } }
    .o-modal_close:focus {
      outline: 0; }
    .o-modal_close:hover {
      background-color: #ffffff; }
      .o-modal_close:hover .o-modal_closePipe {
        width: 2px; }
        .o-modal_close:hover .o-modal_closePipe:nth-child(1) {
          transform: rotateZ(-45deg) translateX(15px) translateY(0px); }
        .o-modal_close:hover .o-modal_closePipe:nth-child(2) {
          transform: rotateZ(45deg) translateX(0px) translateY(-15px); }
  .o-modal_closePipe {
    position: absolute;
    top: 10px;
    display: block;
    width: 1px;
    height: 25px;
    padding: 0;
    transform-origin: center center;
    background-color: #0D1826;
    pointer-events: none; }
    .o-modal_closePipe:nth-child(1) {
      transform: rotateZ(-45deg) translateX(15px) translateY(0px); }
    .o-modal_closePipe:nth-child(2) {
      transform: rotateZ(45deg) translateX(0px) translateY(-15px); }
  .o-modal_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 47px 0 0; }
    @media (max-width: 575px) {
      .o-modal_buttons {
        flex-direction: column; } }
  .o-modal_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    background-color: rgba(39, 39, 39, 0.5);
    transition: opacity 0.15s ease-in-out; }
    .o-modal_overlay.-open {
      opacity: 1; }
      .o-modal_overlay.-open.-anim {
        opacity: 0; }
    .o-modal_overlay.-anim {
      opacity: 1; }
  .o-modal.-open {
    display: block;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto; }
    .o-modal.-open.-anim {
      opacity: 0; }
  .o-modal.-anim {
    opacity: 1;
    transition: opacity 0.30s ease-in-out; }

.o-companyData {
  color: #272727; }
  .o-companyData_title {
    margin-bottom: 5px;
    color: #272727; }
    @media (max-width: 575px) {
      .o-companyData_title {
        margin-bottom: 24px; } }
  .o-companyData_value {
    margin-bottom: 3px;
    color: #0D1826;
    font-size: 16px; }

body:not(.-safari) select.js-choice {
  color: transparent; }

.choices {
  margin-bottom: 0; }
  .choices__inner {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-radius: 2px;
    border-color: #D8D8D8;
    background: #ffffff; }
  .choices__placeholder {
    opacity: 1;
    color: #787884; }
  .choices__list--single {
    padding-top: 7px;
    padding-left: 6px; }
  .choices__list .choices__item--choice.choices__placeholder {
    display: none; }
  .choices:after {
    border-color: #989696 transparent transparent transparent !important; }
  .choices.is-open {
    border-color: #D8D8D8; }
    .choices.is-open .choices__inner {
      border-color: #D8D8D8;
      border-bottom: none; }
    .choices.is-open .choices__list {
      top: 99%;
      border-color: #D8D8D8;
      border-bottom: 1px solid #ffffff;
      border-top: none !important; }
    .choices.is-open .choices__list--dropdown {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04);
      border-top: 1px solid #ffffff;
      border-color: #D8D8D8; }
      .choices.is-open .choices__list--dropdown .choices__item--selectable {
        padding-left: 14px; }
    .choices.is-open:after {
      margin-top: -2px !important; }
  .choices.is-focused .choices__inner {
    border-color: #D8D8D8; }

[data-simplebar] {
  width: 100%;
  height: 100%; }

.simplebar-scrollbar {
  cursor: pointer; }
  .simplebar-scrollbar:before {
    width: 8px;
    opacity: 1 !important;
    background-color: #0D1826; }

@media (max-width: 575px) {
  .simplebar-track.simplebar-vertical {
    right: -8px; } }

@media (max-width: 575px) {
  .-safari .simplebar-track.simplebar-vertical {
    right: 0; } }

.flatpickr-calendar {
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04); }
  .flatpickr-calendar:before, .flatpickr-calendar:after {
    display: none !important; }

.flatpickr-months .flatpickr-month {
  height: 36px; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #0D1826; }

.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background: #A1A1A1;
  border-color: #A1A1A1; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background: #A1A1A1; }

.tippy-tooltip.nntfi-theme {
  display: inline-block;
  padding: 25px 30px;
  text-align: left;
  background-color: #ffffff;
  color: #0D1826;
  border: 1px solid #0D1826;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04);
  cursor: default; }
  @media (max-width: 767px) {
    .tippy-tooltip.nntfi-theme {
      padding: 15px 20px !important; } }
  @media (max-width: 575px) {
    .tippy-tooltip.nntfi-theme {
      padding: 10px 15px !important; } }
  .tippy-tooltip.nntfi-theme .tippy-arrow {
    display: none !important; }

.submenu {
  max-height: 400px;
  overflow-y: auto; }

.icon-logoff {
  text-align: center; }

.o-registrationForm .multiline-radio input:checked + label:after {
  top: 8px; }
  @media (max-width: 575px) {
    .o-registrationForm .multiline-radio input:checked + label:after {
      top: 12px; } }

@media (max-width: 575px) {
  .o-form_row.-interval .o-form_group.-period {
    margin-top: 30px !important; } }

@media (max-width: 575px) {
  .o-form_row.-interval .o-form_group.-period + .o-form_group.-period {
    margin-top: 30px !important; } }

.o-registrationForm .a-icoBtn.-delete.-inline {
  top: 20px; }

.a-link.-pdf {
  height: auto; }

.l-main {
  flex: 1 auto; }

.l-static-block {
  width: 100%;
  background-color: #fff;
  z-index: 99;
  bottom: 0;
  left: 0;
  position: fixed; }

.crossBtn {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #fff; }
  .crossBtn:hover {
    background-color: #fff; }
  .crossBtn:focus {
    box-shadow: none; }

.en_label {
  top: -14px !important; }

.-contribution-en {
  flex-basis: 11.285714% !important; }

.-action-en {
  flex-basis: 10.285714% !important; }

/*# sourceMappingURL=styles.css.map */