*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus {
  outline: 0; }

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

p {
  margin-top: 0;
  margin-bottom: 15px; }

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

address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 15px; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: 8px;
  margin-left: 0; }

blockquote {
  margin: 0 0 15px; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #004B84;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #000305;
  text-decoration: none; }

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: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 13px; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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"] {
  -webkit-box-sizing: border-box;
  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; }

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-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

template {
  display: none; }

[hidden][hidden] {
  display: none !important; }

nav ul, nav li {
  list-style: none;
  margin: 0; }

details summary {
  cursor: pointer; }

details:not([open]) > *:not(summary) {
  display: none !important; }

img {
  max-width: 100%; }

.max-width-0 {
  max-width: 0 !important; }

.max-width-1 {
  max-width: 544px !important; }

.max-width-2 {
  max-width: 768px !important; }

.max-width-3 {
  max-width: 1012px !important; }

.max-width-4 {
  max-width: 1280px !important; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-inline {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.table {
  display: table !important; }

.table-row {
  display: table-row !important; }

.table-cell {
  display: table-cell !important; }

.hidden {
  display: none !important; }

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

.h-100 {
  height: 100% !important; }

.w-0 {
  width: 0 !important; }

.h-0 {
  height: 0 !important; }

.min-w-0 {
  min-width: 0 !important; }

.min-w-100 {
  min-width: 100% !important; }

.min-w-screen {
  min-width: 100vw !important; }

.min-h-0 {
  min-height: 0 !important; }

.min-h-100 {
  min-height: 100% !important; }

.min-h-screen {
  min-height: 100vh !important; }

.max-w-0 {
  max-width: 0 !important; }

.max-w-100 {
  max-width: 100% !important; }

.max-w-screen {
  max-width: 100vw !important; }

.max-h-0 {
  max-height: 0 !important; }

.max-h-100 {
  max-height: 100% !important; }

.max-h-screen {
  max-height: 100vh !important; }

.fixed {
  position: fixed !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .justify-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; } }

@media (min-width: 768px) {
  .justify-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; } }

@media (min-width: 1012px) {
  .justify-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; } }

@media (min-width: 1280px) {
  .justify-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; } }

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

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

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

.flex-grow {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.flex-no-grow {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-no-shrink {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important; }

.flex-auto {
  -webkit-box-flex: 1 !important;
  -ms-flex: auto !important;
  flex: auto !important; }

.flex-none {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

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

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

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

.pt-0,
.r\:pt-0 {
  padding-top: 0 !important; }

.mt-0,
.r\:mt-0 {
  margin-top: 0 !important; }

.pr-0,
.r\:pr-0 {
  padding-right: 0 !important; }

.mr-0,
.r\:mr-0 {
  margin-right: 0 !important; }

.pb-0,
.r\:pb-0 {
  padding-bottom: 0 !important; }

.mb-0,
.r\:mb-0 {
  margin-bottom: 0 !important; }

.pl-0,
.r\:pl-0 {
  padding-left: 0 !important; }

.ml-0,
.r\:ml-0 {
  margin-left: 0 !important; }

.p-0 {
  padding: 0 !important; }

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.pt-1,
.r\:pt-1 {
  padding-top: 8px !important; }

.mt-1,
.r\:mt-1 {
  margin-top: 8px !important; }

.pr-1,
.r\:pr-1 {
  padding-right: 8px !important; }

.mr-1,
.r\:mr-1 {
  margin-right: 8px !important; }

.pb-1,
.r\:pb-1 {
  padding-bottom: 8px !important; }

.mb-1,
.r\:mb-1 {
  margin-bottom: 8px !important; }

.pl-1,
.r\:pl-1 {
  padding-left: 8px !important; }

.ml-1,
.r\:ml-1 {
  margin-left: 8px !important; }

.p-1 {
  padding: 8px !important; }

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.m-1 {
  margin: 8px !important; }

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.pt-2,
.r\:pt-2 {
  padding-top: 15px !important; }

.mt-2,
.r\:mt-2 {
  margin-top: 15px !important; }

.pr-2,
.r\:pr-2 {
  padding-right: 15px !important; }

.mr-2,
.r\:mr-2 {
  margin-right: 15px !important; }

.pb-2,
.r\:pb-2 {
  padding-bottom: 15px !important; }

.mb-2,
.r\:mb-2 {
  margin-bottom: 15px !important; }

.pl-2,
.r\:pl-2 {
  padding-left: 15px !important; }

.ml-2,
.r\:ml-2 {
  margin-left: 15px !important; }

.p-2 {
  padding: 15px !important; }

.px-2 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py-2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.m-2 {
  margin: 15px !important; }

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

.my-2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.pt-3,
.r\:pt-3 {
  padding-top: 21px !important; }

.mt-3,
.r\:mt-3 {
  margin-top: 21px !important; }

.pr-3,
.r\:pr-3 {
  padding-right: 21px !important; }

.mr-3,
.r\:mr-3 {
  margin-right: 21px !important; }

.pb-3,
.r\:pb-3 {
  padding-bottom: 21px !important; }

.mb-3,
.r\:mb-3 {
  margin-bottom: 21px !important; }

.pl-3,
.r\:pl-3 {
  padding-left: 21px !important; }

.ml-3,
.r\:ml-3 {
  margin-left: 21px !important; }

.p-3 {
  padding: 21px !important; }

.px-3 {
  padding-left: 21px !important;
  padding-right: 21px !important; }

.py-3 {
  padding-top: 21px !important;
  padding-bottom: 21px !important; }

.m-3 {
  margin: 21px !important; }

.mx-3 {
  margin-left: 21px !important;
  margin-right: 21px !important; }

.my-3 {
  margin-top: 21px !important;
  margin-bottom: 21px !important; }

.pt-4,
.r\:pt-4 {
  padding-top: 60px !important; }

.mt-4,
.r\:mt-4 {
  margin-top: 60px !important; }

.pr-4,
.r\:pr-4 {
  padding-right: 60px !important; }

.mr-4,
.r\:mr-4 {
  margin-right: 60px !important; }

.pb-4,
.r\:pb-4 {
  padding-bottom: 60px !important; }

.mb-4,
.r\:mb-4 {
  margin-bottom: 60px !important; }

.pl-4,
.r\:pl-4 {
  padding-left: 60px !important; }

.ml-4,
.r\:ml-4 {
  margin-left: 60px !important; }

.p-4 {
  padding: 60px !important; }

.px-4 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.m-4 {
  margin: 60px !important; }

.mx-4 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.m-auto {
  margin: auto !important; }

.pt-5 {
  padding-top: 60px !important; }

.mt-5 {
  margin-top: 60px !important; }

.pr-5 {
  padding-right: 60px !important; }

.mr-5 {
  margin-right: 60px !important; }

.pb-5 {
  padding-bottom: 60px !important; }

.mb-5 {
  margin-bottom: 60px !important; }

.pl-5 {
  padding-left: 60px !important; }

.ml-5 {
  margin-left: 60px !important; }

.py-5 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.px-5 {
  padding-left: 60px !important;
  padding-left: 60px !important; }

.my-5 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.mx-5 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

@media (min-width: 1012px) {
  .pt-5 {
    padding-top: 152px !important; }
  .mt-5 {
    margin-top: 152px !important; }
  .pr-5 {
    padding-right: 152px !important; }
  .mr-5 {
    margin-right: 152px !important; }
  .pb-5 {
    padding-bottom: 152px !important; }
  .mb-5 {
    margin-bottom: 152px !important; }
  .pl-5 {
    padding-left: 152px !important; }
  .ml-5 {
    margin-left: 152px !important; }
  .py-5 {
    padding-top: 152px !important;
    padding-bottom: 152px !important; }
  .px-5 {
    padding-left: 152px !important;
    padding-left: 152px !important; }
  .my-5 {
    margin-top: 152px !important;
    margin-bottom: 152px !important; }
  .mx-5 {
    margin-left: 152px !important;
    margin-right: 152px !important; } }

.bg-primary {
  background-color: #014B84 !important; }

.text-primary {
  color: #014B84 !important; }

.link-primary {
  color: #014B84 !important; }

.bg-secondary {
  background-color: #004B84 !important; }

.text-secondary {
  color: #004B84 !important; }

.link-secondary {
  color: #004B84 !important; }

.bg-success {
  background-color: #28a745 !important; }

.text-success {
  color: #28a745 !important; }

.link-success {
  color: #28a745 !important; }

.bg-info {
  background-color: #2188ff !important; }

.text-info {
  color: #2188ff !important; }

.link-info {
  color: #2188ff !important; }

.bg-warning {
  background-color: #e36209 !important; }

.text-warning {
  color: #e36209 !important; }

.link-warning {
  color: #e36209 !important; }

.bg-danger {
  background-color: #cb2431 !important; }

.text-danger {
  color: #cb2431 !important; }

.link-danger {
  color: #cb2431 !important; }

.bg-black {
  background-color: #3E4850 !important; }

.text-black {
  color: #3E4850 !important; }

.link-black {
  color: #3E4850 !important; }

.bg-white {
  background-color: #fff !important; }

.text-white {
  color: #fff !important; }

.link-white {
  color: #fff !important; }

.bg-gray {
  background-color: #f6f8fa !important; }

.text-gray {
  color: #f6f8fa !important; }

.link-gray {
  color: #f6f8fa !important; }

.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.shadow-md {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

.shadow-lg {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08); }

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none; }

.border {
  border: 1px #e1e4e8 solid !important; }

.border-top {
  border-top: 1px #e1e4e8 solid !important; }

.border-bottom {
  border-bottom: 1px #e1e4e8 solid !important; }

.border-left {
  border-left: 1px #e1e4e8 solid !important; }

.border-right {
  border-right: 1px #e1e4e8 solid !important; }

.border-0 {
  border: 0 !important; }

.border-dashed {
  border-style: dashed !important; }

.border-color-primary {
  border-color: #014B84 !important; }

.border-color-secondary {
  border-color: #004B84 !important; }

.border-color-success {
  border-color: #28a745 !important; }

.border-color-info {
  border-color: #2188ff !important; }

.border-color-warning {
  border-color: #e36209 !important; }

.border-color-danger {
  border-color: #cb2431 !important; }

.border-color-black {
  border-color: #3E4850 !important; }

.border-color-white {
  border-color: #fff !important; }

.border-color-gray {
  border-color: #f6f8fa !important; }

.radius {
  border-radius: 3px !important; }

.radius-top-0 {
  border-radius: 0 !important; }

.radius-right-0 {
  border-radius: 0 !important; }

.radius-bottom-0 {
  border-radius: 0 !important; }

.radius-left-0 {
  border-radius: 0 !important; }

.circle {
  border-radius: 50% !important; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media__body {
  padding-left: 15px; }

.avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle; }

.message {
  padding: 8px 15px;
  margin-bottom: 15px;
  background-color: #f6f8fa; }

.message--error {
  background-color: rgba(203, 36, 49, 0.16); }

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-background video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: .85; }

.video-background {
  background-color: #014B84; }

.link, .link:hover, .link:active {
  text-decoration: underline; }

.link-supervision {
  display: block;
  padding-top: 20px; }

@media (min-width: 900px) {
  .link-supervision {
    position: absolute;
    top: 0px;
    right: 20px; } }

.text-footer {
  display: block; }
  @media (min-width: 544px) {
    .text-footer {
      display: inline-block;
      margin-right: 44px; } }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.5;
  color: #3E4850;
  background-color: #F4F5F7;
  background-image: url("../img portal/bg-light-desktop-60.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh; }
  @media (min-width: 1012px) {
    body {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600; }

h1 {
  font-size: 23px; }
  @media (min-width: 1012px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 18px; }
  @media (min-width: 1012px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 16px; }
  @media (min-width: 1012px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 15px; }
  @media (min-width: 1012px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 14px; }
  @media (min-width: 1012px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 14px; }
  @media (min-width: 1012px) {
    h6 {
      font-size: 16px; } }

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

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

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

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-right {
    text-align: right !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-right {
    text-align: right !important; } }

@media (min-width: 1012px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-right {
    text-align: right !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-right {
    text-align: right !important; } }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-black {
  font-weight: 900 !important; }

.fs-0 {
  font-size: 28px; }
  @media (min-width: 1012px) {
    .fs-0 {
      font-size: 48px; } }

.fs-1 {
  font-size: 23px; }
  @media (min-width: 1012px) {
    .fs-1 {
      font-size: 28px; } }

.fs-2 {
  font-size: 18px; }
  @media (min-width: 1012px) {
    .fs-2 {
      font-size: 22px; } }

.fs-3 {
  font-size: 16px; }
  @media (min-width: 1012px) {
    .fs-3 {
      font-size: 20px; } }

.fs-4 {
  font-size: 15px; }
  @media (min-width: 1012px) {
    .fs-4 {
      font-size: 18px; } }

.fs-5 {
  font-size: 14px; }
  @media (min-width: 1012px) {
    .fs-5 {
      font-size: 16px; } }

.fs-6 {
  font-size: 14px; }
  @media (min-width: 1012px) {
    .fs-6 {
      font-size: 14px; } }

.fs-normal {
  font-size: 14px; }
  @media (min-width: 1012px) {
    .fs-normal {
      font-size: 14px; } }

.fs-small {
  font-size: 13px; }

.line-height-lg {
  line-height: 1.7; }

.show {
  display: block; }

.hide {
  display: none; }

.show-in-desktop {
  display: none; }
  @media (min-width: 1012px) {
    .show-in-desktop {
      display: block; } }

.show-in-mobile {
  display: block; }
  @media (min-width: 1012px) {
    .show-in-mobile {
      display: none; } }

.show-sm {
  display: none; }

.hide-sm {
  display: block; }

@media all and (min-width: 544px) {
  .show-sm {
    display: block; }
  .hide-sm {
    display: none; } }

.show-md {
  display: none; }

.hide-md {
  display: block; }

@media all and (min-width: 768px) {
  .show-md {
    display: block; }
  .hide-md {
    display: none; } }

.show-lg {
  display: none; }

.hide-lg {
  display: block; }

@media all and (min-width: 1012px) {
  .show-lg {
    display: block; }
  .hide-lg {
    display: none; } }

.show-xl {
  display: none; }

.hide-xl {
  display: block; }

@media all and (min-width: 1280px) {
  .show-xl {
    display: block; }
  .hide-xl {
    display: none; } }

.show-xxl {
  display: none; }

.hide-xxl {
  display: block; }

@media all and (min-width: 1110px) {
  .show-xxl {
    display: block; }
  .hide-xxl {
    display: none; } }

.reset-list,
.reset-list li {
  margin: 0;
  padding: 0;
  list-style: none; }

.contentPage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.container,
.container-sm,
.container-lg,
.container-full {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-sm {
  max-width: 730px; }

.container-lg {
  max-width: 1400px; }

.container-full {
  max-width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

[class*="col-"] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.col-1 {
  width: 8.33333%; }

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

.col-2 {
  width: 16.66667%; }

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

.col-3 {
  width: 25%; }

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

.col-4 {
  width: 33.33333%; }

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

.col-5 {
  width: 41.66667%; }

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

.col-6 {
  width: 50%; }

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

.col-7 {
  width: 58.33333%; }

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

.col-8 {
  width: 66.66667%; }

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

.col-9 {
  width: 75%; }

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

.col-10 {
  width: 83.33333%; }

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

.col-11 {
  width: 91.66667%; }

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

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

@media all and (min-width: 544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    width: 8.33333%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    width: 8.33333%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 1012px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    width: 8.33333%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    width: 8.33333%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .offset-12 {
    margin-left: 100%; } }

@media all and (min-width: 1110px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    width: 8.33333%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-2 {
    width: 16.66667%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-3 {
    width: 25%; }
  .offset-3 {
    margin-left: 25%; }
  .col-xxl-4 {
    width: 33.33333%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-5 {
    width: 41.66667%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-6 {
    width: 50%; }
  .offset-6 {
    margin-left: 50%; }
  .col-xxl-7 {
    width: 58.33333%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-8 {
    width: 66.66667%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-9 {
    width: 75%; }
  .offset-9 {
    margin-left: 75%; }
  .col-xxl-10 {
    width: 83.33333%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-11 {
    width: 91.66667%; }
  .offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-12 {
    width: 100%; }
  .offset-12 {
    margin-left: 100%; } }

.box-container {
  margin: 0 auto;
  padding: 35px 24px;
  width: 460px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .box-container--white {
    background-color: #fff; }
  .box-container--lg {
    width: 620px; }
  @media (min-width: 400px) {
    .box-container {
      padding: 45px 40px; } }

/**
 * Table of contents
 * -----------------------------------------
 *  - Breadcrumbs
 * 
*/
/**
 * Breadcrumbs
*/
.breadcrumbs__current, .breadcrumbs a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  max-width: 220px; }

.breadcrumbs {
  padding: 1.875rem 0;
  background-color: #ebebec;
  font-size: 13px; }
  .breadcrumbs__current {
    vertical-align: middle; }
  .breadcrumbs a {
    color: #3E4850; }
  .breadcrumbs__current,
  .breadcrumbs a:not(:first-of-type) {
    padding-left: 15px;
    position: relative; }
    .breadcrumbs__current::before,
    .breadcrumbs a:not(:first-of-type)::before {
      content: "/";
      position: absolute;
      left: 6px;
      color: #3E4850;
      display: inline-block;
      vertical-align: middle; }
  .breadcrumbs--catalog {
    padding: 0 0 1.875rem;
    background-color: transparent; }

.form-group {
  margin-bottom: 15px; }

.form-group label {
  color: #3E4850;
  font-weight: 600; }

.form-control,
.form-select {
  background-color: #fff;
  border: 1px solid #959da5;
  border-radius: 0;
  width: 100%;
  color: rgba(27, 31, 35, 0.85);
  width: 100%;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px; }

.form-control:focus,
.form-select:focus {
  border-color: #6a737d;
  outline: none; }

textarea.form-control {
  width: 100%;
  height: 200px;
  min-height: 200px;
  padding-top: 4px;
  padding-bottom: 4px; }

.form-select {
  display: inline-block;
  max-width: 100%;
  height: 40px;
  padding-right: 60px;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;
  background-size: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-select::-ms-expand {
  opacity: 0; }

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

:-ms-input-placeholder {
  color: #6a737d; }

::-ms-input-placeholder {
  color: #6a737d; }

::-webkit-input-placeholder {
  color: #6a737d; }

::placeholder {
  color: #6a737d; }

.button {
  display: inline-block;
  color: #fff;
  padding: 8px 20px 12px;
  background-color: #014B84;
  border: 0;
  border-radius: 2px;
  height: 36px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  min-width: 100px; }

.button:focus, .button:hover {
  background-color: #004574;
  outline: 0; }

.button:active {
  background-color: #004574;
  -webkit-box-shadow: inset rgba(27, 31, 35, 0.2) 0 2px;
  box-shadow: inset rgba(27, 31, 35, 0.2) 0 2px; }

a.button,
a.button:hover,
a.button:focus {
  color: #fff;
  text-decoration: none; }

.button--invert {
  background-color: #fff;
  border: 1px solid #014B84;
  color: #014B84;
  font-weight: 600; }

.button--invert:focus, .button--invert:hover {
  background-color: rgba(255, 255, 255, 0.85); }

.button--invert:active {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

a.button--invert,
a.button--invert:hover,
a.button--invert:focus {
  color: #004574; }

.button--narrow {
  height: 32px;
  font-size: 14px;
  padding: 10px 10px; }

a.button--narrow,
a.button--narrow:hover,
a.button--narrow:focus {
  line-height: 32px; }

.button--ghost {
  color: #014B84;
  background-color: transparent;
  -webkit-box-shadow: inset currentColor 0 0 0 1px;
  box-shadow: inset currentColor 0 0 0 1px; }

.button--ghost:hover {
  -webkit-box-shadow: inset currentColor 0 0 0 0px;
  box-shadow: inset currentColor 0 0 0 0px; }

a.button--ghost {
  color: #014B84; }

@media(min-width: 900px) {
  body {
    min-height: 100vh;
  }
}

.button--video {
  background-color: #fff;
  border: 1px solid #014B84;
  color: #014B84;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 6px 14px 6px 10px;
  margin-left: 14px; }
  .button--video::before {
    content: "";
    background-image: url('../img portal/icon-play-video.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    margin-right: 8px; }
  @media (min-width: 920px) {
    .button--video {
      margin-left: 36px; } }

.button--video:focus,
.button--video:hover {
  background-color: rgba(255, 255, 255, 0.85); }

.button--video:active {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Video popup */
.videoInfo {
  display: none;
}
.videoInfo--active {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.videoInfo-wrapper {
  display: block;
  position: relative;
  margin: 0 36px;
}

.videoInfo-close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10
}

.launcherVideo {
  position: relative;
  cursor: pointer;
  max-width: 840px;
  margin: auto
}

.launcherVideo video {
  width: 100%
}

.iconlauncherVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 191px;
  height: 190px;
  background-image: url('../img portal/play-launcherVideo.png');
  padding-top: 190px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: rgba(0,0,0,.75) 0 3px 22px;
  font-size: 16px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.videoActived {
  cursor: auto
}

.videoActived .iconlauncherVideo {
  -webkit-transform: translate(-50%,-50%) scale(1.45);
  -ms-transform: translate(-50%,-50%) scale(1.45);
  transform: translate(-50%,-50%) scale(1.45);
  opacity: 0
}

.login__header__title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 48px;
}