/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.m-0 {
  margin: 0; }

.mt-0,
.my-0 {
  margin-top: 0; }

.mr-0,
.mx-0 {
  margin-right: 0; }

.mb-0,
.my-0 {
  margin-bottom: 0; }

.ml-0,
.mx-0 {
  margin-left: 0; }

.m-1 {
  margin: 0.25rem; }

.mt-1,
.my-1 {
  margin-top: 0.25rem; }

.mr-1, .link-icon .icon:first-child, .link-icon .navbar-nav > li.has-submenu > a:first-child, .link-icon .form-feedback:first-child, .link-icon .breadcrumb > li + li:first-child,
.mx-1 {
  margin-right: 0.25rem; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem; }

.ml-1, .link-icon .icon:last-child, .link-icon .navbar-nav > li.has-submenu > a:last-child, .link-icon .form-feedback:last-child, .link-icon .breadcrumb > li + li:last-child,
.mx-1 {
  margin-left: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2, .form-feedback::before,
.my-2,
.navbar-nav > li > a .navbar-nav-icon {
  margin-top: 0.5rem; }

.mr-2, .status-icon,
.mx-2 {
  margin-right: 0.5rem; }

.mb-2, .article-header-title, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label,
.my-2,
.navbar-nav > li > a .navbar-nav-icon {
  margin-bottom: 0.5rem; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem; }

.m-3 {
  margin: 0.75rem; }

.mt-3,
.my-3 {
  margin-top: 0.75rem; }

.mr-3, .navbar-nav > li > a .navbar-nav-icon, .select-menu-with-img-picture,
.mx-3 {
  margin-right: 0.75rem; }

.mb-3, .tile-article-author-label, .tile-project-name.h4,
.my-3 {
  margin-bottom: 0.75rem; }

.ml-3, .navbar-top-bar-user-dropdown-img, .navbar-top-bar-user-dropdown-arrow,
.mx-3 {
  margin-left: 0.75rem; }

.m-4 {
  margin: 1rem; }

.mt-4, .datagrid-header, .login-page-form-register-link,
.my-4,
.content-header,
.datagrid-sort,
.datagrid-content,
.datagrid-footer {
  margin-top: 1rem; }

.mr-4, .form-checkbox-group-horizontal .form-checkbox, .form-radio-group-horizontal .form-radio,
.mx-4 {
  margin-right: 1rem; }

.mb-4, h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5, .article-header-attributes, .form-checkbox-group-label, .form-checkbox-group-vertical .form-checkbox, .datagrid-header-title, .form-radio-group-label, .form-radio-group-vertical .form-radio, .tile-article-author-block, .tile-project-list .col-sm-6, .tile-project-block,
.my-4,
.content-header,
.datagrid-sort,
.datagrid-content,
.datagrid-footer {
  margin-bottom: 1rem; }

.ml-4, .navbar-subnav.nav > li:not(.no-dotted) > a::before,
.mx-4 {
  margin-left: 1rem; }

.m-5 {
  margin: 1.5rem; }

.mt-5,
.my-5 {
  margin-top: 1.5rem; }

.mr-5,
.mx-5 {
  margin-right: 1.5rem; }

.mb-5, .article-content h2, .article-content h3, .article-content p,
.my-5 {
  margin-bottom: 1.5rem; }

.ml-5,
.mx-5 {
  margin-left: 1.5rem; }

.m-6 {
  margin: 1.875rem; }

.mt-6, .article-content h2, .article-content h3, .article-introduction-summary,
.my-6,
.tile-article-author,
.login-page-article,
.login-page-form {
  margin-top: 1.875rem; }

.mr-6,
.mx-6 {
  margin-right: 1.875rem; }

.mb-6,
.my-6,
.tile-article-author,
.login-page-article,
.login-page-form {
  margin-bottom: 1.875rem; }

.ml-6,
.mx-6 {
  margin-left: 1.875rem; }

.m-7 {
  margin: 3rem; }

.mt-7,
.my-7 {
  margin-top: 3rem; }

.mr-7,
.mx-7 {
  margin-right: 3rem; }

.mb-7,
.my-7 {
  margin-bottom: 3rem; }

.ml-7,
.mx-7 {
  margin-left: 3rem; }

.m-8 {
  margin: 4rem; }

.mt-8,
.my-8 {
  margin-top: 4rem; }

.mr-8,
.mx-8 {
  margin-right: 4rem; }

.mb-8,
.my-8 {
  margin-bottom: 4rem; }

.ml-8,
.mx-8 {
  margin-left: 4rem; }

.p-0 {
  padding: 0; }

.pt-0,
.py-0 {
  padding-top: 0; }

.pr-0,
.px-0,
.accordion-item-title-btn {
  padding-right: 0; }

.pb-0,
.py-0 {
  padding-bottom: 0; }

.pl-0,
.px-0,
.accordion-item-title-btn {
  padding-left: 0; }

.p-1 {
  padding: 0.25rem; }

.pt-1,
.py-1,
.tag-container,
.tag-sm-container {
  padding-top: 0.25rem; }

.pr-1, .form-text-icon,
.px-1,
.article-header-attributes-item,
.breadcrumb > li + li::before,
.pagination.nav > li > span,
.pagination.nav > li > a {
  padding-right: 0.25rem; }

.pb-1,
.py-1,
.tag-container,
.tag-sm-container {
  padding-bottom: 0.25rem; }

.pl-1,
.px-1,
.article-header-attributes-item,
.breadcrumb > li + li::before,
.pagination.nav > li > span,
.pagination.nav > li > a {
  padding-left: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2, .form-text, .form-feedback,
.py-2,
.navbar-nav > li > a,
.navbar-subnav.nav > li > a,
.btn,
.file-uploader-dnd-label,
.form-field,
.select-toggle-text,
.nav-tabs > li > a,
.tag-category,
.tooltip .tooltip-inner {
  padding-top: 0.5rem; }

.pr-2,
.px-2,
.dropdown-menu > li > a,
.select-menu > li {
  padding-right: 0.5rem; }

.pb-2, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .table-col::before,
.py-2,
.navbar-nav > li > a,
.navbar-subnav.nav > li > a,
.btn,
.file-uploader-dnd-label,
.form-field,
.select-toggle-text,
.nav-tabs > li > a,
.tag-category,
.tooltip .tooltip-inner {
  padding-bottom: 0.5rem; }

.pl-2,
.px-2,
.dropdown-menu > li > a,
.select-menu > li {
  padding-left: 0.5rem; }

.p-3, .modal-dialog {
  padding: 0.75rem; }

.pt-3, .modal-footer-nav > li, .modal-footer-nav > li + li,
.py-3,
.navbar-top-bar-content,
.accordion-item-title-btn,
.dropdown-menu > li > a,
.select-menu > li,
.table-row,
.table-col {
  padding-top: 0.75rem; }

.pr-3, .navbar-top-bar-toggle-btn-label,
.px-3,
.tag-container,
.tag-sm-container,
.tooltip .tooltip-inner {
  padding-right: 0.75rem; }

.pb-3, .form-group,
.py-3,
.navbar-top-bar-content,
.accordion-item-title-btn,
.dropdown-menu > li > a,
.select-menu > li,
.table-row,
.table-col {
  padding-bottom: 0.75rem; }

.pl-3, .article-header-attributes-item-date, .icon-component-text, .user-card-small-text,
.px-3,
.tag-container,
.tag-sm-container,
.tooltip .tooltip-inner {
  padding-left: 0.75rem; }

.p-4, .modal-header, .tile {
  padding: 1rem; }

.pt-4,
.py-4,
.accordion-item-body,
.skip-to-content-text {
  padding-top: 1rem; }

.pr-4,
.px-4,
.content-app,
.navbar-nav > li > a,
.navbar-subnav.nav > li > a,
.navbar-top-bar-col,
.btn,
.file-uploader-dnd,
.form-field,
.modal-body,
.modal-footer,
.nav-tabs > li > a,
.tag-category,
.login-page-form {
  padding-right: 1rem; }

.pb-4, .modal-body, .modal-footer,
.py-4,
.accordion-item-body,
.skip-to-content-text {
  padding-bottom: 1rem; }

.pl-4, .navbar-top-bar-nav-lang > li + li, .tile-article-author-socials > li + li,
.px-4,
.content-app,
.navbar-nav > li > a,
.navbar-subnav.nav > li > a,
.navbar-top-bar-col,
.btn,
.file-uploader-dnd,
.form-field,
.modal-body,
.modal-footer,
.nav-tabs > li > a,
.tag-category,
.login-page-form {
  padding-left: 1rem; }

.p-5 {
  padding: 1.5rem; }

.pt-5,
.py-5,
.article-header-content,
.login-page-form {
  padding-top: 1.5rem; }

.pr-5,
.px-5 {
  padding-right: 1.5rem; }

.pb-5,
.py-5,
.article-header-content,
.login-page-form {
  padding-bottom: 1.5rem; }

.pl-5,
.px-5 {
  padding-left: 1.5rem; }

.p-6 {
  padding: 1.875rem; }

.pt-6,
.py-6,
.article-introduction,
.file-uploader-dnd {
  padding-top: 1.875rem; }

.pr-6,
.px-6,
.skip-to-content-text {
  padding-right: 1.875rem; }

.pb-6,
.py-6,
.article-introduction,
.file-uploader-dnd {
  padding-bottom: 1.875rem; }

.pl-6,
.px-6,
.skip-to-content-text {
  padding-left: 1.875rem; }

.p-7 {
  padding: 3rem; }

.pt-7,
.py-7 {
  padding-top: 3rem; }

.pr-7,
.px-7 {
  padding-right: 3rem; }

.pb-7,
.py-7 {
  padding-bottom: 3rem; }

.pl-7,
.px-7 {
  padding-left: 3rem; }

.p-8 {
  padding: 4rem; }

.pt-8,
.py-8 {
  padding-top: 4rem; }

.pr-8,
.px-8 {
  padding-right: 4rem; }

.pb-8,
.py-8 {
  padding-bottom: 4rem; }

.pl-8,
.px-8 {
  padding-left: 4rem; }

.m-n1 {
  margin: -0.25rem; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem; }

.mr-n1,
.mx-n1,
.article-header-attributes {
  margin-right: -0.25rem; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem; }

.ml-n1,
.mx-n1,
.article-header-attributes {
  margin-left: -0.25rem; }

.m-n2 {
  margin: -0.5rem; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem; }

.m-n3 {
  margin: -0.75rem; }

.mt-n3,
.my-n3 {
  margin-top: -0.75rem; }

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem; }

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem; }

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem; }

.m-n4 {
  margin: -1rem; }

.mt-n4,
.my-n4 {
  margin-top: -1rem; }

.mr-n4, .navbar-top-bar-main,
.mx-n4,
.article-introduction::before {
  margin-right: -1rem; }

.mb-n4,
.my-n4 {
  margin-bottom: -1rem; }

.ml-n4,
.mx-n4,
.article-introduction::before {
  margin-left: -1rem; }

.m-n5 {
  margin: -1.5rem; }

.mt-n5,
.my-n5 {
  margin-top: -1.5rem; }

.mr-n5,
.mx-n5 {
  margin-right: -1.5rem; }

.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem; }

.ml-n5,
.mx-n5 {
  margin-left: -1.5rem; }

.m-n6 {
  margin: -1.875rem; }

.mt-n6,
.my-n6 {
  margin-top: -1.875rem; }

.mr-n6,
.mx-n6 {
  margin-right: -1.875rem; }

.mb-n6,
.my-n6 {
  margin-bottom: -1.875rem; }

.ml-n6,
.mx-n6 {
  margin-left: -1.875rem; }

.m-n7 {
  margin: -3rem; }

.mt-n7,
.my-n7 {
  margin-top: -3rem; }

.mr-n7,
.mx-n7 {
  margin-right: -3rem; }

.mb-n7,
.my-n7 {
  margin-bottom: -3rem; }

.ml-n7,
.mx-n7 {
  margin-left: -3rem; }

.m-n8 {
  margin: -4rem; }

.mt-n8,
.my-n8 {
  margin-top: -4rem; }

.mr-n8,
.mx-n8 {
  margin-right: -4rem; }

.mb-n8,
.my-n8 {
  margin-bottom: -4rem; }

.ml-n8,
.mx-n8 {
  margin-left: -4rem; }

@media (min-width: 576px) {
  .m-0 {
    margin: 0; }
  .mt-0,
  .my-0 {
    margin-top: 0; }
  .mr-0,
  .mx-0 {
    margin-right: 0; }
  .mb-0,
  .my-0 {
    margin-bottom: 0; }
  .ml-0,
  .mx-0 {
    margin-left: 0; }
  .m-1 {
    margin: 0.25rem; }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem; }
  .mr-1, .link-icon .icon:first-child, .link-icon .navbar-nav > li.has-submenu > a:first-child, .link-icon .form-feedback:first-child, .link-icon .breadcrumb > li + li:first-child,
  .mx-1 {
    margin-right: 0.25rem; }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem; }
  .ml-1, .link-icon .icon:last-child, .link-icon .navbar-nav > li.has-submenu > a:last-child, .link-icon .form-feedback:last-child, .link-icon .breadcrumb > li + li:last-child,
  .mx-1 {
    margin-left: 0.25rem; }
  .m-2 {
    margin: 0.5rem; }
  .mt-2, .form-feedback::before,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-top: 0.5rem; }
  .mr-2, .status-icon,
  .mx-2 {
    margin-right: 0.5rem; }
  .mb-2, .article-header-title, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-bottom: 0.5rem; }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem; }
  .m-3 {
    margin: 0.75rem; }
  .mt-3,
  .my-3 {
    margin-top: 0.75rem; }
  .mr-3, .navbar-nav > li > a .navbar-nav-icon, .select-menu-with-img-picture,
  .mx-3 {
    margin-right: 0.75rem; }
  .mb-3, .tile-article-author-label, .tile-project-name.h4,
  .my-3 {
    margin-bottom: 0.75rem; }
  .ml-3, .navbar-top-bar-user-dropdown-img, .navbar-top-bar-user-dropdown-arrow,
  .mx-3 {
    margin-left: 0.75rem; }
  .m-4 {
    margin: 1rem; }
  .mt-4, .datagrid-header, .login-page-form-register-link,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-top: 1rem; }
  .mr-4, .form-checkbox-group-horizontal .form-checkbox, .form-radio-group-horizontal .form-radio,
  .mx-4 {
    margin-right: 1rem; }
  .mb-4, h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5, .article-header-attributes, .form-checkbox-group-label, .form-checkbox-group-vertical .form-checkbox, .datagrid-header-title, .form-radio-group-label, .form-radio-group-vertical .form-radio, .tile-article-author-block, .tile-project-list .col-sm-6, .tile-project-block,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-bottom: 1rem; }
  .ml-4, .navbar-subnav.nav > li:not(.no-dotted) > a::before,
  .mx-4 {
    margin-left: 1rem; }
  .m-5 {
    margin: 1.5rem; }
  .mt-5,
  .my-5 {
    margin-top: 1.5rem; }
  .mr-5,
  .mx-5 {
    margin-right: 1.5rem; }
  .mb-5, .article-content h2, .article-content h3, .article-content p,
  .my-5 {
    margin-bottom: 1.5rem; }
  .ml-5,
  .mx-5 {
    margin-left: 1.5rem; }
  .m-6 {
    margin: 1.875rem; }
  .mt-6, .article-content h2, .article-content h3, .article-introduction-summary,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-top: 1.875rem; }
  .mr-6,
  .mx-6 {
    margin-right: 1.875rem; }
  .mb-6,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-bottom: 1.875rem; }
  .ml-6,
  .mx-6 {
    margin-left: 1.875rem; }
  .m-7 {
    margin: 3rem; }
  .mt-7,
  .my-7 {
    margin-top: 3rem; }
  .mr-7,
  .mx-7 {
    margin-right: 3rem; }
  .mb-7,
  .my-7 {
    margin-bottom: 3rem; }
  .ml-7,
  .mx-7 {
    margin-left: 3rem; }
  .m-8 {
    margin: 4rem; }
  .mt-8,
  .my-8 {
    margin-top: 4rem; }
  .mr-8,
  .mx-8 {
    margin-right: 4rem; }
  .mb-8,
  .my-8 {
    margin-bottom: 4rem; }
  .ml-8,
  .mx-8 {
    margin-left: 4rem; }
  .p-0 {
    padding: 0; }
  .pt-0,
  .py-0 {
    padding-top: 0; }
  .pr-0,
  .px-0,
  .accordion-item-title-btn {
    padding-right: 0; }
  .pb-0,
  .py-0 {
    padding-bottom: 0; }
  .pl-0,
  .px-0,
  .accordion-item-title-btn {
    padding-left: 0; }
  .p-1 {
    padding: 0.25rem; }
  .pt-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-top: 0.25rem; }
  .pr-1, .form-text-icon,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-right: 0.25rem; }
  .pb-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-bottom: 0.25rem; }
  .pl-1,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-left: 0.25rem; }
  .p-2 {
    padding: 0.5rem; }
  .pt-2, .form-text, .form-feedback,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-top: 0.5rem; }
  .pr-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-right: 0.5rem; }
  .pb-2, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .table-col::before,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-bottom: 0.5rem; }
  .pl-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-left: 0.5rem; }
  .p-3, .modal-dialog {
    padding: 0.75rem; }
  .pt-3, .modal-footer-nav > li, .modal-footer-nav > li + li,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-top: 0.75rem; }
  .pr-3, .navbar-top-bar-toggle-btn-label,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-right: 0.75rem; }
  .pb-3, .form-group,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-bottom: 0.75rem; }
  .pl-3, .article-header-attributes-item-date, .icon-component-text, .user-card-small-text,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-left: 0.75rem; }
  .p-4, .modal-header, .tile {
    padding: 1rem; }
  .pt-4,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-top: 1rem; }
  .pr-4,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-right: 1rem; }
  .pb-4, .modal-body, .modal-footer,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-bottom: 1rem; }
  .pl-4, .navbar-top-bar-nav-lang > li + li, .tile-article-author-socials > li + li,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-left: 1rem; }
  .p-5 {
    padding: 1.5rem; }
  .pt-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-top: 1.5rem; }
  .pr-5,
  .px-5 {
    padding-right: 1.5rem; }
  .pb-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-bottom: 1.5rem; }
  .pl-5,
  .px-5 {
    padding-left: 1.5rem; }
  .p-6 {
    padding: 1.875rem; }
  .pt-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-top: 1.875rem; }
  .pr-6,
  .px-6,
  .skip-to-content-text {
    padding-right: 1.875rem; }
  .pb-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-bottom: 1.875rem; }
  .pl-6,
  .px-6,
  .skip-to-content-text {
    padding-left: 1.875rem; }
  .p-7 {
    padding: 3rem; }
  .pt-7,
  .py-7 {
    padding-top: 3rem; }
  .pr-7,
  .px-7 {
    padding-right: 3rem; }
  .pb-7,
  .py-7 {
    padding-bottom: 3rem; }
  .pl-7,
  .px-7 {
    padding-left: 3rem; }
  .p-8 {
    padding: 4rem; }
  .pt-8,
  .py-8 {
    padding-top: 4rem; }
  .pr-8,
  .px-8 {
    padding-right: 4rem; }
  .pb-8,
  .py-8 {
    padding-bottom: 4rem; }
  .pl-8,
  .px-8 {
    padding-left: 4rem; }
  .m-n1 {
    margin: -0.25rem; }
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem; }
  .mr-n1,
  .mx-n1,
  .article-header-attributes {
    margin-right: -0.25rem; }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem; }
  .ml-n1,
  .mx-n1,
  .article-header-attributes {
    margin-left: -0.25rem; }
  .m-n2 {
    margin: -0.5rem; }
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem; }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem; }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem; }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem; }
  .m-n3 {
    margin: -0.75rem; }
  .mt-n3,
  .my-n3 {
    margin-top: -0.75rem; }
  .mr-n3,
  .mx-n3 {
    margin-right: -0.75rem; }
  .mb-n3,
  .my-n3 {
    margin-bottom: -0.75rem; }
  .ml-n3,
  .mx-n3 {
    margin-left: -0.75rem; }
  .m-n4 {
    margin: -1rem; }
  .mt-n4,
  .my-n4 {
    margin-top: -1rem; }
  .mr-n4, .navbar-top-bar-main,
  .mx-n4,
  .article-introduction::before {
    margin-right: -1rem; }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1rem; }
  .ml-n4,
  .mx-n4,
  .article-introduction::before {
    margin-left: -1rem; }
  .m-n5 {
    margin: -1.5rem; }
  .mt-n5,
  .my-n5 {
    margin-top: -1.5rem; }
  .mr-n5,
  .mx-n5 {
    margin-right: -1.5rem; }
  .mb-n5,
  .my-n5 {
    margin-bottom: -1.5rem; }
  .ml-n5,
  .mx-n5 {
    margin-left: -1.5rem; }
  .m-n6 {
    margin: -1.875rem; }
  .mt-n6,
  .my-n6 {
    margin-top: -1.875rem; }
  .mr-n6,
  .mx-n6 {
    margin-right: -1.875rem; }
  .mb-n6,
  .my-n6 {
    margin-bottom: -1.875rem; }
  .ml-n6,
  .mx-n6 {
    margin-left: -1.875rem; }
  .m-n7 {
    margin: -3rem; }
  .mt-n7,
  .my-n7 {
    margin-top: -3rem; }
  .mr-n7,
  .mx-n7 {
    margin-right: -3rem; }
  .mb-n7,
  .my-n7 {
    margin-bottom: -3rem; }
  .ml-n7,
  .mx-n7 {
    margin-left: -3rem; }
  .m-n8 {
    margin: -4rem; }
  .mt-n8,
  .my-n8 {
    margin-top: -4rem; }
  .mr-n8,
  .mx-n8 {
    margin-right: -4rem; }
  .mb-n8,
  .my-n8 {
    margin-bottom: -4rem; }
  .ml-n8,
  .mx-n8 {
    margin-left: -4rem; } }

@media (min-width: 768px) {
  .m-0 {
    margin: 0; }
  .mt-0,
  .my-0 {
    margin-top: 0; }
  .mr-0,
  .mx-0 {
    margin-right: 0; }
  .mb-0,
  .my-0 {
    margin-bottom: 0; }
  .ml-0,
  .mx-0 {
    margin-left: 0; }
  .m-1 {
    margin: 0.25rem; }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem; }
  .mr-1, .link-icon .icon:first-child, .link-icon .navbar-nav > li.has-submenu > a:first-child, .link-icon .form-feedback:first-child, .link-icon .breadcrumb > li + li:first-child,
  .mx-1 {
    margin-right: 0.25rem; }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem; }
  .ml-1, .link-icon .icon:last-child, .link-icon .navbar-nav > li.has-submenu > a:last-child, .link-icon .form-feedback:last-child, .link-icon .breadcrumb > li + li:last-child,
  .mx-1 {
    margin-left: 0.25rem; }
  .m-2 {
    margin: 0.5rem; }
  .mt-2, .form-feedback::before,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-top: 0.5rem; }
  .mr-2, .status-icon,
  .mx-2 {
    margin-right: 0.5rem; }
  .mb-2, .article-header-title, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-bottom: 0.5rem; }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem; }
  .m-3 {
    margin: 0.75rem; }
  .mt-3,
  .my-3 {
    margin-top: 0.75rem; }
  .mr-3, .navbar-nav > li > a .navbar-nav-icon, .select-menu-with-img-picture,
  .mx-3 {
    margin-right: 0.75rem; }
  .mb-3, .tile-article-author-label, .tile-project-name.h4,
  .my-3 {
    margin-bottom: 0.75rem; }
  .ml-3, .navbar-top-bar-user-dropdown-img, .navbar-top-bar-user-dropdown-arrow,
  .mx-3 {
    margin-left: 0.75rem; }
  .m-4 {
    margin: 1.25rem; }
  .mt-4, .datagrid-header, .login-page-form-register-link,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-top: 1.25rem; }
  .mr-4, .form-checkbox-group-horizontal .form-checkbox, .form-radio-group-horizontal .form-radio,
  .mx-4 {
    margin-right: 1.25rem; }
  .mb-4, h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5, .article-header-attributes, .form-checkbox-group-label, .form-checkbox-group-vertical .form-checkbox, .datagrid-header-title, .form-radio-group-label, .form-radio-group-vertical .form-radio, .tile-article-author-block, .tile-project-list .col-sm-6, .tile-project-block,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-bottom: 1.25rem; }
  .ml-4, .navbar-subnav.nav > li:not(.no-dotted) > a::before,
  .mx-4 {
    margin-left: 1.25rem; }
  .m-5 {
    margin: 1.5rem; }
  .mt-5,
  .my-5 {
    margin-top: 1.5rem; }
  .mr-5,
  .mx-5 {
    margin-right: 1.5rem; }
  .mb-5, .article-content h2, .article-content h3, .article-content p,
  .my-5 {
    margin-bottom: 1.5rem; }
  .ml-5,
  .mx-5 {
    margin-left: 1.5rem; }
  .m-6 {
    margin: 1.875rem; }
  .mt-6, .article-content h2, .article-content h3, .article-introduction-summary,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-top: 1.875rem; }
  .mr-6,
  .mx-6 {
    margin-right: 1.875rem; }
  .mb-6,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-bottom: 1.875rem; }
  .ml-6,
  .mx-6 {
    margin-left: 1.875rem; }
  .m-7 {
    margin: 3rem; }
  .mt-7,
  .my-7 {
    margin-top: 3rem; }
  .mr-7,
  .mx-7 {
    margin-right: 3rem; }
  .mb-7,
  .my-7 {
    margin-bottom: 3rem; }
  .ml-7,
  .mx-7 {
    margin-left: 3rem; }
  .m-8 {
    margin: 4rem; }
  .mt-8,
  .my-8 {
    margin-top: 4rem; }
  .mr-8,
  .mx-8 {
    margin-right: 4rem; }
  .mb-8,
  .my-8 {
    margin-bottom: 4rem; }
  .ml-8,
  .mx-8 {
    margin-left: 4rem; }
  .p-0 {
    padding: 0; }
  .pt-0,
  .py-0 {
    padding-top: 0; }
  .pr-0,
  .px-0,
  .accordion-item-title-btn {
    padding-right: 0; }
  .pb-0,
  .py-0 {
    padding-bottom: 0; }
  .pl-0,
  .px-0,
  .accordion-item-title-btn {
    padding-left: 0; }
  .p-1 {
    padding: 0.25rem; }
  .pt-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-top: 0.25rem; }
  .pr-1, .form-text-icon,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-right: 0.25rem; }
  .pb-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-bottom: 0.25rem; }
  .pl-1,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-left: 0.25rem; }
  .p-2 {
    padding: 0.5rem; }
  .pt-2, .form-text, .form-feedback,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-top: 0.5rem; }
  .pr-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-right: 0.5rem; }
  .pb-2, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .table-col::before,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-bottom: 0.5rem; }
  .pl-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-left: 0.5rem; }
  .p-3, .modal-dialog {
    padding: 0.75rem; }
  .pt-3, .modal-footer-nav > li, .modal-footer-nav > li + li,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-top: 0.75rem; }
  .pr-3, .navbar-top-bar-toggle-btn-label,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-right: 0.75rem; }
  .pb-3, .form-group,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-bottom: 0.75rem; }
  .pl-3, .article-header-attributes-item-date, .icon-component-text, .user-card-small-text,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-left: 0.75rem; }
  .p-4, .modal-header, .tile {
    padding: 1.25rem; }
  .pt-4,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-top: 1.25rem; }
  .pr-4,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-right: 1.25rem; }
  .pb-4, .modal-body, .modal-footer,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-bottom: 1.25rem; }
  .pl-4, .navbar-top-bar-nav-lang > li + li, .tile-article-author-socials > li + li,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-left: 1.25rem; }
  .p-5 {
    padding: 1.5rem; }
  .pt-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-top: 1.5rem; }
  .pr-5,
  .px-5 {
    padding-right: 1.5rem; }
  .pb-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-bottom: 1.5rem; }
  .pl-5,
  .px-5 {
    padding-left: 1.5rem; }
  .p-6 {
    padding: 1.875rem; }
  .pt-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-top: 1.875rem; }
  .pr-6,
  .px-6,
  .skip-to-content-text {
    padding-right: 1.875rem; }
  .pb-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-bottom: 1.875rem; }
  .pl-6,
  .px-6,
  .skip-to-content-text {
    padding-left: 1.875rem; }
  .p-7 {
    padding: 3rem; }
  .pt-7,
  .py-7 {
    padding-top: 3rem; }
  .pr-7,
  .px-7 {
    padding-right: 3rem; }
  .pb-7,
  .py-7 {
    padding-bottom: 3rem; }
  .pl-7,
  .px-7 {
    padding-left: 3rem; }
  .p-8 {
    padding: 4rem; }
  .pt-8,
  .py-8 {
    padding-top: 4rem; }
  .pr-8,
  .px-8 {
    padding-right: 4rem; }
  .pb-8,
  .py-8 {
    padding-bottom: 4rem; }
  .pl-8,
  .px-8 {
    padding-left: 4rem; }
  .m-n1 {
    margin: -0.25rem; }
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem; }
  .mr-n1,
  .mx-n1,
  .article-header-attributes {
    margin-right: -0.25rem; }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem; }
  .ml-n1,
  .mx-n1,
  .article-header-attributes {
    margin-left: -0.25rem; }
  .m-n2 {
    margin: -0.5rem; }
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem; }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem; }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem; }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem; }
  .m-n3 {
    margin: -0.75rem; }
  .mt-n3,
  .my-n3 {
    margin-top: -0.75rem; }
  .mr-n3,
  .mx-n3 {
    margin-right: -0.75rem; }
  .mb-n3,
  .my-n3 {
    margin-bottom: -0.75rem; }
  .ml-n3,
  .mx-n3 {
    margin-left: -0.75rem; }
  .m-n4 {
    margin: -1.25rem; }
  .mt-n4,
  .my-n4 {
    margin-top: -1.25rem; }
  .mr-n4, .navbar-top-bar-main,
  .mx-n4,
  .article-introduction::before {
    margin-right: -1.25rem; }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.25rem; }
  .ml-n4,
  .mx-n4,
  .article-introduction::before {
    margin-left: -1.25rem; }
  .m-n5 {
    margin: -1.5rem; }
  .mt-n5,
  .my-n5 {
    margin-top: -1.5rem; }
  .mr-n5,
  .mx-n5 {
    margin-right: -1.5rem; }
  .mb-n5,
  .my-n5 {
    margin-bottom: -1.5rem; }
  .ml-n5,
  .mx-n5 {
    margin-left: -1.5rem; }
  .m-n6 {
    margin: -1.875rem; }
  .mt-n6,
  .my-n6 {
    margin-top: -1.875rem; }
  .mr-n6,
  .mx-n6 {
    margin-right: -1.875rem; }
  .mb-n6,
  .my-n6 {
    margin-bottom: -1.875rem; }
  .ml-n6,
  .mx-n6 {
    margin-left: -1.875rem; }
  .m-n7 {
    margin: -3rem; }
  .mt-n7,
  .my-n7 {
    margin-top: -3rem; }
  .mr-n7,
  .mx-n7 {
    margin-right: -3rem; }
  .mb-n7,
  .my-n7 {
    margin-bottom: -3rem; }
  .ml-n7,
  .mx-n7 {
    margin-left: -3rem; }
  .m-n8 {
    margin: -4rem; }
  .mt-n8,
  .my-n8 {
    margin-top: -4rem; }
  .mr-n8,
  .mx-n8 {
    margin-right: -4rem; }
  .mb-n8,
  .my-n8 {
    margin-bottom: -4rem; }
  .ml-n8,
  .mx-n8 {
    margin-left: -4rem; } }

@media (min-width: 1200px) {
  .m-0 {
    margin: 0; }
  .mt-0,
  .my-0 {
    margin-top: 0; }
  .mr-0,
  .mx-0 {
    margin-right: 0; }
  .mb-0,
  .my-0 {
    margin-bottom: 0; }
  .ml-0,
  .mx-0 {
    margin-left: 0; }
  .m-1 {
    margin: 0.25rem; }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem; }
  .mr-1, .link-icon .icon:first-child, .link-icon .navbar-nav > li.has-submenu > a:first-child, .link-icon .form-feedback:first-child, .link-icon .breadcrumb > li + li:first-child,
  .mx-1 {
    margin-right: 0.25rem; }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem; }
  .ml-1, .link-icon .icon:last-child, .link-icon .navbar-nav > li.has-submenu > a:last-child, .link-icon .form-feedback:last-child, .link-icon .breadcrumb > li + li:last-child,
  .mx-1 {
    margin-left: 0.25rem; }
  .m-2 {
    margin: 0.5rem; }
  .mt-2, .form-feedback::before,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-top: 0.5rem; }
  .mr-2, .status-icon,
  .mx-2 {
    margin-right: 0.5rem; }
  .mb-2, .article-header-title, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-bottom: 0.5rem; }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem; }
  .m-3 {
    margin: 0.75rem; }
  .mt-3,
  .my-3 {
    margin-top: 0.75rem; }
  .mr-3, .navbar-nav > li > a .navbar-nav-icon, .select-menu-with-img-picture,
  .mx-3 {
    margin-right: 0.75rem; }
  .mb-3, .tile-article-author-label, .tile-project-name.h4,
  .my-3 {
    margin-bottom: 0.75rem; }
  .ml-3, .navbar-top-bar-user-dropdown-img, .navbar-top-bar-user-dropdown-arrow,
  .mx-3 {
    margin-left: 0.75rem; }
  .m-4 {
    margin: 1.25rem; }
  .mt-4, .datagrid-header, .login-page-form-register-link,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-top: 1.25rem; }
  .mr-4, .form-checkbox-group-horizontal .form-checkbox, .form-radio-group-horizontal .form-radio,
  .mx-4 {
    margin-right: 1.25rem; }
  .mb-4, h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5, .article-header-attributes, .form-checkbox-group-label, .form-checkbox-group-vertical .form-checkbox, .datagrid-header-title, .form-radio-group-label, .form-radio-group-vertical .form-radio, .tile-article-author-block, .tile-project-list .col-sm-6, .tile-project-block,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-bottom: 1.25rem; }
  .ml-4, .navbar-subnav.nav > li:not(.no-dotted) > a::before,
  .mx-4 {
    margin-left: 1.25rem; }
  .m-5 {
    margin: 1.875rem; }
  .mt-5,
  .my-5 {
    margin-top: 1.875rem; }
  .mr-5,
  .mx-5 {
    margin-right: 1.875rem; }
  .mb-5, .article-content h2, .article-content h3, .article-content p,
  .my-5 {
    margin-bottom: 1.875rem; }
  .ml-5,
  .mx-5 {
    margin-left: 1.875rem; }
  .m-6 {
    margin: 3rem; }
  .mt-6, .article-content h2, .article-content h3, .article-introduction-summary,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-top: 3rem; }
  .mr-6,
  .mx-6 {
    margin-right: 3rem; }
  .mb-6,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-bottom: 3rem; }
  .ml-6,
  .mx-6 {
    margin-left: 3rem; }
  .m-7 {
    margin: 4rem; }
  .mt-7,
  .my-7 {
    margin-top: 4rem; }
  .mr-7,
  .mx-7 {
    margin-right: 4rem; }
  .mb-7,
  .my-7 {
    margin-bottom: 4rem; }
  .ml-7,
  .mx-7 {
    margin-left: 4rem; }
  .m-8 {
    margin: 6rem; }
  .mt-8,
  .my-8 {
    margin-top: 6rem; }
  .mr-8,
  .mx-8 {
    margin-right: 6rem; }
  .mb-8,
  .my-8 {
    margin-bottom: 6rem; }
  .ml-8,
  .mx-8 {
    margin-left: 6rem; }
  .p-0 {
    padding: 0; }
  .pt-0,
  .py-0 {
    padding-top: 0; }
  .pr-0,
  .px-0,
  .accordion-item-title-btn {
    padding-right: 0; }
  .pb-0,
  .py-0 {
    padding-bottom: 0; }
  .pl-0,
  .px-0,
  .accordion-item-title-btn {
    padding-left: 0; }
  .p-1 {
    padding: 0.25rem; }
  .pt-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-top: 0.25rem; }
  .pr-1, .form-text-icon,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-right: 0.25rem; }
  .pb-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-bottom: 0.25rem; }
  .pl-1,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-left: 0.25rem; }
  .p-2 {
    padding: 0.5rem; }
  .pt-2, .form-text, .form-feedback,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-top: 0.5rem; }
  .pr-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-right: 0.5rem; }
  .pb-2, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .table-col::before,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-bottom: 0.5rem; }
  .pl-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-left: 0.5rem; }
  .p-3, .modal-dialog {
    padding: 0.75rem; }
  .pt-3, .modal-footer-nav > li, .modal-footer-nav > li + li,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-top: 0.75rem; }
  .pr-3, .navbar-top-bar-toggle-btn-label,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-right: 0.75rem; }
  .pb-3, .form-group,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-bottom: 0.75rem; }
  .pl-3, .article-header-attributes-item-date, .icon-component-text, .user-card-small-text,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-left: 0.75rem; }
  .p-4, .modal-header, .tile {
    padding: 1.25rem; }
  .pt-4,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-top: 1.25rem; }
  .pr-4,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-right: 1.25rem; }
  .pb-4, .modal-body, .modal-footer,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-bottom: 1.25rem; }
  .pl-4, .navbar-top-bar-nav-lang > li + li, .tile-article-author-socials > li + li,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-left: 1.25rem; }
  .p-5 {
    padding: 1.875rem; }
  .pt-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-top: 1.875rem; }
  .pr-5,
  .px-5 {
    padding-right: 1.875rem; }
  .pb-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-bottom: 1.875rem; }
  .pl-5,
  .px-5 {
    padding-left: 1.875rem; }
  .p-6 {
    padding: 3rem; }
  .pt-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-top: 3rem; }
  .pr-6,
  .px-6,
  .skip-to-content-text {
    padding-right: 3rem; }
  .pb-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-bottom: 3rem; }
  .pl-6,
  .px-6,
  .skip-to-content-text {
    padding-left: 3rem; }
  .p-7 {
    padding: 4rem; }
  .pt-7,
  .py-7 {
    padding-top: 4rem; }
  .pr-7,
  .px-7 {
    padding-right: 4rem; }
  .pb-7,
  .py-7 {
    padding-bottom: 4rem; }
  .pl-7,
  .px-7 {
    padding-left: 4rem; }
  .p-8 {
    padding: 6rem; }
  .pt-8,
  .py-8 {
    padding-top: 6rem; }
  .pr-8,
  .px-8 {
    padding-right: 6rem; }
  .pb-8,
  .py-8 {
    padding-bottom: 6rem; }
  .pl-8,
  .px-8 {
    padding-left: 6rem; }
  .m-n1 {
    margin: -0.25rem; }
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem; }
  .mr-n1,
  .mx-n1,
  .article-header-attributes {
    margin-right: -0.25rem; }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem; }
  .ml-n1,
  .mx-n1,
  .article-header-attributes {
    margin-left: -0.25rem; }
  .m-n2 {
    margin: -0.5rem; }
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem; }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem; }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem; }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem; }
  .m-n3 {
    margin: -0.75rem; }
  .mt-n3,
  .my-n3 {
    margin-top: -0.75rem; }
  .mr-n3,
  .mx-n3 {
    margin-right: -0.75rem; }
  .mb-n3,
  .my-n3 {
    margin-bottom: -0.75rem; }
  .ml-n3,
  .mx-n3 {
    margin-left: -0.75rem; }
  .m-n4 {
    margin: -1.25rem; }
  .mt-n4,
  .my-n4 {
    margin-top: -1.25rem; }
  .mr-n4, .navbar-top-bar-main,
  .mx-n4,
  .article-introduction::before {
    margin-right: -1.25rem; }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.25rem; }
  .ml-n4,
  .mx-n4,
  .article-introduction::before {
    margin-left: -1.25rem; }
  .m-n5 {
    margin: -1.875rem; }
  .mt-n5,
  .my-n5 {
    margin-top: -1.875rem; }
  .mr-n5,
  .mx-n5 {
    margin-right: -1.875rem; }
  .mb-n5,
  .my-n5 {
    margin-bottom: -1.875rem; }
  .ml-n5,
  .mx-n5 {
    margin-left: -1.875rem; }
  .m-n6 {
    margin: -3rem; }
  .mt-n6,
  .my-n6 {
    margin-top: -3rem; }
  .mr-n6,
  .mx-n6 {
    margin-right: -3rem; }
  .mb-n6,
  .my-n6 {
    margin-bottom: -3rem; }
  .ml-n6,
  .mx-n6 {
    margin-left: -3rem; }
  .m-n7 {
    margin: -4rem; }
  .mt-n7,
  .my-n7 {
    margin-top: -4rem; }
  .mr-n7,
  .mx-n7 {
    margin-right: -4rem; }
  .mb-n7,
  .my-n7 {
    margin-bottom: -4rem; }
  .ml-n7,
  .mx-n7 {
    margin-left: -4rem; }
  .m-n8 {
    margin: -6rem; }
  .mt-n8,
  .my-n8 {
    margin-top: -6rem; }
  .mr-n8,
  .mx-n8 {
    margin-right: -6rem; }
  .mb-n8,
  .my-n8 {
    margin-bottom: -6rem; }
  .ml-n8,
  .mx-n8 {
    margin-left: -6rem; } }

@media (min-width: 1900px) {
  .m-0 {
    margin: 0; }
  .mt-0,
  .my-0 {
    margin-top: 0; }
  .mr-0,
  .mx-0 {
    margin-right: 0; }
  .mb-0,
  .my-0 {
    margin-bottom: 0; }
  .ml-0,
  .mx-0 {
    margin-left: 0; }
  .m-1 {
    margin: 0.25rem; }
  .mt-1,
  .my-1 {
    margin-top: 0.25rem; }
  .mr-1, .link-icon .icon:first-child, .link-icon .navbar-nav > li.has-submenu > a:first-child, .link-icon .form-feedback:first-child, .link-icon .breadcrumb > li + li:first-child,
  .mx-1 {
    margin-right: 0.25rem; }
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem; }
  .ml-1, .link-icon .icon:last-child, .link-icon .navbar-nav > li.has-submenu > a:last-child, .link-icon .form-feedback:last-child, .link-icon .breadcrumb > li + li:last-child,
  .mx-1 {
    margin-left: 0.25rem; }
  .m-2 {
    margin: 0.5rem; }
  .mt-2, .form-feedback::before,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-top: 0.5rem; }
  .mr-2, .status-icon,
  .mx-2 {
    margin-right: 0.5rem; }
  .mb-2, .article-header-title, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label,
  .my-2,
  .navbar-nav > li > a .navbar-nav-icon {
    margin-bottom: 0.5rem; }
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem; }
  .m-3 {
    margin: 0.75rem; }
  .mt-3,
  .my-3 {
    margin-top: 0.75rem; }
  .mr-3, .navbar-nav > li > a .navbar-nav-icon, .select-menu-with-img-picture,
  .mx-3 {
    margin-right: 0.75rem; }
  .mb-3, .tile-article-author-label, .tile-project-name.h4,
  .my-3 {
    margin-bottom: 0.75rem; }
  .ml-3, .navbar-top-bar-user-dropdown-img, .navbar-top-bar-user-dropdown-arrow,
  .mx-3 {
    margin-left: 0.75rem; }
  .m-4 {
    margin: 1.5rem; }
  .mt-4, .datagrid-header, .login-page-form-register-link,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-top: 1.5rem; }
  .mr-4, .form-checkbox-group-horizontal .form-checkbox, .form-radio-group-horizontal .form-radio,
  .mx-4 {
    margin-right: 1.5rem; }
  .mb-4, h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5, .article-header-attributes, .form-checkbox-group-label, .form-checkbox-group-vertical .form-checkbox, .datagrid-header-title, .form-radio-group-label, .form-radio-group-vertical .form-radio, .tile-article-author-block, .tile-project-list .col-sm-6, .tile-project-block,
  .my-4,
  .content-header,
  .datagrid-sort,
  .datagrid-content,
  .datagrid-footer {
    margin-bottom: 1.5rem; }
  .ml-4, .navbar-subnav.nav > li:not(.no-dotted) > a::before,
  .mx-4 {
    margin-left: 1.5rem; }
  .m-5 {
    margin: 3rem; }
  .mt-5,
  .my-5 {
    margin-top: 3rem; }
  .mr-5,
  .mx-5 {
    margin-right: 3rem; }
  .mb-5, .article-content h2, .article-content h3, .article-content p,
  .my-5 {
    margin-bottom: 3rem; }
  .ml-5,
  .mx-5 {
    margin-left: 3rem; }
  .m-6 {
    margin: 4rem; }
  .mt-6, .article-content h2, .article-content h3, .article-introduction-summary,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-top: 4rem; }
  .mr-6,
  .mx-6 {
    margin-right: 4rem; }
  .mb-6,
  .my-6,
  .tile-article-author,
  .login-page-article,
  .login-page-form {
    margin-bottom: 4rem; }
  .ml-6,
  .mx-6 {
    margin-left: 4rem; }
  .m-7 {
    margin: 6rem; }
  .mt-7,
  .my-7 {
    margin-top: 6rem; }
  .mr-7,
  .mx-7 {
    margin-right: 6rem; }
  .mb-7,
  .my-7 {
    margin-bottom: 6rem; }
  .ml-7,
  .mx-7 {
    margin-left: 6rem; }
  .m-8 {
    margin: 8rem; }
  .mt-8,
  .my-8 {
    margin-top: 8rem; }
  .mr-8,
  .mx-8 {
    margin-right: 8rem; }
  .mb-8,
  .my-8 {
    margin-bottom: 8rem; }
  .ml-8,
  .mx-8 {
    margin-left: 8rem; }
  .p-0 {
    padding: 0; }
  .pt-0,
  .py-0 {
    padding-top: 0; }
  .pr-0,
  .px-0,
  .accordion-item-title-btn {
    padding-right: 0; }
  .pb-0,
  .py-0 {
    padding-bottom: 0; }
  .pl-0,
  .px-0,
  .accordion-item-title-btn {
    padding-left: 0; }
  .p-1 {
    padding: 0.25rem; }
  .pt-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-top: 0.25rem; }
  .pr-1, .form-text-icon,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-right: 0.25rem; }
  .pb-1,
  .py-1,
  .tag-container,
  .tag-sm-container {
    padding-bottom: 0.25rem; }
  .pl-1,
  .px-1,
  .article-header-attributes-item,
  .breadcrumb > li + li::before,
  .pagination.nav > li > span,
  .pagination.nav > li > a {
    padding-left: 0.25rem; }
  .p-2 {
    padding: 0.5rem; }
  .pt-2, .form-text, .form-feedback,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-top: 0.5rem; }
  .pr-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-right: 0.5rem; }
  .pb-2, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .table-col::before,
  .py-2,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .btn,
  .file-uploader-dnd-label,
  .form-field,
  .select-toggle-text,
  .nav-tabs > li > a,
  .tag-category,
  .tooltip .tooltip-inner {
    padding-bottom: 0.5rem; }
  .pl-2,
  .px-2,
  .dropdown-menu > li > a,
  .select-menu > li {
    padding-left: 0.5rem; }
  .p-3, .modal-dialog {
    padding: 0.75rem; }
  .pt-3, .modal-footer-nav > li, .modal-footer-nav > li + li,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-top: 0.75rem; }
  .pr-3, .navbar-top-bar-toggle-btn-label,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-right: 0.75rem; }
  .pb-3, .form-group,
  .py-3,
  .navbar-top-bar-content,
  .accordion-item-title-btn,
  .dropdown-menu > li > a,
  .select-menu > li,
  .table-row,
  .table-col {
    padding-bottom: 0.75rem; }
  .pl-3, .article-header-attributes-item-date, .icon-component-text, .user-card-small-text,
  .px-3,
  .tag-container,
  .tag-sm-container,
  .tooltip .tooltip-inner {
    padding-left: 0.75rem; }
  .p-4, .modal-header, .tile {
    padding: 1.5rem; }
  .pt-4,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-top: 1.5rem; }
  .pr-4,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-right: 1.5rem; }
  .pb-4, .modal-body, .modal-footer,
  .py-4,
  .accordion-item-body,
  .skip-to-content-text {
    padding-bottom: 1.5rem; }
  .pl-4, .navbar-top-bar-nav-lang > li + li, .tile-article-author-socials > li + li,
  .px-4,
  .content-app,
  .navbar-nav > li > a,
  .navbar-subnav.nav > li > a,
  .navbar-top-bar-col,
  .btn,
  .file-uploader-dnd,
  .form-field,
  .modal-body,
  .modal-footer,
  .nav-tabs > li > a,
  .tag-category,
  .login-page-form {
    padding-left: 1.5rem; }
  .p-5 {
    padding: 3rem; }
  .pt-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-top: 3rem; }
  .pr-5,
  .px-5 {
    padding-right: 3rem; }
  .pb-5,
  .py-5,
  .article-header-content,
  .login-page-form {
    padding-bottom: 3rem; }
  .pl-5,
  .px-5 {
    padding-left: 3rem; }
  .p-6 {
    padding: 4rem; }
  .pt-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-top: 4rem; }
  .pr-6,
  .px-6,
  .skip-to-content-text {
    padding-right: 4rem; }
  .pb-6,
  .py-6,
  .article-introduction,
  .file-uploader-dnd {
    padding-bottom: 4rem; }
  .pl-6,
  .px-6,
  .skip-to-content-text {
    padding-left: 4rem; }
  .p-7 {
    padding: 6rem; }
  .pt-7,
  .py-7 {
    padding-top: 6rem; }
  .pr-7,
  .px-7 {
    padding-right: 6rem; }
  .pb-7,
  .py-7 {
    padding-bottom: 6rem; }
  .pl-7,
  .px-7 {
    padding-left: 6rem; }
  .p-8 {
    padding: 8rem; }
  .pt-8,
  .py-8 {
    padding-top: 8rem; }
  .pr-8,
  .px-8 {
    padding-right: 8rem; }
  .pb-8,
  .py-8 {
    padding-bottom: 8rem; }
  .pl-8,
  .px-8 {
    padding-left: 8rem; }
  .m-n1 {
    margin: -0.25rem; }
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem; }
  .mr-n1,
  .mx-n1,
  .article-header-attributes {
    margin-right: -0.25rem; }
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem; }
  .ml-n1,
  .mx-n1,
  .article-header-attributes {
    margin-left: -0.25rem; }
  .m-n2 {
    margin: -0.5rem; }
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem; }
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem; }
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem; }
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem; }
  .m-n3 {
    margin: -0.75rem; }
  .mt-n3,
  .my-n3 {
    margin-top: -0.75rem; }
  .mr-n3,
  .mx-n3 {
    margin-right: -0.75rem; }
  .mb-n3,
  .my-n3 {
    margin-bottom: -0.75rem; }
  .ml-n3,
  .mx-n3 {
    margin-left: -0.75rem; }
  .m-n4 {
    margin: -1.5rem; }
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem; }
  .mr-n4, .navbar-top-bar-main,
  .mx-n4,
  .article-introduction::before {
    margin-right: -1.5rem; }
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem; }
  .ml-n4,
  .mx-n4,
  .article-introduction::before {
    margin-left: -1.5rem; }
  .m-n5 {
    margin: -3rem; }
  .mt-n5,
  .my-n5 {
    margin-top: -3rem; }
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem; }
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem; }
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem; }
  .m-n6 {
    margin: -4rem; }
  .mt-n6,
  .my-n6 {
    margin-top: -4rem; }
  .mr-n6,
  .mx-n6 {
    margin-right: -4rem; }
  .mb-n6,
  .my-n6 {
    margin-bottom: -4rem; }
  .ml-n6,
  .mx-n6 {
    margin-left: -4rem; }
  .m-n7 {
    margin: -6rem; }
  .mt-n7,
  .my-n7 {
    margin-top: -6rem; }
  .mr-n7,
  .mx-n7 {
    margin-right: -6rem; }
  .mb-n7,
  .my-n7 {
    margin-bottom: -6rem; }
  .ml-n7,
  .mx-n7 {
    margin-left: -6rem; }
  .m-n8 {
    margin: -8rem; }
  .mt-n8,
  .my-n8 {
    margin-top: -8rem; }
  .mr-n8,
  .mx-n8 {
    margin-right: -8rem; }
  .mb-n8,
  .my-n8 {
    margin-bottom: -8rem; }
  .ml-n8,
  .mx-n8 {
    margin-left: -8rem; } }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1900px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.container-app {
  padding-top: 3.5rem; }
  @media (min-width: 1200px) {
    .container-app {
      padding-top: 4.375rem; } }
  @media (min-width: 1200px) {
    .container-app-logged-in {
      padding-left: 12.5rem; } }

@media (min-width: 1201px) {
  .content-app {
    padding-right: 3rem;
    padding-left: 3rem; }
    .content-app-text-content {
      max-width: 1440px; } }

@media (min-width: 1901px) {
  .content-app {
    padding-right: 3rem;
    padding-left: 3rem; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1900px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.navbar-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .navbar-nav > li {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #725799; }
    .navbar-nav > li > a {
      position: relative;
      display: flex;
      flex: 1;
      align-items: center;
      min-height: 3.75rem;
      color: #fff;
      text-decoration: none;
      transition: background 0.2s ease; }
      .navbar-nav > li > a .navbar-nav-icon {
        display: flex;
        flex: 0 0 1.5rem;
        align-items: center;
        justify-content: center;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.6875rem;
        border: 1px solid #fff;
        border-radius: 50%; }
        .navbar-nav > li > a .navbar-nav-icon.no-border {
          border: 0; }
      .navbar-nav > li > a:not(.disabled):not(:disabled):hover, .navbar-nav > li > a:not(.disabled):not(:disabled):active, .navbar-nav > li > a:not(.disabled):not(:disabled).active {
        color: #ea3b52;
        text-decoration: underline; }
    .navbar-nav > li.has-submenu > a {
      padding-right: calc(0.625rem + 1rem + 1rem); }
      @media (min-width: 576px) {
        .navbar-nav > li.has-submenu > a {
          padding-right: calc(0.625rem + 1rem + 1rem); } }
      @media (min-width: 768px) {
        .navbar-nav > li.has-submenu > a {
          padding-right: calc(0.625rem + 1.25rem + 1.25rem); } }
      @media (min-width: 1200px) {
        .navbar-nav > li.has-submenu > a {
          padding-right: calc(0.625rem + 1.25rem + 1.25rem); } }
      @media (min-width: 1900px) {
        .navbar-nav > li.has-submenu > a {
          padding-right: calc(0.625rem + 1.5rem + 1.5rem); } }
      .navbar-nav > li.has-submenu > a::before {
        position: absolute;
        top: 50%;
        right: 0.9375rem;
        display: block;
        margin-top: -0.625rem;
        font-size: 1.125rem;
        transition: transform 0.2s ease; }
      .navbar-nav > li.has-submenu > a[aria-expanded="true"]::before {
        transform: rotate(180deg); }
  @media (min-width: 1200px) {
    .navbar-nav .hide-on-xl {
      display: none; } }

.navbar-subnav.nav > li {
  position: relative;
  border-top: 1px solid #725799; }
  .navbar-subnav.nav > li > a {
    padding-left: calc(1.5rem + 1rem + 0.75rem);
    display: flex;
    align-items: center;
    min-height: 3.75rem;
    color: #fff; }
    @media (min-width: 576px) {
      .navbar-subnav.nav > li > a {
        padding-left: calc(1.5rem + 1rem + 0.75rem); } }
    @media (min-width: 768px) {
      .navbar-subnav.nav > li > a {
        padding-left: calc(1.5rem + 1.25rem + 0.75rem); } }
    @media (min-width: 1200px) {
      .navbar-subnav.nav > li > a {
        padding-left: calc(1.5rem + 1.25rem + 0.75rem); } }
    @media (min-width: 1900px) {
      .navbar-subnav.nav > li > a {
        padding-left: calc(1.5rem + 1.5rem + 0.75rem); } }
    .navbar-subnav.nav > li > a:not(.disabled):not(:disabled):hover, .navbar-subnav.nav > li > a:not(.disabled):not(:disabled):focus, .navbar-subnav.nav > li > a:not(.disabled):not(:disabled):active, .navbar-subnav.nav > li > a:not(.disabled):not(:disabled).active {
      color: #fff !important;
      background: #725799; }
  .navbar-subnav.nav > li:not(.no-dotted) > a::before {
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    margin-top: -0.125rem;
    content: "";
    background: #fff;
    border-radius: 50%; }

.navbar-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1101;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eae7e4; }
  .navbar-top-bar-container {
    display: flex;
    align-items: center;
    height: 3.5rem; }
  .navbar-top-bar-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    height: 3.5rem; }
  .navbar-top-bar-aside {
    display: none; }
    @media (min-width: 1200px) {
      .navbar-top-bar-aside {
        display: block; } }
  .navbar-top-bar-col-hidden-xs {
    display: none; }
  @media (min-width: 1200px) {
    .navbar-top-bar-container {
      height: 4.375rem; }
    .navbar-top-bar-main {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .navbar-top-bar-col {
      position: relative;
      flex: auto; }
      .navbar-top-bar-col::before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 1px;
        height: 1.5rem;
        margin-top: -0.75rem;
        content: "";
        background: #eae7e4; }
      .navbar-top-bar-col-hidden-lg {
        display: none; }
      .navbar-top-bar-col-hidden-xs {
        display: block; }
      .navbar-top-bar-col:last-child::before {
        display: none; } }

.navbar-top-bar-brand {
  flex: 0 0 9.375rem;
  width: 9.375rem;
  margin-bottom: -1px; }
  .navbar-top-bar-brand a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem; }
  .navbar-top-bar-brand-img {
    width: 100%; }
  .navbar-top-bar-logged-in .navbar-top-bar-brand {
    flex: 0 0 9.5rem;
    width: 9.5rem;
    margin-left: -20px;
    background: #4e2e81;
    border-bottom: 1px solid #725799; }
    .navbar-top-bar-logged-in .navbar-top-bar-brand-img {
      width: 7.875rem; }
  @media (min-width: 1200px) {
    .navbar-top-bar-brand {
      flex: 0 0 13.4375rem;
      width: 13.4375rem; }
      .navbar-top-bar-brand a {
        height: 4.375rem; }
      .navbar-top-bar-logged-in .navbar-top-bar-brand {
        flex: 0 0 12.5rem;
        width: 12.5rem; } }

.navbar-top-bar-toggle-btn {
  display: flex;
  float: right; }
  .navbar-top-bar-toggle-btn-label {
    display: block;
    line-height: 1.0625rem;
    color: #4e2e81;
    text-transform: uppercase;
    letter-spacing: 0.15625rem; }
  .navbar-top-bar-toggle-btn-icon {
    position: relative;
    display: block;
    float: right;
    width: 1.0625rem;
    height: 1.0625rem;
    padding-top: 0.125rem; }
    .navbar-top-bar-toggle-btn-icon .bar-icon {
      display: block;
      width: 1.0625rem;
      height: 0.0625rem;
      background: #4e2e81;
      transition: all 0.2s ease;
      transform: 0; }
      .navbar-top-bar-toggle-btn-icon .bar-icon + .bar-icon {
        margin-top: 0.25rem; }
      .navbar-top-bar-toggle-btn-icon .bar-icon:first-child {
        transform-origin: top left; }
      .navbar-top-bar-toggle-btn-icon .bar-icon:last-child {
        transform-origin: bottom left; }
  .navbar-top-bar-toggle-btn[aria-expanded="true"] .bar-icon:first-child {
    transform: rotate(45deg); }
  .navbar-top-bar-toggle-btn[aria-expanded="true"] .bar-icon:nth-child(2) {
    opacity: 0; }
  .navbar-top-bar-toggle-btn[aria-expanded="true"] .bar-icon:last-child {
    margin-top: 0.375rem;
    transform: rotate(-45deg); }
  @media (min-width: 1200px) {
    .navbar-top-bar-toggle-btn {
      display: none; } }

.navbar-top-bar-link-icon {
  display: block;
  font-size: 1.5rem;
  color: #4f2d7f;
  text-decoration: none; }
  .navbar-top-bar-link-icon:not(.disabled):not(:disabled):hover, .navbar-top-bar-link-icon:not(.disabled):not(:disabled):active {
    color: #de002e; }

.navbar-top-bar-nav-lang > li {
  position: relative; }
  .navbar-top-bar-nav-lang > li + li::before {
    position: absolute;
    top: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.5rem;
    width: 1px;
    content: "";
    background: #000; }
  .navbar-top-bar-nav-lang > li > a {
    text-transform: uppercase; }
    .navbar-top-bar-nav-lang > li > a.active {
      font-weight: 600; }

.navbar-top-bar-user-dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none; }
  .navbar-top-bar-user-dropdown-content {
    flex: auto;
    max-width: 18.75rem; }
  .navbar-top-bar-user-dropdown-name {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 1.2;
    color: #000;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .navbar-top-bar-user-dropdown-position {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 1.2;
    color: #666;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .navbar-top-bar-user-dropdown-img {
    display: block;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #dfdbd6;
    border-radius: 50%; }
  .navbar-top-bar-user-dropdown-arrow {
    display: block; }
    .navbar-top-bar-user-dropdown-arrow .icon::before, .navbar-top-bar-user-dropdown-arrow .navbar-nav > li.has-submenu > a::before, .navbar-top-bar-user-dropdown-arrow .form-feedback::before, .navbar-top-bar-user-dropdown-arrow .breadcrumb > li + li::before {
      transition: transform 0.2s ease; }
      .dropdown.open .navbar-top-bar-user-dropdown-arrow .icon::before, .dropdown.open .navbar-top-bar-user-dropdown-arrow .navbar-nav > li.has-submenu > a::before, .dropdown.open .navbar-top-bar-user-dropdown-arrow .form-feedback::before, .dropdown.open .navbar-top-bar-user-dropdown-arrow .breadcrumb > li + li::before {
        transform: rotate(180deg); }

.d-block {
  display: block; }

@font-face {
  font-family: GTWalsheimPro;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GT-Walsheim-Pro-Regular.eot");
  src: url("../fonts/GT-Walsheim-Pro-Regular.eot") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Regular.woff") format("woff"), url("../fonts/GT-Walsheim-Pro-Regular.ttf") format("truetype"), url("../fonts/GT-Walsheim-Pro-Regular.svg#GT-Walsheim-Pro-Regular") format("svg"); }

@font-face {
  font-family: GTWalsheimPro;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GT-Walsheim-Pro-Medium.eot");
  src: url("../fonts/GT-Walsheim-Pro-Medium.eot") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Medium.woff") format("woff"), url("../fonts/GT-Walsheim-Pro-Medium.ttf") format("truetype"), url("../fonts/GT-Walsheim-Pro-Medium.svg#GT-Walsheim-Pro-Medium") format("svg"); }

@font-face {
  font-family: GTWalsheimPro;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/GT-Walsheim-Pro-Bold.eot");
  src: url("../fonts/GT-Walsheim-Pro-Bold.eot") format("embedded-opentype"), url("../fonts/GT-Walsheim-Pro-Bold.woff") format("woff"), url("../fonts/GT-Walsheim-Pro-Bold.ttf") format("truetype"), url("../fonts/GT-Walsheim-Pro-Bold.svg#GT-Walsheim-Pro-Bold") format("svg"); }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
  font-family: GTWalsheimPro, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5; }
  h1 strong,
  h1 b,
  h2 strong,
  h2 b,
  h3 strong,
  h3 b,
  h4 strong,
  h4 b,
  h5 strong,
  h5 b,
  h6 strong,
  h6 b,
  .h1 strong,
  .h1 b,
  .h2 strong,
  .h2 b,
  .h3 strong,
  .h3 b,
  .h4 strong,
  .h4 b,
  .h5 strong,
  .h5 b {
    font-weight: 500; }

h1,
.h1 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 3rem; } }

h2,
.h2 {
  font-size: 1.75rem; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2rem; } }

h3,
.h3 {
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 1.375rem; } }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 1.75rem; } }

h4,
.h4 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.375rem; } }

h5,
.h5 {
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    h5,
    .h5 {
      font-size: 0.875rem; } }

p {
  margin-top: 0;
  margin-bottom: 1.25rem; }

.text-smallest, .navbar-nav > li > a, .form-text, .form-feedback, .form-checkbox-group-label, .form-radio-group-label, .tag-sm-container, .tooltip .tooltip-inner {
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .text-smallest, .navbar-nav > li > a, .form-text, .form-feedback, .form-checkbox-group-label, .form-radio-group-label, .tag-sm-container, .tooltip .tooltip-inner {
      font-size: 0.75rem; } }
  @media (min-width: 1200px) {
    .text-smallest, .navbar-nav > li > a, .form-text, .form-feedback, .form-checkbox-group-label, .form-radio-group-label, .tag-sm-container, .tooltip .tooltip-inner {
      font-size: 0.75rem; } }

.text-small, .navbar-subnav.nav > li > a, .navbar-top-bar-toggle-btn-label, .text-label, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .article-header-attributes-item-title, .article-header-attributes-item-date, .article-header-link, .badge, .form-checkbox-text, .form-radio-text, .tag-container, .tile-article-author-label, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label {
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .text-small, .navbar-subnav.nav > li > a, .navbar-top-bar-toggle-btn-label, .text-label, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .article-header-attributes-item-title, .article-header-attributes-item-date, .article-header-link, .badge, .form-checkbox-text, .form-radio-text, .tag-container, .tile-article-author-label, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .text-small, .navbar-subnav.nav > li > a, .navbar-top-bar-toggle-btn-label, .text-label, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label, .article-header-attributes-item-title, .article-header-attributes-item-date, .article-header-link, .badge, .form-checkbox-text, .form-radio-text, .tag-container, .tile-article-author-label, .tile-article-author-specializations-label, .tile-article-author-last-modified-label, .tile-project-last-modified-label {
      font-size: 0.875rem; } }

.text-medium, body, .status-text {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .text-medium, body, .status-text {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .text-medium, body, .status-text {
      font-size: 1rem; } }

.text-base, .btn, .form-field, .tag-category {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .text-base, .btn, .form-field, .tag-category {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    .text-base, .btn, .form-field, .tag-category {
      font-size: 1.125rem; } }

.text-large, .btn-icon {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .text-large, .btn-icon {
      font-size: 1.375rem; } }
  @media (min-width: 1200px) {
    .text-large, .btn-icon {
      font-size: 1.375rem; } }

.text-label, .form-label, .dropdown-menu > li > a .dropdown-menu-link-label {
  letter-spacing: 0.15625rem; }

*,
*::before,
*::after {
  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); }

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: GTWalsheimPro, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

table {
  border-collapse: collapse; }

caption {
  caption-side: bottom; }

th {
  text-align: inherit; }

button {
  border-radius: 0; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

svg {
  overflow: hidden;
  vertical-align: middle; }

.text-justify {
  text-align: justify; }

.text-wrap {
  white-space: normal; }

.text-nowrap {
  white-space: nowrap; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; } }

@media (min-width: 1900px) {
  .text-xl-left {
    text-align: left; }
  .text-xl-right {
    text-align: right; }
  .text-xl-center {
    text-align: center; } }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.font-normal {
  font-weight: 400; }

.font-bold {
  font-weight: 600; }

.text-white {
  color: #fff; }

.text-primary {
  color: #4f2d7f !important; }

.text-success, .form-feedback.is-valid {
  color: #9bd732 !important; }

.text-info {
  color: #00838f !important; }

.text-warning {
  color: #f26b23 !important; }

.text-danger, .form-feedback.is-invalid {
  color: #de002e !important; }

.text-body {
  color: #000; }

.text-muted {
  color: #333; }

.text-muted-light {
  color: #666; }

.text-decoration-none {
  text-decoration: none; }

.text-reset {
  color: inherit; }

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav > li > a {
    display: block;
    color: #4f2d7f;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
    .nav > li > a:focus {
      outline: none; }
      [data-whatintent="keyboard"] .nav > li > a:focus {
        outline: 2px dashed #de002e;
        outline-offset: 0.1875rem; }
    .nav > li > a:not(.disabled):not(:disabled):not(.active):hover, .nav > li > a:not(.disabled):not(:disabled):not(.active):active {
      color: #de002e;
      text-decoration: none; }
    .nav > li > a:not(.disabled):not(:disabled):not(.active):focus {
      box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
    .nav > li > a.active {
      color: #000; }
    .nav > li > a.disabled, .nav > li > a:disabled {
      color: #999 !important;
      pointer-events: none; }

.form-label {
  display: block; }

@media (min-width: 1200px) {
  .form-group-action {
    text-align: right; } }

.form-text {
  display: flex; }
  .form-text-icon {
    display: block; }
  .form-text-body {
    display: block; }

.form-group-password {
  position: relative; }
  .form-group-password .form-field {
    padding-right: 5rem; }
  .form-group-password-link {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%); }

.form-feedback {
  padding-left: calc(0.75rem + 0.25rem);
  position: relative;
  display: block; }
  @media (min-width: 576px) {
    .form-feedback {
      padding-left: calc(0.75rem + 0.25rem); } }
  @media (min-width: 768px) {
    .form-feedback {
      padding-left: calc(0.75rem + 0.25rem); } }
  @media (min-width: 1200px) {
    .form-feedback {
      padding-left: calc(0.75rem + 0.25rem); } }
  @media (min-width: 1900px) {
    .form-feedback {
      padding-left: calc(0.75rem + 0.25rem); } }
  .form-feedback::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-top: 0.125rem; }

/* stylelint-disable */
.icon-d-block::before {
  display: block; }

@font-face {
  font-family: "amethyst";
  src: url("../fonts/amethyst.eot");
  src: url("../fonts/amethyst.eot?#iefix") format("embedded-opentype"), url("../fonts/amethyst.woff") format("woff"), url("../fonts/amethyst.ttf") format("truetype"), url("../fonts/amethyst.svg#amethyst") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .navbar-nav > li.has-submenu > a, .form-feedback, .breadcrumb > li + li {
  vertical-align: middle; }

.icon:before, .navbar-nav > li.has-submenu > a:before, .form-feedback:before, .breadcrumb > li + li:before {
  font-family: "amethyst" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-draw-down:before {
  content: "\e000"; }

.icon-arrow-draw-left:before {
  content: "\e001"; }

.icon-arrow-draw-right:before {
  content: "\e002"; }

.icon-arrow-draw-up:before {
  content: "\e003"; }

.icon-arrow-down:before {
  content: "\e004"; }

.icon-arrow-left:before {
  content: "\e005"; }

.icon-arrow-right:before {
  content: "\e006"; }

.icon-arrow-up:before {
  content: "\e007"; }

.icon-chevron-down:before {
  content: "\e008"; }

.icon-chevron-left:before {
  content: "\e009"; }

.icon-chevron-right:before {
  content: "\e00a"; }

.icon-chevron-up:before {
  content: "\e00b"; }

.icon-chevron-small-up:before {
  content: "\e00c"; }

.icon-chevron-small-right:before, .breadcrumb > li + li:before {
  content: "\e00d"; }

.icon-chevron-small-left:before {
  content: "\e00e"; }

.icon-chevron-small-down:before, .navbar-nav > li.has-submenu > a:before {
  content: "\e00f"; }

.icon-chevron-smal-right-double:before {
  content: "\e010"; }

.icon-chevron-smal-left-double:before {
  content: "\e011"; }

.icon-chevron-double-right:before {
  content: "\e012"; }

.icon-chevron-double-left:before {
  content: "\e013"; }

.icon-arrow-rewind:before {
  content: "\e014"; }

.icon-arrow-play:before {
  content: "\e015"; }

.icon-arrow-fast-forward:before {
  content: "\e016"; }

.icon-accounting:before {
  content: "\e017"; }

.icon-accuracy:before {
  content: "\e018"; }

.icon-airplane:before {
  content: "\e019"; }

.icon-apple:before {
  content: "\e01a"; }

.icon-approved:before {
  content: "\e01b"; }

.icon-arrow-increase:before {
  content: "\e01c"; }

.icon-artificial-intelligence:before {
  content: "\e01d"; }

.icon-atom-nucleus:before {
  content: "\e01e"; }

.icon-audio:before {
  content: "\e01f"; }

.icon-augmented-reality:before {
  content: "\e020"; }

.icon-award:before {
  content: "\e021"; }

.icon-award-ribbon:before {
  content: "\e022"; }

.icon-bag:before {
  content: "\e023"; }

.icon-banking:before {
  content: "\e024"; }

.icon-bar-graph:before {
  content: "\e025"; }

.icon-baseball:before {
  content: "\e026"; }

.icon-battery:before {
  content: "\e027"; }

.icon-bear:before {
  content: "\e028"; }

.icon-bitcoin:before {
  content: "\e029"; }

.icon-block-chain:before {
  content: "\e02a"; }

.icon-bluetooth:before {
  content: "\e02b"; }

.icon-bomb:before {
  content: "\e02c"; }

.icon-book:before {
  content: "\e02d"; }

.icon-box:before {
  content: "\e02e"; }

.icon-box-open:before {
  content: "\e02f"; }

.icon-brand-mobius:before {
  content: "\e030"; }

.icon-brexit:before {
  content: "\e031"; }

.icon-briefcase:before {
  content: "\e032"; }

.icon-building-apartment:before {
  content: "\e033"; }

.icon-building-commercial:before {
  content: "\e034"; }

.icon-building-dome:before {
  content: "\e035"; }

.icon-building-factory:before {
  content: "\e036"; }

.icon-building-house:before {
  content: "\e037"; }

.icon-bull:before {
  content: "\e038"; }

.icon-bullet-train:before {
  content: "\e039"; }

.icon-bus:before {
  content: "\e03a"; }

.icon-calendar:before {
  content: "\e03b"; }

.icon-camera:before {
  content: "\e03c"; }

.icon-car:before {
  content: "\e03d"; }

.icon-chain-link:before {
  content: "\e03e"; }

.icon-chair:before {
  content: "\e03f"; }

.icon-champagne-glass:before {
  content: "\e040"; }

.icon-chart-down:before {
  content: "\e041"; }

.icon-chart-up:before {
  content: "\e042"; }

.icon-check-box:before {
  content: "\e043"; }

.icon-check-list:before {
  content: "\e044"; }

.icon-check-mark:before {
  content: "\e045"; }

.icon-checklist:before {
  content: "\e046"; }

.icon-chess-piece:before {
  content: "\e047"; }

.icon-child:before {
  content: "\e048"; }

.icon-circle-overlap:before {
  content: "\e049"; }

.icon-clipboard:before {
  content: "\e04a"; }

.icon-clipboard-check:before {
  content: "\e04b"; }

.icon-clock:before {
  content: "\e04c"; }

.icon-cloud:before {
  content: "\e04d"; }

.icon-coffee-tea-cup:before {
  content: "\e04e"; }

.icon-cloud-accounting:before {
  content: "\e04f"; }

.icon-coin-stack:before {
  content: "\e050"; }

.icon-compass:before {
  content: "\e051"; }

.icon-computer-laptop:before {
  content: "\e052"; }

.icon-computer-programming:before {
  content: "\e053"; }

.icon-computer-servers:before {
  content: "\e054"; }

.icon-conversation:before {
  content: "\e055"; }

.icon-conversation-bubble:before {
  content: "\e056"; }

.icon-conversation-group:before {
  content: "\e057"; }

.icon-crane:before {
  content: "\e058"; }

.icon-credit-card:before {
  content: "\e059"; }

.icon-crop-wheat:before {
  content: "\e05a"; }

.icon-cross:before {
  content: "\e05b"; }

.icon-cube-3d:before {
  content: "\e05c"; }

.icon-cube-stack:before {
  content: "\e05d"; }

.icon-currency-botswana-bwp:before {
  content: "\e05e"; }

.icon-currency-dollar:before {
  content: "\e05f"; }

.icon-currency-euro:before {
  content: "\e060"; }

.icon-currency-pound:before {
  content: "\e061"; }

.icon-currency-yen:before {
  content: "\e062"; }

.icon-cyber-security:before {
  content: "\e063"; }

.icon-danger:before {
  content: "\e064"; }

.icon-dash:before {
  content: "\e065"; }

.icon-detour:before {
  content: "\e066"; }

.icon-diamond:before {
  content: "\e067"; }

.icon-diploma:before {
  content: "\e068"; }

.icon-do-not-enter:before {
  content: "\e069"; }

.icon-doctor:before {
  content: "\e06a"; }

.icon-document:before {
  content: "\e06b"; }

.icon-document-check:before {
  content: "\e06c"; }

.icon-documents:before {
  content: "\e06d"; }

.icon-download-1:before {
  content: "\e06e"; }

.icon-download-2:before {
  content: "\e06f"; }

.icon-drowning:before {
  content: "\e070"; }

.icon-economy-dollar:before {
  content: "\e071"; }

.icon-economy-euro:before {
  content: "\e072"; }

.icon-economy-pound:before {
  content: "\e073"; }

.icon-economy-won:before {
  content: "\e074"; }

.icon-economy-yen:before {
  content: "\e075"; }

.icon-electric-outlet:before {
  content: "\e076"; }

.icon-envelope:before {
  content: "\e077"; }

.icon-energy:before {
  content: "\e078"; }

.icon-exclamation-mark:before, .form-feedback:before {
  content: "\e079"; }

.icon-eye:before {
  content: "\e07a"; }

.icon-facebook:before {
  content: "\e07b"; }

.icon-female-sign:before {
  content: "\e07c"; }

.icon-fireworks:before {
  content: "\e07d"; }

.icon-flag:before {
  content: "\e07e"; }

.icon-folder:before {
  content: "\e07f"; }

.icon-food-and-beverage:before {
  content: "\e080"; }

.icon-fork-knife-bed:before {
  content: "\e081"; }

.icon-gas-petrol:before {
  content: "\e082"; }

.icon-fork-knife-plate:before {
  content: "\e083"; }

.icon-gear:before {
  content: "\e084"; }

.icon-gears:before {
  content: "\e085"; }

.icon-glasses:before {
  content: "\e086"; }

.icon-globe:before {
  content: "\e087"; }

.icon-globe-map:before {
  content: "\e088"; }

.icon-googleplus:before {
  content: "\e089"; }

.icon-grad-cap:before {
  content: "\e08a"; }

.icon-graph-decreasing:before {
  content: "\e08b"; }

.icon-graph-increasing:before {
  content: "\e08c"; }

.icon-gym:before {
  content: "\e08d"; }

.icon-hammer:before {
  content: "\e08e"; }

.icon-hand-coins:before {
  content: "\e08f"; }

.icon-hand-heart:before {
  content: "\e090"; }

.icon-hand-helix:before {
  content: "\e091"; }

.icon-hand-percent:before {
  content: "\e092"; }

.icon-hand-pointing-down:before {
  content: "\e093"; }

.icon-hand-pointing-left:before {
  content: "\e094"; }

.icon-hand-pointing-right:before {
  content: "\e095"; }

.icon-hand-pointing-up:before {
  content: "\e096"; }

.icon-hand-thumbs-down:before {
  content: "\e097"; }

.icon-hand-thumbs-up:before {
  content: "\e098"; }

.icon-hands-box:before {
  content: "\e099"; }

.icon-handshake:before {
  content: "\e09a"; }

.icon-handshake-heart:before {
  content: "\e09b"; }

.icon-hard-hat:before {
  content: "\e09c"; }

.icon-head-lamp:before {
  content: "\e09d"; }

.icon-helix:before {
  content: "\e09e"; }

.icon-helmet:before {
  content: "\e09f"; }

.icon-hourglass:before {
  content: "\e0a0"; }

.icon-id-card:before {
  content: "\e0a1"; }

.icon-in-box:before {
  content: "\e0a2"; }

.icon-instagram:before {
  content: "\e0a3"; }

.icon-insurance:before {
  content: "\e0a4"; }

.icon-internet:before {
  content: "\e0a5"; }

.icon-intersection:before {
  content: "\e0a6"; }

.icon-jobs:before {
  content: "\e0a7"; }

.icon-key:before {
  content: "\e0a8"; }

.icon-keyboard:before {
  content: "\e0a9"; }

.icon-labyrinth:before {
  content: "\e0aa"; }

.icon-leaf:before {
  content: "\e0ab"; }

.icon-light-bulb:before {
  content: "\e0ac"; }

.icon-linkedin:before {
  content: "\e0ad"; }

.icon-location-marker:before {
  content: "\e0ae"; }

.icon-lock-locked:before {
  content: "\e0af"; }

.icon-lock-unlocked:before {
  content: "\e0b0"; }

.icon-magnifying-glass:before {
  content: "\e0b1"; }

.icon-male:before {
  content: "\e0b2"; }

.icon-male-sign:before {
  content: "\e0b3"; }

.icon-map-search:before {
  content: "\e0b4"; }

.icon-medical-cross:before {
  content: "\e0b5"; }

.icon-medical-hospital:before {
  content: "\e0b6"; }

.icon-megaphone:before {
  content: "\e0b7"; }

.icon-microphone:before {
  content: "\e0b8"; }

.icon-military-badge:before {
  content: "\e0b9"; }

.icon-milk-carton:before {
  content: "\e0ba"; }

.icon-music:before {
  content: "\e0bb"; }

.icon-newspaper:before {
  content: "\e0bc"; }

.icon-notebook:before {
  content: "\e0bd"; }

.icon-network:before {
  content: "\e0be"; }

.icon-notes:before {
  content: "\e0bf"; }

.icon-options:before {
  content: "\e0c0"; }

.icon-paper-airplane:before {
  content: "\e0c1"; }

.icon-paper-clip:before {
  content: "\e0c2"; }

.icon-paper-money:before {
  content: "\e0c3"; }

.icon-pause:before {
  content: "\e0c4"; }

.icon-pause-button:before {
  content: "\e0c5"; }

.icon-passport-citizenship:before {
  content: "\e0c6"; }

.icon-pen:before {
  content: "\e0c7"; }

.icon-people-female:before {
  content: "\e0c8"; }

.icon-people-organization:before {
  content: "\e0c9"; }

.icon-penetration-testing:before {
  content: "\e0ca"; }

.icon-people-team:before {
  content: "\e0cb"; }

.icon-percent:before {
  content: "\e0cc"; }

.icon-person:before {
  content: "\e0cd"; }

.icon-phone-mobile:before {
  content: "\e0ce"; }

.icon-phone:before {
  content: "\e0cf"; }

.icon-pie-chart-1:before {
  content: "\e0d0"; }

.icon-pie-chart-2:before {
  content: "\e0d1"; }

.icon-pie-chart-percent-1:before {
  content: "\e0d2"; }

.icon-pie-chart-percent-2:before {
  content: "\e0d3"; }

.icon-podium:before {
  content: "\e0d4"; }

.icon-power-button:before {
  content: "\e0d5"; }

.icon-printer:before {
  content: "\e0d6"; }

.icon-push-pin:before {
  content: "\e0d7"; }

.icon-puzzle-piece:before {
  content: "\e0d8"; }

.icon-recycle:before {
  content: "\e0d9"; }

.icon-road:before {
  content: "\e0da"; }

.icon-rocket:before {
  content: "\e0db"; }

.icon-question-mark:before {
  content: "\e0dc"; }

.icon-rosette:before {
  content: "\e0dd"; }

.icon-round-bottom-flask:before {
  content: "\e0de"; }

.icon-runner:before {
  content: "\e0df"; }

.icon-running:before {
  content: "\e0e0"; }

.icon-scales:before {
  content: "\e0e1"; }

.icon-scissors:before {
  content: "\e0e2"; }

.icon-shield-check:before {
  content: "\e0e3"; }

.icon-shield-health:before {
  content: "\e0e4"; }

.icon-shield-home:before {
  content: "\e0e5"; }

.icon-ship:before {
  content: "\e0e6"; }

.icon-shopping-cart:before {
  content: "\e0e7"; }

.icon-skyline:before {
  content: "\e0e8"; }

.icon-slideshare:before {
  content: "\e0e9"; }

.icon-slingshot:before {
  content: "\e0ea"; }

.icon-soccer:before {
  content: "\e0eb"; }

.icon-square:before {
  content: "\e0ec"; }

.icon-star:before {
  content: "\e0ed"; }

.icon-stop:before {
  content: "\e0ee"; }

.icon-stopwatch:before {
  content: "\e0ef"; }

.icon-sun:before {
  content: "\e0f0"; }

.icon-super-hero:before {
  content: "\e0f1"; }

.icon-supply-chain:before {
  content: "\e0f2"; }

.icon-table:before {
  content: "\e0f3"; }

.icon-tablet:before {
  content: "\e0f4"; }

.icon-tag:before {
  content: "\e0f5"; }

.icon-talkbubble:before {
  content: "\e0f6"; }

.icon-target:before {
  content: "\e0f7"; }

.icon-taxi:before {
  content: "\e0f8"; }

.icon-technology:before {
  content: "\e0f9"; }

.icon-technology-info:before {
  content: "\e0fa"; }

.icon-thought-bubble:before {
  content: "\e0fb"; }

.icon-thought-gear:before {
  content: "\e0fc"; }

.icon-thought-lightning:before {
  content: "\e0fd"; }

.icon-ticket:before {
  content: "\e0fe"; }

.icon-trade:before {
  content: "\e0ff"; }

.icon-train:before {
  content: "\e100"; }

.icon-trash:before {
  content: "\e101"; }

.icon-tree:before {
  content: "\e102"; }

.icon-trophy:before {
  content: "\e103"; }

.icon-tv:before {
  content: "\e104"; }

.icon-truck:before {
  content: "\e105"; }

.icon-twitter:before {
  content: "\e106"; }

.icon-umbrella:before {
  content: "\e107"; }

.icon-upload-1:before {
  content: "\e108"; }

.icon-upload-2:before {
  content: "\e109"; }

.icon-vacation:before {
  content: "\e10a"; }

.icon-victory-sign:before {
  content: "\e10b"; }

.icon-warning:before {
  content: "\e10c"; }

.icon-watch:before {
  content: "\e10d"; }

.icon-wifi:before {
  content: "\e10e"; }

.icon-wearable:before {
  content: "\e10f"; }

.icon-weibo:before {
  content: "\e110"; }

.icon-wrench:before {
  content: "\e111"; }

.icon-youtube:before {
  content: "\e112"; }

.icon-www-internet:before {
  content: "\e113"; }

.icon-check:before {
  content: "\e114"; }

.icon-close:before {
  content: "\e115"; }

.icon-information-mark:before {
  content: "\e116"; }

.article-header {
  position: relative;
  overflow: hidden; }
  .article-header-sign {
    display: none; }
  .article-header-attributes {
    display: flex;
    align-items: center; }
    .article-header-attributes-item-title {
      text-transform: uppercase; }
  @media (min-width: 577px) {
    .article-header-sign {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 0;
      display: block;
      width: 50%;
      transform: translateY(-50%); }
      .article-header-sign-img {
        display: block;
        width: 100%; } }
  @media (min-width: 1201px) {
    .article-header-sign {
      width: 35rem; } }

.article-introduction {
  position: relative; }
  .article-introduction::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    content: "";
    background: #f5f3f2; }
  .article-introduction-summary {
    border-left: 4px solid #339ca6; }
    .article-introduction-summary h3 {
      margin-top: 0; }
    .article-introduction-summary ul {
      margin-bottom: 0; }
  @media (min-width: 1201px) {
    .article-introduction::before {
      margin-left: -3rem; } }
  @media (min-width: 1901px) {
    .article-introduction::before {
      margin-left: -3rem; } }

.accordion {
  padding: 0;
  margin: 0;
  list-style: none; }
  .accordion-item-title {
    margin: 0; }
    .accordion-item-title-btn {
      position: relative;
      width: 100%;
      font-family: inherit;
      font-size: inherit;
      color: #000;
      text-align: left;
      background: none;
      border: 0;
      border-bottom: 1px solid #eae7e4; }
      .accordion-item-title-btn:focus {
        outline: none; }
        [data-whatintent="keyboard"] .accordion-item-title-btn:focus {
          outline: 2px dashed #de002e;
          outline-offset: 0.1875rem; }
      .accordion-item-title-btn .icon-chevron-small-down, .accordion-item-title-btn .navbar-nav > li.has-submenu > a {
        position: absolute;
        top: 50%;
        right: 0;
        color: #4f2d7f;
        transition: transform 0.2s ease, color 0.2s ease;
        transform: translate(0, -50%); }
        .accordion-item-title-btn .icon-chevron-small-down::before, .accordion-item-title-btn .navbar-nav > li.has-submenu > a::before {
          display: block; }
      .accordion-item-title-btn[aria-expanded="true"] .icon-chevron-small-down, .accordion-item-title-btn[aria-expanded="true"] .navbar-nav > li.has-submenu > a {
        transform: translate(0, -50%) rotate(180deg); }
      .accordion-item-title-btn:not(.disabled):not(:disabled) {
        cursor: pointer; }
        .accordion-item-title-btn:not(.disabled):not(:disabled):hover .icon-chevron-small-down, .accordion-item-title-btn:not(.disabled):not(:disabled):hover .navbar-nav > li.has-submenu > a, .accordion-item-title-btn:not(.disabled):not(:disabled):active .icon-chevron-small-down, .accordion-item-title-btn:not(.disabled):not(:disabled):active .navbar-nav > li.has-submenu > a {
          color: #de002e; }
        .accordion-item-title-btn:not(.disabled):not(:disabled):focus {
          box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
      .accordion-item-title-btn.disabled, .accordion-item-title-btn:disabled {
        color: #000;
        pointer-events: none; }
        .accordion-item-title-btn.disabled .icon-chevron-small-down, .accordion-item-title-btn.disabled .navbar-nav > li.has-submenu > a, .accordion-item-title-btn:disabled .icon-chevron-small-down, .accordion-item-title-btn:disabled .navbar-nav > li.has-submenu > a {
          color: #999; }

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  padding: 0.125rem 0.3125rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 1.25rem; }
  .badge > .icon::before, .navbar-nav > li.has-submenu.badge > a::before, .badge > .form-feedback::before, .breadcrumb.badge > li + li::before {
    display: block; }
  .badge-success {
    color: #fff;
    background: #00838f; }
  .badge-error {
    color: #fff;
    background: #de002e; }

.breadcrumb {
  display: inline-flex;
  align-items: center; }
  .breadcrumb > li {
    display: flex; }
    .breadcrumb > li > a {
      display: block;
      color: #666; }
    .breadcrumb > li + li::before {
      display: block;
      line-height: 1.5; }

.btn {
  display: inline-block;
  min-width: 5rem;
  font-family: GTWalsheimPro, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  border-radius: 0;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
  .btn:focus {
    outline: none; }
    [data-whatintent="keyboard"] .btn:focus {
      outline: 2px dashed #de002e;
      outline-offset: 0.1875rem; }
  .btn:hover, .btn:focus, .btn:active {
    text-decoration: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):focus {
      box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
  .btn.disabled, .btn:disabled {
    pointer-events: none; }

.btn-primary {
  color: #fff;
  background: #4f2d7f;
  border-color: #4f2d7f; }
  .btn-primary:not(:disabled):not(.disabled):hover {
    color: #de002e;
    background: #fff;
    border-color: #de002e; }
  .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #de002e;
    border-color: #de002e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background: #cbc4bc;
    border-color: #cbc4bc; }

.btn-secondary {
  color: #4f2d7f;
  background: #fff;
  border-color: #4f2d7f; }
  .btn-secondary:not(:disabled):not(.disabled):hover {
    color: #fff;
    background: #de002e;
    border-color: #de002e; }
  .btn-secondary:not(:disabled):not(.disabled):active {
    color: #de002e;
    background: #fff;
    border-color: #de002e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #cbc4bc;
    background: #fff;
    border-color: #cbc4bc; }

.btn-tertiary {
  color: #4f2d7f;
  background: transparent;
  border-color: transparent; }
  .btn-tertiary:not(:disabled):not(.disabled):hover {
    color: #de002e;
    background: transparent;
    border-color: transparent; }
  .btn-tertiary:not(:disabled):not(.disabled):active {
    color: #de002e;
    background: transparent;
    border-color: transparent; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #cbc4bc;
    background: transparent;
    border-color: transparent; }

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.125rem;
  height: 3.125rem;
  padding: 0;
  line-height: 3.125rem; }
  .btn-icon .icon, .btn-icon .navbar-nav > li.has-submenu > a, .btn-icon .form-feedback, .btn-icon .breadcrumb > li + li {
    display: block; }
    .btn-icon .icon::before, .btn-icon .navbar-nav > li.has-submenu > a::before, .btn-icon .form-feedback::before, .btn-icon .breadcrumb > li + li::before {
      display: block; }

@media (max-width: 1199px) {
  .btn-block-xs {
    display: block;
    width: 100%; } }

.form-checkbox-text {
  padding-left: calc(1.25rem + 0.5rem);
  cursor: pointer;
  transition: all 0.25s ease; }
  .form-checkbox-text::before {
    position: absolute;
    top: 0.0625rem;
    left: 0;
    z-index: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: #fff;
    border: 1px solid #666;
    transition: all 0.25s ease; }
  .form-checkbox-text::after {
    position: absolute;
    top: 0.0625rem;
    left: 0;
    width: 1.25rem;
    font-family: amethyst;
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #4f2d7f;
    text-align: center;
    content: "\e114";
    opacity: 0;
    transition: all 0.25s ease; }

.form-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .form-checkbox-input:checked + .form-checkbox-text::after {
    opacity: 1; }
  .form-checkbox-input.is-invalid + .form-checkbox-text::before {
    border-color: #de002e; }
  .form-checkbox-input:focus + .form-checkbox-text::before {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
    [data-whatintent="keyboard"] .form-checkbox-input:focus + .form-checkbox-text::before {
      outline: 2px dashed #de002e;
      outline-offset: 0.1875rem; }
  .form-checkbox-input:disabled + .form-checkbox-text {
    color: #999;
    pointer-events: none;
    cursor: context-menu; }
    .form-checkbox-input:disabled + .form-checkbox-text::before {
      border-color: #cbc4bc; }
    .form-checkbox-input:disabled + .form-checkbox-text::after {
      color: #999; }

.form-checkbox-label {
  position: relative;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem; }
  .form-checkbox-label:hover .form-checkbox-input:not(:disabled):not(:focus) + .form-checkbox-text {
    color: #de002e; }
    .form-checkbox-label:hover .form-checkbox-input:not(:disabled):not(:focus) + .form-checkbox-text::before {
      border-color: #de002e; }

.form-checkbox-group-label {
  display: block; }

.form-checkbox-group-horizontal .form-checkbox {
  display: inline-block; }
  .form-checkbox-group-horizontal .form-checkbox:last-child {
    margin-bottom: 0; }

.form-checkbox-group-vertical .form-checkbox:last-child {
  margin-bottom: 0; }

.content-header-title {
  margin: 0; }

@media (min-width: 1201px) {
  .datagrid-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .datagrid-header-title {
      margin-bottom: 0; } }

.datagrid-footer {
  display: flex;
  justify-content: flex-end; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .icon-chevron-small-down, .dropdown .navbar-nav > li.has-submenu > a {
    transition: transform 0.2s ease; }
  .dropdown.open .dropdown-menu {
    display: block;
    animation: dropdownMenuOpen forwards 0.2s ease; }
  .dropdown.open .dropdown-toggle.link .icon-chevron-small-down, .dropdown.open .dropdown-toggle.article-header-link .icon-chevron-small-down, .dropdown.open .dropdown-toggle .icon-chevron-small-down, .dropdown.open .dropdown-toggle.icon-component .icon-chevron-small-down, .dropdown.open .dropdown-toggle .navbar-nav > li.has-submenu > a {
    transform: rotate(180deg); }

.dropright .dropdown-menu {
  right: 0;
  left: auto; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 15.625rem; }
  .dropdown-menu > li {
    margin-top: -1px; }
    .dropdown-menu > li > a {
      position: relative;
      z-index: 1;
      text-decoration: none;
      background: #fff;
      border: 1px solid #eae7e4; }
      .dropdown-menu > li > a:hover {
        background: #eae7e4; }
      .dropdown-menu > li > a:focus {
        z-index: 2;
        box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
      .dropdown-menu > li > a .dropdown-menu-link-label {
        display: block; }
      .dropdown-menu > li > a:not(.disabled):not(:disabled) .dropdown-menu-link-label {
        color: #000; }

@keyframes dropdownMenuOpen {
  from {
    opacity: 0;
    transform: translateY(0.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.file-uploader {
  position: relative; }
  .file-uploader-dnd {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    border: 1px dashed #d6d0ca; }
    .file-uploader-dnd-icon {
      font-size: 3.125rem;
      line-height: 1; }
    .file-uploader-dnd-label {
      display: block;
      text-align: center; }

.form-field {
  display: block;
  width: 100%;
  height: 3.125rem;
  font-family: GTWalsheimPro, Arial, sans-serif;
  font-weight: 400;
  line-height: 2rem;
  border: 1px solid #666;
  border-radius: 0;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix, order/properties-order */
  -moz-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */ }
  .form-field:focus {
    outline: none; }
    [data-whatintent="keyboard"] .form-field:focus {
      outline: 2px dashed #de002e;
      outline-offset: 0.1875rem; }
  .form-field::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-field.is-invalid {
    border-color: #de002e; }
  .form-field:focus {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
  .form-field::placeholder {
    color: #666;
    opacity: 1; }
  .form-field:disabled, .form-field[readonly] {
    color: #999;
    background: #f5f3f2;
    border-color: #cbc4bc; }

.icon-component {
  display: flex; }
  .icon-component-icon {
    display: flex;
    flex: 0 0 1.5rem;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    font-size: 1.2em; }
  .icon-component-text {
    word-break: break-word;
    word-wrap: break-word; }

a.icon-component {
  text-decoration: none; }
  a.icon-component:hover .icon-component-text, a.icon-component:active .icon-component-text {
    text-decoration: underline; }

.link, .article-header-link, .dropdown-toggle, .icon-component {
  color: #4f2d7f;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.2s ease; }
  .link:focus, .article-header-link:focus, .dropdown-toggle:focus, .icon-component:focus {
    outline: none; }
    [data-whatintent="keyboard"] .link:focus, [data-whatintent="keyboard"] .article-header-link:focus, [data-whatintent="keyboard"] .dropdown-toggle:focus, [data-whatintent="keyboard"] .icon-component:focus {
      outline: 2px dashed #de002e;
      outline-offset: 0.1875rem; }
  .link:not(.disabled):not(:disabled):hover, .article-header-link:not(.disabled):not(:disabled):hover, .dropdown-toggle:not(.disabled):not(:disabled):hover, .icon-component:not(.disabled):not(:disabled):hover, .link:not(.disabled):not(:disabled):active, .article-header-link:not(.disabled):not(:disabled):active, .dropdown-toggle:not(.disabled):not(:disabled):active, .icon-component:not(.disabled):not(:disabled):active {
    color: #de002e; }
    .link:not(.disabled):not(:disabled):hover span, .article-header-link:not(.disabled):not(:disabled):hover span, .dropdown-toggle:not(.disabled):not(:disabled):hover span, .icon-component:not(.disabled):not(:disabled):hover span, .link:not(.disabled):not(:disabled):active span, .article-header-link:not(.disabled):not(:disabled):active span, .dropdown-toggle:not(.disabled):not(:disabled):active span, .icon-component:not(.disabled):not(:disabled):active span {
      text-decoration: underline; }
  .link.disabled, .disabled.article-header-link, .disabled.dropdown-toggle, .disabled.icon-component, .link:disabled, .article-header-link:disabled, .dropdown-toggle:disabled, .icon-component:disabled {
    color: #999 !important;
    pointer-events: none;
    cursor: default; }

.link-icon {
  display: inline-flex;
  align-items: center; }
  .link-icon .icon::before, .link-icon .navbar-nav > li.has-submenu > a::before, .link-icon .form-feedback::before, .link-icon .breadcrumb > li + li::before {
    display: block; }

.link-danger {
  color: #de002e; }

.link-white {
  color: #fff; }
  .link-white:not(.disabled):not(:disabled):hover, .link-white:not(.disabled):not(:disabled):focus, .link-white:not(.disabled):not(:disabled):active {
    color: #fff; }

.img-wrapper {
  display: flex;
  flex-direction: column; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.img-full {
  display: block;
  width: 100%;
  height: auto; }

.img-center {
  margin-right: auto;
  margin-left: auto; }

.img-circle {
  border-radius: 50%; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1102;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: all 0.2s ease;
  transform: translate(0, -25%); }
  .modal.show {
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none; }
  @media (min-width: 768px) {
    .modal-dialog {
      display: flex;
      align-items: center;
      max-width: 48.75rem;
      min-height: calc(100% - (1.875rem * 2));
      margin: 1.875rem;
      margin-right: auto;
      margin-left: auto; }
      .modal-dialog::before {
        display: block;
        height: calc(100vh - (1.875rem * 2) - 3.75rem);
        content: ""; } }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }
  @media (min-width: 768px) {
    .modal-content {
      min-height: auto; } }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1101;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .modal-backdrop.show {
    opacity: .4; }

.modal-header {
  position: relative; }
  .modal-header-title {
    margin: 0 2.5rem 0 0; }
  .modal-header-close {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    display: block;
    padding: 0.3125rem;
    font-size: 1.25rem;
    cursor: pointer;
    background: none;
    border: 0; }
    .modal-header-close .icon::before, .modal-header-close .navbar-nav > li.has-submenu > a::before, .modal-header-close .form-feedback::before, .modal-header-close .breadcrumb > li + li::before {
      display: block; }

.modal-footer-nav {
  display: flex;
  align-items: center; }
  .modal-footer-nav > li {
    flex: 0 0 100%; }
    .modal-footer-nav > li > .btn {
      display: block;
      width: 100%; }

@media (min-width: 577px) {
  .modal-footer-nav {
    flex-direction: row-reverse; }
    .modal-footer-nav > li {
      flex: 0 0 auto;
      padding-top: 0 !important;
      /* stylelint-disable-line declaration-no-important */ } }

.pagination.nav {
  display: inline-flex;
  background: #fff;
  border: 1px solid #f5f3f2; }
  .pagination.nav > li {
    margin-top: -1px;
    margin-bottom: -1px; }
    .pagination.nav > li > span {
      display: block;
      min-width: 1.75rem;
      min-height: 1.875rem;
      text-align: center; }
    .pagination.nav > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 1.75rem;
      height: 1.875rem;
      color: #4f2d7f;
      text-align: center;
      border: 1px solid transparent; }
      .pagination.nav > li > a .icon, .pagination.nav > li > a .navbar-nav > li.has-submenu > a, .pagination.nav > li > a .form-feedback, .pagination.nav > li > a .breadcrumb > li + li {
        display: block; }
      .pagination.nav > li > a:not(.pagination-link-icon):disabled, .pagination.nav > li > a:not(.pagination-link-icon).disabled {
        color: #999;
        background: #f5f3f2; }
      .pagination.nav > li > a.active {
        border-color: #000; }
      .pagination.nav > li > a:not(:disabled):not(.disabled):active {
        color: #de002e;
        background: #fff;
        border-color: #de002e; }
      .pagination.nav > li > a:not(:disabled):not(.disabled):focus {
        box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }

.form-radio-text {
  padding-left: calc(1.25rem + 0.5rem);
  cursor: pointer;
  transition: all 0.25s ease; }
  .form-radio-text::before {
    position: absolute;
    top: 0.0625rem;
    left: 0;
    z-index: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: #fff;
    border: 1px solid #666;
    border-radius: 50%;
    transition: all 0.25s ease; }
  .form-radio-text::after {
    position: absolute;
    top: 0.4375rem;
    left: 0.375rem;
    z-index: 0;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    background: #4f2d7f;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.25s ease; }

.form-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .form-radio-input:checked + .form-radio-text::after {
    opacity: 1; }
  .form-radio-input.is-invalid + .form-radio-text::before {
    border-color: #de002e; }
  .form-radio-input:focus + .form-radio-text::before {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
    [data-whatintent="keyboard"] .form-radio-input:focus + .form-radio-text::before {
      outline: 2px dashed #de002e;
      outline-offset: 0.1875rem; }
  .form-radio-input:disabled + .form-radio-text {
    color: #999;
    pointer-events: none;
    cursor: context-menu; }
    .form-radio-input:disabled + .form-radio-text::before {
      border-color: #cbc4bc; }
    .form-radio-input:disabled + .form-radio-text::after {
      background: #999; }

.form-radio-label {
  position: relative;
  display: inline-block;
  min-width: 1.25rem;
  min-height: 1.25rem; }
  .form-radio-label:hover .form-radio-input:not(:disabled):not(:focus) + .form-radio-text {
    color: #de002e; }
    .form-radio-label:hover .form-radio-input:not(:disabled):not(:focus) + .form-radio-text::before {
      border-color: #de002e; }

.form-radio-group-label {
  display: block; }

.form-radio-group-horizontal .form-radio {
  display: inline-block; }
  .form-radio-group-horizontal .form-radio:last-child {
    margin-bottom: 0; }

.form-radio-group-vertical .form-radio:last-child {
  margin-bottom: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* stylelint-disable */
.style-scroll, .form-field {
  scrollbar-base-color: #fff;
  scrollbar-face-color: #eae7e4;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #eae7e4;
  scrollbar-shadow-color: #eae7e4;
  scrollbar-dark-shadow-color: #eae7e4;
  scrollbar-color: #eae7e4;
  scrollbar-width: 0.5rem; }
  .style-scroll::-webkit-scrollbar, .form-field::-webkit-scrollbar {
    width: 0.5rem;
    background-color: #fff; }
  .style-scroll::-webkit-scrollbar-track, .form-field::-webkit-scrollbar-track {
    width: 0.5rem;
    background-color: #fff; }
  .style-scroll::-webkit-scrollbar-thumb, .form-field::-webkit-scrollbar-thumb {
    width: 0.5rem;
    background-color: #eae7e4; }

.select {
  position: relative; }
  .select .select-toggle-icon {
    transition: transform 0.2s ease; }
  .select.open .select-menu {
    display: block; }
  .select.open .select-toggle-icon {
    transform: rotate(180deg); }

.select-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  color: #4f2d7f;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: all 0.25s ease; }
  .select-toggle:focus {
    outline: none; }
    [data-whatintent="keyboard"] .select-toggle:focus {
      outline: 2px dashed #de002e;
      outline-offset: 0.1875rem; }
  .select-toggle::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    content: "";
    background: #4f2d7f; }
  .select-toggle-text {
    display: block;
    width: calc(100% - 1.875rem);
    margin-right: 1.875rem;
    font-family: GTWalsheimPro, Arial, sans-serif;
    font-weight: 400;
    line-height: 2.125;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .select-toggle-icon {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    margin-top: -0.5rem; }
    .select-toggle-icon .icon::before, .select-toggle-icon .navbar-nav > li.has-submenu > a::before, .select-toggle-icon .form-feedback::before, .select-toggle-icon .breadcrumb > li + li::before {
      display: block; }
  .select-toggle.is-invalid .select-toggle-text {
    color: #de002e; }
  .select-toggle.is-invalid::after {
    background: #de002e; }
  .select-toggle.is-valid .select-toggle-text {
    color: #9bd732; }
  .select-toggle.is-valid::after {
    background: #9bd732; }
  .select-toggle:disabled {
    color: #999; }
  .select-toggle:not(:disabled) {
    cursor: pointer; }
    .select-toggle:not(:disabled):hover {
      color: #de002e; }
    .select-toggle:not(:disabled):focus {
      box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }

.select-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  display: none; }
  .select-menu > li {
    position: relative;
    padding-right: 1.875rem;
    color: #000;
    background: #fff;
    transition: all 0.25s ease; }
    .select-menu > li[aria-disabled="true"] {
      color: #666;
      background: #f5f3f2; }
      .select-menu > li[aria-disabled="true"] .select-menu-with-img-picture {
        opacity: .7; }
    .select-menu > li[aria-selected="true"]::after {
      position: absolute;
      top: 50%;
      right: 0.625rem;
      margin-top: -0.5rem;
      font-family: amethyst;
      font-size: 0.75rem;
      content: "\e114"; }
    .select-menu > li:not([aria-disabled="true"]) {
      cursor: pointer; }
      .select-menu > li:not([aria-disabled="true"]):hover {
        color: #de002e;
        text-decoration: underline;
        background: #fff; }
      .select-menu > li:not([aria-disabled="true"]):focus {
        outline: none;
        box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
  .select-menu-with-img > li {
    display: flex; }
  .select-menu-with-img-picture {
    display: block;
    flex: 0 0 1.5rem;
    align-self: flex-start;
    max-width: 1.5rem;
    height: auto;
    border-radius: 50%; }

hr {
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dfdbd6; }

.skip-to-content {
  position: absolute !important;
  top: 0.625rem;
  left: 10px;
  z-index: 1102; }
  .skip-to-content-text {
    display: block;
    color: #de002e;
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    border-color: #de002e;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }

.status {
  display: inline-flex;
  align-items: center; }
  .status-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    border-radius: 50%; }
    .status-icon .icon::before, .status-icon .navbar-nav > li.has-submenu > a::before, .status-icon .form-feedback::before, .status-icon .breadcrumb > li + li::before {
      display: block; }
  .status-text {
    display: block; }
  .status-positive .status-icon {
    background: #ebf7d6; }
  .status-neutral .status-icon {
    background: #cce6e8; }
  .status-warning .status-icon {
    background: #fce1d3; }
  .status-alert .status-icon {
    background: #f9ccd6; }
  .status-archival .status-icon {
    background: #ccc; }

.table {
  border-top: 1px solid #eae7e4; }
  .table-header {
    display: none; }
  .table-row {
    border-bottom: 1px solid #eae7e4;
    transition: box-shadow 0.2s ease; }
  .table-col {
    word-break: break-word;
    word-wrap: break-word; }
    .table-col::before {
      display: block;
      color: #666;
      content: attr(data-title); }
    .table-col-no-title-xs::before {
      display: none; }
    .table-col-details {
      text-align: center; }
  @media (min-width: 1201px) {
    .table {
      border-top: 0; }
      .table-header {
        display: block; }
        .table-header .table-col {
          padding-top: 0; }
      .table-col-header {
        display: flex;
        align-items: center;
        color: #666; }
        .table-col-header.active {
          color: #000; }
      .table-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 0; }
        .table-row-hoverable:hover {
          box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15); }
      .table-col {
        flex-shrink: 0;
        flex-grow: 0;
        padding-top: 0.5rem;
        padding-right: 0.75rem;
        padding-bottom: 0.5rem;
        padding-left: 0.75rem; }
        .table-col::before {
          display: none; }
        .table-col-details {
          flex-basis: 2.5rem;
          max-width: 2.5rem;
          text-align: right; }
          .table-col-details-link-text {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0; } }
  @media (min-width: 1901px) {
    .table-col {
      padding-top: 0.5rem;
      padding-right: 0.75rem;
      padding-bottom: 0.5rem;
      padding-left: 0.75rem; } }

.nav-tabs {
  border-bottom: 1px solid #999; }
  .nav-tabs > li {
    padding-right: 0;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      position: relative;
      margin-left: -1px;
      line-height: 1.875rem;
      border: 1px solid #dfdbd6;
      border-bottom-color: #999; }
      .nav-tabs > li > a.active {
        z-index: 2;
        color: #000;
        border-color: #999;
        border-bottom-color: #fff; }
      .nav-tabs > li > a .badge {
        position: relative;
        top: -0.125rem; }

.tag {
  display: inline-block; }
  .tag-checkbox {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
    .tag-checkbox:checked + .tag-container {
      color: #4f2d7f;
      background: #fff;
      border-color: #cbc4bc; }
      .tag-checkbox:checked + .tag-container .tag-icon::before, .tag-checkbox:checked + .tag-container .tag-icon::after {
        background-color: #4f2d7f; }
      .tag-checkbox:checked + .tag-container .tag-icon {
        transform: rotate(45deg); }
    .tag-checkbox:focus + .tag-container {
      box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
      [data-whatintent="keyboard"] .tag-checkbox:focus + .tag-container {
        outline: 2px dashed #de002e;
        outline-offset: 0.1875rem; }
    .tag-checkbox:not(:disabled) + .tag-container {
      cursor: pointer; }
      .tag-checkbox:not(:disabled) + .tag-container:hover {
        color: #de002e;
        background: #fff;
        border-color: #de002e; }
        .tag-checkbox:not(:disabled) + .tag-container:hover .tag-icon::before, .tag-checkbox:not(:disabled) + .tag-container:hover .tag-icon::after {
          background-color: #de002e; }
    .tag-checkbox:disabled + .tag-container {
      color: #999;
      background: #fff;
      border-color: #cbc4bc; }
      .tag-checkbox:disabled + .tag-container .tag-icon::before, .tag-checkbox:disabled + .tag-container .tag-icon::after {
        background-color: #999; }
  .tag-container {
    display: block;
    line-height: 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.9375rem;
    transition: all 0.25s ease;
    color: #4f2d7f;
    background: #fff;
    border-color: #4f2d7f; }
    .tag-container .tag-icon::before, .tag-container .tag-icon::after {
      background-color: #4f2d7f; }
  .tag-content {
    position: relative;
    display: block;
    padding-right: 1.25rem; }
  .tag-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0.6875rem;
    height: 0.6875rem;
    margin-top: -0.3125rem;
    transition: all 0.25s ease; }
    .tag-icon::before {
      position: absolute;
      top: 0.3125rem;
      left: 0;
      width: 0.6875rem;
      height: 1px;
      content: "";
      background: #4f2d7f; }
    .tag-icon::after {
      position: absolute;
      top: 0;
      left: 0.3125rem;
      width: 1px;
      height: 0.6875rem;
      content: "";
      background: #4f2d7f; }

.tag-sm {
  display: inline-block;
  text-decoration: none; }
  .tag-sm-checkbox {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
    .tag-sm-checkbox:checked + .tag-sm-container {
      color: #4f2d7f;
      background: #fff;
      border-color: #cbc4bc; }
      .tag-sm-checkbox:checked + .tag-sm-container .tag-icon::before, .tag-sm-checkbox:checked + .tag-sm-container .tag-icon::after {
        background-color: #4f2d7f; }
      .tag-sm-checkbox:checked + .tag-sm-container .tag-sm-content {
        padding-right: 0.9375rem; }
      .tag-sm-checkbox:checked + .tag-sm-container .tag-sm-icon {
        display: block; }
    .tag-sm-checkbox:focus + .tag-sm-container {
      box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #b9abcc; }
      [data-whatintent="keyboard"] .tag-sm-checkbox:focus + .tag-sm-container {
        outline: 2px dashed #de002e;
        outline-offset: 0.1875rem; }
    .tag-sm-checkbox:not(:disabled) + .tag-sm-container {
      cursor: pointer; }
      .tag-sm-checkbox:not(:disabled) + .tag-sm-container:hover {
        color: #de002e;
        background: #fff;
        border-color: #de002e; }
        .tag-sm-checkbox:not(:disabled) + .tag-sm-container:hover .tag-sm-icon::before, .tag-sm-checkbox:not(:disabled) + .tag-sm-container:hover .tag-sm-icon::after {
          background-color: #de002e; }
    .tag-sm-checkbox:disabled + .tag-sm-container {
      color: #999;
      background: #fff;
      border-color: #cbc4bc; }
      .tag-sm-checkbox:disabled + .tag-sm-container .tag-sm-icon::before, .tag-sm-checkbox:disabled + .tag-sm-container .tag-sm-icon::after {
        background-color: #999; }
  .tag-sm-container {
    display: block;
    line-height: 0.9375rem;
    border: 1px solid transparent;
    border-radius: 0.9375rem;
    transition: all 0.25s ease;
    color: #4f2d7f;
    background: #fff;
    border-color: #4f2d7f; }
    .tag-sm-container .tag-icon::before, .tag-sm-container .tag-icon::after {
      background-color: #4f2d7f; }
  .tag-sm-content {
    position: relative;
    display: block;
    transition: padding .25s ease; }
  .tag-sm-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: 0.5625rem;
    height: 0.5625rem;
    margin-top: -0.25rem;
    transition: all 0.25s ease;
    transform: rotate(45deg); }
    .tag-sm-icon::before {
      position: absolute;
      top: 0.25rem;
      left: 0;
      width: 0.5625rem;
      height: 1px;
      content: "";
      background: #4f2d7f; }
    .tag-sm-icon::after {
      position: absolute;
      top: 0;
      left: 0.25rem;
      width: 1px;
      height: 0.5625rem;
      content: "";
      background: #4f2d7f; }

a.tag-sm:hover {
  /* stylelint-disable-line selector-no-qualifying-type */ }
  a.tag-sm:hover .tag-sm-container {
    /* stylelint-disable-line selector-no-qualifying-type */
    color: #de002e;
    background: #fff;
    border-color: #de002e; }
    a.tag-sm:hover .tag-sm-container .tag-sm-icon::before, a.tag-sm:hover .tag-sm-container .tag-sm-icon::after {
      background-color: #de002e; }

.tag-category {
  display: inline-block;
  color: #fff;
  background: #000;
  border-top-right-radius: 1.25rem; }

.tile {
  background: #fff;
  border: 1px solid #cbc4bc;
  border-bottom-width: 4px; }
  .tile[type="button"] {
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    /* stylelint-disable-line property-no-vendor-prefix, order/properties-order */
    -moz-appearance: none;
    /* stylelint-disable-line property-no-vendor-prefix */ }
    .tile[type="button"]:focus {
      outline: none; }
      [data-whatintent="keyboard"] .tile[type="button"]:focus {
        outline: 2px dashed #de002e;
        outline-offset: 0.1875rem; }
    .tile[type="button"]:hover {
      box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15); }

.tile-article-author-label {
  display: block; }

.tile-article-author-socials {
  font-size: 1.25rem; }

.tile-article-author-specializations-label {
  display: block; }

.tile-article-author-last-modified-label {
  display: block;
  color: #666; }

.tile-project {
  height: 100%; }
  .tile-project-last-modified-label {
    display: block;
    color: #666; }

.tooltip {
  position: absolute;
  max-width: 10rem; }
  .tooltip .tooltip-inner {
    color: #fff;
    background: #000;
    border-radius: 0.625rem; }
  .tooltip .tooltip-arrow {
    position: absolute;
    left: calc(50% - 0.625rem);
    width: 0;
    height: 0;
    margin: 0;
    border-color: #000;
    border-style: solid; }
  .tooltip-text-center {
    text-align: center; }
  .tooltip[x-placement^="bottom"] .tooltip-arrow {
    top: -0.1875rem;
    border-width: 0 0.375rem 0.1875rem 0.375rem;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent; }
  .tooltip[x-placement^="top"] .tooltip-arrow {
    bottom: -0.1875rem;
    border-width: 0.1875rem 0.375rem 0 0.375rem;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent; }

.fade {
  transition: opacity 0.2s ease; }
  .fade:not(.show) {
    opacity: 0; }

/**
.collapse {
  display: none; }
  .collapse[aria-hidden="false"] {
    display: block; }

.collapsing {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease; }
**/

.user-card-small {
  display: flex; }
  .user-card-small-img {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #eae7e4;
    border-radius: 50%; }
  .user-card-small-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
  .user-card-small-name {
    display: block;
    line-height: 1.3; }
  .user-card-small-position {
    display: block;
    line-height: 1.3; }

a.user-card-small {
  /* stylelint-disable-line selector-no-qualifying-type */
  text-decoration: none; }

a.user-card-small:hover .user-card-small-name {
  /* stylelint-disable-line selector-no-qualifying-type */
  text-decoration: underline; }

.login-page-bkg {
  position: fixed;
  top: 3.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50%;
  background-size: cover; }
  .login-page-bkg::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: .6; }
  @media (min-width: 1200px) {
    .login-page-bkg {
      top: 4.375rem; }
      .login-page-bkg::before {
        background-color: transparent;
        background-image: linear-gradient(to bottom, transparent, #000 200px); } }

.login-page-article {
  color: #fff; }

.login-page-form {
  background: #fff; }
  .login-page-form-register-link {
    margin-bottom: 0;
    text-align: center; }

@media only screen and (min-width: 1400px) {
  .login-page-content-pt {
    padding-top: 10vh; } }